summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/crypt-des.c
Commit message (Expand)AuthorAgeFilesLines
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-131-1/+4
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-24/+24
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-241-6/+6
* Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane2004-10-251-1/+1
* Fix various recent build and regression-test problems in contrib/.Tom Lane2003-05-141-0/+1
* * include <endian.h> is not enough, include sys/types.h tooBruce Momjian2001-11-301-1/+0
* * When postgres.h does not define BYTE_ENDIAN pgcryptoBruce Momjian2001-11-291-0/+1
* Include sys/types.h in crypt-des.c. FreeBSD netinet/in.hBruce Momjian2001-11-201-0/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-1/+1
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-301-7/+7
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-8/+8
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-32/+35
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-151-12/+15
* Add missing pgcrypto file.Bruce Momjian2001-08-211-0/+761