]> granicus.if.org Git - postgresql/history - src/backend/libpq/auth.c
Make krb_realm and krb_server_hostname be pg_hba options only, and remove
[postgresql] / src / backend / libpq / auth.c
2009-01-09 Magnus HaganderMake krb_realm and krb_server_hostname be pg_hba option...
2009-01-07 Magnus HaganderAdd hba parameter include_realm to krb5, gss and sspi...
2009-01-07 Magnus HaganderAllow krb_realm (krb5, gssapi and sspi) and krb_server_...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-20 Bruce MomjianIssue a proper error message when MD5 is attempted...
2008-11-20 Magnus HaganderAdd support for using SSL client certificates to authen...
2008-11-20 Magnus HaganderControl client certificate requesting with the pg_hba...
2008-11-18 Peter EisentrautIdent authentication over Unix-domain sockets on Solari...
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-23 Magnus Hagander* make pg_hba authoption be a set of 0 or more name...
2008-09-15 Magnus HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-08-01 Magnus HaganderRearrange the code in auth.c so that all functions...
2008-08-01 Magnus HaganderMove ident authentication code into auth.c along with...
2008-07-24 Tom LaneFix parsing of LDAP URLs so it doesn't reject spaces...
2008-02-08 Tom LaneSince GSSAPI and SSPI authentication don't work in...
2008-01-30 Tom LaneDon't putenv() a string that is allocated in a context...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-28 Peter EisentrautFix typo
2007-11-27 Peter Eisentrautcorrect capitalization
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Peter EisentrautMessage improvements
2007-11-09 Magnus HaganderAdd parameter krb_realm used by GSSAPI, SSPI and Kerberos
2007-09-14 Bruce MomjianFix GSS API pointer checking.
2007-07-24 Magnus HaganderMake it possible, and default, for MingW to build with...
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-12 Tom LaneFix some warnings (probably actual bugs) generated...
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...
next