]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-secure.c
Fix libpq certificate validation for SSL connections.
[postgresql] / src / interfaces / libpq / fe-secure.c
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...
2004-09-23 Bruce MomjianThis patch logs the error code in the default case...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Bruce MomjianChain on to SIGPIPE handler rather than just do action...
2004-08-17 Tom LaneFix linking problem when enabling thread safety on...
2004-07-12 Bruce Momjian> win32 doesn't support a static initializer for mutexe...
2004-07-12 Bruce MomjianBack out thread fix until I get clarification.
2004-07-12 Bruce Momjianwin32 doesn't support a static initializer for mutexes...
2004-06-19 Bruce MomjianEnable thread safety for win32.mak build of PostgreSQL.
2004-06-03 Bruce Momjianinit_ssl_system will return 0 on success and -1 on...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-27 Tom LaneFix brain-dead placement of global variable declaration.
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-02-10 Bruce MomjianMore clearly describe why PQinSend returns false for...
2004-01-09 Bruce MomjianAdd comment about synchronous signals.
2004-01-09 Bruce MomjianAllow libpq to do thread-safe SIGPIPE handling. This...
2003-12-18 Tom LaneFix memory leak with SSL connections due to missing...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMake message fit guidelines.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-09-05 Bruce MomjianEnable Win32 to compile libpq again, and enable SSL...
2003-08-04 Tom LaneFix some more problems with testing error returns from...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-04 Bruce MomjianRemove extra paren in NOT_USED code, found by pgindent.
2003-06-14 Bruce MomjianHandle threading in two more gethostbyname calls.
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-04-10 Tom LaneFix error recovery for SSL_read/SSL_write calls.
2003-02-03 Tom Lane#ifdef out stuff that shouldn't be compiled when not...
2003-01-08 Bruce MomjianThe second was that renegotiation was just plain broken...
2003-01-08 Bruce MomjianI was playing around with 7.3.1 and found some more...
2002-12-18 PostgreSQL DaemonFrom the SSL_CTX_new man page:
2002-12-12 Bruce MomjianCheck SSL_get_error() value SSL_ERROR_SYSCALL to see...
2002-11-07 Tom LaneRemove inappropriate inclusions of OpenSSL internal...
2002-09-26 Bruce MomjianClean up SSL compiler warnings.
2002-09-26 Bruce MomjianAllow SSL to work withouth client-side certificate...
2002-09-22 Peter EisentrautTranslation updates, some messages tweaked.
2002-09-05 Peter EisentrautDon't use gethostbyname2(). It's not portable and...
2002-09-04 Bruce Momjianpgindent run.
2002-07-20 Bruce MomjianHello, i noticed that win32 native stopped working...
2002-06-23 Bruce MomjianRemove unused INET6 variable.
2002-06-23 Bruce MomjianRemove INET6 from SSL. We don't support INET6 yet.
next