aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* 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.
* * gpg-agent.c (create_private_keys_directory)Werner Koch2002-09-092-2/+80
| | | | | | (create_directories): New. (main): Try to create a home directory.
* 2002-09-04 Neal H. Walfield <[email protected]>Neal Walfield2002-09-052-1/+11
| | | | | * gpg-agent.c (main): Use sigaction, not signal.
* 2002-09-04 Neal H. Walfield <[email protected]>Neal Walfield2002-09-052-1/+14
| | | | | | | * vasprintf.c (vasprintf) [va_copy]: Use va_copy. [!va_copy && __va_copy]: Use __va_copy. [!va_copy && !__va_copy]: Only now fall back to using memcpy.
* 2002-09-03 Neal H. Walfield <[email protected]>Neal Walfield2002-09-052-4/+29
| | | | | | | * findkey.c: Include <fcntl.h>. (agent_write_private_key): Prefer POSIX compatibity, open and fdopen, over the simplicity of GNU extensions, fopen(file, "x").
* 2002-09-04 Neal H. Walfield <[email protected]>Neal Walfield2002-09-052-4/+15
| | | | | | * Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH, but rather prepend it. Be more robust and prefer printf over echo -n.
* 2002-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-042-5/+11
| | | | | | | | * asschk.c (start_server): Close the parent's file descriptors in the child. (read_assuan): Variable NREAD removed. Cut off the received line currectly if more than one line was read.
* 2002-09-03 Neal H. Walfield <[email protected]>Neal Walfield2002-09-042-1/+20
| | | | | | * Makefile.am (inittests.stamp): Construct an LD_LIBRARY_PATH from LDFLAGS.
* * mainproc.c (print_pkenc_list): Don't increment the error counter whenDavid Shaw2002-09-042-1/+9
| | | | | | | printing the list of keys a message was encrypted to. This would make gpg give a non-zero exit code even for completely valid messages if the message was encrypted to more than one key that the user owned.
* new test certs and messagesWerner Koch2002-09-034-0/+138
|