aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-29Added a copyright year for files changed this year.Werner Koch1-1/+1
2002-04-25g10/Werner Koch1-0/+7
* g10.c, options.h: New options --display, --ttyname, --ttytype, --lc-ctype, --lc-messages to be used with future versions of the gpg-agent. * passphrase.c (agent_send_option,agent_send_all_options): New. (agent_open): Send options to the agent. * trustdb.c (update_ownertrust, clear_ownertrust): Do an explicit do_sync because revalidation_mark does it only if when the timestamp actually changes. / * configure.ac: Check for locale.h and setlocale
2002-04-19* keyedit.c (menu_deluid): Only cause a trust update if we delete aDavid Shaw1-2/+1
non-revoked user id. * hkp.c (hkp_ask_import), keyserver.c (parse_keyserver_options, keyserver_spawn), options.h: Remove fast-import keyserver option (no longer meaningful). * g10.c (main), keyedit.c (sign_uids), options.h: Change --default-check-level to --default-cert-check-level as it makes clear what it operates on. * g10.c (main): --pgp6 also implies --no-ask-sig-expire. * delkey.c (do_delete_key): Comment.
2002-04-17* parse-packet.c (parse_key): Support a SHA1 checksum as perWerner Koch1-0/+2
draft-rfc2440-bis04. * packet.h (PKT_secret_key): Add field sha1chk. * seckey-cert.c (do_check): Check the SHA1 checksum (protect_secret_key): And create it. * build-packet.c (do_secret_key): Mark it as sha-1 protected. * g10.c, options.h: New option --simple-sk-checksum.
2002-03-07Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw1-1/+1
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-02-10For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw1-0/+1
is a cert. A sig has sigclass 0x00, 0x01, 0x02, or 0x40, and everything else is a cert. Add a "nrlsign" for nonrevocable and local key signatures. Add a --no-force-mdc to undo --force-mdc. Add a knob to force --disable-mdc/--no-disable-mdc. Off by default, of course, but is used in --pgp2 and --pgp6 modes. Allow specifying multiple users in the "Enter the user ID" loop. Enter a blank line to stop. Show each key+id as it is added. It is not illegal (though possibly silly) to have multiple policy URLs in a given signature, so print all that are present. More efficient implementation of URL-ifying code for --search on an HKP keyserver.
2002-02-04Workaround for the pksd and OKS keyserver bug that calculates v4 RSADavid Shaw1-0/+1
keyids as if they were v3. The workaround/hack is to fetch both the v4 (e.g. 99242560) and v3 (e.g. 68FDDBC7) keyids. This only happens for key refresh while using the HKP scheme and the refresh-add-fake-v3-keyids keyserver option must be set. This should stay off by default.
2002-02-03Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url"David Shaw1-1/+2
so the user can set different policies for key and data signing. For backwards compatibility, "--set-policy-url" sets both, as before.
2002-01-29--pgp6 flag. This is not nearly as involved as --pgp2. In short, itDavid Shaw1-0/+1
turns off force_mdc, turns on no_comment, escape_from, and force_v3_sigs, and sets compression to 1. It also restricts the user to IDEA (if present), 3DES, CAST5, MD5, SHA1, and RIPEMD160. See the comments above algo_available() for lots of discussion on why you would want to do this.
2002-01-26* g10.c, options.h: New option --gpg-agent-infoWerner Koch1-0/+1
* 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.
2002-01-06fix off-by-one in building attribute subpacketsDavid Shaw1-0/+2
change default compression to 1 add ask-sig-expire and ask-cert-expire (--expert was getting absurdly overloaded) permit v3 subkeys use --expert to protect adding multiple photo ids and adding photos to a v3 key
2001-12-21Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw1-1/+3
is only one attribute packet defined thus far, and it's a picture)
2001-12-21* g10.c. options.h : New option --show-keyringWerner Koch1-0/+1
* getkey.c (get_ctx_handle): New. * keylist.c (list_one): Implement option here. By David Champion.
2001-12-20New function to check the permissions of GNUPGHOME and the various filesDavid Shaw1-0/+2
that live there for safe permission/ownership (--no-permission-warning to disable) The newer glibcs print scary warnings about using mktemp(). The use here was actually safe, but the warning was bound to confuse people, so here is an arguably better tempname creator that pulls random bits from the pool.
2001-12-07PGP2 patch. --pgp2 sets things up for pgp2 compatibility, and prints aDavid Shaw1-1/+1
warning if the user does something that would make the message not compatible (i.e. encrypt with a non-RSA key, etc.)
2001-12-07New option --expertDavid Shaw1-0/+1
Do not allow signing a revoked UID unless --expert is set, and ask even then. Do not allow signing a revoked key unless --expert is set, and ask even then.
2001-12-06"sigclass" patch - adds key signature class levels, notation and policy-urlDavid Shaw1-0/+3
displays in key listings, and shows flags for signature features.
2001-12-06Generic keyserver API codeDavid Shaw1-1/+15
2001-11-08fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch1-0/+1
2001-09-25Changed signature status cacheWerner Koch1-1/+0
2001-09-24Revamped the trustDBWerner Koch1-0/+1
2001-09-06Revamped the keyring codeWerner Koch1-0/+1
2001-08-20Applied Stefan's patches to support RISCOS.Werner Koch1-0/+9
2001-08-07More Windows and autoconf fixesWerner Koch1-0/+1
2001-08-01Changed lsign behaviour, allow future subkeys, don't list revoked keysWerner Koch1-0/+1
2001-07-26migration to autoconf 2.52 and bugfixesWerner Koch1-0/+1
2001-03-27a second snapshot thsi day (1.0.4f)Werner Koch1-0/+2
2001-03-14add option --fixed-list-modeWerner Koch1-0/+1
2001-03-12worked on solving some bugsWerner Koch1-1/+1
2001-03-08Changed and added copyright noticesWerner Koch1-1/+1
2001-01-11Release snapshot 1.0.4dWerner Koch1-0/+1
2000-12-07New option --allow-secret-key-importWerner Koch1-0/+1
2000-11-16GPG agent supportWerner Koch1-0/+1
2000-10-19New option, doc fix, typo fix.Werner Koch1-0/+1
2000-08-23See ChangeLog: Wed Aug 23 19:52:51 CEST 2000 Werner KochWerner Koch1-0/+1
2000-08-01See ChangeLog: Tue Aug 1 20:06:23 CEST 2000 Werner KochWerner Koch1-0/+1
2000-07-27See ChangeLog: Thu Jul 27 17:33:04 CEST 2000 Werner KochWerner Koch1-0/+1
2000-07-27See ChangeLog: Thu Jul 27 12:01:00 CEST 2000 Werner KochWerner Koch1-0/+2
2000-06-28See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner KochWerner Koch1-0/+2
2000-06-09See ChangeLog: Fri Jun 9 10:09:52 CEST 2000 Werner KochWerner Koch1-0/+1
2000-06-05See ChangeLog: Mon Jun 5 23:41:54 CEST 2000 Werner KochWerner Koch1-1/+2
2000-06-05See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner KochWerner Koch1-0/+1
2000-05-18See ChangeLog: Thu May 18 11:38:54 CEST 2000 Werner KochWerner Koch1-0/+1
2000-05-12See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch1-1/+1
2000-02-09See ChangeLog: Wed Feb 9 15:33:44 CET 2000 Werner KochWerner Koch1-0/+1
2000-01-05See ChangeLog: Wed Jan 5 11:51:17 CET 2000 Werner KochWerner Koch1-0/+2
1999-11-29See ChangeLog: Mon Nov 29 21:52:11 CET 1999 Werner KochWerner Koch1-0/+1
1999-10-08See ChangeLog: Fri Oct 8 20:32:01 CEST 1999 Werner KochWerner Koch1-0/+1
1999-10-04See ChangeLog: Mon Oct 4 21:23:04 CEST 1999 Werner KochWerner Koch1-0/+1
1999-07-26See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner KochWerner Koch1-0/+2