index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
libpq
/
crypt.h
Age
Commit message (
Expand
)
Author
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-04-04
Authentication improvements:
Bruce Momjian
2001-11-12
Add comments of duplicate definitions in interfaces/odbc/md5.h.
Bruce Momjian
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-02
Fix pg_pwd caching mechanism, which was broken by changes to fork
Tom Lane
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-08-17
Add 4-byte MD5 salt.
Bruce Momjian
2001-08-15
Move md5.h contents to crypt.h.
Bruce Momjian
2001-08-15
Use MD5 for wire protocol encryption for >= 7.2 client/server.
Bruce Momjian
2000-07-04
Expand secondary password file feature, so that you can use these
Peter Eisentraut
1999-07-15
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-02-21
From: Tatsuo Ishii <
[email protected]
>
Marc G. Fournier
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1998-02-26
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-01
1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is
Marc G. Fournier
1998-01-26
From: Phil Thompson <
[email protected]
>
Marc G. Fournier
1998-01-13
extern char* crypt_getpwdreloadfilename(void);
Vadim B. Mikheev
1997-12-30
Slightly delayed patches from Todd...damn holidays :)
Marc G. Fournier
1997-12-26
extern char* crypt_getpwdfilename(void);
Vadim B. Mikheev
1997-12-04
Missed a few files from Todd's patch...oops :)
Marc G. Fournier