aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAge
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-04
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Back out password packet length check.Bruce Momjian2002-08-30
* Prevent problem with extra-long password packets from allocating lots ofBruce Momjian2002-08-29
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-29
* The attached patch implements the password packet length sanity checkBruce Momjian2002-08-27
* Add most of Neil Conway's cleanups.Bruce Momjian2002-08-27
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-18
* Update copyright to 2002.Bruce Momjian2002-06-20
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Authentication improvements:Bruce Momjian2002-04-04
* Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian2002-03-05
* Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian2002-03-05
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-04
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Fix for PAM error message display:Bruce Momjian2002-02-25
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-23
* Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves oneTom Lane2002-02-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix authentication so that it doesn't record an extra 'PasswordTom Lane2001-10-18
* 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
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-07
* PAM authentication:Bruce Momjian2001-09-06
* Add missing include for SCM_CREDS.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
* 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 MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-07
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-01
* Source formatting cleanup.Bruce Momjian2001-07-21
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-20
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-25
* Expand secondary password file feature, so that you can use thesePeter Eisentraut2000-07-04
* Update kerberos patchBruce Momjian2000-05-27
* Back out kerberos changes. Causes compile problems.Bruce Momjian2000-05-27
* Patch for Kerberos V.Bruce Momjian2000-05-27
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23