| Age | Commit message (Expand) | Author |
| 2001-12-04 | Change appendStringInfoChar to appendStringInfoCharMacro in a couple of | Tom Lane |
| 2001-12-04 | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane |
| 2001-11-20 | Add mention of template1 usage. | Bruce Momjian |
| 2001-11-18 | Add example of using 'sameuser' followed by 'all' pg_hba records to | Tom Lane |
| 2001-11-18 | Improve comments about duplicate files. | Bruce Momjian |
| 2001-11-13 | Update CVS tags. | Bruce Momjian |
| 2001-11-13 | Use better CVS tag. | Bruce Momjian |
| 2001-11-13 | Remove md5.c check, add CVS log stamp. Update comments. | Bruce Momjian |
| 2001-11-12 | Suppress duplicate error messages in pq_flush. Write error messages to | Tom Lane |
| 2001-11-12 | send() attempt for IDENT communication should retry on EINTR. | Tom Lane |
| 2001-11-12 | The PacketReceive/PacketSend routines aren't used anymore. | Tom Lane |
| 2001-11-12 | Update MD5 documentation. | Bruce Momjian |
| 2001-11-12 | Sync 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-12 | Add code to check that md5.c files are in sync. | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-02 | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane |
| 2001-11-01 | Minor code cleanups. | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-18 | Fix authentication so that it doesn't record an extra 'Password | Tom Lane |
| 2001-09-29 | Clean up comments. | Tom Lane |
| 2001-09-28 | Improve wording. | Bruce Momjian |
| 2001-09-27 | Put MD5 salt at the end for security. | Bruce Momjian |
| 2001-09-26 | Add ALIGN() for cred packet, for OpenBSD. | Bruce Momjian |
| 2001-09-26 | Disable local creds on OpenBSD because it doesn't support it. Document | Bruce Momjian |
| 2001-09-21 | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane |
| 2001-09-21 | Add an overall timeout on the client authentication cycle, so that | Tom Lane |
| 2001-09-08 | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane |
| 2001-09-07 | Add CRED alignment for NetBSD. | Bruce Momjian |
| 2001-09-07 | Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. | Bruce Momjian |
| 2001-09-07 | Enable SIGTERM and SIGQUIT during client authentication so | Jan Wieck |
| 2001-09-06 | PAM authentication: | Bruce Momjian |
| 2001-09-04 | Fix typo. | Tom Lane |
| 2001-08-25 | Add intended Array.java file that accidentally was patched into the | Bruce Momjian |
| 2001-08-24 | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut |
| 2001-08-21 | Fix SCM_CREDS for FreeBSD, from Teodor Sigaev. | Bruce Momjian |
| 2001-08-21 | Add missing include for SCM_CREDS. | Bruce Momjian |
| 2001-08-21 | Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup. | Bruce Momjian |
| 2001-08-21 | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian |
| 2001-08-17 | A little more code reorg for MD5/crypt. | Bruce Momjian |
| 2001-08-17 | Reorder MD5/crypt so MD5 comes first in the code. | Bruce Momjian |
| 2001-08-17 | Force crypt() salt to be null-terminated. | Bruce Momjian |
| 2001-08-17 | Add 4-byte MD5 salt. | Bruce Momjian |
| 2001-08-16 | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian |
| 2001-08-16 | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian |
| 2001-08-15 | Use malloc/palloc as appropriate. | Bruce Momjian |
| 2001-08-15 | Move md5.h contents to crypt.h. | Bruce Momjian |
| 2001-08-15 | Add new files. | Bruce Momjian |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |