]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-secure.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / interfaces / libpq / fe-secure.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-04-03 Stephen FrostGSSAPI encryption support
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-09-26 Tom LaneIncorporate strerror_r() into src/port/snprintf.c,...
2018-05-02 Andres FreundFurther -Wimplicit-fallthrough cleanup.
2018-01-23 Peter EisentrautExtract common bits from OpenSSL implementation
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-07 Tom LaneRename PQsslAttributes() to PQsslAttributeNames(),...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-02-04 Heikki LinnakangasAdd dummy PQsslAttributes function for non-SSL builds.
2015-02-03 Heikki LinnakangasAdd API functions to libpq to interrogate SSL related...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-31 Tom LaneDisallow use of SSL v3 protocol in the server as well...
2014-01-25 Noah Mischlibpq: Support TLS versions beyond TLSv1.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-23 Stephen FrostFix SSL deadlock risk in libpq
2013-08-18 Peter Eisentrautlibpq: Report strerror on pthread_mutex_lock() failure
2013-08-01 Stephen FrostImprove handling of pthread_mutex_lock error case
2013-08-01 Stephen FrostAdd locking around SSL_context usage in libpq
2013-07-23 Alvaro HerreraCheck for NULL result from strdup
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-23 Tom LaneRemove arbitrary limitation on length of common name...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-03 Magnus HaganderTreat ENOTDIR as ENOENT when looking for client certifi...
2011-11-28 Magnus HaganderAdd libpq connection option to disable SSL compression
2011-07-25 Tom LaneFix previous patch so it also works if not USE_SSL...
2011-07-24 Tom LaneImprove libpq's error reporting for SSL failures.
2011-07-24 Tom LaneUse OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-04 Tom LaneIn initialize_SSL, don't fail unnecessarily when home...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-14 Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-26 Tom LaneRearrange libpq's SSL initialization to simplify it...
2010-05-25 Tom LaneAdd missing newlines to some SSL-related error messages...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-30 Tom LaneSet errno to zero before invoking SSL_read or SSL_write...
2009-12-09 Magnus HaganderReject certificates with embedded NULLs in the commonNa...
2009-07-24 Tom LaneAvoid extra system calls to block SIGPIPE if the platfo...
2009-06-23 Magnus HaganderProperly initialize SSL engines when used from libpq...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-03 Tom LaneFix already-obsolete hint message ... sslverify paramet...
2009-04-24 Magnus HaganderRemove sslverify parameter again, replacing it with...
2009-04-14 Bruce MomjianAdd libpq error message text on how to handle missing...
2009-03-31 Tom LaneAdd PQinitOpenSSL() function to support applications...
2009-03-28 Bruce MomjianClarify variable naming: pq_initssllib -> pq_init_ssl_lib
2009-03-28 Bruce MomjianBetter document PQinitSSL(0) behavior in regards to...
2009-01-28 Magnus HaganderGo over all OpenSSL return values and make sure we...
2009-01-19 Tom LaneFix accidental (I suppose) introduction of non-ASCII...
2009-01-19 Peter EisentrautMessage wordsmithing
2009-01-07 Magnus HaganderDon't require pqGetHomeDirectory to succeed if the...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-15 Magnus HaganderSupport specifying filename for SSL certificate, key...
2008-12-04 Magnus HaganderComment said we don't free the lockarray, and why....
2008-12-04 Bruce MomjianFix typo in recent SSL unload patch.
2008-12-03 Magnus HaganderProperly unregister OpenSSL callbacks when libpq is...
2008-12-02 Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-11-24 Magnus HaganderDisable FNM_CASEFOLD. Need a proper solution later...
2008-11-24 Magnus HaganderAdd support for matching wildcard server certificates...
2008-11-13 Magnus HaganderFix libpq certificate validation for SSL connections.
2008-10-24 Magnus HaganderRemove notes from the frontend SSL source that are...
2008-05-16 Magnus HaganderImplement error checking for pthreads calls in thread...
2008-03-31 Tom LaneUse error message wordings for permissions checks on...
2008-02-16 Bruce MomjianRename a libpq NOT_USED SSL function to
2008-01-29 Tom LaneArrange to ignore SIGPIPE during SSL_read() and SSL_shu...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-03 Tom LaneMinor improvements to hack for old OpenSSL libraries...
2007-10-03 Magnus HaganderAttempt to open certificate file "manually" using fopen...
2007-10-02 Neil ConwayFix a compiler warning on Win32. Hannes Eder.
2007-10-02 Tom LaneCope with ERR_set_mark() and ERR_pop_to_mark() not...
2007-10-01 Magnus HaganderUse BIO functions to avoid passing FILE * pointers...
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Bruce MomjianSSL improvements:
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-09-04 Peter EisentrautAdd missing gettext calls for some SSL errors.
2006-07-14 Tom LaneFix another passel of include-file breakage. Kris...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Bruce MomjianRevert part of recent include patch not ready for appli...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-05-11 Bruce MomjianFix typo in comment.
2006-05-06 Bruce MomjianAdd SSL CRL support to libpq. Recently added to the...
2006-04-27 Bruce MomjianTab alignment cleanup.
2006-04-27 Bruce MomjianAdd underscores to SSL CERT macro names, for clarity...
next