| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add SSL documentation info to README.SSL | Bruce Momjian | 2002-10-03 | 1 | -1/+403 |
| * | The attached patch fixes a number of issues related to compiling the | Bruce Momjian | 2002-10-03 | 1 | -3/+12 |
| * | Add Bear's SSL comments. | Bruce Momjian | 2002-09-29 | 1 | -0/+28 |
| * | Allow SSL to work withouth client-side certificate infrastructure. | Bruce Momjian | 2002-09-26 | 1 | -1/+5 |
| * | Shrink the pg_hba.conf and pg_ident.conf default files and move most of the | Peter Eisentraut | 2002-09-14 | 2 | -289/+78 |
| * | Guard against send-lots-and-lots-of-data DoS attack from unauthenticated | Tom Lane | 2002-09-04 | 4 | -20/+32 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 6 | -242/+242 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 2 | -14/+14 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 5 | -10/+5 |
| * | 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 | 2 | -223/+6 |
| * | 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 |
| * | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 | 1 | -5/+5 |
| * | Add db-local user names, per discussion on hackers. | Bruce Momjian | 2002-08-18 | 1 | -3/+3 |
| * | Remove #ifdef MULTIBYTE | Tatsuo Ishii | 2002-08-08 | 1 | -15/+1 |
| * | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian | 2002-07-15 | 1 | -13/+12 |
| * | Treat \r as white space when parsing pg_hba and related files. | Tom Lane | 2002-06-26 | 1 | -2/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 9 | -18/+18 |
| * | Fix missing 'buf' variable in SSL sources and add missing includes. | Bruce Momjian | 2002-06-17 | 1 | -2/+4 |
| * | Fix SSL DEBUG levels to match CVS elog flags. | Bruce Momjian | 2002-06-17 | 1 | -33/+29 |
| * | Rename DEBUG to DEBUG1 in SSL code. | Bruce Momjian | 2002-06-17 | 1 | -16/+16 |
| * | Remove pfrees of cached pg_pwd file, per Tom Lane. | Bruce Momjian | 2002-06-15 | 1 | -10/+1 |
| * | Yet another SSL patch. :-) This one adds some informational messages | Bruce Momjian | 2002-06-14 | 1 | -2/+45 |
| * | SSL patch that adds support for optional client certificates. | Bruce Momjian | 2002-06-14 | 1 | -3/+51 |
| * | Patch that checks ownership and permissions on server static | Bruce Momjian | 2002-06-14 | 1 | -2/+15 |
| * | SSL patch to periodically renegotiate session key. | Bruce Momjian | 2002-06-14 | 1 | -2/+29 |
| * | SSL support for ephemeral DH keys. | Bruce Momjian | 2002-06-14 | 1 | -3/+257 |
| * | UPDATED PATCH: | Bruce Momjian | 2002-06-14 | 3 | -17/+376 |
| * | Back out SSL changes. Newer patch available. | Bruce Momjian | 2002-06-14 | 2 | -31/+18 |
| * | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian | 2002-06-14 | 2 | -18/+31 |
| * | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 2 | -2/+6 |
| * | Fix problem with new pg_hba.conf code where the same comparison function | Bruce Momjian | 2002-04-28 | 1 | -10/+25 |
| * | Fix password code to deal with new quoting code. | Bruce Momjian | 2002-04-25 | 2 | -13/+21 |
| * | Fix typo. | Tom Lane | 2002-04-21 | 1 | -2/+4 |
| * | pq_getstring doesn't go through pq_getbyte anymore, for better performance. | Peter Eisentraut | 2002-04-20 | 1 | -7/+24 |
| * | Authentication improvements: | Bruce Momjian | 2002-04-04 | 6 | -780/+578 |
| * | Replace perror() calls by elog()s, so that messages can be routed to | Tom Lane | 2002-04-03 | 1 | -5/+5 |
| * | Improve wording of pg_hba.conf file. | Bruce Momjian | 2002-03-08 | 1 | -86/+97 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 2 | -6/+6 |
| * | 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 | 8 | -356/+143 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 3 | -16/+13 |
| * | 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 |
| * | Fix use of 'char' to hold result of getc, per bug report forwarded by | Tom Lane | 2002-01-09 | 1 | -67/+60 |
| * | Place PAM before REJECT in sample file. | Bruce Momjian | 2001-12-24 | 1 | -5/+5 |