postgresql/contrib/pgcrypto
Peter Eisentraut 52ce20589a Add missing format attributes
Add __attribute__ decorations for printf format checking to the places that
were missing them.  Fix the resulting warnings.  Add
-Wmissing-format-attribute to the standard set of warnings for GCC, so these
don't happen again.

The warning fixes here are relatively harmless.  The one serious problem
discovered by this was already committed earlier in
cf15fb5cab.
2011-09-10 23:12:46 +03:00
..
expected
sql
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
blf.c
blf.h
crypt-blowfish.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
crypt-des.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
crypt-gensalt.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
crypt-md5.c
fortuna.c
fortuna.h
imath.c
imath.h
internal-sha2.c
internal.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
Makefile
mbuf.c
mbuf.h
md5.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
md5.h
openssl.c
pgcrypto--1.0.sql
pgcrypto--unpackaged--1.0.sql
pgcrypto.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
pgcrypto.control
pgcrypto.h
pgp-armor.c
pgp-cfb.c
pgp-compress.c
pgp-decrypt.c
pgp-encrypt.c
pgp-info.c
pgp-mpi-internal.c
pgp-mpi-openssl.c
pgp-mpi.c
pgp-pgsql.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
pgp-pubdec.c
pgp-pubenc.c
pgp-pubkey.c
pgp-s2k.c Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
pgp.c
pgp.h
px-crypt.c Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 2011-06-21 14:41:05 -04:00
px-crypt.h
px-hmac.c Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
px.c Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
px.h Add missing format attributes 2011-09-10 23:12:46 +03:00
random.c
rijndael.c
rijndael.h
rijndael.tbl
sha1.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
sha1.h
sha2.c
sha2.h