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