Werner Koch
0b135bc6d4
Add dirmngr options to gpgconf and updated the DE translation
2004-11-24 14:50:20 +00:00
Werner Koch
c7b97075aa
* b64enc.c: Include stdio.h and string.h
...
* gpgsm.c: New option --prefer-system-dirmngr.
* call-dirmngr.c (start_dirmngr): Implement this option.
* gpgconf-comp.c <dirmngr>: Add the proxy options.
<gpgsm>: Add --prefer-system-daemon.
2004-11-23 17:09:51 +00:00
Werner Koch
5b12394f80
(Helper Tools): Document gpgsm-gencert.sh.
2004-10-22 12:30:34 +00:00
Werner Koch
d33703e5fe
* sc-investigate: Removed.
...
* Makefile.am (sc_investigate): Removed.
* pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func.
(handle_open): Succeed even without a present card.
(handle_status, handle_reset): New.
* apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion.
(pcsc_get_status): Implemented.
(reset_pcsc_reader): Implemented.
(open_pcsc_reader): Succeed even with no card inserted.
(open_ccid_reader): Set LAST_STATUS.
* iso7816.c (iso7816_select_application): Always use 0 for P1.
2004-10-20 08:54:45 +00:00
Werner Koch
ce6a094cc0
* gpg.texi: New.
2004-09-30 08:39:08 +00:00
Werner Koch
5fe61f65dd
* gpg.texi: New.
...
* gnupg.texi: Include gpg.texi
* tools.texi: Add a few @command markups.
* gpgsm.texi: Ditto
* gpg-agent.texi: Ditto.
* scdaemon.texi: Ditto.
2004-09-30 08:38:32 +00:00
Marcus Brinkmann
502be0ce06
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
...
* tools.texi (Changing options): Add documentation for gpgconf.
2004-09-29 23:06:02 +00:00
Marcus Brinkmann
a8b5bc669f
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
...
* contrib.texi (Contributors): Add two missing periods.
2004-09-29 23:05:37 +00:00
Werner Koch
e4ce12abd1
* gpgsm.texi (Configuration Options): Add --log-file.
...
* gpgconf-comp.c: Made the entries fro GROUPs translatable.
Include i18n.h.
(my_dgettext): Hack to use the gnupg2 domain.
2004-09-29 16:16:47 +00:00
Werner Koch
530a0a91c4
* minip12.c (parse_bag_encrypted_data): Print error if a bad
...
passphrase has been given.
* gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the
expected pinentry filename.
* import.c (parse_p12): Write an error status line for bad
passphrases. Add new arg CTRL and changed caller.
* export.c (export_p12): Likewise.
2004-09-29 13:50:31 +00:00
Werner Koch
4604ae8e99
Changed license of the manual stuff to GPL.
...
* gnupg.texi (Top): New menu item Helper Tools.
* tools.texi (Helper Tools): New.
* Makefile.am (gnupg_TEXINFOS): Add tools.texi.
2004-09-29 11:04:30 +00:00
Werner Koch
9ec1437772
Some more new files
2004-09-11 14:50:35 +00:00
Werner Koch
609d9516be
doc --max-cache-ttl
2004-09-09 07:29:35 +00:00
Werner Koch
fc07b029ea
* certlist.c (gpgsm_cert_use_ocsp_p): New.
...
(cert_usage_p): Support it here.
* call-dirmngr.c (gpgsm_dirmngr_isvalid): Use it here.
2004-08-18 14:38:47 +00:00
Werner Koch
066352a6a5
* import.c (check_and_store): Do a full validation if
...
--with-validation is set.
* certchain.c (gpgsm_basic_cert_check): Print more detailed error
messages.
* certcheck.c (do_encode_md): Partly support DSA. Add new arg
PKALGO. Changed all callers to pass it.
(pk_algo_from_sexp): New.
tests/pkits: New directory
2004-08-17 15:26:22 +00:00
Werner Koch
f96ad015d8
* gpgsm.c: New option --with-ephemeral-keys.
...
* keylist.c (list_internal_keys): Set it here.
(list_cert_raw): And indicate those keys. Changed all our callers
to pass the new arg HD through.
2004-08-06 16:14:10 +00:00
Werner Koch
818e9bad58
* configure.ac: Changed tests for libusb to also suuport the
...
stable version 0.1.x.
* scdaemon.texi (Card applications): New section.
* scdaemon.c (main): New option --disable-application.
* app.c (is_app_allowed): New.
(select_application): Use it to check for disabled applications.
* ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New.
* ccid-driver.c (ccid_open_reader): Support the stable 0.1 version
of libusb.
(ccid_get_atr): Handle short messages.
* apdu.c (my_rapdu_get_status): Implemented.
2004-08-05 09:24:36 +00:00
Werner Koch
7158c4db92
Added glossary
2004-06-29 07:16:40 +00:00
Werner Koch
6e4f619b3c
Added some doc stuff
2004-06-28 07:42:33 +00:00
Werner Koch
17b9d06d7c
* debugging.texi: New.
...
* gnupg.texi: Include it.
2004-06-18 12:29:30 +00:00
Werner Koch
8b810c8dc3
* debugging.texi: New.
...
* gnupg.texi: Include it.
2004-06-18 11:18:27 +00:00
Werner Koch
ac791c0a9a
* sysutils.c (disable_core_dumps): Only set the current limit.
...
(enable_core_dumps): New.
* gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump.
* gpgsm.c: New option --debug-allow-core-dump.
* gpgsm.h (opt): Add member CONFIG_FILENAME.
* gpgsm.c (main): Use it here instead of the local var.
* server.c (gpgsm_server): Print some additional information with
the hello in verbose mode.
2004-05-11 09:54:52 +00:00
Werner Koch
30bbef1a28
* gpg-agent.c: Remove help texts for options lile --lc-ctype.
...
(main): New option --allow-mark-trusted.
* trustlist.c (agent_marktrusted): Use it here.
* gpg-agent.texi (Agent Options): Add --allow-mark-trusted.
* gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
2004-05-03 13:37:38 +00:00
Werner Koch
236d241aed
* gpgsm.c: New command --keydb-clear-some-cert-flags.
...
* keydb.c (keydb_clear_some_cert_flags): New.
(keydb_update_keyblock, keydb_set_flags): Change error code
CONFLICT to NOT_LOCKED.
2004-04-28 08:59:34 +00:00
Werner Koch
6aaceac7fe
The keybox gets now compressed after 3 hours and ephemeral
...
stored certificates are deleted after about a day.
2004-04-26 08:09:25 +00:00
Werner Koch
3d58329f67
* call-scd.c (start_scd): Send event-signal option. Always check
...
that the scdaemon is still running.
* gpg-agent.c (handle_signal): Do not use SIGUSR{1,2} anymore for
changing the verbosity.
2004-04-21 14:43:51 +00:00
Werner Koch
bd2d99c4e7
Documented --force-crl-refresh
2004-04-07 18:02:56 +00:00
Werner Koch
aa0e38982a
* gpgsm.c (main): New option --debug-ignore-expiration.
...
* certchain.c (gpgsm_validate_chain): Use it here.
* certlist.c (cert_usage_p): Apply extKeyUsage.
2004-02-20 13:46:21 +00:00
Werner Koch
a1b487a17a
* protect-tool.c: New options --have-cert and --prompt.
...
(export_p12_file): Read a certificate from STDIN and pass it to
p12_build. Detect a keygrip and construct the filename in that
case. Unprotcet a key if needed. Print error messages for key
formats we can't handle.
(release_passphrase): New.
(get_passphrase): New arg PROMPTNO. Return the allocated
string. Changed all callers.
* minip12.c: Revamped the build part.
(p12_build): New args CERT and CERTLEN.
* simple-pwquery.c (agent_open): Don't mangle INFOSTR.
* export.c (export_p12, popen_protect_tool)
(gpgsm_p12_export): New.
* gpgsm.c (main): New command --export-secret-key-p12.
2004-02-19 16:26:32 +00:00
Werner Koch
6c9c5accd1
Described new options
2004-02-18 16:58:29 +00:00
Werner Koch
a5fc1f40c3
Added new options
2004-02-17 15:04:49 +00:00
Werner Koch
cfb33014ae
Fixed a build bug (straw letter in sm/import.c) and updated the documentation.
2004-02-04 19:13:16 +00:00
Repo Admin
f39b03d03d
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2003-12-09 09:07:09 +00:00
Werner Koch
6b7af47bcc
(Certificate Options): Add --{enable,disable}-ocsp.
2003-12-01 10:53:40 +00:00
Werner Koch
3344618b2e
new command
2003-10-31 12:12:17 +00:00
Werner Koch
99277d21c1
* card-util.c (card_edit): New command "passwd". Add logic to
...
check the PIN in advance.
(card_status): Add new args to return the serial number. Changed
all callers.
* call-agent.c (agent_scd_checkpin): New.
2003-10-21 17:12:21 +00:00
Werner Koch
1bcf8ef9de
Cleanups, fixes and PC/SC support
2003-08-05 17:11:04 +00:00
Werner Koch
18ab605bcc
* scdaemon.c: New options --print-atr and --reader-port
...
* apdu.c, apdu.h: New
* card.c, card-p15.c, card-dinsig.c: Allow build without OpenSC.
2003-04-29 19:08:35 +00:00
Werner Koch
687d5bafaa
Copied wrong files. Fixed.
2003-01-09 13:35:32 +00:00
Werner Koch
81919e0d61
taken from NewPG
2003-01-09 13:29:36 +00:00
Repo Admin
7b6f1902d0
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2003-01-09 13:29:36 +00:00
Werner Koch
e917719928
Taken from NewPG
2003-01-09 13:24:01 +00:00
Repo Admin
82a17c9fb3
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2002-10-19 07:55:27 +00:00
Werner Koch
10128a5e25
* DETAILS (KEY_CREATED): Enhanced by fingerprint.
2002-10-12 11:47:01 +00:00
David Shaw
0bb65a8a11
* gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserver
...
schemes are case-insensitive.
* gpg.sgml: Note that --pgp2 disables --textmode when encrypting.
2002-10-03 21:57:58 +00:00
David Shaw
10e83fb88c
* gpg.sgml: Some minor language cleanup.
2002-09-20 12:58:26 +00:00
Werner Koch
18306f4650
* DETAILS: s/XORed/ORed/.
2002-09-20 06:01:14 +00:00
Werner Koch
fcbf191a0d
* gpg.sgml: Add rebuild-keydb-caches.
2002-09-15 17:57:55 +00:00
Werner Koch
56560597f9
* Makefile.am (EXTRA_DIST): Include gnupg-32.reg
2002-09-12 13:09:09 +00:00
David Shaw
811b782cba
* DETAILS: Fix batch key generation example.
2002-09-12 12:12:58 +00:00