]> granicus.if.org Git - postgresql/history - src/include/libpq/crypt.h
Update copyright for 2019
[postgresql] / src / include / libpq / crypt.h
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-05-08 Heikki LinnakangasRemove support for password_encryption='off' / 'plain'.
2017-04-18 Heikki LinnakangasRename "scram" to "scram-sha-256" in pg_hba.conf and...
2017-03-24 Heikki LinnakangasAllow SCRAM authentication, when pg_hba.conf says ...
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-02-01 Heikki LinnakangasReplace isMD5() with a more future-proof way to check...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-12 Heikki LinnakangasRefactor the code for verifying user's password.
2016-12-08 Heikki LinnakangasClean up password authentication code a bit.
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-28 Tom LaneLog a detail message for auth failures due to missing...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
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-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-27 Neil ConwayRemove references to the ODBC driver from the main...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2002-12-05 Bruce MomjianClearify variables names so it is clear which variable...
2002-12-05 Bruce MomjianAllow 'password' encryption even when pg_shadow has...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-04 Bruce MomjianAuthentication improvements:
2001-11-12 Bruce MomjianAdd comments of duplicate definitions in interfaces...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneFix pg_pwd caching mechanism, which was broken by chang...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-15 Bruce MomjianMove md5.h contents to crypt.h.
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2000-07-04 Peter EisentrautExpand secondary password file feature, so that you...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-01 Marc G. Fournier1. "#ifdef 0" is bad C. ifdef is for checking a macro...
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-13 Vadim B. Mikheevextern char* crypt_getpwdreloadfilename(void);
1997-12-30 Marc G. FournierSlightly delayed patches from Todd...damn holidays :)
1997-12-26 Vadim B. Mikheevextern char* crypt_getpwdfilename(void);
1997-12-04 Marc G. FournierMissed a few files from Todd's patch...oops :)