David Shaw
da0c60a987
* keygen.c (start_tree): New function to "prime" a KBNODE list.
...
(do_generate_keypair): Use it here rather than creating and deleting a
comment packet.
* keygen.c (gen_elg, gen_dsa): Do not put public factors in secret key as
a comment.
* options.h, encode.c (encode_simple, encode_crypt), keygen.c (do_create):
Remove disabled comment packet code.
2005-05-05 22:08:37 +00:00
David Shaw
08bd93f7dc
* keygen.c (keygen_set_std_prefs): Add SHA256 and BZip2 to default
...
preferences.
2005-05-05 21:18:47 +00:00
David Shaw
c71639cfff
* options.h, g10.c (main): Add new --default-sig-expire and
...
--default-cert-expire options. Suggested by Florian Weimer.
* main.h, keygen.c (parse_expire_string, ask_expire_interval): Use
defaults passed in, or "0" to control what default expiration is.
* keyedit.c (sign_uids), sign.c (sign_file, clearsign_file,
sign_symencrypt_file): Call them here, so that default expiration
is used when --ask-xxxxx-expire is off.
2005-05-05 19:21:40 +00:00
David Shaw
cf7c0feca4
* gpg.sgml: Clarify --min-cert-level a bit.
2005-05-05 12:39:36 +00:00
David Shaw
d9d902dffb
* ksutil.h, ksutil.c: #ifdef so we can build without libcurl or
...
fake-curl.
2005-05-04 13:34:25 +00:00
David Shaw
049195f9e0
* gpgkeys_http.c: Need GET defined.
2005-05-04 02:46:02 +00:00
Werner Koch
6639bbf699
* passphrase.c (agent_get_passphrase): Add new arg CACHEID.
...
Changed all callers.
(ask_passphrase): Add new arg CACHEID and use it in agent mode.
Changed all callers.
(passphrase_clear_cache): New arg CACHEID. Changed all callers.
* cardglue.c (format_cacheid): New.
(pin_cb): Compute a cache ID.
(agent_scd_pksign, agent_scd_pkdecrypt): Use it.
(agent_clear_pin_cache): New.
* card-util.c (change_pin): Clear the PIN cache.
(check_pin_for_key_operation): Ditto.
2005-05-03 22:27:07 +00:00
David Shaw
5e6d360596
* gpgkeys_hkp.c, gpgkeys_oldhkp.c, ksutil.h: Some minor cleanup and
...
comments as to the size of MAX_LINE and MAX_URL.
2005-05-02 00:46:39 +00:00
David Shaw
f02fe1dafb
* trustdb.h, trustdb.c (mark_usable_uid_certs): Add flags for the
...
no-pubkey and chosen revocation cases. (clean_uid): New function to
clean a user ID of unusable (as defined by mark_usable_uid_certs)
certs.
* keyedit.c (keyedit_menu, menu_clean_uids): Call it here for new
"clean" command that removes unusable sigs from a key.
2005-04-24 18:35:30 +00:00
David Shaw
be90f3cacb
* libcurl.m4: Add a check for curl_free() since older versions of
...
libcurl don't have it. Substitute free() as an alternative.
2005-04-24 16:52:15 +00:00
David Shaw
6d72a1c649
* trustdb.h, keyedit.c (keyedit_menu, menu_select_uid_namehash): Allow
...
specifying user ID via the namehash from --with-colons
--fixed-list-mode --list-keys. Suggested by Peter Palfrader.
2005-04-24 16:05:41 +00:00
David Shaw
7e9b6d2f66
* gnupg.spec.in: No longer any need to override libexecdir. The
...
makefiles now calculate this correctly internally.
2005-04-23 01:15:29 +00:00
David Shaw
b4b228b4f9
* distfiles: Add assuan.h.
2005-04-22 23:52:58 +00:00
David Shaw
5bfd1199b8
* keyedit.c (sign_uids, keyedit_menu): When the user requests to sign
...
a key without specifying which user IDs to sign, and declines to sign
all user IDs, walk through the set of user IDs and prompt for which to
sign.
2005-04-22 03:36:20 +00:00
David Shaw
edc0862448
* mainproc.c (symkey_decrypt_seskey): There is no need to have an
...
extra check for a bad passphrase and/or unknown cipher algorithm here.
We'll fail quite happily later, and usually with a better error
message to boot.
2005-04-22 03:21:14 +00:00
David Shaw
b7c3018d32
* keyserver.c (keyserver_spawn): Free some memory.
...
* sign.c (hash_for): Comments.
2005-04-17 04:10:03 +00:00
David Shaw
0884653a13
* gpgkeys_hkp.c: New hkp handler that uses curl or curl-shim.
...
* Makefile.am: Build new gpgkeys_hkp.
* curl-shim.c (curl_easy_perform): Cleanup.
2005-04-17 02:18:32 +00:00
David Shaw
5609f5eafd
* ksutil.h, ksutil.c (curl_writer), gpgkeys_curl.c (get_key): Pass a
...
context to curl_writer so we can support multiple fetches in a single
session.
2005-04-17 01:52:04 +00:00
David Shaw
f50e99ed7b
* curl-shim.h, curl-shim.c (handle_error, curl_easy_setopt,
...
curl_easy_perform): Add POST functionality to the curl shim.
2005-04-17 01:39:24 +00:00
David Shaw
352db25580
* configure.ac: Remove --disable-old-hkp - use new HKP handler for
...
--with-libcurl or --enable-fake-curl.
2005-04-17 00:06:04 +00:00
David Shaw
d8e1f7656b
* curl-shim.h, curl-shim.c (curl_escape, curl_free): Emulate
...
curl_escape and curl_free.
2005-04-16 22:21:28 +00:00
David Shaw
5748f595b0
* gpgkeys_curl.c (main): If the http-proxy option is given without any
...
arguments, try to get the proxy from the environment.
* ksutil.h, ksutil.c (curl_err_to_gpg_err, curl_writer): Copy from
gpgkeys_curl.c.
* gpgkeys_oldhkp.c: Copy from gpgkeys_hkp.c.
2005-04-16 18:50:46 +00:00
David Shaw
799f97ceee
* configure.ac: Add --disable-old-hkp option that can be used along
...
with --with-libcurl to build the curl version of HKP.
2005-04-16 18:20:01 +00:00
David Shaw
40a9c998b3
Check for memrchr()
2005-04-12 16:11:03 +00:00
David Shaw
4f996cc5b8
Fix minor build problem on OSX (need a replacement for memrchr)
2005-04-12 16:08:51 +00:00
Werner Koch
73fb1c592f
* g10.c (main, add_notation_data, add_policy_url)
...
(add_keyserver_url): Use isascii() to protect the isfoo macros and
to replace direct tests. Possible problems noted by Christian
Biere.
* keyserver.c (parse_keyserver_uri): Ditto.
* g10.c (main): Declare --pipemode deprecated.
* misc.c (deprecated_command): New.
2005-04-11 18:24:09 +00:00
Werner Koch
f8a3345229
* ccid-driver.c (ccid_slot_status): Fixed debug messages.
...
* card-util.c (card_edit): Add command "verify". Enhanced admin
command to allow optional arguments "on", "off" and "verify".
(card_status): Print private DOs in colon mode.
* app-openpgp.c (do_check_pin): Add hack to allow verification of
CHV3.
2005-04-07 08:31:23 +00:00
Werner Koch
4e1a0eac3e
Typo fixes
2005-04-05 17:10:28 +00:00
Werner Koch
80f4424658
Changes to make use of code taken from libassuan. This replaces the
...
old ad-hoc connection code to gpg-agent. We do need this for the
forthcoming diversion of card code to an already running gpg-agent
with card-support.
2005-04-05 17:09:13 +00:00
David Shaw
727cda9758
* mainproc.c (proc_plaintext): Properly handle SIG+LITERAL (old-style PGP)
...
signatures that use hashes other than SHA-1, RIPEMD160, or MD5.
2005-04-01 16:22:34 +00:00
Werner Koch
c43423f0bd
(keygen_set_std_prefs): Explain the chosen order of
...
AES key sizes.
2005-04-01 09:03:15 +00:00
David Shaw
c336e34571
* exec.h, exec.c (set_exec_path): Remove some dead code and change all
...
callers. We no longer need to append to $PATH.
2005-03-31 17:11:53 +00:00
Werner Koch
fe01cbceb0
* keydb.c (keydb_add_resource): Clarify meaning of flags. Add new
...
flag 4. Use log_info for errors registering the default secret key.
* g10.c (main): Flag the default keyrings.
2005-03-31 07:05:35 +00:00
David Shaw
14fdbdc97a
* keyserver.c (keyserver_spawn): Don't mess about with the $PATH.
...
Rather, call keyserver helpers with the full path. This fixes some
PATH-inspired DLL problems on W32. Noted by Carlo Luciano Bianco.
2005-03-31 03:58:53 +00:00
Werner Koch
0fae3c3738
* w32installer.nsi: Allow including of WINPT source. Include
...
libiconv source.
* mk-w32-dist: Add code to detect presence of source. Calculate a
build number; add option --build-number to overide.
2005-03-30 14:23:01 +00:00
Werner Koch
1985805cdf
(pin_cb): Print a warning if the info string hack is
...
not there. This may happen due to typos in the translation.
2005-03-30 10:39:13 +00:00
Werner Koch
4d5285ee87
(rndw32_gather_random_fast): While adding data use the
...
size of the object and not the one of its address. Bug reported by
Sascha Kiefer.
2005-03-23 08:50:27 +00:00
David Shaw
1517f0e945
* gpgkeys_ldap.c, ksutil.h, ksutil.c (print_nocr): Moved from
...
gpgkeys_ldap.c. Print a string, but strip out any CRs.
* gpgkeys_finger.c (get_key), gpgkeys_hkp.c (get_key), gpgkeys_http.c
(get_key): Use it here when outputting key material to canonicalize
line endings.
2005-03-22 23:41:08 +00:00
David Shaw
57b9ba5e16
* gpgv.c: Stubs for tty_enable_completion() & tty_disable_completion().
...
* openfile.c (ask_outfile_name): Enable readline completion when prompting
for an output filename.
* plaintext.c (ask_for_detached_datafile): Enable readline completion when
prompting for a detached sig datafile.
2005-03-21 20:47:28 +00:00
Werner Koch
31135aff14
* keyedit.c (command_generator, keyedit_completion): Changed
...
indentation.
* card-util.c (command_generator, card_edit_completion): Ditto.
2005-03-21 15:24:48 +00:00
David Shaw
f58ccc8c3d
* readline.m4: Check for completion functionality.
...
* ldap.m4: Comments.
2005-03-21 14:32:44 +00:00
David Shaw
f30b25e565
* card-util.c (command_generator, card_edit_completion)
...
[GNUPG_MAJOR_VERSION==1 && HAVE_LIBREADLINE]: New functions to enable
command completion in the --card-edit menu. (card_edit): Call them
here.
2005-03-20 03:59:07 +00:00
David Shaw
8885f0b0cc
* gpgkeys_ldap.c (main): Fix three wrong calls to fail_all(). Noted
...
by Stefan Bellon.
2005-03-19 14:24:36 +00:00
David Shaw
c249809a6b
* keyedit.c (command_generator, keyedit_completion) [HAVE_LIBREADLINE]:
...
New functions to enable command completion in the --edit-key menu.
(keyedit_menu): Call them here.
2005-03-18 22:07:12 +00:00
David Shaw
9c3484924b
* ttyio.c (tty_enable_completion, tty_disable_completion): Enable and
...
disable readline completion. (init_ttyfp): Completion is disabled by
default.
2005-03-18 20:17:38 +00:00
David Shaw
5f7720e693
* getkey.c (get_seckey_byname2): If no explicit default key is set, don't
...
pick a disabled default. Noted by David Crick.
2005-03-17 23:52:38 +00:00
David Shaw
24a34eea61
* ksutil.c (parse_ks_options): Handle verbose=nnn.
...
* Makefile.am: Calculate GNUPG_LIBEXECDIR directly. Do not redefine
$libexecdir.
2005-03-17 23:16:41 +00:00
David Shaw
e19aa2e3ea
* Makefile.am: Calculate GNUPG_LIBEXECDIR directly. Do not redefine
...
$libexecdir.
2005-03-17 23:14:47 +00:00
David Shaw
ff93f3528a
* options.h, keyserver.c (parse_keyserver_options, keyserver_spawn): Don't
...
treat 'verbose' and 'include-disabled' as special. Just pass them through
silently to the keyserver helper.
2005-03-17 22:55:17 +00:00
David Shaw
efa0dd21a2
* gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_ldap.c: Start using
...
parse_ks_options and remove a lot of common code.
* ksutil.h, ksutil.c (parse_ks_options): Parse OPAQUE, and default
debug with no arguments to 1.
2005-03-17 16:42:41 +00:00