Bruce Momjian
60f777606f
Duh, my regexp's missed bunch of them. Here's next batch, this
...
should be all.
Marko Kreen
2001-11-20 18:54:07 +00:00
Bruce Momjian
540155b777
pgcrypto uses non-standard type uint, which causes compile
...
failures on FreeBSD. This patch replaces uint -> unsigned.
This was reported by Daniel Holtzman against 0.4pre3 standalone
package, but it needs fixing in contrib/pgcrypto too.
Marko Kreen
2001-11-20 15:50:53 +00:00
Bruce Momjian
149d13de74
When given oversized key, encrypt/decrypt corrupted
...
memory. This fixes it. Also a free() was missing.
marko
2001-11-08 15:56:58 +00:00
Bruce Momjian
b81844b173
pgindent run on all C files. Java run to follow. initdb/regression
...
tests pass.
2001-10-25 05:50:21 +00:00
Bruce Momjian
74dde13e2c
This makes encrypt() parser more strict.
...
Marko Kreen
2001-09-06 03:21:39 +00:00
Bruce Momjian
df24cb73f6
Add missing pgcrypto file.
2001-08-21 01:32:01 +00:00