| Commit message (Expand) | Author | Age | Files | Lines |
| * | Guard against send-lots-and-lots-of-data DoS attack from unauthenticated | Tom Lane | 2002-09-04 | 1 | -5/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -12/+11 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Back out password packet length check. | Bruce Momjian | 2002-08-30 | 1 | -15/+1 |
| * | Prevent problem with extra-long password packets from allocating lots of | Bruce Momjian | 2002-08-29 | 1 | -1/+15 |
| * | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane | 2002-08-29 | 1 | -181/+1 |
| * | The attached patch implements the password packet length sanity check | Bruce Momjian | 2002-08-27 | 1 | -1/+12 |
| * | Add most of Neil Conway's cleanups. | Bruce Momjian | 2002-08-27 | 1 | -2/+2 |
| * | Add db-local user names, per discussion on hackers. | Bruce Momjian | 2002-08-18 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 1 | -1/+4 |
| * | Authentication improvements: | Bruce Momjian | 2002-04-04 | 1 | -19/+5 |
| * | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian | 2002-03-05 | 1 | -2/+4 |
| * | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian | 2002-03-05 | 1 | -3/+3 |
| * | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 | 1 | -101/+52 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -7/+4 |
| * | Fix for PAM error message display: | Bruce Momjian | 2002-02-25 | 1 | -28/+28 |
| * | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut | 2002-02-23 | 1 | -2/+9 |
| * | Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves one | Tom Lane | 2002-02-19 | 1 | -2/+9 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -8/+8 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -126/+143 |
| * | Fix authentication so that it doesn't record an extra 'Password | Tom Lane | 2001-10-18 | 1 | -38/+57 |
| * | Disable local creds on OpenBSD because it doesn't support it. Document | Bruce Momjian | 2001-09-26 | 1 | -2/+2 |
| * | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane | 2001-09-21 | 1 | -8/+4 |
| * | Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. | Bruce Momjian | 2001-09-07 | 1 | -7/+10 |
| * | PAM authentication: | Bruce Momjian | 2001-09-06 | 1 | -9/+224 |
| * | Add missing include for SCM_CREDS. | Bruce Momjian | 2001-08-21 | 1 | -1/+2 |
| * | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian | 2001-08-21 | 1 | -5/+29 |
| * | A little more code reorg for MD5/crypt. | Bruce Momjian | 2001-08-17 | 1 | -7/+7 |
| * | Reorder MD5/crypt so MD5 comes first in the code. | Bruce Momjian | 2001-08-17 | 1 | -7/+7 |
| * | Add 4-byte MD5 salt. | Bruce Momjian | 2001-08-17 | 1 | -4/+11 |
| * | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian | 2001-08-16 | 1 | -9/+6 |
| * | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian | 2001-08-16 | 1 | -6/+9 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 1 | -7/+11 |
| * | Add a check for end of client connection before expecting a password | Peter Eisentraut | 2001-08-07 | 1 | -2/+2 |
| * | Support ident authentication on local (Unix) socket connections, if the | Tom Lane | 2001-08-01 | 1 | -5/+3 |
| * | Source formatting cleanup. | Bruce Momjian | 2001-07-21 | 1 | -21/+11 |
| * | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 | 1 | -228/+112 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -20/+25 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -2/+2 |
| * | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut | 2000-08-25 | 1 | -5/+8 |
| * | Expand secondary password file feature, so that you can use these | Peter Eisentraut | 2000-07-04 | 1 | -13/+5 |
| * | Update kerberos patch | Bruce Momjian | 2000-05-27 | 1 | -99/+104 |
| * | Back out kerberos changes. Causes compile problems. | Bruce Momjian | 2000-05-27 | 1 | -104/+99 |
| * | Patch for Kerberos V. | Bruce Momjian | 2000-05-27 | 1 | -99/+104 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -4/+5 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 | 1 | -15/+17 |