]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-auth.c
Support Subject Alternative Names in SSL server certificates.
[postgresql] / src / interfaces / libpq / fe-auth.c
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-20 Bruce Momjianlibpq: pass a memory allocation failure error up to...
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-03 Bruce MomjianC comment: again update comment for pg_fe_sendauth...
2013-12-03 Bruce MomjianUpdate C comment for pg_fe_getauthname
2013-12-03 Bruce Momjianlibpq: change PQconndefaults() to ignore invalid servi...
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-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-03-06 Peter Eisentrautlibpq: Small code clarification, and avoid casting...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
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-01-29 Magnus HaganderUse GSSAPI library for SSPI auth, when native SSPI...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-14 Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-03-08 Magnus HaganderRequire hostname to be set when using GSSAPI authentica...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-22 Tom LaneClean up pg_SSPI_error() coding a little bit: make...
2009-01-13 Magnus HaganderRemove special-handling of usernames with Kerberos...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-01-31 Tom LaneFix pg_GSS_error to use conn->errorMessage more sanely...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-12-04 Magnus HaganderDon't send an empty SSPI negotiation packet at the...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-25 Peter EisentrautSmall string tweaks
2007-07-24 Magnus HaganderMake it possible, and default, for MingW to build with...
2007-07-23 Magnus HaganderUse PQExpBuffer for error message in fe-auth.c.
2007-07-23 Magnus HaganderStupid typo.
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
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-12 Magnus HaganderFix freenig of names in Kerberos when using MIT - need...
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Bruce MomjianRevert part of recent include patch not ready for appli...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-12 Joe ConwayClean up for warning:
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-03-06 Bruce Momjian* Stephen Frost (sfrost@snowman.net) wrote:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianBack out patch pending review.
2006-02-12 Bruce Momjian> I've now tested this patch at home w/ 8.2HEAD and...
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-24 Bruce MomjianI have applied the following patch to document PQinitSS...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-06-30 Neil ConwayFix a theoretical memory leak in pg_password_sendauth...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-01-12 Tom LaneAdd conditional inclusion of <com_err.h> to support...
2005-01-04 Tom LaneClean up code in libpq that obtains user's home directo...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-20 Tom LaneRemove direct inclusions of <com_err.h> as well as...
2004-11-09 Peter EisentrautGet rid of perror(), substitute some better phrased...
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-09-28 Bruce MomjianRevert patch that removed BUFSIZ usage. The memory...
2004-09-27 Bruce MomjianRemove use of large BUFSIZ for buffers and use the...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-20 Tom LaneDept. of third thoughts: in fact, libpq should support...
2003-12-20 Tom LaneFix broken IDENT support for FreeBSD (appears to have...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-26 Peter EisentrautCast field-length variables used in printf to int,...
2003-10-25 Bruce MomjianRemove socket credentials defines not referenced.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-25 Bruce Momjian> This change (I'm sure this will wrap poorly -- sorry):
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-05-16 Tom LaneRevert kerberos code breakage.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
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-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-01-29 Tom LaneGuard against array overrun, per report from Yichen...
2002-12-03 Bruce MomjianDeal with cases where getpeereid _and_ another creditia...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-08-29 Tom LaneRemove support for version-0 FE/BE protocol, per pghack...
2002-07-20 Bruce MomjianHello, i noticed that win32 native stopped working...
next