]> granicus.if.org Git - postgresql/history - src/backend/libpq/auth.c
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / libpq / auth.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-07-31 Peter EisentrautAdd host name resolution information to pg_hba.conf...
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-07-16 Magnus HaganderFix SSPI login when multiple roundtrips are required
2011-07-05 Peter EisentrautMessage style improvements of errmsg_internal() calls
2011-06-28 Alvaro HerreraModernise pg_hba.conf token processing
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-05-31 Tom LaneReplace use of credential control messages with getsock...
2011-05-30 Tom LaneFix portability bugs in use of credentials control...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneSuppress platform-dependent unused-variable warning.
2011-03-19 Magnus HaganderRename ident authentication over local connections...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-27 Robert HaasAdd a client authentication hook.
2010-10-15 Magnus HaganderFix low-risk potential denial of service against RADIUS...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-29 Peter EisentrautMessage tuning
2010-05-26 Tom LaneFix bogus error message for SSL-cert authentication...
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-30 Peter EisentrautMessage tuning
2010-03-21 Peter EisentrautMessage tuning
2010-03-13 Bruce MomjianAdd libpq warning message if the .pgpass-retrieved...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-02 Magnus HaganderMake RADIUS authentication use pg_getaddrinfo_all(...
2010-01-31 Tom LaneGet rid of unportable use of socklen_t --- we have...
2010-01-27 Magnus HaganderAdd support for RADIUS authentication.
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneSuppress compiler warning, per buildfarm member narwhal
2009-12-12 Magnus HaganderAllow LDAP authentication to operate in search+bind...
2009-10-16 Tom LaneRewrite pam_passwd_conv_proc to be more robust: avoid...
2009-10-14 Heikki LinnakangasRename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_...
2009-10-14 Heikki LinnakangasRaise the maximum authentication token (Kerberos ticket...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-06-25 Magnus HaganderDisallow empty passwords in LDAP authentication, the...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-27 Magnus HaganderProperly return the usermap result when doing gssapi...
2009-04-01 Tom LaneRemove last references to the crypt auth method, per...
2009-03-22 Tom LaneClean up pg_SSPI_error() coding a little bit: make...
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...
next