| Commit message (Expand) | Author | Age |
* | Clean up comments. | Tom Lane | 2001-09-29 |
* | Improve wording. | Bruce Momjian | 2001-09-28 |
* | Put MD5 salt at the end for security. | Bruce Momjian | 2001-09-27 |
* | 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 an overall timeout on the client authentication cycle, so that | Tom Lane | 2001-09-21 |
* | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane | 2001-09-08 |
* | 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-07 |
* | PAM authentication: | Bruce Momjian | 2001-09-06 |
* | Fix typo. | Tom Lane | 2001-09-04 |
* | Add intended Array.java file that accidentally was patched into the | Bruce Momjian | 2001-08-25 |
* | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 |
* | 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 |
* | 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-17 |
* | 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 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 | 2001-08-15 |
* | Fix thinko (revealed by gcc warning). | Tom Lane | 2001-08-07 |
* | Add a check for end of client connection before expecting a password | Peter Eisentraut | 2001-08-07 |
* | Remove no-longer-needed fcntl call (I'm not sure it *ever* did anything | Tom Lane | 2001-08-05 |
* | 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 |
* | Add mention of SIGHUP for pg_ident.conf. | Bruce Momjian | 2001-08-01 |
* | Add documentation changes for new pg_hba.conf behavior. | Bruce Momjian | 2001-08-01 |
* | Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line | Tom Lane | 2001-07-31 |
* | Update info on pg_hba.conf comments. | Bruce Momjian | 2001-07-31 |
* | Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of | Bruce Momjian | 2001-07-30 |
* | Source formatting cleanup. | Bruce Momjian | 2001-07-21 |
* | Better document use of ident on localhost, per Tom Lane's idea. | Bruce Momjian | 2001-07-11 |
* | Move export to a separate line, per Peter E. | Bruce Momjian | 2001-07-11 |
* | Instead of believing SOMAXCONN from the system header files (which is | Tom Lane | 2001-07-11 |
* | Since a missing pg_pwd file is a valid situation, don't print an error | Peter Eisentraut | 2001-06-23 |
* | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 |
* | Improve wording of authentication files. | Bruce Momjian | 2001-06-18 |
* | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 |
* | Remove error report from pq_endmessage when pq_putmessage fails. The | Tom Lane | 2001-04-16 |