aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAge
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* kerberos error message: localhost -> server hostnameBruce Momjian2005-10-15
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Update krb_server_name to document that a missing entry defaults toBruce Momjian2005-10-13
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-08
* Awhile back we replaced all uses of strcasecmp and strncasecmp withTom Lane2005-07-25
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-27
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-14
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-04
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-20
* Message style revisionsPeter Eisentraut2004-10-12
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Use gettext_noop() to mark strings. errmsg() perform theDennis Bjorklund2004-08-04
* Add some strings for translation and remove some cut'n'pasteDennis Bjorklund2004-08-04
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Localizability improvement.Tom Lane2003-07-28
* Have SSL text print only when SSL mode is enabled.Bruce Momjian2003-07-26
* At long last I put together a patch to support 4 client SSL negotiationBruce Momjian2003-07-26
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* > This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian2003-06-25
* IPv6 cleanups.Bruce Momjian2003-06-12
* Fix breakage induced by yours truly in Kerberos and PAM code.Tom Lane2003-04-25
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-14
* Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut2003-01-06
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-06
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-06
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-03
* 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