gnupg/g10
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
OPTIONS See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
armor.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
build-packet.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
call-agent.c Avoid the " map_to_assuan_status called with no error source" diagnostic. 2004-12-18 10:22:10 +00:00
call-agent.h * card-util.c (change_login): Kludge to allow reading data from a 2004-07-01 17:42:09 +00:00
card-util.c Compile fixes. 2004-10-22 16:03:04 +00:00
cipher.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
comment.c * gpgsm.c (main): Add secmem features and set the random seed file. 2003-07-29 08:53:19 +00:00
compress.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
dearmor.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
decrypt.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
delkey.c * g10.c: New command --card-status. 2003-07-24 09:06:43 +00:00
encode.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
encr-data.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
exec.c * configure.ac (gl_INIT): Add gnulib stuff. 2005-06-01 15:46:01 +00:00
exec.h Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
export.c Adjusted for use with current libgcrypt (1.1.42). 2003-07-28 08:59:18 +00:00
filter.h Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
free-packet.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
g10.c Minor tweaks 2004-12-22 18:22:49 +00:00
getkey.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
global.h Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
gpg.h Avoid the " map_to_assuan_status called with no error source" diagnostic. 2004-12-18 10:22:10 +00:00
gpgv.c * gpg-agent.c (main): Use default_homedir(). 2004-12-21 10:03:00 +00:00
helptext.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
import.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
kbnode.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
keydb.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
keydb.h * app-openpgp.c (store_fpr): Fixed fingerprint calculation. 2003-07-01 08:34:45 +00:00
keyedit.c (show_key_with_all_names): Print the card S/N. 2004-09-20 18:47:11 +00:00
keygen.c 2004-01-19 Moritz Schulte <mo@g10code.com> 2004-01-19 01:48:17 +00:00
keyid.c Adjusted for use with current libgcrypt (1.1.42). 2003-07-28 08:59:18 +00:00
keylist.c * keylist.c (print_card_serialno): New. 2003-09-30 17:34:38 +00:00
keyring.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
keyring.h This commit was manufactured by cvs2svn to create branch 2003-06-05 07:14:21 +00:00
keyserver-internal.h Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
keyserver.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
main.h Compile fixes. 2004-10-22 16:03:04 +00:00
mainproc.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
mdfilter.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
misc.c Mainly changes to adjust for the changed KSBA API. 2003-11-12 15:17:44 +00:00
openfile.c 2004-09-11 Moritz Schulte <moritz@g10code.com> 2004-09-11 13:34:41 +00:00
options.h Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
options.skel Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
packet.h Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
parse-packet.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
passphrase.c 2004-08-18 Marcus Brinkmann <marcus@g10code.de> 2004-08-18 00:03:07 +00:00
photoid.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
photoid.h This commit was manufactured by cvs2svn to create branch 2003-06-05 07:14:21 +00:00
pipemode.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
pkclist.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
pkglue.c 2003-08-25 Timo Schulz <twoaday@freakmail.de> 2003-08-25 21:12:43 +00:00
pkglue.h Cleanups, fixes and PC/SC support 2003-08-05 17:11:04 +00:00
plaintext.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
progress.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
pubkey-enc.c Adjusted for use with current libgcrypt (1.1.42). 2003-07-28 08:59:18 +00:00
pubring.asc See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
revoke.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
seckey-cert.c * seckey-cert.c (protect_secret_key): Use gry_create_nonce for the 2003-12-16 11:30:57 +00:00
seskey.c Adjusted for use with current libgcrypt (1.1.42). 2003-07-28 08:59:18 +00:00
sig-check.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
sign.c Minor fixes 2003-09-30 13:22:33 +00:00
signal.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
skclist.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
status.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
status.h Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
tdbdump.c Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
tdbio.c * card-util.c (print_name): Fixed bad format string usage. 2003-12-17 12:26:56 +00:00
tdbio.h This commit was manufactured by cvs2svn to create branch 2003-06-05 07:14:21 +00:00
textfilter.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00
trustdb.c * card-util.c (print_name): Fixed bad format string usage. 2003-12-17 12:26:56 +00:00
trustdb.h Merged most of David Shaw's changes in 1.3 since 2003-06-03. 2003-09-23 17:48:33 +00:00
verify.c Finished the bulk of changes for gnupg 1.9. This included switching 2003-06-18 19:56:13 +00:00