aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.am, md.c (load_digest_module): TIGER is now always enabled.David Shaw2002-09-273-6/+10
|
* * configure.ac: Remove --enable-tiger, as TIGER is now always enabled.David Shaw2002-09-272-10/+5
|
* * tiger.c (tiger_get_info): Use a regular OID. Note that thisWerner Koch2002-09-262-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 Koch2002-09-265-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 Shaw2002-09-252-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 usesDavid Shaw2002-09-252-1/+6
| | | | | sockets.
* * configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets.David Shaw2002-09-252-0/+7
|
* * import.c (import_keys_stream): Fix compiler type warning.David Shaw2002-09-244-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 multipleDavid Shaw2002-09-242-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 Shaw2002-09-242-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 errorDavid Shaw2002-09-242-35/+49
| | | | | reporting enhancements for use with GPA.
* * keyserver.h: Add some new error codes for better GPA support.David Shaw2002-09-242-6/+18
|
* * THANKS: Remove duplicate.David Shaw2002-09-244-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-optionsStefan Bellon2002-09-235-21/+33
|
* avoid function cloneStefan Bellon2002-09-222-50/+40
|
* added trustdb update/check for stream import as wellStefan Bellon2002-09-212-3/+16
|
* trustdb checks/updates after importStefan Bellon2002-09-212-1/+16
|
* * gpg.sgml: Some minor language cleanup.David Shaw2002-09-202-17/+21
|
* * mpicoder.c (do_get_buffer): Avoid zero length allocation.Werner Koch2002-09-202-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 avoidWerner Koch2002-09-202-2/+7
| | | | | shadowing warning.
* comment type fixWerner Koch2002-09-201-1/+1
|
* * DETAILS: s/XORed/ORed/.Werner Koch2002-09-202-1/+5
|
* From stable branchDavid Shaw2002-09-193-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): ProperlyDavid Shaw2002-09-192-5/+17
| | | | | handle line truncation.
* From stable branchDavid Shaw2002-09-192-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-2Werner Koch2002-09-193-3/+35
| | | | | | * certchain.c (find_up): Print info when the cert was not found by the autorithyKeyIdentifier.
* From stable branchDavid Shaw2002-09-183-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 Koch2002-09-172-1/+7
|
* From stable branchDavid Shaw2002-09-174-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 Koch2002-09-162-3/+13
|
* * gpgkeys_mailto.in: Add quasi-RFC-2368 mailto:email@addr?from= syntax soDavid Shaw2002-09-163-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 Koch2002-09-152-0/+11
|
* * gpgkeys_hkp.c: (search_key, handle_old_hkp_index): Try and request aDavid Shaw2002-09-132-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 Shaw2002-09-135-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 stuffStefan Bellon2002-09-127-0/+32
|
* Added tr and el rule.Werner Koch2002-09-121-1/+3
|
* * tr.po, el.po: Updated.Werner Koch2002-09-123-1298/+1201
|
* * Makefile.am (EXTRA_DIST): Include gnupg-32.regWerner Koch2002-09-122-1/+5
|
* * Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove internalDavid Shaw2002-09-125-681/+6
| | | | | HKP support.
* * gpgkeys_hkp.c (main): Remove warning - this is no longer experimentalDavid Shaw2002-09-122-3/+5
| | | | | code.
* * configure.ac: Remove --enable-external-hkp as this is always on now.David Shaw2002-09-123-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 Shaw2002-09-122-3/+7
|
* * keyserver.c (keyserver_spawn): Remove whitespace after keyserverDavid Shaw2002-09-122-5/+11
| | | | | commands.
* fixed the test for a missing mail addressV1-2-1V1-2-0RC-1-2-2rc2RC-1-2-2rc1RC-1-2-1rc1Werner Koch2002-09-111-7/+3
|
* * distfiles: Include mk-w32-dist.Werner Koch2002-09-112-2/+4
|
* Bumped version numberWerner Koch2002-09-112-4/+9
|
* Argh, msgfmt reformatted some entries during the make distcheckV1-1-92Werner Koch2002-09-111-9/+26
|
* About to release 1.1.92Werner Koch2002-09-1122-12112/+14078
|
* * simple-gettext.c: Disable charset mappings. We do it now whenV1-2-2Werner Koch2002-09-112-8/+16
| | | | | installing the files.
* * mk-w32-dist: Convert the character sets on a per language base.Werner Koch2002-09-112-1/+23
|