summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-1136-555/+556
* Remove beer-ware license from crypt-md5.c, perMagnus Hagander2009-04-151-7/+2
* Fix old thinko in pgp.h: the idea is to declare some named enum types,Tom Lane2009-03-251-13/+13
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-1/+4
* Use new cstring/text conversion functions in some additional places.Tom Lane2008-05-041-6/+3
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-51/+14
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-2/+3
* pgindent run for 8.3.Bruce Momjian2007-11-159-67/+70
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-132-0/+12
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-111-1/+1
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-709/+0
* Defend against openssl libraries that fail on keys longer than 128 bits;Tom Lane2007-09-291-36/+111
* Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane2007-08-232-2/+16
* Get rid of overly cute, unportable, probably not very efficient substituteTom Lane2007-07-151-10/+10
* Silence Solaris compiler warning, per buildfarm.Tom Lane2007-07-151-2/+2
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-066-99/+35
* Replace 4-clause licensed blf.[ch] with blowfish implementationNeil Conway2007-03-284-706/+477
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-272-18/+18
* 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