aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgsm.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* doc fixesWerner Koch2006-09-081-33/+51
|
* Some fixes as needed by dirmngr man pagesWerner Koch2006-09-041-1/+8
|
* See ChangeLogsWerner Koch2006-08-291-0/+6
|
* More man pages. Added include files for 2 common paragraphs.Werner Koch2006-08-181-8/+1
|
* include support and texi fixesWerner Koch2006-08-171-1/+1
|
* More man pages.Werner Koch2006-08-171-27/+95
|
* Copied gpg.texi over from 1.4.5 and started to restructure it into a properWerner Koch2006-08-161-6/+6
| | | | | | | documentation file. Comment tags will eventually allow to build a man page. The idea is to have more than just a reference manual for the commands and options while still allowing to build a man page for reference.
* Added documentation for qualified signaturesWerner Koch2006-02-141-0/+100
|
* * findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch2005-07-251-2/+2
| | | | | | | This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New.
* * configure.ac: Do not build gpg by default.Werner Koch2005-04-211-0/+12
| | | | | | | | | | | | * gpgsm.c: New options --{enable,disable}-trusted-cert-crl-check. * certchain.c (gpgsm_validate_chain): Make use of it. * certchain.c (gpgsm_validate_chain): Check revocations even for expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not. * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
* (Agent Configuration): New section.Werner Koch2005-04-201-1/+1
|
* (stream_read_string): Removed call to abort onWerner Koch2005-02-221-0/+6
| | | | | | | memory error because the CVS version of libgcrypt makes sure that ERRNO gets always set on error even with a faulty user supplied function.
* * preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch2004-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (gpg_preset_passphrase_LDADD): Reorder libs so that pwquery may use stuff from jnlib. Conditionally add -lwsock2 (gpg_protect_tool_LDADD): Ditto. * preset-passphrase.c (main): Use default_homedir(). (main) [W32]: Initialize sockets. * simple-pwquery.c (agent_open) [W32]: Implement for W32. (readline) [W32]: Use recv instead of read. (writen) [W32]: Use send instead of write. (my_stpcpy): Define a stpcpy replacement so that this file continues to be self-contained. (agent_send_all_options) [W32]: Don't call ttyname. * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.jpg: New * gnupg.texi: Add a logo. * sysnotes.texi: New. * gpgsm.c (main): Use default_homedir(). (main) [W32]: Default to disabled CRL checks. * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute pathnames with a drive letter.
* * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch2004-12-201-0/+10
| | | | | | | | | | | | | | | | | | | | directories default to c:/gnupg. Require libassuan 0.6.9. * gpg-agent.c (main) [W32]: Now that Mutexes work we can remove the pth_init kludge. (main): Add new options --[no-]use-standard-socket. (check_for_running_agent): Check whether it is running on the standard socket. * sysutils.h [W32]: Define sleep. * util.h: Add prototype for mkdtemp. * call-agent.c (start_agent): Before starting a pipe server start to connect to a server on the standard socket. Use PATHSEP * call-dirmngr.c (start_dirmngr): Use PATHSEP. * import.c: Include unistd.h for dup and close.
* * b64enc.c: Include stdio.h and string.hWerner Koch2004-11-231-0/+6
| | | | | | | | | * 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.
* * gpg.texi: New.Werner Koch2004-09-301-28/+29
| | | | | | | | | | * gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
* * gpgsm.texi (Configuration Options): Add --log-file.Werner Koch2004-09-291-1/+3
| | | | | | | * gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain.
* * 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.
* Added glossaryWerner Koch2004-06-291-3/+6
|
* * sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch2004-05-111-0/+8
| | | | | | | | | | | | | | | (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.
* * 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.
* 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-181-5/+30
|
* 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-041-10/+13
|
* (Certificate Options): Add --{enable,disable}-ocsp.Werner Koch2003-12-011-0/+9
|
* Taken from NewPGWerner Koch2003-01-091-0/+738