gnupg/scd
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
apdu.c Changed the scdaemon to handle concurrent sessions. Adjusted 2005-05-18 10:48:06 +00:00
apdu.h Added ID keywords because these files are often used in other packages. 2004-10-14 09:12:36 +00:00
app-common.h * agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link. 2005-05-31 20:03:04 +00:00
app-dinsig.c Changed the scdaemon to handle concurrent sessions. Adjusted 2005-05-18 10:48:06 +00:00
app-help.c * command.c (scd_update_reader_status_file): Write status files. 2004-04-20 16:42:55 +00:00
app-nks.c Changed the scdaemon to handle concurrent sessions. Adjusted 2005-05-18 10:48:06 +00:00
app-openpgp.c * call-scd.c (inq_needpin): Skip leading spaces in of PIN 2005-05-24 12:37:36 +00:00
app-p15.c Changed the scdaemon to handle concurrent sessions. Adjusted 2005-05-18 10:48:06 +00:00
app.c * protect-tool.c: New option --canonical. 2005-05-20 20:39:36 +00:00
atr.c * Always use 'dynload.h' instead of 'dlfcn.h'. 2003-08-14 12:20:08 +00:00
atr.h This commit was manufactured by cvs2svn to create branch 2003-06-05 07:14:21 +00:00
card-common.h Replaced deprecated type names. 2003-12-17 12:27:51 +00:00
card-dinsig.c *** empty log message *** 2004-03-16 10:49:37 +00:00
card-p15.c *** empty log message *** 2004-03-16 10:49:37 +00:00
card.c * app-dinsig.c: Implemented. Based on app-nks.c and card-dinsig.c 2004-03-16 18:59:21 +00:00
ccid-driver.c (parse_ccid_descriptor): SCR335 FW version 5.14 is 2005-05-23 14:17:22 +00:00
ccid-driver.h Added ID keywords because these files are often used in other packages. 2004-10-14 09:12:36 +00:00
command.c * Makefile.am: Do not build sc-copykeys anymore. 2005-05-23 20:18:13 +00:00
iso7816.c * app-p15.c (micardo_mse): New. 2005-04-27 19:47:53 +00:00
iso7816.h Added ID keywords because these files are often used in other packages. 2004-10-14 09:12:36 +00:00
pcsc-wrapper.c * sc-investigate: Removed. 2004-10-20 08:54:45 +00:00
sc-copykeys.c Changed the scdaemon to handle concurrent sessions. Adjusted 2005-05-18 10:48:06 +00:00
scdaemon.c * configure.ac (gl_INIT): Add gnulib stuff. 2005-06-01 15:46:01 +00:00
scdaemon.h Changed the scdaemon to handle concurrent sessions. Adjusted 2005-05-18 10:48:06 +00:00
tlv.c * agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link. 2005-05-31 20:03:04 +00:00
tlv.h * protect-tool.c: New option --canonical. 2005-05-20 20:39:36 +00:00