]> granicus.if.org Git - postgresql/history - src/backend/libpq/be-secure.c
Add SSL CRL support to libpq. Recently added to the backend.
[postgresql] / src / backend / libpq / be-secure.c
2006-05-06 Bruce MomjianAdd SSL CRL support to libpq. Recently added to the...
2006-05-06 Bruce MomjianIssue a log message if a CRL file exists and the SSL...
2006-05-04 Tom LaneDon't try to compile SSL CRL support if local SSL insta...
2006-04-27 Bruce MomjianOn second thought, keep SSL CRL as a log, and wait...
2006-04-27 Bruce MomjianDowngrade SSL CRL file missing message from LOG to...
2006-04-27 Bruce MomjianAdd support for SSL Certificate Revocation List (CRL...
2006-03-21 Neil ConwayMinor refactoring: initialize_SSL() only returns 0...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-02 Tom LanePush enable/disable of notify and catchup interrupts...
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-20 Tom LaneImprove error reporting for SSL connection failures...
2004-11-17 Neil ConwayRemove debugging printf from #ifdef WIN32 section.
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-09-26 Tom LaneFix multiple breakages in our support for SSL certificates.
2004-09-23 Tom LaneIf we're going to print unrecognized result codes from...
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-25 Tom Lane#ifdef out file permissions check on SSL key file when...
2003-12-18 Tom LaneFix memory leak with SSL connections due to missing...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-04 Tom LaneSSL_read/SSL_write do not approximate the return conven...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-07-01 Tom LaneSTRENGH => STRENGTH, per Jon Jensen.
2003-06-11 Bruce MomjianWell, the discussion about SSL a bit back perked my...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-25 Tom Laneconst-ify info_cb() to match recent openssl releases...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-10 Tom LaneFix error recovery for SSL_read/SSL_write calls.
2003-03-29 Bruce Momjian[ Backpatch to 7.3.X.]
2003-03-29 Bruce Momjian[ Backpatch to 7.3.X.]
2003-02-14 Tom LaneRemove bogus manipulation of SIGPIPE; the backend alrea...
2003-02-03 Tom Lane#ifdef out stuff that shouldn't be compiled when not...
2003-01-08 Bruce MomjianRemove 'const' from secure_write, to prevent compiler...
2003-01-08 Bruce MomjianThe second was that renegotiation was just plain broken...
2003-01-08 Bruce MomjianI was playing around with 7.3.1 and found some more...
2002-12-23 Bruce MomjianUpdate SSL error message for improper permissions....
2002-12-18 PostgreSQL DaemonFrom the SSL_CTX_new man page:
2002-12-14 Bruce MomjianOk, I think I've gotten this figured out now. I saw...
2002-12-13 Bruce MomjianRemove strerror output for openssl SYSCALL error check.
2002-12-12 Bruce MomjianCheck SSL_get_error() value SSL_ERROR_SYSCALL to see...
2002-11-07 Tom LaneRemove inappropriate inclusions of OpenSSL internal...
2002-09-26 Bruce MomjianAllow SSL to work withouth client-side certificate...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-17 Bruce MomjianFix missing 'buf' variable in SSL sources and add missi...
2002-06-17 Bruce MomjianFix SSL DEBUG levels to match CVS elog flags.
2002-06-17 Bruce MomjianRename DEBUG to DEBUG1 in SSL code.
2002-06-14 Bruce MomjianYet another SSL patch. :-) This one adds some informat...
2002-06-14 Bruce MomjianSSL patch that adds support for optional client certifi...
2002-06-14 Bruce MomjianPatch that checks ownership and permissions on server...
2002-06-14 Bruce MomjianSSL patch to periodically renegotiate session key.
2002-06-14 Bruce MomjianSSL support for ephemeral DH keys.
2002-06-14 Bruce MomjianUPDATED PATCH: