]> granicus.if.org Git - postgresql/history - src/backend/libpq/hba.c
Allow LDAP authentication to operate in search+bind mode, meaning it
[postgresql] / src / backend / libpq / hba.c
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...
2005-06-21 Neil ConwayFix a potential backend crash during authentication...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-20 Tom LaneFlat file cleanup phase 2: make it work for pg_group...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-12 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-27 Tom LaneCause pg_hba.conf file inclusion (@file stuff) to behav...
2004-11-17 Tom LaneFix off-by-one memory allocation, as reported by Rod...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-09-18 Tom LaneFix memory leak in tokenize_file, per report from Vadim...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-26 Tom LaneAdd some more logging to simplify diagnosis of problems...
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-25 Tom LaneFix erroneous error message printout when a configurati...
2004-05-19 Tom LaneImprove error reporting behavior in parse_hba(): give...
2004-02-02 Neil ConwayFix a read of uninitialized memory in next_token()...
2003-12-25 Bruce MomjianPatch that makes quoting "sameuser", "samegroup", and...
2003-12-05 Tom LaneGuard against bug in Solaris' bsearch(), per Michael...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-25 Bruce MomjianRemove socket credentials defines not referenced.
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-05 Tom LaneSecond try at IPv4-to-v6 mapping code; avoid assuming...
2003-09-05 Tom LaneAllow IPv4-format entries in pg_hba.conf to match IPv6...
2003-09-05 Bruce MomjianThis fixes three minor typos in hba.c.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix some unprotected references to AF_UNIX ... wouldn...
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 LaneA few parentheses shy of a load here ...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-15 Tom Laneindex() -> strchr().
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-12 Bruce MomjianBack out this patch because it is patched inside a...
2003-06-12 Bruce MomjianHere is a patch that allows CIDR netmasks in pg_hba...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-13 Tom LaneSecond try at avoiding conflicts with system isblank().
2003-04-12 Tom LaneGuard against macro versions of isblank().
2003-04-03 Tom LaneFix load_user/load_group to not leave dangling pointers...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-15 Bruce MomjianA typo in src/backend/libpq/hba.c breaks local ident...
next