summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
2001-12-04Change appendStringInfoChar to appendStringInfoCharMacro in a couple ofTom Lane
2001-12-04Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane
2001-11-20Add mention of template1 usage.Bruce Momjian
2001-11-18Add example of using 'sameuser' followed by 'all' pg_hba records toTom Lane
2001-11-18Improve comments about duplicate files.Bruce Momjian
2001-11-13Update CVS tags.Bruce Momjian
2001-11-13Use better CVS tag.Bruce Momjian
2001-11-13Remove md5.c check, add CVS log stamp. Update comments.Bruce Momjian
2001-11-12Suppress duplicate error messages in pq_flush. Write error messages toTom Lane
2001-11-12send() attempt for IDENT communication should retry on EINTR.Tom Lane
2001-11-12The PacketReceive/PacketSend routines aren't used anymore.Tom Lane
2001-11-12Update MD5 documentation.Bruce Momjian
2001-11-12Sync up both files.Bruce Momjian
2001-11-12 Add comments and remove CVS tag from md5.c so they remain identical.Bruce Momjian
2001-11-12Add code to check that md5.c files are in sync.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-11-01Minor code cleanups.Tom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian