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
*
Implement error checking for pthreads calls in thread-safe mode. They really
Magnus Hagander
2008-05-16
*
Use error message wordings for permissions checks on .pgpass and SSL private
Tom Lane
2008-03-31
*
Rename a libpq NOT_USED SSL function to
Bruce Momjian
2008-02-16
*
Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these
Tom Lane
2008-01-29
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Minor improvements to hack for old OpenSSL libraries: avoid unused
Tom Lane
2007-10-03
*
Attempt to open certificate file "manually" using fopen before
Magnus Hagander
2007-10-03
*
Fix a compiler warning on Win32. Hannes Eder.
Neil Conway
2007-10-02
*
Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older
Tom Lane
2007-10-02
*
Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.
Magnus Hagander
2007-10-01
*
Code review for SSLKEY patch.
Tom Lane
2007-02-16
*
SSL improvements:
Bruce Momjian
2007-02-16
*
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-08
*
Squelch some VC++ compiler warnings. Mark float literals with the "f"
Neil Conway
2007-01-26
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Message style improvements
Peter Eisentraut
2006-10-06
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Remove separate strdup.h header file; it's redundant with port.h.
Tom Lane
2006-09-27
*
Add missing gettext calls for some SSL errors.
Peter Eisentraut
2006-09-04
*
Fix another passel of include-file breakage. Kris Jurka, Tom Lane
Tom Lane
2006-07-14
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Revert part of recent include patch not ready for application.
Bruce Momjian
2006-07-14
*
Add additional includes needed on some platforms.
Bruce Momjian
2006-07-14
*
Fix typo in comment.
Bruce Momjian
2006-05-11
*
Add SSL CRL support to libpq. Recently added to the backend.
Bruce Momjian
2006-05-06
*
Tab alignment cleanup.
Bruce Momjian
2006-04-27
*
Add underscores to SSL CERT macro names, for clarity and consistency
Bruce Momjian
2006-04-27
*
Change libpq's PQgetssl() to return a void*, rather than SSL *, so that
Bruce Momjian
2006-04-27
*
Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:
Bruce Momjian
2006-04-27
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
Tom Lane
2006-01-24
*
I have applied the following patch to document PQinitSSL() and
Bruce Momjian
2005-10-24
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Add comment about pthread_self() cast.
Bruce Momjian
2005-08-28
*
The attached patch updates the thread test program to run stand-alone on
Bruce Momjian
2005-08-23
*
Back out incorrect commit.
Bruce Momjian
2005-08-23
*
Fix function name.
Bruce Momjian
2005-08-23
*
Comment out check for substitution of private key file on Windows,
Tom Lane
2005-01-10
*
Consistently use geteuid() not getuid(); there were a few places deviating
Tom Lane
2005-01-08
*
Minor mop-up for Windows home-directory stuff, per Magnus.
Tom Lane
2005-01-06
*
Adjust lookup of client-side profile files (.pgpass and so on) as per
Tom Lane
2005-01-06
*
Make the various places that determine the user's "home directory"
Tom Lane
2005-01-06
*
Clean up code in libpq that obtains user's home directory: make a single
Tom Lane
2005-01-04
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Fix compile breakage from SIGPIPE fix for threading.
Bruce Momjian
2004-12-03
*
Code review for recent libpq changes. Be more careful about error
Tom Lane
2004-12-02
*
Rework libpq threaded SIGPIPE handling to avoid interference with
Bruce Momjian
2004-12-02
*
Make sure we produce a useful error message for the case where the
Tom Lane
2004-11-20
*
Improve error reporting for SSL connection failures. Remove redundant
Tom Lane
2004-11-20
[next]