Commit Graph

20 Commits (1b6102eb73f4483eb30f3008b07882a93ff369f8)

Author SHA1 Message Date
Alvaro Herrera 1b6102eb73 Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt() 10 years ago
Noah Misch 48f6310bc5 pgcrypto: Detect and report too-short crypt() salts. 10 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Tom Lane 8db2e820c9 Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 14 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Neil Conway 1abf76e82c "Annual" pgcrypto update from Marko Kreen: 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 8a65b820e2 Suppress signed-vs-unsigned-char warnings in contrib. 21 years ago
Tom Lane f1283ed6cc Fix a bunch of 'old-style parameter declaration' warnings induced by 21 years ago
Tom Lane 78b08584b4 Fix various recent build and regression-test problems in contrib/. 23 years ago
Bruce Momjian 8f73bb4da9 * include <endian.h> is not enough, include sys/types.h too 24 years ago
Bruce Momjian 8aa538cfd5 * When postgres.h does not define BYTE_ENDIAN pgcrypto 24 years ago
Bruce Momjian c78975f845 Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian c41b6b1b9c Fix small problem Tom Lane found with pgindent run. 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 77f27d5ec3 Fix some portability problems (get it to compile, at least, on HP's cc) 25 years ago
Bruce Momjian df24cb73f6 Add missing pgcrypto file. 25 years ago