]> granicus.if.org Git - postgresql/history - src/backend/libpq/auth.c
Adjust getpwuid() fix commit to display errno string on failure
[postgresql] / src / backend / libpq / auth.c
2014-03-28 Bruce MomjianAdjust getpwuid() fix commit to display errno string...
2014-03-28 Tom LaneUn-break peer authentication.
2014-03-16 Magnus HaganderCleanups from the remove-native-krb5 patch
2014-03-03 Stephen FrostAnother round of Coverity fixes
2014-01-28 Tom LaneLog a detail message for auth failures due to missing...
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-08-16 Heikki LinnakangasFix typo in comment.
2013-05-29 Bruce Momjianpgindent run for release 9.3
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 Peter EisentrautAdd support for LDAP URLs
2012-10-03 Peter EisentrautImprove some LDAP authentication error messages
2012-09-28 Peter EisentrautProduce textual error messages for LDAP issues instead...
2012-07-04 Magnus HaganderRemove duplicate, unnecessary, variable declaration
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-13 Tom LaneFix bogus declaration of local variable.
2012-04-24 Robert HaasLots of doc corrections.
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...
next