summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure.c
Commit message (Expand)AuthorAgeFilesLines
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-261-4/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Message style improvementsPeter Eisentraut2006-10-061-5/+5
* pgindent run for 8.2.Bruce Momjian2006-10-041-10/+11
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-041-3/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane2006-05-121-2/+2
* Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian2006-05-061-2/+2
* Issue a log message if a CRL file exists and the SSL library does notBruce Momjian2006-05-061-5/+11
* Don't try to compile SSL CRL support if local SSL installation hasn'tTom Lane2006-05-041-1/+3
* On second thought, keep SSL CRL as a log, and wait for feedback from 8.2.Bruce Momjian2006-04-271-3/+3
* Downgrade SSL CRL file missing message from LOG to DEBUG1.Bruce Momjian2006-04-271-3/+3
* Add support for SSL Certificate Revocation List (CRL) files, root.crl.Bruce Momjian2006-04-271-1/+24
* Minor refactoring: initialize_SSL() only returns 0, so it should returnNeil Conway2006-03-211-9/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-35/+35
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-15/+20
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-021-3/+77
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-081-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Improve error reporting for SSL connection failures. Remove redundantTom Lane2004-11-201-38/+47
* Remove debugging printf from #ifdef WIN32 section.Neil Conway2004-11-171-2/+1
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-061-4/+64
* Fix multiple breakages in our support for SSL certificates.Tom Lane2004-09-261-10/+15
* If we're going to print unrecognized result codes from SSL_get_errorTom Lane2004-09-231-7/+13
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-091-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-9/+9
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* #ifdef out file permissions check on SSL key file when on Windows, asTom Lane2004-06-251-1/+12
* Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane2003-12-181-1/+10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-3/+5
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-121-11/+23
* SSL_read/SSL_write do not approximate the return conventions of recv()Tom Lane2003-08-041-3/+11
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-12/+11
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-271-59/+43
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-16/+43
* STRENGH => STRENGTH, per Jon Jensen.Tom Lane2003-07-011-2/+2
* Well, the discussion about SSL a bit back perked my interest and I didBruce Momjian2003-06-111-4/+14
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-12/+12
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-5/+1
* const-ify info_cb() to match recent openssl releases. Per Joe Conway.Tom Lane2003-04-251-3/+3
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-8/+1
* Fix error recovery for SSL_read/SSL_write calls.Tom Lane2003-04-101-18/+24
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-291-1/+7
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-291-2/+2