gnupg/sm
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
base64.c * encrypt.c (init_dek): Check for too weak algorithms. 2004-02-13 12:40:23 +00:00
call-agent.c * call-dirmngr.c (start_dirmngr): Use PATHSEP_C instead of ':'. 2005-04-11 16:21:05 +00:00
call-dirmngr.c * configure.ac: Require libksba 0.9.11. 2005-04-18 10:44:46 +00:00
certchain.c * configure.ac: Do not build gpg by default. 2005-04-21 09:33:07 +00:00
certcheck.c * certcheck.c: Fixed use of DBG_CRYPTO and DBG_X509. 2005-03-17 19:10:37 +00:00
certdump.c * configure.ac: Require libksba 0.9.11. 2005-04-18 10:44:46 +00:00
certlist.c * configure.ac: Require libksba 0.9.11. 2005-04-18 10:44:46 +00:00
certreqgen.c * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test 2005-01-13 18:00:46 +00:00
decrypt.c * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test 2005-01-13 18:00:46 +00:00
delete.c * keybox.h (keybox_flag_t): New. 2004-02-02 17:09:35 +00:00
encrypt.c * configure.ac: Require libksba 0.9.7. 2004-06-06 13:00:59 +00:00
export.c * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c. 2004-12-06 18:28:56 +00:00
fingerprint.c * sign.c (gpgsm_sign): Include the error source in the final error 2004-05-11 15:36:48 +00:00
gpgsm.c * configure.ac: Do not build gpg by default. 2005-04-21 09:33:07 +00:00
gpgsm.h * configure.ac: Do not build gpg by default. 2005-04-21 09:33:07 +00:00
import.c * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all 2004-12-20 16:17:25 +00:00
keydb.c * configure.ac (have_w32_system): New. Disable Pth checks for W32. 2004-12-06 13:49:14 +00:00
keydb.h * gpgsm.c: New command --keydb-clear-some-cert-flags. 2004-04-28 08:59:34 +00:00
keylist.c * configure.ac: Require libksba 0.9.11. 2005-04-18 10:44:46 +00:00
misc.c * configure.ac (gl_INIT): Add gnulib stuff. 2005-06-01 15:46:01 +00:00
server.c * call-dirmngr.c (isvalid_status_cb, lookup_status_cb) 2004-12-17 14:36:16 +00:00
sign.c * configure.ac: Require libksba 0.9.7. 2004-06-06 13:00:59 +00:00
verify.c * configure.ac: Require libksba 0.9.7. 2004-06-06 13:00:59 +00:00