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
/
contrib
/
pgcrypto
/
crypt-des.c
Age
Commit message (
Expand
)
Author
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2015-12-27
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
Alvaro Herrera
2015-10-12
Avoid scan-build warning about uninitialized htonl() arguments.
Noah Misch
2015-10-05
pgcrypto: Detect and report too-short crypt() salts.
Noah Misch
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2012-05-30
Fix incorrect password transformation in contrib/pgcrypto's DES crypt().
Tom Lane
2012-04-24
Lots of doc corrections.
Robert Haas
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2006-07-13
"Annual" pgcrypto update from Marko Kreen:
Neil Conway
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-09-24
Suppress signed-vs-unsigned-char warnings in contrib.
Tom Lane
2004-10-25
Fix a bunch of 'old-style parameter declaration' warnings induced by
Tom Lane
2003-05-14
Fix various recent build and regression-test problems in contrib/.
Tom Lane
2001-11-30
* include <endian.h> is not enough, include sys/types.h too
Bruce Momjian
2001-11-29
* When postgres.h does not define BYTE_ENDIAN pgcrypto
Bruce Momjian
2001-11-20
Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h
Bruce Momjian
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-30
Fix small problem Tom Lane found with pgindent run.
Bruce Momjian
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-10-15
Fix some portability problems (get it to compile, at least, on HP's cc)
Tom Lane
2001-08-21
Add missing pgcrypto file.
Bruce Momjian