]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-secure.c
Additional spelling corrections
[postgresql] / src / interfaces / libpq / fe-secure.c
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...
2006-04-27 Bruce MomjianChange libpq's PQgetssl() to return a void*, rather...
2006-04-27 Bruce MomjianRemove unused function SSL_CTX_set_tmp_dh_callback...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2005-10-24 Bruce MomjianI have applied the following patch to document PQinitSS...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-28 Bruce MomjianAdd comment about pthread_self() cast.
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-01-10 Tom LaneComment out check for substitution of private key file...
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2005-01-06 Tom LaneMinor mop-up for Windows home-directory stuff, per...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-06 Tom LaneMake the various places that determine the user's ...
2005-01-04 Tom LaneClean up code in libpq that obtains user's home directo...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-03 Bruce MomjianFix compile breakage from SIGPIPE fix for threading.
2004-12-02 Tom LaneCode review for recent libpq changes. Be more careful...
2004-12-02 Bruce MomjianRework libpq threaded SIGPIPE handling to avoid interfe...
2004-11-20 Tom LaneMake sure we produce a useful error message for the...
2004-11-20 Tom LaneImprove error reporting for SSL connection failures...
2004-10-16 Bruce MomjianExport only required symbols in libpq on Win32.
2004-09-28 Bruce MomjianRevert patch that removed BUFSIZ usage. The memory...
2004-09-27 Bruce MomjianRemove use of large BUFSIZ for buffers and use the...
2004-09-26 Tom LaneFix multiple breakages in our support for SSL certificates.
2004-09-23 Tom LaneIf we're going to print unrecognized result codes from...
next