summaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-2/+2
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-121-1/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-201-2/+1
* Message style revisionsPeter Eisentraut2004-10-121-8/+8
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use gettext_noop() to mark strings. errmsg() perform theDennis Bjorklund2004-08-041-9/+9
* Add some strings for translation and remove some cut'n'pasteDennis Bjorklund2004-08-041-11/+13
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-201-14/+13
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-17/+17
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-21/+21
* Localizability improvement.Tom Lane2003-07-281-3/+4
* Have SSL text print only when SSL mode is enabled.Bruce Momjian2003-07-261-7/+8
* At long last I put together a patch to support 4 client SSL negotiationBruce Momjian2003-07-261-3/+9
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-231-6/+5
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-60/+96
* > This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian2003-06-251-1/+8
* IPv6 cleanups.Bruce Momjian2003-06-121-11/+9
* Fix breakage induced by yours truly in Kerberos and PAM code.Tom Lane2003-04-251-6/+6
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-3/+2
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-37/+76
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-171-8/+9
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-141-1/+6
* Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut2003-01-061-1/+2
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-061-5/+11
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-061-6/+3
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-061-3/+6
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-031-2/+4
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-041-5/+4
* pgindent run.Bruce Momjian2002-09-041-12/+11
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Back out password packet length check.Bruce Momjian2002-08-301-15/+1
* Prevent problem with extra-long password packets from allocating lots ofBruce Momjian2002-08-291-1/+15
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-291-181/+1
* The attached patch implements the password packet length sanity checkBruce Momjian2002-08-271-1/+12
* Add most of Neil Conway's cleanups.Bruce Momjian2002-08-271-2/+2
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-181-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-1/+4
* Authentication improvements:Bruce Momjian2002-04-041-19/+5
* Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian2002-03-051-2/+4
* Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian2002-03-051-3/+3
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-041-101/+52
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-7/+4
* Fix for PAM error message display:Bruce Momjian2002-02-251-28/+28
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-231-2/+9