aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch2004-09-292-0/+11
| | | | | | | | | | | | 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.
* Changed license of the manual stuff to GPL.Werner Koch2004-09-296-22/+96
| | | | | | | | * gnupg.texi (Top): New menu item Helper Tools. * tools.texi (Helper Tools): New. * Makefile.am (gnupg_TEXINFOS): Add tools.texi.
* Some more new filesWerner Koch2004-09-111-0/+242
|
* doc --max-cache-ttlWerner Koch2004-09-091-0/+6
|
* * certlist.c (gpgsm_cert_use_ocsp_p): New.Werner Koch2004-08-181-1/+3
| | | | | | (cert_usage_p): Support it here. * call-dirmngr.c (gpgsm_dirmngr_isvalid): Use it here.
* * import.c (check_and_store): Do a full validation ifWerner Koch2004-08-171-1/+13
| | | | | | | | | | | | | | --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
* * gpgsm.c: New option --with-ephemeral-keys.Werner Koch2004-08-061-1/+5
| | | | | | | * 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.
* * configure.ac: Changed tests for libusb to also suuport theWerner Koch2004-08-052-2/+59
| | | | | | | | | | | | | | | | | | 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.
* Added glossaryWerner Koch2004-06-292-3/+30
|
* Added some doc stuffWerner Koch2004-06-284-2/+22
|
* * debugging.texi: New.Werner Koch2004-06-181-0/+82
| | | | | * gnupg.texi: Include it.
* * debugging.texi: New.Werner Koch2004-06-183-1/+9
| | | | | * gnupg.texi: Include it.
* * sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch2004-05-112-0/+12
| | | | | | | | | | | | | | | (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.
* * gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch2004-05-032-0/+10
| | | | | | | | | | (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.
* * gpgsm.c: New command --keydb-clear-some-cert-flags.Werner Koch2004-04-281-0/+9
| | | | | | | * keydb.c (keydb_clear_some_cert_flags): New. (keydb_update_keyblock, keydb_set_flags): Change error code CONFLICT to NOT_LOCKED.
* The keybox gets now compressed after 3 hours and ephemeralWerner Koch2004-04-261-2/+21
| | | | | stored certificates are deleted after about a day.
* * call-scd.c (start_scd): Send event-signal option. Always checkWerner Koch2004-04-211-9/+7
| | | | | | | | that the scdaemon is still running. * gpg-agent.c (handle_signal): Do not use SIGUSR{1,2} anymore for changing the verbosity.
* Documented --force-crl-refreshWerner Koch2004-04-071-0/+10
|
* * gpgsm.c (main): New option --debug-ignore-expiration.Werner Koch2004-02-201-0/+6
| | | | | | | * certchain.c (gpgsm_validate_chain): Use it here. * certlist.c (cert_usage_p): Apply extKeyUsage.
* * protect-tool.c: New options --have-cert and --prompt.Werner Koch2004-02-191-0/+8
| | | | | | | | | | | | | | | | | | | | (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.
* Described new optionsWerner Koch2004-02-183-5/+76
|
* Added new optionsWerner Koch2004-02-171-1/+14
|
* Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch2004-02-047-33/+108
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-12-091-0/+1806
| | | | 'GNUPG-1-9-BRANCH'.
* (Certificate Options): Add --{enable,disable}-ocsp.Werner Koch2003-12-013-0/+29
|
* new commandWerner Koch2003-10-312-0/+26
|
* * card-util.c (card_edit): New command "passwd". Add logic toWerner Koch2003-10-211-0/+40
| | | | | | | | 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.
* Cleanups, fixes and PC/SC supportWerner Koch2003-08-051-0/+4
|
* * scdaemon.c: New options --print-atr and --reader-portWerner Koch2003-04-291-0/+10
| | | | | | | * apdu.c, apdu.h: New * card.c, card-p15.c, card-dinsig.c: Allow build without OpenSC.
* Copied wrong files. Fixed.Werner Koch2003-01-092-223/+37
|
* taken from NewPGWerner Koch2003-01-092-535/+144
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-01-091-0/+593
| | | | 'GNUPG-1-9-BRANCH'.
* Taken from NewPGWerner Koch2003-01-098-0/+2995
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-1930-13917/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * DETAILS (KEY_CREATED): Enhanced by fingerprint.Werner Koch2002-10-122-1/+7
|
* * gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserverDavid Shaw2002-10-032-4/+17
| | | | | | | schemes are case-insensitive. * gpg.sgml: Note that --pgp2 disables --textmode when encrypting.
* * gpg.sgml: Some minor language cleanup.David Shaw2002-09-202-17/+21
|
* * DETAILS: s/XORed/ORed/.Werner Koch2002-09-202-1/+5
|
* * gpg.sgml: Add rebuild-keydb-caches.Werner Koch2002-09-152-0/+11
|
* * Makefile.am (EXTRA_DIST): Include gnupg-32.regWerner Koch2002-09-122-1/+5
|
* * DETAILS: Fix batch key generation example.David Shaw2002-09-122-3/+7
|
* Updated texi filesWerner Koch2002-09-111-44/+148
|
* * gnupg.7: New mini man page.Werner Koch2002-09-021-9/+4
| | | | | | * README: Removed the note about a development version so that we later don't forget this. Minor other changes.
* * gpg.sgml: Updated the charset option.Werner Koch2002-09-023-2/+22
| | | | | * DETAILS: Added status IMPORT_OK.
* * gnupg.7: New mini man page.Werner Koch2002-09-023-2/+25
|
* * gpg.sgml: Document keyserver-option include-subkeys. Note thatDavid Shaw2002-08-303-1/+19
| | | | | | | honor-http-proxy is a keyserver-option now. * DETAILS: Add "Key not trusted" to INV_RECP status code.
* * faq.raw: Updated. New Maintainer is David D. Scribner.Werner Koch2002-08-232-393/+484
|
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-232-1/+13
| | | | | | re-recreate a distribution from CVS. Some minor other fixes.
* * gpg.sgml: Clarify meaning of keyserver option include-revoked.David Shaw2002-08-222-4/+10
|
* * DETAILS: Clarify that trust letters 'q' and '-' can be treatedDavid Shaw2002-08-203-6/+25
| | | | | | | identically. * gpg.sgml: Document --ignore-mdc-error.