summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-18Fix authentication so that it doesn't record an extra 'PasswordTom Lane
2001-09-29Clean up comments.Tom Lane
2001-09-28Improve wording.Bruce Momjian
2001-09-27Put MD5 salt at the end for security.Bruce Momjian
2001-09-26Add ALIGN() for cred packet, for OpenBSD.Bruce Momjian
2001-09-26Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian
2001-09-21Code review for MD5 authorization patch. Clean up some breakageTom Lane
2001-09-21Add an overall timeout on the client authentication cycle, so thatTom Lane
2001-09-08Clean up some confusion about where and how to set whereToSendOutput.Tom Lane
2001-09-07Add CRED alignment for NetBSD.Bruce Momjian
2001-09-07Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian
2001-09-07Enable SIGTERM and SIGQUIT during client authentication soJan Wieck
2001-09-06PAM authentication:Bruce Momjian
2001-09-04Fix typo.Tom Lane
2001-08-25Add intended Array.java file that accidentally was patched into theBruce Momjian
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-21Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.Bruce Momjian
2001-08-21Add missing include for SCM_CREDS.Bruce Momjian
2001-08-21Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup.Bruce Momjian
2001-08-21Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian
2001-08-17A little more code reorg for MD5/crypt.Bruce Momjian
2001-08-17Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian
2001-08-17Force crypt() salt to be null-terminated.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-15Use malloc/palloc as appropriate.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