index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-secure.c
Age
Commit message (
Expand
)
Author
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-31
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
2014-01-24
libpq: Support TLS versions beyond TLSv1.
Noah Misch
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-09-23
Fix SSL deadlock risk in libpq
Stephen Frost
2013-08-17
libpq: Report strerror on pthread_mutex_lock() failure
Peter Eisentraut
2013-08-01
Improve handling of pthread_mutex_lock error case
Stephen Frost
2013-08-01
Add locking around SSL_context usage in libpq
Stephen Frost
2013-07-23
Check for NULL result from strdup
Alvaro Herrera
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-02-23
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-03
Treat ENOTDIR as ENOENT when looking for client certificate file
Magnus Hagander
2011-11-28
Add libpq connection option to disable SSL compression
Magnus Hagander
2011-07-24
Fix previous patch so it also works if not USE_SSL (mea culpa).
Tom Lane
2011-07-24
Improve libpq's error reporting for SSL failures.
Tom Lane
2011-07-24
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-04
In initialize_SSL, don't fail unnecessarily when home dir is unavailable.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-14
Allow full SSL certificate verification (wherein libpq checks its host name
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-05-26
Rearrange libpq's SSL initialization to simplify it and make it handle some
Tom Lane
2010-05-25
Add missing newlines to some SSL-related error messages. Noted while testing.
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-30
Set errno to zero before invoking SSL_read or SSL_write. It appears that
Tom Lane
2009-12-09
Reject certificates with embedded NULLs in the commonName field. This stops
Magnus Hagander
2009-07-24
Avoid extra system calls to block SIGPIPE if the platform provides either
Tom Lane
2009-06-23
Properly initialize SSL engines when used from libpq. This is required for
Magnus Hagander
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-05-03
Fix already-obsolete hint message ... sslverify parameter is no more.
Tom Lane
2009-04-24
Remove sslverify parameter again, replacing it with two new sslmode values:
Magnus Hagander
2009-04-14
Add libpq error message text on how to handle missing root.crt file.
Bruce Momjian
2009-03-31
Add PQinitOpenSSL() function to support applications that use libcrypto
Tom Lane
2009-03-28
Clarify variable naming: pq_initssllib -> pq_init_ssl_lib
Bruce Momjian
2009-03-28
Better document PQinitSSL(0) behavior in regards to libcrypto.
Bruce Momjian
2009-01-28
Go over all OpenSSL return values and make sure we compare them
Magnus Hagander
2009-01-19
Fix accidental (I suppose) introduction of non-ASCII quote marks.
Tom Lane
2009-01-19
Message wordsmithing
Peter Eisentraut
2009-01-07
Don't require pqGetHomeDirectory to succeed if the user has specified
Magnus Hagander
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-15
Support specifying filename for SSL certificate, key, root certificate store
Magnus Hagander
2008-12-04
Comment said we don't free the lockarray, and why. The proper fix is to
Magnus Hagander
2008-12-04
Fix typo in recent SSL unload patch.
Bruce Momjian
2008-12-03
Properly unregister OpenSSL callbacks when libpq is done with
Magnus Hagander
[next]