aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tools.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch2004-12-211-1/+503
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* (Helper Tools): Document gpgsm-gencert.sh.Werner Koch2004-10-221-0/+18
|
* * gpg.texi: New.Werner Koch2004-09-301-6/+13
| | | | | | | | | | * 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 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-291-2/+498
| | | | | * tools.texi (Changing options): Add documentation for gpgconf.
* Changed license of the manual stuff to GPL.Werner Koch2004-09-291-0/+74
* gnupg.texi (Top): New menu item Helper Tools. * tools.texi (Helper Tools): New. * Makefile.am (gnupg_TEXINFOS): Add tools.texi.