aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Clean up comments.Tom Lane2001-09-29
* Improve wording.Bruce Momjian2001-09-28
* Put MD5 salt at the end for security.Bruce Momjian2001-09-27
* Add ALIGN() for cred packet, for OpenBSD.Bruce Momjian2001-09-26
* Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian2001-09-26
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-21
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-21
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-08
* Add CRED alignment for NetBSD.Bruce Momjian2001-09-07
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-07
* Enable SIGTERM and SIGQUIT during client authentication soJan Wieck2001-09-07
* PAM authentication:Bruce Momjian2001-09-06
* Fix typo.Tom Lane2001-09-04
* Add intended Array.java file that accidentally was patched into theBruce Momjian2001-08-25
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.Bruce Momjian2001-08-21
* Add missing include for SCM_CREDS.Bruce Momjian2001-08-21
* Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup.Bruce Momjian2001-08-21
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-21
* A little more code reorg for MD5/crypt.Bruce Momjian2001-08-17
* Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian2001-08-17
* Force crypt() salt to be null-terminated.Bruce Momjian2001-08-17
* Add 4-byte MD5 salt.Bruce Momjian2001-08-17
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-16
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-16
* Use malloc/palloc as appropriate.Bruce Momjian2001-08-15
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-15
* Add new files.Bruce Momjian2001-08-15
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Fix thinko (revealed by gcc warning).Tom Lane2001-08-07
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-07
* Remove no-longer-needed fcntl call (I'm not sure it *ever* did anythingTom Lane2001-08-05
* Even though SO_PEERCRED is probably totally unportable, might as wellTom Lane2001-08-02
* Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann,Tom Lane2001-08-02
* Digging through previous discussion of this patch, I note where Peter E.Tom Lane2001-08-01
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-01
* Add mention of SIGHUP for pg_ident.conf.Bruce Momjian2001-08-01
* Add documentation changes for new pg_hba.conf behavior.Bruce Momjian2001-08-01
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-31
* Update info on pg_hba.conf comments.Bruce Momjian2001-07-31
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-30
* Source formatting cleanup.Bruce Momjian2001-07-21
* Better document use of ident on localhost, per Tom Lane's idea.Bruce Momjian2001-07-11
* Move export to a separate line, per Peter E.Bruce Momjian2001-07-11
* Instead of believing SOMAXCONN from the system header files (which isTom Lane2001-07-11
* Since a missing pg_pwd file is a valid situation, don't print an errorPeter Eisentraut2001-06-23
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-20
* Improve wording of authentication files.Bruce Momjian2001-06-18
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* Remove error report from pq_endmessage when pq_putmessage fails. TheTom Lane2001-04-16