| Commit message (Expand) | Author | Age |
* | Go over all OpenSSL return values and make sure we compare them | Magnus Hagander | 2009-01-28 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Replace both send and receive BIO routines in the SSL code with our own, | Magnus Hagander | 2008-12-14 |
* | Properly unregister OpenSSL callbacks when libpq is done with | Magnus Hagander | 2008-12-03 |
* | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander | 2008-11-20 |
* | Remove a "TODO-list" structure at the top of the file, referring back | Magnus Hagander | 2008-10-24 |
* | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane | 2008-03-31 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | Remove redundant logging of send failures when SSL is in use. While pqcomm.c | Tom Lane | 2007-05-18 |
* | Code review for SSLKEY patch. | Tom Lane | 2007-02-16 |
* | SSL improvements: | Bruce Momjian | 2007-02-16 |
* | Replace some strncpy() by strlcpy(). | Peter Eisentraut | 2007-02-07 |
* | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add missing gettext calls for some SSL errors. | Peter Eisentraut | 2006-09-04 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane | 2006-05-12 |
* | Add SSL CRL support to libpq. Recently added to the backend. | Bruce Momjian | 2006-05-06 |
* | Issue a log message if a CRL file exists and the SSL library does not | Bruce Momjian | 2006-05-06 |
* | Don't try to compile SSL CRL support if local SSL installation hasn't | Tom Lane | 2006-05-04 |
* | On second thought, keep SSL CRL as a log, and wait for feedback from 8.2. | Bruce Momjian | 2006-04-27 |
* | Downgrade SSL CRL file missing message from LOG to DEBUG1. | Bruce Momjian | 2006-04-27 |
* | Add support for SSL Certificate Revocation List (CRL) files, root.crl. | Bruce Momjian | 2006-04-27 |
* | Minor refactoring: initialize_SSL() only returns 0, so it should return | Neil Conway | 2006-03-21 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Push enable/disable of notify and catchup interrupts all the way down | Tom Lane | 2005-06-02 |
* | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | 2005-01-08 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane | 2004-11-20 |
* | Remove debugging printf from #ifdef WIN32 section. | Neil Conway | 2004-11-17 |
* | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 |
* | Fix multiple breakages in our support for SSL certificates. | Tom Lane | 2004-09-26 |
* | If we're going to print unrecognized result codes from SSL_get_error | Tom Lane | 2004-09-23 |
* | Fix Cygwin defines to be consistent. | Bruce Momjian | 2004-09-09 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | #ifdef out file permissions check on SSL key file when on Windows, as | Tom Lane | 2004-06-25 |
* | Fix memory leak with SSL connections due to missing X509_free() calls. | Tom Lane | 2003-12-18 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) | Tom Lane | 2003-08-12 |