summaryrefslogtreecommitdiff
path: root/src/include/libpq/crypt.h
AgeCommit message (Expand)Author
2002-09-04pgindent run.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-04Authentication improvements:Bruce Momjian
2001-11-12Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-02Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-17Add 4-byte MD5 salt.Bruce Momjian
2001-08-15Move md5.h contents to crypt.h.Bruce Momjian
2001-08-15Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian
2000-07-04Expand secondary password file feature, so that you can use thesePeter Eisentraut
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-02-21From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-011. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 isMarc G. Fournier
1998-01-26From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-13extern char* crypt_getpwdreloadfilename(void);Vadim B. Mikheev
1997-12-30Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier
1997-12-26extern char* crypt_getpwdfilename(void);Vadim B. Mikheev
1997-12-04Missed a few files from Todd's patch...oops :)Marc G. Fournier