| Age | Commit message (Expand) | Author |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-17 | Fix missing 'buf' variable in SSL sources and add missing includes. | Bruce Momjian |
| 2002-06-17 | Fix SSL DEBUG levels to match CVS elog flags. | Bruce Momjian |
| 2002-06-17 | Rename DEBUG to DEBUG1 in SSL code. | Bruce Momjian |
| 2002-06-15 | Remove pfrees of cached pg_pwd file, per Tom Lane. | Bruce Momjian |
| 2002-06-14 | Yet another SSL patch. :-) This one adds some informational messages | Bruce Momjian |
| 2002-06-14 | SSL patch that adds support for optional client certificates. | Bruce Momjian |
| 2002-06-14 | Patch that checks ownership and permissions on server static | Bruce Momjian |
| 2002-06-14 | SSL patch to periodically renegotiate session key. | Bruce Momjian |
| 2002-06-14 | SSL support for ephemeral DH keys. | Bruce Momjian |
| 2002-06-14 | UPDATED PATCH: | Bruce Momjian |
| 2002-06-14 | Back out SSL changes. Newer patch available. | Bruce Momjian |
| 2002-06-14 | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-04-28 | Fix problem with new pg_hba.conf code where the same comparison function | Bruce Momjian |
| 2002-04-25 | Fix password code to deal with new quoting code. | Bruce Momjian |
| 2002-04-21 | Fix typo. | Tom Lane |
| 2002-04-20 | pq_getstring doesn't go through pq_getbyte anymore, for better performance. | Peter Eisentraut |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-04-03 | Replace perror() calls by elog()s, so that messages can be routed to | Tom Lane |
| 2002-03-08 | Improve wording of pg_hba.conf file. | Bruce Momjian |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-05 | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian |
| 2002-03-05 | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian |
| 2002-03-04 | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2002-02-25 | Fix for PAM error message display: | Bruce Momjian |
| 2002-02-23 | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut |
| 2002-02-19 | Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves one | Tom Lane |
| 2002-01-09 | Fix use of 'char' to hold result of getc, per bug report forwarded by | Tom Lane |
| 2001-12-24 | Place PAM before REJECT in sample file. | Bruce Momjian |
| 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 |