1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-04 20:38:50 +01:00
gnupg/g10
Werner Koch f08c4222b7 * configure.ac: Don't check for usb_create_match or
use_get_string_simple anymore.

* g10.c (list_config): New config option ccid-reader-id.
(gpgconf_list): Add "reader-port".

* apdu.c (open_ccid_reader): New arg PORTSTR.  Pass it to
ccid_open_reader.
(apdu_open_reader): Pass portstr to open_ccid_reader.

* ccid-driver.c (ccid_get_reader_list): New.
(ccid_open_reader): Changed API to take a string for the reader.
Removed al the cruft for the libusb development vesion which seems
not to be maintained anymore and there are no packages anyway.
The stable library works just fine.
(struct ccid_reader_id_s): Deleted and replaced everywhere by a
simple string.
(usb_get_string_simple): Removed.
(bulk_in): Do valgrind hack here and not just everywhere.
2004-09-17 13:57:29 +00:00
..
apdu.c * configure.ac: Don't check for usb_create_match or 2004-09-17 13:57:29 +00:00
apdu.h * README: Doc --disable-card-support and --without-readline. 2004-09-09 18:18:36 +00:00
app-common.h A bunch of changes for the openpgp card. 2004-04-27 08:23:45 +00:00
app-openpgp.c * app-openpgp.c (get_cached_data): Avoid mallocing zero since it breaks us 2004-09-11 03:30:48 +00:00
armor.c * armor.c (radix64_read): No armor CRC is legal according to the spec (the 2004-08-05 20:18:44 +00:00
build-packet.c * plaintext.c (handle_plaintext): Accept 'u' as a plaintext mode that 2004-04-16 16:31:19 +00:00
card-util.c * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the 2004-09-11 15:42:19 +00:00
cardglue.c * README: Doc --disable-card-support and --without-readline. 2004-09-09 18:18:36 +00:00
cardglue.h * README: Doc --disable-card-support and --without-readline. 2004-09-09 18:18:36 +00:00
ccid-driver.c * configure.ac: Don't check for usb_create_match or 2004-09-17 13:57:29 +00:00
ccid-driver.h * configure.ac: Don't check for usb_create_match or 2004-09-17 13:57:29 +00:00
ChangeLog * configure.ac: Don't check for usb_create_match or 2004-09-17 13:57:29 +00:00
cipher.c * packet.h, build-packet.c (build_sig_subpkt), export.c 2003-05-03 04:07:45 +00:00
comment.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
compress-bz2.c * options.h, g10.c (main), compress-bz2.c (init_uncompress): Rename 2004-03-25 22:43:51 +00:00
compress.c * getkey.c: Set MAX_PK_CACHE_ENTRIES and MAX_UID_CACHE_ENTRIES to 2004-01-28 01:04:30 +00:00
dearmor.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
decrypt.c * getkey.c: Set MAX_PK_CACHE_ENTRIES and MAX_UID_CACHE_ENTRIES to 2004-01-28 01:04:30 +00:00
delkey.c * delkey.c (do_delete_key): Allow deleting a public key with a secret 2004-02-26 02:03:27 +00:00
encode.c * encode.c, exec.c, g10.c, sign.c: Some translatable string cleanup. 2004-08-27 17:32:31 +00:00
encr-data.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
exec.c * encode.c, exec.c, g10.c, sign.c: Some translatable string cleanup. 2004-08-27 17:32:31 +00:00
exec.h * trustdb.h, trustdb.c (is_disabled), gpgv.c (is_disabled): Rename 2003-05-21 16:42:22 +00:00
export.c * revoke.c (export_minimal_pk), export.c (do_export_stream), passphrase.c 2004-03-05 00:01:25 +00:00
filter.h * misc.c (compress_algo_to_string, string_to_compress_algo, 2003-10-31 05:39:02 +00:00
free-packet.c (copy_secret_key): Get last fix right. 2004-06-16 13:24:01 +00:00
g10.c * configure.ac: Don't check for usb_create_match or 2004-09-17 13:57:29 +00:00
getkey.c * getkey.c (premerge_public_with_secret): Fix subkey<->binding sig 2004-09-14 02:00:39 +00:00
global.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
gpgv.c * gpgv.c (agent_scd_getattr): Stub. 2004-09-15 18:41:36 +00:00
helptext.c * delkey.c (do_delete_key): Allow deleting a public key with a secret 2004-02-26 02:03:27 +00:00
import.c * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the 2004-09-11 15:42:19 +00:00
iso7816.c * README: Doc --disable-card-support and --without-readline. 2004-09-09 18:18:36 +00:00
iso7816.h A bunch of changes for the openpgp card. 2004-04-27 08:23:45 +00:00
kbnode.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-24 21:50:33 +00:00
keydb.c * g10.c (main), keydb.h, keydb.c (keydb_rebuild_caches), keyring.h, 2004-01-20 16:09:38 +00:00
keydb.h * keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native 2004-08-23 17:55:49 +00:00
keyedit.c * keyedit.c (show_key_with_all_names, show_prefs): Show preferred 2004-09-16 20:55:09 +00:00
keygen.c * keygen.c (keygen_add_keyserver_url), keyedit.c (menu_set_keyserver_url): 2004-09-16 20:07:42 +00:00
keyid.c * keyserver.c (keyserver_spawn): Show log line for what keyserver action 2004-08-23 19:20:17 +00:00
keylist.c * main.h, keylist.c (print_subpackets_colon): Make a public function. 2004-09-13 12:31:25 +00:00
keyring.c * g10.c (main), keydb.h, keydb.c (keydb_rebuild_caches), keyring.h, 2004-01-20 16:09:38 +00:00
keyring.h * g10.c (main), keydb.h, keydb.c (keydb_rebuild_caches), keyring.h, 2004-01-20 16:09:38 +00:00
keyserver-internal.h * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the 2004-09-11 15:42:19 +00:00
keyserver.c * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the 2004-09-11 15:42:19 +00:00
main.h * main.h, keylist.c (print_subpackets_colon): Make a public function. 2004-09-13 12:31:25 +00:00
mainproc.c * keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked or 2004-07-15 21:16:54 +00:00
Makefile.am A bunch of changes for the openpgp card. 2004-04-27 08:23:45 +00:00
mdfilter.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
misc.c * gpgv.c (agent_scd_getattr): Stub. 2004-09-15 18:41:36 +00:00
openfile.c * getkey.c (premerge_public_with_secret): Made "no secret subkey for" 2003-05-26 13:21:12 +00:00
OPTIONS See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
options.h * options.h, keylist.c (print_one_subpacket, print_subpackets_colon): 2004-09-12 15:27:38 +00:00
options.skel * g10.c (main): Give a deprecated option warning for --show-keyring, 2003-10-10 03:05:05 +00:00
packet.h * keygen.c (make_backsig): If DO_BACKSIGS is not defined, do not create 2004-04-23 03:25:58 +00:00
parse-packet.c * photoid.c: Include ttyio.h. 2004-09-09 12:42:10 +00:00
passphrase.c 2004-08-18 Marcus Brinkmann <marcus@g10code.de> 2004-08-18 00:06:08 +00:00
photoid.c * photoid.c: Include ttyio.h. 2004-09-09 12:42:10 +00:00
photoid.h * trustdb.h, trustdb.c (is_disabled), gpgv.c (is_disabled): Rename 2003-05-21 16:42:22 +00:00
pipemode.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
pkclist.c * plaintext.c (handle_plaintext): Bigger buffer for extra safety. 2004-08-08 13:28:04 +00:00
plaintext.c * plaintext.c (handle_plaintext): Bigger buffer for extra safety. 2004-08-08 13:28:04 +00:00
progress.c * getkey.c (premerge_public_with_secret): Made "no secret subkey for" 2003-05-26 13:21:12 +00:00
pubkey-enc.c * pubkey-enc.c (get_session_key, get_it), keyedit.c 2004-05-20 02:51:23 +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 * revoke.c (export_minimal_pk), export.c (do_export_stream), passphrase.c 2004-03-05 00:01:25 +00:00
seckey-cert.c * keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked or 2004-07-15 21:16:54 +00:00
seskey.c (encode_session_key): Changed the zero random byte 2004-08-19 10:12:54 +00:00
sig-check.c * keyserver.c (keyserver_work): Allow --refresh-keys with a preferred 2004-05-20 20:42:01 +00:00
sign.c * encode.c, exec.c, g10.c, sign.c: Some translatable string cleanup. 2004-08-27 17:32:31 +00:00
signal.c * configure.ac: Check for readline. 2004-09-09 17:04:44 +00:00
skclist.c * delkey.c (do_delete_key): Allow deleting a public key with a secret 2004-02-26 02:03:27 +00:00
status.c * plaintext.c (handle_plaintext): Bigger buffer for extra safety. 2004-08-08 13:28:04 +00:00
status.h * g10.c (main): Alias --charset as --display-charset to help avoid the 2004-07-15 21:00:35 +00:00
tdbdump.c * parse-packet.c (parse_signature): No need to reserve 8 bytes for the 2003-07-10 14:30:07 +00:00
tdbio.c * misc.c (pull_in_libs): Dead code. Removed. 2003-12-30 00:46:42 +00:00
tdbio.h * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-24 21:50:33 +00:00
textfilter.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-24 21:50:33 +00:00
tlv.c A bunch of changes for the openpgp card. 2004-04-27 08:23:45 +00:00
tlv.h A bunch of changes for the openpgp card. 2004-04-27 08:23:45 +00:00
trustdb.c some late minor fixes. 2004-05-22 11:33:47 +00:00
trustdb.h * trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a keyid to the 2003-11-01 01:13:16 +00:00
verify.c * verify.c (verify_signatures): Verify multiple files in the same order in 2004-05-23 16:24:15 +00:00