aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch4-84/+127
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
2005-02-15* gpg.sgml: Add bkuptocard command for --edit-key.Werner Koch2-1/+17
* passphrase.c (agent_get_passphrase): Don't call free_public_key if PK is NULL. (passphrase_clear_cache): Ditto. Removed debug output. (passphrase_to_dek): Ditto.
2005-02-05* gpg.sgml: Note that level 0 signatures are always acceptedDavid Shaw2-7/+15
regardless of --min-cert-level.
2005-02-03This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+186
'GNUPG-1-9-BRANCH'.
2005-02-03About to do a release candidateWerner Koch1-1/+1
2005-02-03Updated to match the switch to the NSIS installer.Werner Koch2-63/+162
2005-01-27Updated to the version from 1.2.7.Werner Koch2-322/+649
2005-01-262005-01-27 Moritz Schulte <[email protected]>Moritz Schulte2-0/+38
* gpg-agent.texi: Document ssh-agent emulation layer.
2005-01-25(get_cached_data): New arg GET_IMMEDIATE to bypassWerner Koch1-0/+2
the cache. Changed all callers. (get_one_do): Bypass the cache if the value would have been read directly for v1.1 cards.It makes things a bit slower but obnly for 1.0 cards and there are not that many cards out in the wild. This is required to fix a caching bug when generating new keys; as a side effect of the retrieval of the the C4 DO from the 6E DO the chaced fingerprint will get updated to the old value and later when signing the generated key the checking of the fingerprint fails becuase it won't match the new one. Thanks to Moritz for analyzing this problem. (verify_chv3): Removed the CHV status reread logic because we won't cache the C4 DO anymore.
2005-01-20* gpgv.c (tty_fprintf): New stub.Werner Koch1-12/+4
* card-util.c (card_status): Create asecret key stub on the fly and print more information about a card key. * import.c (pub_to_sec_keyblock, auto_create_card_key_stub): New. * getkey.c (get_seckeyblock_byfprint): New. * keylist.c (print_card_key_info): New.
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch3-13/+7
initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY.
2005-01-13* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch2-52/+46
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
2004-12-22* gnupg.texi: Reordered.Werner Koch6-64/+58
* contrib.texi: Updated.
2004-12-21(gpg-preset-passphrase): New section.Werner Koch2-474/+44
2004-12-21* preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch10-6/+8432
* 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.
2004-12-20* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch3-2/+46
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.
2004-12-16Minor fixesV1-4-0Werner Koch1-1/+1
2004-12-16Add a note on how to send translations.Werner Koch3-45/+70
2004-12-16* gpg.sgml: Document --require-secmem/--no-require-secmem. Note that theDavid Shaw2-31/+37
sign flags (l, t, nr) can be mixed. Remove --nrsign-key.
2004-12-12(keys): Removed my old 621CC013 keyWerner Koch3-1251/+1916
which expires at the end of this year. Add g10 Code's source code signing key 37D92FFB.
2004-12-09* highlights-1.4.txt: New.David Shaw4-4/+311
* mksamplekeys, samplekeys.asc: Add the PGP global directory key.
2004-11-26* gpg.sgml: Document export-minimal.David Shaw2-4/+15
2004-11-24Add dirmngr options to gpgconf and updated the DE translationWerner Koch1-1/+1
2004-11-23* b64enc.c: Include stdio.h and string.hWerner Koch4-5/+30
* 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-10-28* DETAILS: Document SIG_SUBPACKET status tag.David Shaw2-0/+8
2004-10-28Added gpg.ru.1 to EXTRA_DISTV1-3-92Werner Koch2-1/+5
2004-10-26* configure.ac: New option --disable-gnupg-iconv, defineWerner Koch4-7/+3057
USE_GNUPG_ICONV. (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. (UNIT64_C): Don't include inttype.h uncoditional but use a test to ensure that it gets into conftest.h. (AH_TOP): New. Prevent double inclusion of config.h. * config.links: Use HOST instead of TARGET.
2004-10-22(Helper Tools): Document gpgsm-gencert.sh.Werner Koch2-0/+22
2004-10-20* sc-investigate: Removed.Werner Koch3-5/+9
* 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-19* gpg.sgml: Minor language tweaks.David Shaw4-970/+977
* samplekeys.asc: Updated 99242560. * DETAILS: spk flags are hex.
2004-10-15Document IMPORT_CHECK.Werner Koch2-0/+8
2004-10-15* README: Mentioned --enable-selinux-support.Werner Koch1-1/+4
* status.h (STATUS_NEED_PASSPHRASE_PIN): New. * status.c (get_status_string): Added. * passphrase.c (ask_passphrase): Moved status printing to .. * cardglue.c (pin_cb): .. here and issue new status message. * keyedit.c (sign_uids): Don't include the leading LF in the translatable string but print them separately. * apdu.c (apdu_open_remote_reader) [_WIN32]: We don't have ENOSYS.
2004-10-15RebuiltWerner Koch2-10/+23
2004-10-14* gpg.sgml: Document using "none" to remove preferred keyservers, theDavid Shaw2-8/+30
keyserver timeout parameter, and the direct trust model.
2004-10-13 * keygen.c (read_parameter_file): New keyword "Handle". This isWerner Koch1-3/+16
bug 287. (print_status_key_not_created): New. (print_status_key_created): Add new arg HANDLE. (do_generate_keypair): Print not created status. * status.c, tatus.h (STATUS_KEY_NOT_CREATED): New.
2004-10-01* mk-w32-dist: Updated from stable branch.Werner Koch2-661/+793
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded.
2004-09-30* gpg.texi: New.Werner Koch1-1800/+21
2004-09-30* gpg.texi: New.Werner Koch7-59/+80
* gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
2004-09-292004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+500
* tools.texi (Changing options): Add documentation for gpgconf.
2004-09-292004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+6
* contrib.texi (Contributors): Add two missing periods.
2004-09-29* gpgsm.texi (Configuration Options): Add --log-file.Werner Koch2-1/+5
* gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain.
2004-09-29* minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch2-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.
2004-09-29Changed license of the manual stuff to GPL.Werner Koch6-22/+96
* gnupg.texi (Top): New menu item Helper Tools. * tools.texi (Helper Tools): New. * Makefile.am (gnupg_TEXINFOS): Add tools.texi.
2004-09-23* gpg.sgml: Document "addcardkey" and "keytocard".Werner Koch2-0/+15
* apdu.c (open_pcsc_reader): Do not print empty reader string. * keygen.c (ask_algo): Allow creation of AUTH keys. * keyid.c (usagestr_from_pk): New. * app-openpgp.c (app_openpgp_storekey): Call flush_cache. * keyedit.c (keyedit_menu): New command "keytocard" (keyedit_menu): Bad hack for the not_with_sk element. (show_key_with_all_names): Print the usage. (find_pk_from_sknode): New. * card-util.c (card_store_subkey): New. (copy_mpi): New. * cardglue.c (agent_openpgp_storekey): New.
2004-09-20* gpg.sgml: Document -K.Werner Koch2-1/+10
* g10.c: Make -K an alias for --list-secret-keys. * keylist.c (print_card_serialno): New. Taken from gnupg 1.9.11. (list_keyblock_print): Make use of it. * keyedit.c (show_key_with_all_names): Print the card S/N. * keyedit.c (keyedit_menu): New command ADDCARDKEY. * card-util.c (card_generate_subkey): New. * keygen.c (generate_card_subkeypair): New. (gen_card_key): New arg IS_PRIMARY; changed all callers. * cardglue.c (open_card): Use shutdown code if possible. (check_card_serialno): Ditto.
2004-09-16* DETAILS: Document the 'spk' signature subpacket record. Add more detailDavid Shaw3-9/+51
on "tru" records. * gpg.sgml: Note that PGP scales photo IDs to fit in the dialog box. Document show-sig-subpackets. Document the '%c' signature counter expando.
2004-09-15Document "--debug-ccid-driver".Werner Koch2-0/+11
2004-09-14* gpg.sgml: Note that --throw-keyid is --throw-keyids. Note changes inDavid Shaw2-32/+34
--pgp8. Rephrase the "don't play algorithm games" warning now that PGP has blowfish, zlib, and bzip2.
2004-09-11Some more new filesWerner Koch1-0/+242
2004-09-09doc --max-cache-ttlWerner Koch1-0/+6