summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/px-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-011-2/+1
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-2/+2
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-051-4/+3
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-151-1/+1
* pgcrypto: Detect and report too-short crypt() salts.Noah Misch2015-10-051-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* pgcrypto: fix memset() calls that might be optimized awayBruce Momjian2014-04-171-1/+1
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-271-1/+1
* Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane2011-06-211-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+3
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-241-2/+2
* The large one adds support for RSA keys and reorganizesBruce Momjian2005-08-131-21/+1
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-111-2/+3
* pgcrypto update:Neil Conway2005-03-211-2/+2
* pgcrypto update:Neil Conway2005-03-211-24/+25
* * construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway2005-03-211-29/+18
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Duh, my regexp's missed bunch of them. Here's next batch, thisBruce Momjian2001-11-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-34/+51
* Big thanks to Solar Designer who pointed out a bug in bcryptBruce Momjian2001-09-231-94/+38
* Add missing pgcrypto file.Bruce Momjian2001-08-211-0/+235