summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2003-02-14Update FAQ's in head and 7.3.X.Bruce Momjian
2003-02-14Remove bogus manipulation of SIGPIPE; the backend already runs withTom Lane
2003-02-03#ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane
2003-02-03Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian
2003-01-25Where available, use utime() or utimes() to update the file mod timeTom Lane
2003-01-14Readd #include netinet/in.h for FreeBSD.Bruce Momjian
2003-01-09Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut
2003-01-08Remove 'const' from secure_write, to prevent compiler warning.Bruce Momjian
2003-01-08The second was that renegotiation was just plain broken. I can'tBruce Momjian
2003-01-08I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian
2003-01-07Add connection service file.Bruce Momjian
2003-01-06Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-23Update SSL error message for improper permissions. Backpatch to 7.3.X.Bruce Momjian
2002-12-18From the SSL_CTX_new man page:PostgreSQL Daemon
2002-12-14The actual segfault was caused by a double pfree(), but ISTM thatBruce Momjian
2002-12-14Ok, I think I've gotten this figured out now. I saw this comment inBruce Momjian
2002-12-13Remove strerror output for openssl SYSCALL error check.Bruce Momjian
2002-12-12Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian
2002-12-11Fix line count error reporting in config files, like pg_hba.conf, perBruce Momjian
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