aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure.c
Commit message (Expand)AuthorAge
* Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander2008-05-16
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-31
* Rename a libpq NOT_USED SSL function toBruce Momjian2008-02-16
* Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as theseTom Lane2008-01-29
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Minor improvements to hack for old OpenSSL libraries: avoid unusedTom Lane2007-10-03
* Attempt to open certificate file "manually" using fopen beforeMagnus Hagander2007-10-03
* Fix a compiler warning on Win32. Hannes Eder.Neil Conway2007-10-02
* Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane2007-10-02
* Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.Magnus Hagander2007-10-01
* Code review for SSLKEY patch.Tom Lane2007-02-16
* SSL improvements:Bruce Momjian2007-02-16
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-26
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* 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