aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/crypt-des.c
Commit message (Expand)AuthorAge
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera2015-12-27
* Avoid scan-build warning about uninitialized htonl() arguments.Noah Misch2015-10-11
* pgcrypto: Detect and report too-short crypt() salts.Noah Misch2015-10-05
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix incorrect password transformation in contrib/pgcrypto's DES crypt().Tom Lane2012-05-30
* Lots of doc corrections.Robert Haas2012-04-23
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-13
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-24
* Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane2004-10-25
* Fix various recent build and regression-test problems in contrib/.Tom Lane2003-05-14
* * include <endian.h> is not enough, include sys/types.h tooBruce Momjian2001-11-30
* * When postgres.h does not define BYTE_ENDIAN pgcryptoBruce Momjian2001-11-29
* Include sys/types.h in crypt-des.c. FreeBSD netinet/in.hBruce Momjian2001-11-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-30
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-15
* Add missing pgcrypto file.Bruce Momjian2001-08-21