aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * configure.ac: Make "new" the default for TIGER. Still useDavid Shaw2002-10-022-1/+4
| | | | | --enable-new-tiger to select new from autoconf.
* * configure.ac: Use a new option (--enable-new-tiger) to enable TIGER withDavid Shaw2002-10-022-0/+16
| | | | | the correct OID.
* * seckey-cert.c (do_check): Don't give the IDEA warning unless the cipherDavid Shaw2002-10-012-1/+5
| | | | | in question is in fact IDEA.
* From devel branchDavid Shaw2002-10-012-15/+10
| | | | | | | | | 2002-09-26 Werner Koch <[email protected]> * 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 .
* * import.c (import_one): Make sure that a newly imported key starts with aDavid Shaw2002-10-012-1/+24
| | | | | | clean ownertrust. (import_revoke_cert): Remove ultimate trust when revoking an ultimately trusted key.
* * getkey.c (get_pubkey_direct): New.Werner Koch2002-10-012-1/+62
| | | | | | | (merge_selfsigs_main): Use it here to look for an ultimately trusted key. Using the full get_pubkey might lead to a infinitive recursion.
* * pl.po: Fixed Content-Type entry to utf-8 which is the actualWerner Koch2002-10-012-9/+8
| | | | | encoding.
* * gpg.sgml: Note that --pgp2 disables --textmode when encrypting.David Shaw2002-09-302-1/+6
|
* * g10.c (main): Disable --textmode when encrypting (symmetric or pk) inDavid Shaw2002-09-302-0/+17
| | | | | | --pgp2 mode as PGP 2 can't handle the unknown length literal packet. Reported by Michael Richardson.
* * keyserver.c (parse_keyserver_uri): Force the keyserver URI scheme toDavid Shaw2002-09-302-0/+13
| | | | | lowercase to be case-insensitive.
* * sig-check.c (check_key_signature2): Properly handle a non-designatedDavid Shaw2002-09-282-2/+10
| | | | | revocation import.
* * g10.c (set_homedir): New. Changed all direct assignments to useWerner Koch2002-09-263-15/+40
| | | | | | this. * gpgv.c (set_homedir): Ditto.
* * gpgkeys_ldap.c (send_key): Removed non-constant initializers.Werner Koch2002-09-262-8/+7
|
* * Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD usesDavid Shaw2002-09-252-1/+6
| | | | | sockets.
* * THANKS: Remove duplicate.David Shaw2002-09-253-1/+9
| | | | | * configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets.
* * ca.po, fr.po: Updated.Werner Koch2002-09-243-243/+198
|
* 1.2.0 has been released, prepare version numbers for possible bug fix release.Werner Koch2002-09-212-2/+7
|
* * configure.ac: Bumbed version number and set development versionWerner Koch2002-09-213-12/+26
| | | | | to no.
* * mk-w32-dist: Don't use iconv for pl.po.Werner Koch2002-09-202-2/+7
|
* updated from sourceWerner Koch2002-09-201-14/+17
|
* * ca.po, cs.po, gl.po, id.po, it.po, ja.po, pl.po, pt.po: Updated.Werner Koch2002-09-2020-5306/+5403
| | | | | | * tr.el, el.po: Updated head branch. * el.po: Removed 2 entries due to non-matching format specifiers.
* * gpg.sgml: Some minor language cleanup.David Shaw2002-09-202-17/+21
|
* Oops. Fixed last fix. The diffstat tool is really useful.Werner Koch2002-09-201-2/+2
|
* * mpicoder.c (do_get_buffer): Avoid zero length allocation.Werner Koch2002-09-202-1/+10
| | | | | | Checked that all callers behave properly when NBYTES returns 0 as the length of the allocated buffer.
* * DETAILS (pkd): s/XORed/ORed/Werner Koch2002-09-202-1/+5
|
* * gpgkeys_hkp.c (get_key, search_key): Properly handle line truncation.David Shaw2002-09-192-5/+16
|
* * configure.ac: Try linking LDAP as just -lldap as it seems very recentDavid Shaw2002-09-192-2/+7
| | | | | OpenLDAPs (>=2.0.23) support that.
* * keylist.c (list_keyblock_colon): Show 1F direct key signatures inDavid Shaw2002-09-194-16/+30
| | | | | | | | | | | --with-colons listing. * keyserver.c (keyserver_spawn): Properly handle line truncation. Don't leak memory (~10-20 bytes) on searches. (keyserver_search_prompt): Cleanup. * hkp.c (hkp_search): Properly handle line truncation.
* * rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.Werner Koch2002-09-172-1/+7
|
* * keyedit.c (menu_addrevoker): The direct key signature for revocationDavid Shaw2002-09-172-3/+39
| | | | | | keys must be at least v4 to carry the revocation key subpacket. Add a PGP 2.x warning for revocation keys.
* * 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/+12
|
* * g10.c (check permissions): Back out previous change - some translationsDavid Shaw2002-09-152-48/+23
| | | | | already done for 1.2.
* * configure.ac: Try linking LDAP without -lresolv first, just in case theDavid Shaw2002-09-152-1/+7
| | | | | platform has libresolv, but doesn't actually need it to use LDAP.
* * g10.c (check_permissions): Rearrange strings to make translating easierDavid Shaw2002-09-154-23/+63
| | | | | | | | | (don't incorporate string parts). * keyedit.c (sign_uids): Make strings translatable. * sig-check.c (check_key_signature2): Make string translatable.
* * getkey.c (check_revocation_keys): Move....David Shaw2002-09-134-70/+95
| | | | | | | | | | | * 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.
* * g10.c (main) [__MINGW32__]: Activate oLoadExtension.Werner Koch2002-09-132-1/+5
|
* * NEWS: Note that the old IDEA plugin won't work with post-1.1.90 gpg.David Shaw2002-09-122-0/+9
|
* testWerner Koch2002-09-121-1/+0
|
* testWerner Koch2002-09-121-0/+1
|
* cvs log testWerner Koch2002-09-121-1/+1
|
* set codepages for tr and elWerner Koch2002-09-121-1/+3
|
* * Makefile.am (EXTRA_DIST): Include gnupg-32.regWerner Koch2002-09-122-1/+5
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-09-12145-36915/+0
| | | | 'STABLE-BRANCH-1-2'.
* * 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
|