Commit Graph

134 Commits (ad9a99c24f7084d2511e84efbac3a807b14656f3)

Author SHA1 Message Date
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Tom Lane 37a609b27f Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 19 years ago
Neil Conway 74b667ad42 Replace 4-clause licensed blf.[ch] with blowfish implementation 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Alvaro Herrera a62e2c2b57 Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core. 19 years ago
Neil Conway 87a50169d2 Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 20 years ago
Tom Lane 6b41d642e3 Silence compiler warnings about incompatible function pointer types. 20 years ago
Tom Lane 7d4838dca8 Remove pgcrypto functions that were deprecated and slated for removal. 20 years ago
Neil Conway 63d3f5e593 Fix references to the Options section in the pgcrypto documentation. 20 years ago
Neil Conway c28fbd4589 pgcrypto merge cleanup: 20 years ago
Tom Lane a420818d67 Fix a few places where $Id$ and $Header$ CVS tags had crept into the 20 years ago
Tom Lane 89e2a95589 Fix some pgcrypto portability issues, per Marko Kreen. 20 years ago
Tom Lane e2f7eb36d6 In PGP public key tests, encrypt the secret key with AES not CAST5, 20 years ago
Neil Conway d0b54441db Fix C++-style comment. 20 years ago
Neil Conway 1abf76e82c "Annual" pgcrypto update from Marko Kreen: 20 years ago
Bruce Momjian c5133e5920 Allow /contrib include files to compile on their own. 20 years ago
Bruce Momjian 12632d3c31 Add missing 3rd argument to open(). 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Bruce Momjian 56f44784f6 Re-defines SHA2 symbols so that they would not conflict with certain 20 years ago
Tom Lane 5cf07901c5 Fix errors in fortuna PRNG reseeding logic that could cause a predictable 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Bruce Momjian daab4a101f Update /contrib regression tests for escape_string_warning. 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Neil Conway ce9b75db6b Patch from Marko Kreen: 20 years ago
Tom Lane b2be41a710 Fix fallout from psql line-wrapping patch. 20 years ago
Tom Lane 507e07e277 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane da9fc25909 pgcrypto documentation polishing from Marko Kreen, and a small amount 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Tom Lane 8a65b820e2 Suppress signed-vs-unsigned-char warnings in contrib. 21 years ago
Bruce Momjian f547909db7 Remove API file. 21 years ago
Bruce Momjian 87688ddf87 The large one adds support for RSA keys and reorganizes 21 years ago
Tom Lane 24ce1438c0 pgcrypto documentation update. Marko Kreen 21 years ago
Tom Lane 35c675a7fd Fortuna fixes. Marko Kreen 21 years ago
Tom Lane 2787db9b1d Small cleanups for pgcrypto. Marko Kreen 21 years ago
Tom Lane dd4a190d18 Fix C++-style comments, per Rocco Altier. 21 years ago
Tom Lane 807bbe6051 More pgcrypto fixes: handle long messages correctly, suppress 21 years ago
Tom Lane a1a64bb7c3 Further tweaking of Win32-specific random code. Marko Kreen 21 years ago
Tom Lane e82f7e9e7e I forgot to update win32 code when doing a renaming in random.c. 21 years ago
Tom Lane 067a5cdb35 Avoid bzero/bxopy in favor of more standard library routines. 21 years ago
Tom Lane e997758cb6 More pgcrypto fixes: avoid bogus alignment assumptions in sha2, 21 years ago
Tom Lane 3c52d17fa6 Add support for AES cipher with older OpenSSL libraries. 21 years ago
Bruce Momjian 2e330699fa > One more failure: 21 years ago
Tom Lane aacfeba61b Suppress compile warning. 21 years ago
Bruce Momjian 6e1004f0fd Remove #include <openssl/bn.h> as compile fix. 21 years ago
Bruce Momjian d51df91897 As Kris Jurka found out, pgcrypto does not work with 21 years ago
Bruce Momjian e94dd6ab91 Add missing pgcrypto files from previous commit. 21 years ago