summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-041-4/+4
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-141-1/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-141-1/+3
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-3/+1
* Fix typo in comment.Bruce Momjian2006-05-111-2/+2
* Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian2006-05-061-1/+27
* Tab alignment cleanup.Bruce Momjian2006-04-271-5/+5
* Add underscores to SSL CERT macro names, for clarity and consistencyBruce Momjian2006-04-271-10/+10
* Change libpq's PQgetssl() to return a void*, rather than SSL *, so thatBruce Momjian2006-04-271-3/+3
* Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:Bruce Momjian2006-04-271-207/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-241-2/+2
* I have applied the following patch to document PQinitSSL() andBruce Momjian2005-10-241-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-82/+78
* Add comment about pthread_self() cast.Bruce Momjian2005-08-281-1/+6
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-231-13/+18
* Back out incorrect commit.Bruce Momjian2005-08-231-18/+13
* Fix function name.Bruce Momjian2005-08-231-13/+18
* Comment out check for substitution of private key file on Windows,Tom Lane2005-01-101-3/+7
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-081-5/+2
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-061-1/+3
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-061-18/+24
* Make the various places that determine the user's "home directory"Tom Lane2005-01-061-31/+2
* Clean up code in libpq that obtains user's home directory: make a singleTom Lane2005-01-041-35/+49
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix compile breakage from SIGPIPE fix for threading.Bruce Momjian2004-12-031-1/+3
* Code review for recent libpq changes. Be more careful about errorTom Lane2004-12-021-29/+58
* Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian2004-12-021-59/+73
* Make sure we produce a useful error message for the case where theTom Lane2004-11-201-4/+1
* Improve error reporting for SSL connection failures. Remove redundantTom Lane2004-11-201-12/+22
* Export only required symbols in libpq on Win32.Bruce Momjian2004-10-161-1/+7
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-281-5/+5
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-271-5/+5
* Fix multiple breakages in our support for SSL certificates.Tom Lane2004-09-261-51/+43
* If we're going to print unrecognized result codes from SSL_get_errorTom Lane2004-09-231-6/+16
* This patch logs the error code in the default case, so that the userBruce Momjian2004-09-231-3/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-64/+83
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Chain on to SIGPIPE handler rather than just do action on default.Bruce Momjian2004-08-171-21/+17
* Fix linking problem when enabling thread safety on Darwin: uninitializedTom Lane2004-08-171-8/+8
* > win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian2004-07-121-5/+11
* Back out thread fix until I get clarification.Bruce Momjian2004-07-121-11/+5
* win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian2004-07-121-5/+11
* Enable thread safety for win32.mak build of PostgreSQL.Bruce Momjian2004-06-191-3/+11
* init_ssl_system will return 0 on success and -1 on failure, which willBruce Momjian2004-06-031-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* Fix brain-dead placement of global variable declaration.Tom Lane2004-03-271-4/+4
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-241-36/+139
* More clearly describe why PQinSend returns false for non-threaded libpq.Bruce Momjian2004-02-101-2/+7