gnupg/kbx
Werner Koch cad9562436 * configure.ac (gl_INIT): Add gnulib stuff.
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
by a simple check.
(putc_unlocked): Removed check.  Not used.
(strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
(xsize): Added will probably come handy soon.
(CFLAGS): Use -Wformat-security instead of
-Wformat-nonliteral. Add --Wno-format-y2k.
* gl/, gl/m4/: New.

* gpg-agent.c: Include setenv.h.

* Makefile.am (AM_CPPFLAGS): Added.

* util.h: Add some includes for gnulib.
(ttyname, isascii): Define them inline.
* fseeko.c, ftello.c: Removed.
* strsep.c, mkdtemp.c: Removed.
* ttyname.c, isascii.c: Removed.

* mkdtemp.c: Removed.
* exec.c: Include mkdtemp.h

* keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement
function.  Copied from ../common/ftello.c.
* keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement
function.  Copied from ../common/iobuf.c.

* scdaemon.c: Include mkdtemp.h.

* misc.c: Include setenv.h.

* symcryptrun.c: Include mkdtemp.h.
2005-06-01 15:46:01 +00:00
..
ChangeLog * configure.ac (gl_INIT): Add gnulib stuff. 2005-06-01 15:46:01 +00:00
Makefile.am * configure.ac (gl_INIT): Add gnulib stuff. 2005-06-01 15:46:01 +00:00
Manifest The keybox gets now compressed after 3 hours and ephemeral 2004-04-26 08:09:25 +00:00
kbxutil.c * gpgv.c (i18n_init): Always use LC_ALL. 2004-09-30 21:37:11 +00:00
keybox-blob.c The keybox gets now compressed after 3 hours and ephemeral 2004-04-26 08:09:25 +00:00
keybox-defs.h Avoid the " map_to_assuan_status called with no error source" diagnostic. 2004-12-18 10:22:10 +00:00
keybox-dump.c * keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY. 2004-06-18 09:53:56 +00:00
keybox-errors.c * keybox-search.c (blob_cmp_name): Kludge to allow searching for 2001-12-13 13:10:58 +00:00
keybox-file.c * configure.ac (gl_INIT): Add gnulib stuff. 2005-06-01 15:46:01 +00:00
keybox-init.c (keybox_release): Close the file pointer. 2004-12-07 18:07:30 +00:00
keybox-openpgp.c typo fix 2004-10-20 08:55:26 +00:00
keybox-search-desc.h Changes to be used with the new libksba interface. 2001-12-18 17:37:48 +00:00
keybox-search.c The keybox gets now compressed after 3 hours and ephemeral 2004-04-26 08:09:25 +00:00
keybox-update.c * configure.ac (gl_INIT): Add gnulib stuff. 2005-06-01 15:46:01 +00:00
keybox-util.c Started with keybox implementation by basing it on code from the GnuPG 2001-11-10 18:06:11 +00:00
keybox.h The keybox gets now compressed after 3 hours and ephemeral 2004-04-26 08:09:25 +00:00
mkerrors Started with keybox implementation by basing it on code from the GnuPG 2001-11-10 18:06:11 +00:00