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