aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
|
* 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
|
* Updated texi filesWerner Koch2002-09-111-44/+148
|
* * configure.ac (random_modules): The default random module forWerner Koch2002-09-114-5/+15
| | | | | system lacking a /dev/random is now auto selected at runtime.
* * mpi-bit.c (mpi_normalize): Replaced the check for protected byV1-2-5V1-2-4V1-2-3RC-1-2-5rc2RC-1-2-5rc1RC-1-2-4rc1RC-1-2-3rc2RC-1-2-3rc1Werner Koch2002-09-115-44/+41
| | | | | | | | is_opaque. (mpi_get_nbits): Removed the special case for protected MPIs. * mpicoder.c (do_get_buffer): Likewise. (mpi_print): Removed the nbit_info printing.
* * g10.c, options.h: Removed option --emulate-checksum-bug.Werner Koch2002-09-1110-126/+152
| | | | | | | | | | | | | | | * misc.c (checksum_u16_nobug): Removed. (checksum_u16): Removed the bug emulation. (checksum_mpi): Ditto. (checksum_mpi_counted_nbits): Removed and replaced all calls with checksum_mpi. * parse-packet.c (read_protected_v3_mpi): New. (parse_key): Use it here to store it as an opaque MPI. * seckey-cert.c (do_check): Changed the v3 unprotection to the new why to store these keys. (protect_secret_key): Likewise. * build-packet.c (do_secret_key): And changed the writing.
* * exec.c (expand_args): Remove loop left over from earlier implementation.David Shaw2002-09-102-4/+13
| | | | | (exec_write): Missed one tick.
* typo fixes and new credits.Werner Koch2002-09-103-3/+6
|
* typo fixes and disabled dummy cipherWerner Koch2002-09-102-4/+4
|
* Cleanups and minor fixes.Werner Koch2002-09-1017-64/+121
|
* Added prototype.Werner Koch2002-09-101-1/+2
|
* * gpgkeys_hkp.c (send_key, get_key, search_key): Check returnWerner Koch2002-09-102-12/+40
| | | | | | | | value of malloc. (dehtmlize): Use ascii_tolower to protect against weird locales. Cast the argument for isspace for the sake of broken HP/UXes. (search_key): Check return value of realloc.
* * mpicoder.c (mpi_set_buffer): Cast all left operands of a shiftWerner Koch2002-09-102-7/+13
| | | | | | to a larger type so that 16 bit CPUs don't suffer from an overflow. Suggested by TOGAWA Satoshi.
* * w32reg.c (read_w32_registry_string): Handle REG_EXPAND_SZ.Werner Koch2002-09-104-12/+110
| | | | | | | Suggested by Ryan Malayter. * strgutil.c (ascii_strcasecmp): Replaced by code from gnulib. (ascii_strncasecmp): New.
* * gpgkeys_ldap.c (get_key): Some compilers (RISC OS, HPUX c89) don't likeDavid Shaw2002-09-092-8/+6
| | | | | using variables as array initializers.
* * gpgkeys_hkp.c (send_key): Use CRLF in headers.David Shaw2002-09-092-1/+5
|
* * g10.c (add_group): Use '=' to separate group name from group members.David Shaw2002-09-093-3/+10
| | | | | | | Use a better error message for when no = is found. * hkp.c (hkp_export): Use CRLF in headers.
* * NEWS: typo.David Shaw2002-09-093-5/+13
| | | | | | * configure.ac: Add a link test for LDAP without -lresolv for HPUX. Remove "hstrerror" test as it is no longer needed.