| Commit message (Expand) | Author | Age |
* | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 |
* | The actual segfault was caused by a double pfree(), but ISTM that | Bruce Momjian | 2002-12-14 |
* | Fix line count error reporting in config files, like pg_hba.conf, per | Bruce Momjian | 2002-12-11 |
* | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 |
* | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 |
* | Add OpenBSD local indent credentials, from William Ahern. | Bruce Momjian | 2002-12-03 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Treat \r as white space when parsing pg_hba and related files. | Tom Lane | 2002-06-26 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Fix problem with new pg_hba.conf code where the same comparison function | Bruce Momjian | 2002-04-28 |
* | Fix password code to deal with new quoting code. | Bruce Momjian | 2002-04-25 |
* | Authentication improvements: | Bruce Momjian | 2002-04-04 |
* | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 |
* | Fix use of 'char' to hold result of getc, per bug report forwarded by | Tom Lane | 2002-01-09 |
* | send() attempt for IDENT communication should retry on EINTR. | Tom Lane | 2001-11-12 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | 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-26 |
* | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane | 2001-09-21 |
* | 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 |
* | PAM authentication: | Bruce Momjian | 2001-09-06 |
* | 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-21 |
* | 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-16 |
* | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 |
* | Even though SO_PEERCRED is probably totally unportable, might as well | Tom Lane | 2001-08-02 |
* | Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann, | Tom Lane | 2001-08-02 |
* | Digging through previous discussion of this patch, I note where Peter E. | Tom Lane | 2001-08-01 |
* | Support ident authentication on local (Unix) socket connections, if the | Tom Lane | 2001-08-01 |
* | Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line | Tom Lane | 2001-07-31 |
* | Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of | Bruce Momjian | 2001-07-30 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Clean up callers of AllocateFile and BasicOpenFile to ensure that | Tom Lane | 2000-08-27 |
* | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 |
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 |
* | Lots of patches coming in from me today :-) | Bruce Momjian | 1999-09-27 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |