David Shaw
9c011f8280
* keyserver.h: Add new error code KEYSERVER_UNREACHABLE.
2002-10-09 01:53:42 +00:00
David Shaw
9e86063293
And changelog :)
2002-10-07 22:19:27 +00:00
David Shaw
e4f5b9b4c2
* import.c (import_keys_internal): Missed one s/inp/inp2/.
...
* keylist.c (print_capabilities): Properly indicate per-key capabilities
of sign&encrypt primary keys that have secret-parts-missing (i.e. no
capabilities at all)
* mainproc.c (symkey_decrypt_sesskey): Fix compiler warning.
2002-10-07 22:19:11 +00:00
David Shaw
60dff3c175
* configure.ac: OpenLDAP 2.0.27 changed the dependencies again. Add a
...
"LDAPLIBS" variable so users can try and suggest the right dependencies
for their platform.
2002-10-07 22:15:20 +00:00
David Shaw
1fed5c87f0
* getkey.c (get_pubkey_direct): Don't cache keys retrieved via this
...
function as they may not have all their fields filled in.
* sig-check.c (signature_check2): Use new is_primary flag to check rather
than comparing main_keyid with keyid as this still works in the case of a
not fully filled in pk.
2002-10-04 22:12:09 +00:00
Werner Koch
d68fe4f73d
* import.c (import_keys_internal): s/inp/inp2/ to avoid shadowing
...
warning.
* passphrase.c (agent_get_passphrase): Fixed signed/unsigned char
problem in %-escaping. Noted by Ingo Kl�cker.
2002-10-04 05:43:54 +00:00
David Shaw
8c48fbd0e2
* options.h, g10.c (main): Add --strict and --no-strict to switch the
...
log_warning severity level from info to error.
2002-10-03 22:13:04 +00:00
David Shaw
35cc8cf90a
* util.h: Add new log_warning logger command which can be switched between
...
log_info and log_error via log_set_strict.
2002-10-03 22:11:03 +00:00
David Shaw
c5180316a2
* logger.c (g10_log_warning, log_set_strict): Add new log_warning logger
...
command which can be switched between log_info and log_error via
log_set_strict.
2002-10-03 22:10:49 +00:00
David Shaw
0bb65a8a11
* gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserver
...
schemes are case-insensitive.
* gpg.sgml: Note that --pgp2 disables --textmode when encrypting.
2002-10-03 21:57:58 +00:00
David Shaw
fcefffcb00
* keylist.c (print_capabilities): Secret-parts-missing keys should show
...
that fact in the capabilities, and only primary signing keys can certify
other keys.
* packet.h, parse_packet.c (parse_key): Add is_primary flag for public
keys (it already exists for secret keys).
2002-10-03 19:20:37 +00:00
David Shaw
58972f24c4
* import.c (import_secret_one): Check for an illegal (>110) protection
...
cipher when importing a secret key.
* keylist.c (list_keyblock_print): Show a '#' for a secret-parts-missing
key.
* parse_packet.c (parse_key): Some comments.
* revoke.c (gen_revoke): Remove some debugging code.
* trustdb.c (verify_own_keys): Make trusted-key a non-deprecated option
again.
* seckey-cert.c (do_check): Don't give the IDEA warning unless the cipher
in question is in fact IDEA.
2002-10-02 22:01:29 +00:00
David Shaw
b959d789fe
* longlong.h: Some whitespace changes in HPPA to fix assembler problems on
...
HP-UX. From David Ellement.
2002-10-02 20:15:40 +00:00
David Shaw
05e894545c
* configure.ac: Add an --enable-old-tiger, to revert back to the
...
old OID.
2002-10-02 20:05:37 +00:00
David Shaw
e8b0b6349b
* tiger.c (tiger_get_info): Select the OID to use for TIGER at compile
...
time.
2002-10-02 19:59:43 +00:00
David Shaw
05691b1dce
* import.c (import_one): Make sure that a newly imported key starts with a
...
clean ownertrust.
2002-10-01 17:32:06 +00:00
Werner Koch
e85fd72317
* getkey.c (get_pubkey_direct): New.
...
(merge_selfsigs_main): Use it here to look for an ultimately
trusted key. Using the full get_pubkey might lead to an
infinitive recursion.
2002-10-01 08:38:24 +00:00
David Shaw
383ff96bea
* keyserver.c (parse_keyserver_uri): Force the keyserver URI scheme to
...
lowercase to be case-insensitive.
2002-09-30 03:28:41 +00:00
David Shaw
9380f80b14
2002-09-28 David Shaw <dshaw@jabberwocky.com>
...
* export.c (do_export_stream): Comment.
* sig-check.c (check_key_signature2): Properly handle a
non-designated revocation import.
2002-09-26 Werner Koch <wk@gnupg.org>
* g10.c (set_homedir): New. Changed all direct assignments to use
this.
* gpgv.c (set_homedir): Ditto.
2002-09-28 17:49:38 +00:00
David Shaw
e18ddb60ff
From stable branch
...
* gpgkeys_ldap.c (send_key): Removed non-constant initializers.
2002-09-27 19:33:52 +00:00
David Shaw
37f29e8102
* Makefile.am, md.c (load_digest_module): TIGER is now always enabled.
2002-09-27 19:27:24 +00:00
David Shaw
ddf90c407b
* configure.ac: Remove --enable-tiger, as TIGER is now always enabled.
2002-09-27 19:24:19 +00:00
Werner Koch
2536273e67
* tiger.c (tiger_get_info): Use a regular OID. Note that this
...
breaks all TIGER generated signatures; if we want to do something
about it we have to do it in ../g10/sig-check.c .
2002-09-26 09:35:19 +00:00
Werner Koch
2d432afff6
* gpg-agent.c (handle_signal): Flush cache on SIGHUP.
...
* cache.c (agent_flush_cache): New.
* gpg-agent.c, agent.h: Add --keep-display and --keep-tty.
* query.c (start_pinentry): Implement them. The option passing
needs more thoughts.
2002-09-26 07:10:56 +00:00
David Shaw
48d55024e2
* Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses sockets.
...
Remove the old NETLIBS variable since the keyserver stuff is no longer
internal.
2002-09-25 11:30:51 +00:00
David Shaw
d04fd6570f
* Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses
...
sockets.
2002-09-25 11:29:14 +00:00
David Shaw
c6f8520ad1
* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets.
2002-09-25 11:26:08 +00:00
David Shaw
7ad7f453c0
* import.c (import_keys_stream): Fix compiler type warning.
...
* keyring.c (keyring_rebuild_cache), sig-check.c (check_key_signature2),
import.c (import, chk_self_sigs): Minor language cleanups.
2002-09-24 21:20:48 +00:00
David Shaw
c5faf2270a
* http.c (connect_server): Try all A records for names with multiple
...
addresses until one answers (not MINGW32).
2002-09-24 21:06:20 +00:00
David Shaw
76846b74e4
* gpgkeys_ldap.c (ldap_err_to_gpg_err, ldap_to_gpg_err, send_key, get_key,
...
search_key, main): Some minor error reporting enhancements for use with
GPA (show reasons for KEY FAILED).
2002-09-24 20:17:52 +00:00
David Shaw
e0512b187c
* gpgkeys_hkp.c (send_key, get_key, search_key, main): Some minor error
...
reporting enhancements for use with GPA.
2002-09-24 19:50:09 +00:00
David Shaw
5835a80426
* keyserver.h: Add some new error codes for better GPA support.
2002-09-24 18:29:57 +00:00
David Shaw
1b8d4b26b6
* THANKS: Remove duplicate.
...
* NEWS: Bring in cosmetic changes from stable branch.
* configure.ac: Figure out whether the LDAP library supports
ldap_get_option, ld_errno, or neither.
2002-09-24 13:41:51 +00:00
Stefan Bellon
bbf5ea78c2
added fast-import to import-options
2002-09-23 13:03:52 +00:00
Stefan Bellon
77ffe357a9
avoid function clone
2002-09-22 09:20:08 +00:00
Stefan Bellon
78c754cd70
added trustdb update/check for stream import as well
2002-09-21 23:59:59 +00:00
Stefan Bellon
b9c091bd86
trustdb checks/updates after import
2002-09-21 21:57:22 +00:00
David Shaw
10e83fb88c
* gpg.sgml: Some minor language cleanup.
2002-09-20 12:58:26 +00:00
Werner Koch
4948f99eb4
* mpicoder.c (do_get_buffer): Avoid zero length allocation.
...
Checked that all callers behave properly when NBYTES returns 0 as
the length of the allocated buffer.
2002-09-20 07:40:01 +00:00
Werner Koch
0b180a7b9a
* gpgkeys_hkp.c (handle_old_hkp_index): s/input/inp/ to avoid
...
shadowing warning.
2002-09-20 07:39:54 +00:00
Werner Koch
c9f2aaca05
comment type fix
2002-09-20 07:37:44 +00:00
Werner Koch
18306f4650
* DETAILS: s/XORed/ORed/.
2002-09-20 06:01:14 +00:00
David Shaw
c4c0b1dc5b
From stable branch
...
* keyserver.c (keyserver_spawn): Properly handle line truncation. Don't
leak memory (~10-20 bytes) on searches.
(keyserver_search_prompt): Cleanup.
* keylist.c (list_keyblock_colon): Show 1F direct key signatures in
--with-colons listing.
2002-09-19 17:13:03 +00:00
David Shaw
5e802a7256
* gpgkeys_hkp.c (get_key, handle_old_hkp_index, search_key): Properly
...
handle line truncation.
2002-09-19 17:03:42 +00:00
David Shaw
2761544fb4
From stable branch
...
* configure.ac: Try linking LDAP as just -lldap as it seems very recent
OpenLDAPs (>=2.0.23) support that.
2002-09-19 16:39:16 +00:00
Werner Koch
8bd507e5a2
* certcheck.c (gpgsm_check_cert_sig): Add cert hash debugging.
...
* certchain.c (find_up): Print info when the cert was not found
by the autorithyKeyIdentifier.
2002-09-19 12:59:57 +00:00
David Shaw
fb332938d2
From stable branch
...
2002-09-14 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Try linking LDAP without -lresolv first, just in
case the platform has libresolv, but doesn't actually need it to
use LDAP.
2002-09-12 David Shaw <dshaw@jabberwocky.com>
* NEWS: Note that the old IDEA plugin won't work with post-1.1.90
gpg.
2002-09-18 20:37:05 +00:00
Werner Koch
1ad05d5728
* rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.
2002-09-17 08:53:07 +00:00
David Shaw
299e2bf336
From stable branch
...
* keyedit.c (menu_addrevoker): The direct key signature for revocation
keys must be at least v4 to carry the revocation key subpacket. Add a PGP
2.x warning for revocation keys.
* g10.c (check_permissions): Rearrange strings to make translating easier
(don't incorporate string parts).
* keyedit.c (sign_uids): Make strings translatable.
* sig-check.c (check_key_signature2): Make string translatable.
2002-09-17 03:21:13 +00:00
Werner Koch
6794524789
* w32reg.c (read_w32_registry_string): Fallback to HLM.
2002-09-16 20:37:38 +00:00