summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06Add missing v6utils file.Bruce Momjian
2002-12-06Updated IPv6 patch to fix netmask.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-12-05Clearify variables names so it is clear which variable is theBruce Momjian
2002-12-05Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian
2002-12-03Deal with cases where getpeereid _and_ another creditial method isBruce Momjian
2002-12-03Add OpenBSD local indent credentials, from William Ahern.Bruce Momjian
2002-11-07Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane
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