aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Add SSL documentation info to README.SSLBruce Momjian2002-10-03
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-03
* Add Bear's SSL comments.Bruce Momjian2002-09-29
* Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian2002-09-26
* Shrink the pg_hba.conf and pg_ident.conf default files and move most of thePeter Eisentraut2002-09-14
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-04
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Back out password packet length check.Bruce Momjian2002-08-30
* Prevent problem with extra-long password packets from allocating lots ofBruce Momjian2002-08-29
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-29
* The attached patch implements the password packet length sanity checkBruce Momjian2002-08-27
* Add most of Neil Conway's cleanups.Bruce Momjian2002-08-27
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-18
* Remove #ifdef MULTIBYTETatsuo Ishii2002-08-08
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Treat \r as white space when parsing pg_hba and related files.Tom Lane2002-06-26
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fix missing 'buf' variable in SSL sources and add missing includes.Bruce Momjian2002-06-17
* Fix SSL DEBUG levels to match CVS elog flags.Bruce Momjian2002-06-17
* Rename DEBUG to DEBUG1 in SSL code.Bruce Momjian2002-06-17
* Remove pfrees of cached pg_pwd file, per Tom Lane.Bruce Momjian2002-06-15
* Yet another SSL patch. :-) This one adds some informational messagesBruce Momjian2002-06-14
* SSL patch that adds support for optional client certificates.Bruce Momjian2002-06-14
* Patch that checks ownership and permissions on server staticBruce Momjian2002-06-14
* SSL patch to periodically renegotiate session key.Bruce Momjian2002-06-14
* SSL support for ephemeral DH keys.Bruce Momjian2002-06-14
* UPDATED PATCH:Bruce Momjian2002-06-14
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-14
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-14
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Fix problem with new pg_hba.conf code where the same comparison functionBruce Momjian2002-04-28
* Fix password code to deal with new quoting code.Bruce Momjian2002-04-25
* Fix typo.Tom Lane2002-04-21
* pq_getstring doesn't go through pq_getbyte anymore, for better performance.Peter Eisentraut2002-04-20
* Authentication improvements:Bruce Momjian2002-04-04
* Replace perror() calls by elog()s, so that messages can be routed toTom Lane2002-04-03
* Improve wording of pg_hba.conf file.Bruce Momjian2002-03-08
* Change made to elog:Bruce Momjian2002-03-06
* Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian2002-03-05
* Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian2002-03-05
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-04
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Fix for PAM error message display:Bruce Momjian2002-02-25
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-23
* Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves oneTom Lane2002-02-19
* Fix use of 'char' to hold result of getc, per bug report forwarded byTom Lane2002-01-09
* Place PAM before REJECT in sample file.Bruce Momjian2001-12-24