aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure.c
Commit message (Expand)AuthorAge
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-08
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Improve error reporting for SSL connection failures. Remove redundantTom Lane2004-11-20
* Remove debugging printf from #ifdef WIN32 section.Neil Conway2004-11-17
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-06
* 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
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-09
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* #ifdef out file permissions check on SSL key file when on Windows, asTom Lane2004-06-25
* Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane2003-12-18
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-12
* SSL_read/SSL_write do not approximate the return conventions of recv()Tom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* STRENGH => STRENGTH, per Jon Jensen.Tom Lane2003-07-01
* Well, the discussion about SSL a bit back perked my interest and I didBruce Momjian2003-06-11
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* const-ify info_cb() to match recent openssl releases. Per Joe Conway.Tom Lane2003-04-25
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* Fix error recovery for SSL_read/SSL_write calls.Tom Lane2003-04-10
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-29
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-29
* Remove bogus manipulation of SIGPIPE; the backend already runs withTom Lane2003-02-14
* #ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane2003-02-03
* Remove 'const' from secure_write, to prevent compiler warning.Bruce Momjian2003-01-08
* The second was that renegotiation was just plain broken. I can'tBruce Momjian2003-01-08
* I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian2003-01-08
* Update SSL error message for improper permissions. Backpatch to 7.3.X.Bruce Momjian2002-12-23
* From the SSL_CTX_new man page:PostgreSQL Daemon2002-12-18
* Ok, I think I've gotten this figured out now. I saw this comment inBruce Momjian2002-12-14
* Remove strerror output for openssl SYSCALL error check.Bruce Momjian2002-12-13
* Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian2002-12-12
* Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane2002-11-07
* Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian2002-09-26
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-04
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fix missing 'buf' variable in SSL sources and add missing includes.Bruce Momjian2002-06-17
* Fix SSL DEBUG levels to match CVS elog flags.Bruce Momjian2002-06-17
* Rename DEBUG to DEBUG1 in SSL code.Bruce Momjian2002-06-17