summaryrefslogtreecommitdiff
path: root/src/include/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-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-09-04Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane
2002-09-04pgindent run.Bruce 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-18Add db-local user names, per discussion on hackers.Bruce Momjian
2002-08-12Buffer-overrun paranoia.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-14SSL patch that adds support for optional client certificates.Bruce Momjian
2002-06-14SSL patch to periodically renegotiate session key.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-06-03Document that SM_* variables should be longer.Bruce Momjian
2002-06-03Mention SM_USER should be the same size as the others.Bruce Momjian
2002-04-04Authentication improvements:Bruce Momjian
2002-03-04Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane
2002-02-22We had a problem with to compile pgsql-7.2 under SW-8.0.Bruce Momjian
2001-12-04Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane
2001-11-12Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane
2001-11-12The PacketReceive/PacketSend routines aren't used anymore.Tom Lane
2001-11-12Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-02Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-01Fix a compile error on a platform that does not have PAM.Tatsuo Ishii
2001-09-21Code review for MD5 authorization patch. Clean up some breakageTom Lane
2001-09-07Enable SIGTERM and SIGQUIT during client authentication soJan Wieck
2001-09-06PAM authentication:Bruce Momjian
2001-09-06This fixes clashing defines of ERROR. On win32, winapi.h is included, whichBruce Momjian
2001-08-24There are two problems when compiling libpq.dll and psql.exeBruce Momjian
2001-08-21Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian
2001-08-17Add 4-byte MD5 salt.Bruce Momjian
2001-08-16Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian
2001-08-16Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian
2001-08-15Move md5.h contents to crypt.h.Bruce Momjian
2001-08-15Add new files.Bruce Momjian
2001-08-15Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian
2001-08-07Add a check for end of client connection before expecting a passwordPeter Eisentraut
2001-08-01Support ident authentication on local (Unix) socket connections, if theTom Lane
2001-07-31Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane
2001-07-30Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian
2001-06-20Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane