aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure.c
Commit message (Expand)AuthorAge
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-04
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-14
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Fix typo in comment.Bruce Momjian2006-05-11
* Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian2006-05-06
* Tab alignment cleanup.Bruce Momjian2006-04-27
* Add underscores to SSL CERT macro names, for clarity and consistencyBruce Momjian2006-04-27
* Change libpq's PQgetssl() to return a void*, rather than SSL *, so thatBruce Momjian2006-04-27
* Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:Bruce Momjian2006-04-27
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-24
* I have applied the following patch to document PQinitSSL() andBruce Momjian2005-10-24
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add comment about pthread_self() cast.Bruce Momjian2005-08-28
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-23
* Back out incorrect commit.Bruce Momjian2005-08-23
* Fix function name.Bruce Momjian2005-08-23
* Comment out check for substitution of private key file on Windows,Tom Lane2005-01-10
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-08
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-06
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-06
* Make the various places that determine the user's "home directory"Tom Lane2005-01-06
* Clean up code in libpq that obtains user's home directory: make a singleTom Lane2005-01-04
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix compile breakage from SIGPIPE fix for threading.Bruce Momjian2004-12-03
* Code review for recent libpq changes. Be more careful about errorTom Lane2004-12-02
* Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian2004-12-02
* Make sure we produce a useful error message for the case where theTom Lane2004-11-20
* Improve error reporting for SSL connection failures. Remove redundantTom Lane2004-11-20
* Export only required symbols in libpq on Win32.Bruce Momjian2004-10-16
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-28
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-27
* Fix multiple breakages in our support for SSL certificates.Tom Lane2004-09-26
* If we're going to print unrecognized result codes from SSL_get_errorTom Lane2004-09-23
* This patch logs the error code in the default case, so that the userBruce Momjian2004-09-23
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Chain on to SIGPIPE handler rather than just do action on default.Bruce Momjian2004-08-17
* Fix linking problem when enabling thread safety on Darwin: uninitializedTom Lane2004-08-17
* > win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian2004-07-12
* Back out thread fix until I get clarification.Bruce Momjian2004-07-12
* win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian2004-07-12
* Enable thread safety for win32.mak build of PostgreSQL.Bruce Momjian2004-06-19
* init_ssl_system will return 0 on success and -1 on failure, which willBruce Momjian2004-06-03
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07