]> granicus.if.org Git - postgresql/history - src/backend/libpq/hba.c
pgindent run for release 9.3
[postgresql] / src / backend / libpq / hba.c
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-16 Peter EisentrautFix function return type confusion
2013-03-10 Magnus HaganderReport pg_hba line number and contents when users fail...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-04 Tom LaneAttempt to un-break Windows builds with USE_LDAP.
2012-12-04 Peter EisentrautFix build of LDAP URL feature
2012-12-04 Peter EisentrautAdd support for LDAP URLs
2012-09-21 Heikki LinnakangasParse pg_ident.conf when it's loaded, keeping it in...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-02-22 Peter EisentrautAdd parameters for controlling locations of server...
2012-01-27 Peter EisentrautRevert unfortunate whitespace change
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-03 Andrew DunstanDo not treat a superuser as a member of every role...
2011-10-19 Tom LaneReject empty pg_hba.conf files.
2011-08-09 Peter EisentrautUse clearer notation for getnameinfo() return handling
2011-06-28 Alvaro HerreraModernise pg_hba.conf token processing
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-30 Magnus HaganderRefuse "local" lines in pg_hba.conf on platforms that...
2011-04-26 Tom LaneRephrase some not-supported error messages in pg_hba...
2011-04-26 Tom LaneComplain if pg_hba.conf contains "hostssl" but SSL...
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2011-04-10 Andrew DunstanDon't make "replication" magical as a user name, only...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-19 Magnus HaganderRename ident authentication over local connections...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-24 Peter EisentrautSupport suffix matching of host names in pg_hba.conf
2010-10-18 Peter EisentrautSupport key word 'all' in host column of pg_hba.conf
2010-10-16 Tom LaneFix recent changes to not break non-IPV6-aware systems.
2010-10-15 Peter EisentrautSupport host names in pg_hba.conf
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-03 Peter EisentrautFix reference to nonexistent configure option
2010-05-26 Tom LaneThe message style police pay a visit to hba.c.
2010-04-21 Tom LaneFix pg_hba.conf matching so that replication connection...
2010-04-19 Simon RiggsAdd new message for explicit rejection by pg_hba.conf...
2010-03-24 Tom LaneFix thinko in log message for "sameuser" ident map...
2010-03-21 Peter EisentrautMessage tuning
2010-03-08 Magnus HaganderDisallow gssapi authentication on local connections...
2010-03-06 Tom LaneWhen reading pg_hba.conf and similar files, do not...
2010-03-03 Tom LaneFix a couple of places that would loop forever if attem...
2010-03-01 Magnus HaganderIt's clearly now pointless to do backwards compatible...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-02 Magnus HaganderMake RADIUS authentication use pg_getaddrinfo_all(...
2010-01-27 Magnus HaganderAdd support for RADIUS authentication.
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-12 Magnus HaganderAllow LDAP authentication to operate in search+bind...
2009-10-03 Tom LaneFix assorted memory leaks in pg_hba.conf parsing. ...
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-06-24 Magnus Haganderparse_ident_usermap() shuold use ereport(LOG) and not...
2009-06-21 Peter EisentrautMessage fixes
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-15 Alvaro HerreraAdd missing gettext calls around some strings. Also...
2009-03-25 Peter EisentrautUse double quotes instead of single quotes.
2009-03-07 Magnus HaganderMake pg_hba parsing report all errors in the file befor...
2009-03-04 Magnus HaganderChange hba load failure message to LOG instead of WARNING.
2009-03-04 Magnus HaganderLog a warning instead of shutting down the system if...
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-02 Magnus HaganderFix cut/paste error that caused all errors from REQUIRE...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-28 Magnus HaganderSupport regular expressions in pg_ident.conf.
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-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-27 Magnus HaganderMake hba parsing error messages more specific.
2008-10-24 Magnus HaganderReplace now unnecessary goto statements by using return...
2008-10-23 Magnus Hagander* make pg_hba authoption be a set of 0 or more name...
2008-09-15 Magnus HaganderFix error messages from recent pg_hba parsing patch...
2008-09-15 Magnus HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-08-01 Magnus HaganderMove ident authentication code into auth.c along with...
2008-07-24 Tom LaneRemove some redundant tests and improve comments in...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
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-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-28 Bruce MomjianCode cleanup.
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of the...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
next