summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
Commit message (Expand)AuthorAgeFilesLines
* Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.Alvaro Herrera2007-01-142-8/+5
* Minor code cleanup for pgcrypto: for UDFs declared to be strict, checkingNeil Conway2006-11-102-65/+4
* pgindent run for 8.2.Bruce Momjian2006-10-0411-2196/+2641
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-6/+6
* Silence compiler warnings about incompatible function pointer types.Tom Lane2006-09-051-2/+4
* Remove pgcrypto functions that were deprecated and slated for removal.Tom Lane2006-09-055-106/+6
* Fix references to the Options section in the pgcrypto documentation.Neil Conway2006-08-051-5/+5
* pgcrypto merge cleanup:Neil Conway2006-07-193-10/+13
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-162-2/+2
* Fix some pgcrypto portability issues, per Marko Kreen.Tom Lane2006-07-152-22/+11
* In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane2006-07-142-32/+32
* Fix C++-style comment.Neil Conway2006-07-131-2/+2
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-1322-374/+4397
* Allow /contrib include files to compile on their own.Bruce Momjian2006-07-101-1/+3
* Add missing 3rd argument to open().Bruce Momjian2006-06-081-3/+3
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian2006-05-302-10/+20
* Fix errors in fortuna PRNG reseeding logic that could cause a predictableTom Lane2006-05-211-5/+14
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-114-0/+8
* Update /contrib regression tests for escape_string_warning.Bruce Momjian2006-03-082-6/+6
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-35/+35
* Patch from Marko Kreen:Neil Conway2006-02-181-32/+70
* Fix fallout from psql line-wrapping patch.Tom Lane2006-02-101-26/+26
* There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane2006-01-031-9/+9
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-222-10/+10
* pgcrypto documentation polishing from Marko Kreen, and a small amountTom Lane2005-11-031-25/+29
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1536-1211/+1509
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-246-48/+61
* Remove API file.Bruce Momjian2005-08-131-163/+0
* The large one adds support for RSA keys and reorganizesBruce Momjian2005-08-1323-278/+808
* pgcrypto documentation update. Marko KreenTom Lane2005-07-181-292/+605
* Fortuna fixes. Marko KreenTom Lane2005-07-185-88/+193
* Small cleanups for pgcrypto. Marko KreenTom Lane2005-07-186-14/+29
* Fix C++-style comments, per Rocco Altier.Tom Lane2005-07-182-4/+4
* More pgcrypto fixes: handle long messages correctly, suppressTom Lane2005-07-1212-11/+104
* Further tweaking of Win32-specific random code. Marko KreenTom Lane2005-07-111-3/+2
* I forgot to update win32 code when doing a renaming in random.c.Tom Lane2005-07-111-2/+2
* Avoid bzero/bxopy in favor of more standard library routines.Tom Lane2005-07-111-32/+27
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-1129-90/+99
* Add support for AES cipher with older OpenSSL libraries.Tom Lane2005-07-111-14/+41
* > One more failure:Bruce Momjian2005-07-101-3/+3
* Suppress compile warning.Tom Lane2005-07-101-2/+3
* Remove #include <openssl/bn.h> as compile fix.Bruce Momjian2005-07-101-3/+1
* As Kris Jurka found out, pgcrypto does not work withBruce Momjian2005-07-101-18/+38
* Add missing pgcrypto files from previous commit.Bruce Momjian2005-07-1044-0/+10539
* Major pgcrypto changes:Bruce Momjian2005-07-105-17/+408
* - Add Fortuna PRNG to pgcrypto.Bruce Momjian2005-07-105-77/+284
* This patch adds implementation of SHA2 to pgcrypto.Bruce Momjian2005-07-102-4/+209
* This patch updates the DDL for contrib/pgcrypto to create allNeil Conway2005-07-081-14/+14