]> granicus.if.org Git - postgresql/history - src/backend/libpq/auth.c
Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is
[postgresql] / src / backend / libpq / auth.c
2007-07-12 Magnus HaganderEnable GSSAPI to build using MSVC. Always build GSSAPI...
2007-07-12 Magnus HaganderSupport GSSAPI builds where the header is <gssapi.h...
2007-07-11 Magnus HaganderA bunch of GSSAPI fixes per comments from Tom:
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-02-08 Bruce MomjianCheck if the role exists before doing more complex...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-06 Neil ConwayMinor fix for LDAP authentication: if an error occurs...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianMake some sentences consistent with similar ones.
2006-09-15 Tom LaneRemove WINLDAPAPI decoration from ldap_start_tls_sA...
2006-08-22 Tom LaneOoops, ldap fix for win32 broke the non-win32 case.
2006-08-21 Tom LaneFix encrypted-LDAP support so that it doesn't cause...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-16 Tom LaneFix invalid use of #if within a macro, per Laurenz...
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce Momjiankerberos error message: localhost -> server hostname
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianUpdate krb_server_name to document that a missing entry...
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-07-25 Tom LaneAwhile back we replaced all uses of strcasecmp and...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-14 Bruce MomjianAdd GUC krb_server_hostname so the server hostname...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-12 Tom LaneAdd conditional inclusion of <com_err.h> to support...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-20 Tom LaneRemove direct inclusions of <com_err.h> as well as...
2004-10-12 Peter EisentrautMessage style revisions
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Dennis BjorklundUse gettext_noop() to mark strings. errmsg() perform the
2004-08-04 Dennis BjorklundAdd some strings for translation and remove some cut...
2003-12-20 Tom LaneFix broken IDENT support for FreeBSD (appears to have...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneLocalizability improvement.
2003-07-26 Bruce MomjianHave SSL text print only when SSL mode is enabled.
2003-07-26 Bruce MomjianAt long last I put together a patch to support 4 client...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-25 Bruce Momjian> This change (I'm sure this will wrap poorly -- sorry):
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-04-25 Tom LaneFix breakage induced by yours truly in Kerberos and...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-02-14 Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-01-06 Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-12-03 Bruce MomjianDeal with cases where getpeereid _and_ another creditia...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-30 Bruce MomjianBack out password packet length check.
2002-08-29 Bruce MomjianPrevent problem with extra-long password packets from...
2002-08-29 Tom LaneRemove support for version-0 FE/BE protocol, per pghack...
2002-08-27 Bruce MomjianThe attached patch implements the password packet lengt...
2002-08-27 Bruce MomjianAdd most of Neil Conway's cleanups.
2002-08-18 Bruce MomjianAdd db-local user names, per discussion on hackers.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-04 Bruce MomjianAuthentication improvements:
2002-03-05 Bruce Momjian Prevent failed passwords from being echoed to server...
2002-03-05 Bruce MomjianPrevent failed passwords from being echoed to server...
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-25 Bruce MomjianFix for PAM error message display:
2002-02-23 Peter EisentrautHeimdal support (Kerberos V implementation from KTH)
2002-02-19 Tom LaneAvoid calling pq_flush just after sending AUTH_REQ_OK...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneFix authentication so that it doesn't record an extra...
2001-09-26 Bruce MomjianDisable local creds on OpenBSD because it doesn't suppo...
2001-09-21 Tom LaneCode review for MD5 authorization patch. Clean up...
2001-09-07 Bruce MomjianUpdate SCM_CREDS for Net/Free/BSD-OS. Add configure...
2001-09-06 Bruce MomjianPAM authentication:
2001-08-21 Bruce MomjianAdd missing include for SCM_CREDS.
2001-08-21 Bruce MomjianAdd SCM_CREDS to get owner of unix-domain socket on...
2001-08-17 Bruce MomjianA little more code reorg for MD5/crypt.
2001-08-17 Bruce MomjianReorder MD5/crypt so MD5 comes first in the code.
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-16 Bruce MomjianAdd new MD5 pg_hba.conf keyword. Prevent fallback...
2001-08-16 Bruce MomjianRemove protocol version change. Try MD5 first, then...
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-08-07 Peter EisentrautAdd a check for end of client connection before expecti...
2001-08-01 Tom LaneSupport ident authentication on local (Unix) socket...
2001-07-21 Bruce MomjianSource formatting cleanup.
2001-06-20 Peter EisentrautHandle reading of startup packet and authentication...
next