aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.skel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * parse-packet.c (parse_plaintext), packet.h, plaintext.cDavid Shaw2002-04-231-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.
* * getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntaxWerner Koch2002-04-181-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.
* * misc.c (pct_expando), options.skel: Use %t to indicate type of a photoDavid Shaw2002-04-111-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.
* Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch2002-04-081-2/+2
| | | | | | affected - but everything else and it seems that there is no backup of the BTS data is available :-(
* Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw2002-03-071-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.
* * g10.c, options.h: New option --gpg-agent-infoWerner Koch2002-01-261-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.
* * keyserver.c (keyserver_spawn): Removed some variablesWerner Koch2001-12-221-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.
* Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw2001-12-211-4/+29
| | | | | is only one attribute packet defined thus far, and it's a picture)
* Generic keyserver API codeDavid Shaw2001-12-061-18/+56
|
* Add kludge for broken HTTP proxies.Werner Koch2001-04-231-0/+13
|
* Add UTF-8 charsetWerner Koch2001-04-201-3/+14
|
* worked on solving some bugsWerner Koch2001-03-121-4/+4
|
* Changed and added copyright noticesWerner Koch2001-03-081-0/+9
|
* See ChangeLog: Fri Oct 8 20:32:01 CEST 1999 Werner KochWerner Koch1999-10-081-0/+5
|
* See ChangeLog: Thu Jul 22 20:03:03 CEST 1999 Werner KochWerner Koch1999-07-221-3/+3
|
* See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner KochWerner Koch1999-07-131-2/+14
|
* See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner KochWerner Koch1999-03-111-2/+4
|
* See ChangeLog: Sat Jan 16 21:25:17 CET 1999 Werner KochWerner Koch1999-01-161-1/+2
|
* See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1999-01-161-0/+8
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-1/+1
|
* See ChangeLog: Thu Dec 17 18:31:15 CET 1998 Werner KochWerner Koch1998-12-171-0/+7
|
* See ChangeLog: Mon Dec 14 21:18:49 CET 1998 Werner KochWerner Koch1998-12-141-8/+5
|
* See ChangeLog: Fri Nov 27 21:37:41 CET 1998 Werner KochWerner Koch1998-11-271-0/+6
|
* See ChangeLog ;-). Key validation should now be fasterWerner Koch1998-11-131-0/+5
|
* Some bug fixes of the last releaseWerner Koch1998-11-101-0/+6
|
* some random changesWerner Koch1998-10-251-0/+37