aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.skel (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-06-07* options.skel, options.h, main.h, keydb.h, pkclist.c (build_pk_list,David Shaw1-12/+14
expand_groups), g10.c (main, add_group): Add new "group" command to allow one name to expand into multiple keys. For simplicity, and to avoid potential loops, we only expand once - you can't make an alias that points to an alias. * main.h, g10.c (main), keygen.c (build_personal_digest_list): Simplify the default digest list - there is really no need for the other hashes since they will never be used after SHA-1 in the list. * options.skel, options.h, g10.c (main), hkp.c (hkp_ask_import, hkp_export, hkp_search), keyserver.c (parse_keyserver_options, parse_keyserver_uri, keyserver_work, keyserver_refresh): Make the "x-broken-hkp" keyserver scheme into keyserver-option "broken-http-proxy". Move honor_http_proxy into keyserver_options. Canonicalize the three variations of "hkp", "x-hkp", and "x-broken-hkp" into "hkp".
2002-06-03* options.skel: Sample photo viewers for Win32.David Shaw1-0/+6
* misc.c (pct_expando): Use the seckey for %k/%K if the pubkey is not available. * photoid.h, photoid.c (show_photos): Include the seckey in case a user tries to view a photo on a secret key, and change all callers in keyedit.c (menu_showphoto), keylist.c (list_keyblock_print), and photoid.c (generate_photo_id).
2002-05-15* options.skel: keyserver.pgp.com is gone, so list pgp.surfnet.nl as aDavid Shaw1-5/+5
sample LDAP server instead. * getkey.c (merge_selfsigs_main): Properly handle multiple revocation keys in a single packet. Properly handle revocation keys that are in out-of-order packets. Remove duplicates in revocation key list.
2002-05-02util/Werner Koch1-11/+0
* memory.c (alloc): Malloc at least 1 byte. Noted by Winona Brown. g10/ * options.skel: Removed the comment on trusted-keys because this option is now deprecated.
2002-04-23* parse-packet.c (parse_plaintext), packet.h, plaintext.cDavid Shaw1-3/+4
(handle_plaintext): Fix bug in handling literal packets with zero-length data (no data was being confused with partial body length). * misc.c (pct_expando), options.skel: %t means extension ("jpg"). %T means MIME type ("image/jpeg"). * import.c (import_one): Only trigger trust update if the keyring is actually changed. * export.c (do_export_stream): Missing a m_free.
2002-04-18* getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntaxWerner Koch1-13/+13
for use with secret keys. * seckey-cert.c (do_check): Always calculate the old checksum for use after unprotection. * g10.c, options.skel: New option --no-escape-from. Made --escape-from and --force-v3-sigs the default and removed them from the options skeleton.
2002-04-11* misc.c (pct_expando), options.skel: Use %t to indicate type of a photoDavid Shaw1-1/+2
ID (in this version, it's always "jpeg"). Also tweak string expansion loop to minimize reallocs. * mainproc.c (do_check_sig): Variable type fix. * keyedit.c (menu_set_primary_uid): Differentiate between true user IDs and attribute user IDs when making one of them primary. That is, if we are making a user ID primary, we alter user IDs. If we are making an attribute packet primary, we alter attribute packets. This matches the language in the latest attribute packet draft. * keyedit.c (sign_uids): No need for the empty string hack. * getkey.c (fixup_uidnode): Only accept preferences from the hashed segment of the self-sig.
2002-04-08Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch1-2/+2
affected - but everything else and it seems that there is no backup of the BTS data is available :-(
2002-03-07Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw1-11/+8
that has been revoked by designated revoker, but the designated revoker is not present to verify the revocation (whew!). This applies to all ways to get a key into the system: --import --recv-keys, and --search-keys. If auto-key-retrieve is set, try and retrieve the revocation key. Also, auto-key-retrieve is now a keyserver-option.
2002-01-26* g10.c, options.h: New option --gpg-agent-infoWerner Koch1-0/+24
* passphrase.c (agent_open): Let it override the environment info. * seckey-cert.c (check_secret_key): Always try 3 times when the agent is enabled. * options.skel: Describe --use-agent.
2001-12-22* keyserver.c (keyserver_spawn): Removed some variablesWerner Koch1-1/+1
declaration due to shadowing warnings. * build-packet.c (build_attribute_subpkt): s/index/idx/ to avoid compiler warnig due to index(3). * getkey.c (get_ctx_handle): Use KEYDB_HANDLE as return value. * keylist.c (list_one): Made resname const. * keyedit.c (keyedit_menu): Allow "addphoto" only when --openpgp is not used. * options.skel: Changed one example photo viewer to qiv.
2001-12-21Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw1-4/+29
is only one attribute packet defined thus far, and it's a picture)
2001-12-06Generic keyserver API codeDavid Shaw1-18/+56
2001-04-23Add kludge for broken HTTP proxies.Werner Koch1-0/+13
2001-04-20Add UTF-8 charsetWerner Koch1-3/+14
2001-03-12worked on solving some bugsWerner Koch1-4/+4
2001-03-08Changed and added copyright noticesWerner Koch1-0/+9
1999-10-08See ChangeLog: Fri Oct 8 20:32:01 CEST 1999 Werner KochWerner Koch1-0/+5
1999-07-22See ChangeLog: Thu Jul 22 20:03:03 CEST 1999 Werner KochWerner Koch1-3/+3
1999-07-13See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner KochWerner Koch1-2/+14
1999-03-11See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner KochWerner Koch1-2/+4
1999-01-16See ChangeLog: Sat Jan 16 21:25:17 CET 1999 Werner KochWerner Koch1-1/+2
1999-01-16See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1-0/+8
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-1/+1
1998-12-17See ChangeLog: Thu Dec 17 18:31:15 CET 1998 Werner KochWerner Koch1-0/+7
1998-12-14See ChangeLog: Mon Dec 14 21:18:49 CET 1998 Werner KochWerner Koch1-8/+5
1998-11-27See ChangeLog: Fri Nov 27 21:37:41 CET 1998 Werner KochWerner Koch1-0/+6
1998-11-13See ChangeLog ;-). Key validation should now be fasterWerner Koch1-0/+5
1998-11-10Some bug fixes of the last releaseWerner Koch1-0/+6
1998-10-25some random changesWerner Koch1-0/+37