OSDN Git Service

Update copyright to 2004.
[pg-rex/syncrep.git] / src / backend / libpq / crypt.c
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
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-06-15 Bruce MomjianRemove pfrees of cached pg_pwd file, per Tom Lane.
2002-04-25 Bruce MomjianFix password code to deal with new quoting code.
2002-04-04 Bruce MomjianAuthentication improvements:
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
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-11-01 Tom LaneMinor code cleanups.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-21 Tom LaneCode review for MD5 authorization patch. Clean up...
2001-08-17 Bruce MomjianReorder MD5/crypt so MD5 comes first in the code.
2001-08-17 Bruce MomjianForce crypt() salt to be null-terminated.
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...
2001-06-23 Peter EisentrautSince a missing pg_pwd file is a valid situation, don...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-07 Tom LaneRepair postmaster memory leakage during password authen...
2000-08-27 Tom LaneClean up callers of AllocateFile and BasicOpenFile...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-04 Peter EisentrautExpand secondary password file feature, so that you...
2000-07-03 Peter EisentrautMove global internal files to PGDATA/global.
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-27 Bruce MomjianFix for crypt memory leak, from James Thompson
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-09 Tom LaneFix some miscellaneous places that were using raw open...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-12-14 Marc G. FournierMany more cleanups...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-01 Marc G. Fournier1. "#ifdef 0" is bad C. ifdef is for checking a macro...
1998-01-31 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1997-12-30 Marc G. FournierSlightly delayed patches from Todd...damn holidays :)
1997-12-12 Bruce MomjianMake password null on startup.
1997-12-11 Bruce MomjianRemove PGDATA setting and use DataDir.
1997-12-09 Marc G. FournierMajor code cleanup following the pg_password insertion...
1997-12-07 Marc G. FournierAdd error check on getenv("DATADIR")
1997-12-04 Marc G. FournierMissed a few files from Todd's patch...oops :)