index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-secure.c
Commit message (
Expand
)
Author
Age
*
Fix memory leak with SSL connections due to missing X509_free() calls.
Tom Lane
2003-12-18
*
Make message fit guidelines.
Peter Eisentraut
2003-09-29
*
Rename thread compile flag. Move thread test program to tools/thread,
Bruce Momjian
2003-09-27
*
Enable Win32 to compile libpq again, and enable SSL compiles on that
Bruce Momjian
2003-09-05
*
Fix some more problems with testing error returns from SSL.
Tom Lane
2003-08-04
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Remove extra paren in NOT_USED code, found by pgindent.
Bruce Momjian
2003-08-04
*
Handle threading in two more gethostbyname calls.
Bruce Momjian
2003-06-14
*
Make libpq thread-safe with configure --with-threads option.
Bruce Momjian
2003-06-14
*
libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries
Tom Lane
2003-06-08
*
Fix error recovery for SSL_read/SSL_write calls.
Tom Lane
2003-04-10
*
#ifdef out stuff that shouldn't be compiled when not USE_SSL.
Tom Lane
2003-02-03
*
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
*
From the SSL_CTX_new man page:
PostgreSQL Daemon
2002-12-18
*
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
*
Clean up SSL compiler warnings.
Bruce Momjian
2002-09-26
*
Allow SSL to work withouth client-side certificate infrastructure.
Bruce Momjian
2002-09-26
*
Translation updates, some messages tweaked.
Peter Eisentraut
2002-09-22
*
Don't use gethostbyname2(). It's not portable and we don't claim to
Peter Eisentraut
2002-09-05
*
pgindent run.
Bruce Momjian
2002-09-04
*
Hello, i noticed that win32 native stopped working/compiling after the SSL merge
Bruce Momjian
2002-07-20
*
Remove unused INET6 variable.
Bruce Momjian
2002-06-23
*
Remove INET6 from SSL. We don't support INET6 yet.
Bruce Momjian
2002-06-23
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Use KAME accessor macros for addr8.
Bruce Momjian
2002-06-17
*
Clean up gcc warnings. Avoid the bad habit of putting externs in .c
Tom Lane
2002-06-15
*
Yet another SSL patch. :-) This one adds some informational messages
Bruce Momjian
2002-06-14
*
SSL patch that adds support for optional client certificates.
Bruce Momjian
2002-06-14
*
SSL support for ephemeral DH keys.
Bruce Momjian
2002-06-14
*
UPDATED PATCH:
Bruce Momjian
2002-06-14