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