Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * import.c (import_one): Make sure that a newly imported key starts with a | David Shaw | 2002-10-01 | 2 | -1/+14 | |
| | | | | | clean ownertrust. | |||||
* | * getkey.c (get_pubkey_direct): New. | Werner Koch | 2002-10-01 | 2 | -1/+66 | |
| | | | | | | | (merge_selfsigs_main): Use it here to look for an ultimately trusted key. Using the full get_pubkey might lead to an infinitive recursion. | |||||
* | * keyserver.c (parse_keyserver_uri): Force the keyserver URI scheme to | David Shaw | 2002-09-30 | 2 | -0/+13 | |
| | | | | | lowercase to be case-insensitive. | |||||
* | 2002-09-28 David Shaw <[email protected]> | David Shaw | 2002-09-28 | 4 | -14/+40 | |
| | | | | | | | | | | | | | | * export.c (do_export_stream): Comment. * sig-check.c (check_key_signature2): Properly handle a non-designated revocation import. 2002-09-26 Werner Koch <[email protected]> * g10.c (set_homedir): New. Changed all direct assignments to use this. * gpgv.c (set_homedir): Ditto. | |||||
* | From stable branch | David Shaw | 2002-09-27 | 2 | -8/+7 | |
| | | | | | * gpgkeys_ldap.c (send_key): Removed non-constant initializers. | |||||
* | * Makefile.am, md.c (load_digest_module): TIGER is now always enabled. | David Shaw | 2002-09-27 | 3 | -6/+10 | |
| | ||||||
* | * configure.ac: Remove --enable-tiger, as TIGER is now always enabled. | David Shaw | 2002-09-27 | 2 | -10/+5 | |
| | ||||||
* | * tiger.c (tiger_get_info): Use a regular OID. Note that this | Werner Koch | 2002-09-26 | 2 | -15/+10 | |
| | | | | | | breaks all TIGER generated signatures; if we want to do something about it we have to do it in ../g10/sig-check.c . | |||||
* | * gpg-agent.c (handle_signal): Flush cache on SIGHUP. | Werner Koch | 2002-09-26 | 5 | -6/+54 | |
| | | | | | | | | * 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. | |||||
* | * Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses sockets. | David Shaw | 2002-09-25 | 2 | -1/+7 | |
| | | | | | | Remove the old NETLIBS variable since the keyserver stuff is no longer internal. | |||||
* | * Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses | David Shaw | 2002-09-25 | 2 | -1/+6 | |
| | | | | | sockets. | |||||
* | * configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets. | David Shaw | 2002-09-25 | 2 | -0/+7 | |
| | ||||||
* | * import.c (import_keys_stream): Fix compiler type warning. | David Shaw | 2002-09-24 | 4 | -11/+19 | |
| | | | | | | * keyring.c (keyring_rebuild_cache), sig-check.c (check_key_signature2), import.c (import, chk_self_sigs): Minor language cleanups. | |||||
* | * http.c (connect_server): Try all A records for names with multiple | David Shaw | 2002-09-24 | 2 | -4/+22 | |
| | | | | | addresses until one answers (not MINGW32). | |||||
* | * gpgkeys_ldap.c (ldap_err_to_gpg_err, ldap_to_gpg_err, send_key, get_key, | David Shaw | 2002-09-24 | 2 | -34/+103 | |
| | | | | | | search_key, main): Some minor error reporting enhancements for use with GPA (show reasons for KEY FAILED). | |||||
* | * gpgkeys_hkp.c (send_key, get_key, search_key, main): Some minor error | David Shaw | 2002-09-24 | 2 | -35/+49 | |
| | | | | | reporting enhancements for use with GPA. | |||||
* | * keyserver.h: Add some new error codes for better GPA support. | David Shaw | 2002-09-24 | 2 | -6/+18 | |
| | ||||||
* | * THANKS: Remove duplicate. | David Shaw | 2002-09-24 | 4 | -13/+56 | |
| | | | | | | | | * NEWS: Bring in cosmetic changes from stable branch. * configure.ac: Figure out whether the LDAP library supports ldap_get_option, ld_errno, or neither. | |||||
* | added fast-import to import-options | Stefan Bellon | 2002-09-23 | 5 | -21/+33 | |
| | ||||||
* | avoid function clone | Stefan Bellon | 2002-09-22 | 2 | -50/+40 | |
| | ||||||
* | added trustdb update/check for stream import as well | Stefan Bellon | 2002-09-21 | 2 | -3/+16 | |
| | ||||||
* | trustdb checks/updates after import | Stefan Bellon | 2002-09-21 | 2 | -1/+16 | |
| | ||||||
* | * gpg.sgml: Some minor language cleanup. | David Shaw | 2002-09-20 | 2 | -17/+21 | |
| | ||||||
* | * mpicoder.c (do_get_buffer): Avoid zero length allocation. | Werner Koch | 2002-09-20 | 2 | -3/+12 | |
| | | | | | | Checked that all callers behave properly when NBYTES returns 0 as the length of the allocated buffer. | |||||
* | * gpgkeys_hkp.c (handle_old_hkp_index): s/input/inp/ to avoid | Werner Koch | 2002-09-20 | 2 | -2/+7 | |
| | | | | | shadowing warning. | |||||
* | comment type fix | Werner Koch | 2002-09-20 | 1 | -1/+1 | |
| | ||||||
* | * DETAILS: s/XORed/ORed/. | Werner Koch | 2002-09-20 | 2 | -1/+5 | |
| | ||||||
* | From stable branch | David Shaw | 2002-09-19 | 3 | -13/+23 | |
| | | | | | | | | | | * 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. | |||||
* | * gpgkeys_hkp.c (get_key, handle_old_hkp_index, search_key): Properly | David Shaw | 2002-09-19 | 2 | -5/+17 | |
| | | | | | handle line truncation. | |||||
* | From stable branch | David Shaw | 2002-09-19 | 2 | -2/+7 | |
| | | | | | | * configure.ac: Try linking LDAP as just -lldap as it seems very recent OpenLDAPs (>=2.0.23) support that. | |||||
* | * certcheck.c (gpgsm_check_cert_sig): Add cert hash debugging.NEWPG-0-9-2 | Werner Koch | 2002-09-19 | 3 | -3/+35 | |
| | | | | | | * certchain.c (find_up): Print info when the cert was not found by the autorithyKeyIdentifier. | |||||
* | From stable branch | David Shaw | 2002-09-18 | 3 | -1/+16 | |
| | | | | | | | | | | | | | | 2002-09-14 David Shaw <[email protected]> * 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 <[email protected]> * NEWS: Note that the old IDEA plugin won't work with post-1.1.90 gpg. | |||||
* | * rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256. | Werner Koch | 2002-09-17 | 2 | -1/+7 | |
| | ||||||
* | From stable branch | David Shaw | 2002-09-17 | 4 | -26/+102 | |
| | | | | | | | | | | | | | | * 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. | |||||
* | * w32reg.c (read_w32_registry_string): Fallback to HLM. | Werner Koch | 2002-09-16 | 2 | -3/+13 | |
| | ||||||
* | * gpgkeys_mailto.in: Add quasi-RFC-2368 mailto:email@addr?from= syntax so | David Shaw | 2002-09-16 | 3 | -6/+43 | |
| | | | | | | | | people can set their own email address to respond to. * gpgkeys_hkp.c (get_key): Properly respond with KEY FAILED (to gpg) and "key not found" (to user) on failure. | |||||
* | * gpg.sgml: Add rebuild-keydb-caches. | Werner Koch | 2002-09-15 | 2 | -0/+11 | |
| | ||||||
* | * gpgkeys_hkp.c: (search_key, handle_old_hkp_index): Try and request a | David Shaw | 2002-09-13 | 2 | -42/+72 | |
| | | | | | | machine-readable key index. If the server supports this, pass it through. If the server does not support it, parse the "index" page. | |||||
* | Import from stable branch. | David Shaw | 2002-09-13 | 5 | -71/+100 | |
| | | | | | | | | | | | | | | | | | | | | 2002-09-13 David Shaw <[email protected]> * getkey.c (check_revocation_keys): Move.... * main.h, sig-check.c (check_revocation_keys): to here. Also return the signature_check error code rather than 0/1 and cache the sig result. * sig-check.c (check_key_signature2): Divert to check_revocation_keys if a revocation sig is made by someone other than the pk owner. * getkey.c (merge_selfsigs_main): Tidy. 2002-09-13 Werner Koch <[email protected]> * g10.c (main) [__MINGW32__]: Activate oLoadExtension. | |||||
* | updated RISC OS stuff | Stefan Bellon | 2002-09-12 | 7 | -0/+32 | |
| | ||||||
* | Added tr and el rule. | Werner Koch | 2002-09-12 | 1 | -1/+3 | |
| | ||||||
* | * tr.po, el.po: Updated. | Werner Koch | 2002-09-12 | 3 | -1298/+1201 | |
| | ||||||
* | * Makefile.am (EXTRA_DIST): Include gnupg-32.reg | Werner Koch | 2002-09-12 | 2 | -1/+5 | |
| | ||||||
* | * Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove internal | David Shaw | 2002-09-12 | 5 | -681/+6 | |
| | | | | | HKP support. | |||||
* | * gpgkeys_hkp.c (main): Remove warning - this is no longer experimental | David Shaw | 2002-09-12 | 2 | -3/+5 | |
| | | | | | code. | |||||
* | * configure.ac: Remove --enable-external-hkp as this is always on now. | David Shaw | 2002-09-12 | 3 | -8/+17 | |
| | | | | | | | Add --disable-hkp to match the other --disable-{keyservertype} options. * NEWS, configure.ac: Move to devel version 1.3. | |||||
* | * DETAILS: Fix batch key generation example. | David Shaw | 2002-09-12 | 2 | -3/+7 | |
| | ||||||
* | * keyserver.c (keyserver_spawn): Remove whitespace after keyserver | David Shaw | 2002-09-12 | 2 | -5/+11 | |
| | | | | | commands. | |||||
* | fixed the test for a missing mail addressV1-2-1V1-2-0RC-1-2-2rc2RC-1-2-2rc1RC-1-2-1rc1 | Werner Koch | 2002-09-11 | 1 | -7/+3 | |
| | ||||||
* | * distfiles: Include mk-w32-dist. | Werner Koch | 2002-09-11 | 2 | -2/+4 | |
| |