gnupg/agent
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
agent.h * agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link. 2005-05-31 20:03:04 +00:00
cache.c (agent_put_cache): Fix the test for using the default 2005-01-04 08:33:20 +00:00
call-scd.c * call-scd.c (inq_needpin): Skip leading spaces in of PIN 2005-05-24 12:37:36 +00:00
command-ssh.c * call-scd.c (inq_needpin): Skip leading spaces in of PIN 2005-05-24 12:37:36 +00:00
command.c Changed the scdaemon to handle concurrent sessions. Adjusted 2005-05-18 10:48:06 +00:00
divert-scd.c * call-scd.c (inq_needpin): Skip leading spaces in of PIN 2005-05-24 12:37:36 +00:00
findkey.c * call-scd.c (inq_needpin): Skip leading spaces in of PIN 2005-05-24 12:37:36 +00:00
genkey.c * call-scd.c (inq_needpin): Skip leading spaces in of PIN 2005-05-24 12:37:36 +00:00
gpg-agent.c * configure.ac (gl_INIT): Add gnulib stuff. 2005-06-01 15:46:01 +00:00
keyformat.txt * protect-tool.c: New option --canonical. 2005-05-20 20:39:36 +00:00
learncard.c * findkey.c (modify_description): Keep invalid % escapes, so that 2005-02-25 16:14:55 +00:00
minip12.c . 2005-04-20 19:19:24 +00:00
minip12.h * protect-tool.c: New options --have-cert and --prompt. 2004-02-19 16:26:32 +00:00
pkdecrypt.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
pksign.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
preset-passphrase.c * preset-passphrase.c (preset_passphrase): Handle --passphrase. 2004-12-21 19:05:15 +00:00
protect-tool.c * protect-tool.c: New option --canonical. 2005-05-20 20:39:36 +00:00
protect.c * protect-tool.c: New option --canonical. 2005-05-20 20:39:36 +00:00
query.c * call-scd.c (inq_needpin): Skip leading spaces in of PIN 2005-05-24 12:37:36 +00:00
trans.c The Agent does now call the pin entry program; however because we have 2001-12-10 09:27:30 +00:00
trustlist.c * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test 2005-01-13 18:00:46 +00:00