Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * 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 | |
| | ||||||
* | Bumped version number | Werner Koch | 2002-09-11 | 2 | -4/+9 | |
| | ||||||
* | Argh, msgfmt reformatted some entries during the make distcheckV1-1-92 | Werner Koch | 2002-09-11 | 1 | -9/+26 | |
| | ||||||
* | About to release 1.1.92 | Werner Koch | 2002-09-11 | 22 | -12112/+14078 | |
| | ||||||
* | * simple-gettext.c: Disable charset mappings. We do it now whenV1-2-2 | Werner Koch | 2002-09-11 | 2 | -8/+16 | |
| | | | | | installing the files. | |||||
* | * mk-w32-dist: Convert the character sets on a per language base. | Werner Koch | 2002-09-11 | 2 | -1/+23 | |
| | ||||||
* | Updated texi files | Werner Koch | 2002-09-11 | 1 | -44/+148 | |
| | ||||||
* | * configure.ac (random_modules): The default random module for | Werner Koch | 2002-09-11 | 4 | -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-3rc1 | Werner Koch | 2002-09-11 | 5 | -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 Koch | 2002-09-11 | 10 | -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 Shaw | 2002-09-10 | 2 | -4/+13 | |
| | | | | | (exec_write): Missed one tick. | |||||
* | typo fixes and new credits. | Werner Koch | 2002-09-10 | 3 | -3/+6 | |
| | ||||||
* | typo fixes and disabled dummy cipher | Werner Koch | 2002-09-10 | 2 | -4/+4 | |
| | ||||||
* | Cleanups and minor fixes. | Werner Koch | 2002-09-10 | 17 | -64/+121 | |
| | ||||||
* | Added prototype. | Werner Koch | 2002-09-10 | 1 | -1/+2 | |
| | ||||||
* | * gpgkeys_hkp.c (send_key, get_key, search_key): Check return | Werner Koch | 2002-09-10 | 2 | -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 shift | Werner Koch | 2002-09-10 | 2 | -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 Koch | 2002-09-10 | 4 | -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 like | David Shaw | 2002-09-09 | 2 | -8/+6 | |
| | | | | | using variables as array initializers. | |||||
* | * gpgkeys_hkp.c (send_key): Use CRLF in headers. | David Shaw | 2002-09-09 | 2 | -1/+5 | |
| | ||||||
* | * g10.c (add_group): Use '=' to separate group name from group members. | David Shaw | 2002-09-09 | 3 | -3/+10 | |
| | | | | | | | Use a better error message for when no = is found. * hkp.c (hkp_export): Use CRLF in headers. | |||||
* | * NEWS: typo. | David Shaw | 2002-09-09 | 3 | -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 Koch | 2002-09-09 | 2 | -2/+80 | |
| | | | | | | (create_directories): New. (main): Try to create a home directory. | |||||
* | 2002-09-04 Neal H. Walfield <[email protected]> | Neal Walfield | 2002-09-05 | 2 | -1/+11 | |
| | | | | | * gpg-agent.c (main): Use sigaction, not signal. | |||||
* | 2002-09-04 Neal H. Walfield <[email protected]> | Neal Walfield | 2002-09-05 | 2 | -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 Walfield | 2002-09-05 | 2 | -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 Walfield | 2002-09-05 | 2 | -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 Brinkmann | 2002-09-04 | 2 | -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 Walfield | 2002-09-04 | 2 | -1/+20 | |
| | | | | | | * Makefile.am (inittests.stamp): Construct an LD_LIBRARY_PATH from LDFLAGS. | |||||
* | * mainproc.c (print_pkenc_list): Don't increment the error counter when | David Shaw | 2002-09-04 | 2 | -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 messages | Werner Koch | 2002-09-03 | 4 | -0/+138 | |
| | ||||||
* | * gpgsm.c (main): Disable the internal libgcrypt locking. | Werner Koch | 2002-09-03 | 2 | -1/+9 | |
| | ||||||
* | * gnupg.7: New mini man page. | Werner Koch | 2002-09-02 | 3 | -21/+12 | |
| | | | | | | * README: Removed the note about a development version so that we later don't forget this. Minor other changes. | |||||
* | * mk-w32-dist: Include more man pages and gpg split. Changed name | Werner Koch | 2002-09-02 | 2 | -16/+32 | |
| | | | | | of ZIP file to better indicate that this is a command line version. | |||||
* | Moved some items from TODO to NEWS. | Werner Koch | 2002-09-02 | 2 | -6/+5 | |
| | ||||||
* | * g10.c (main): Try to set a default character set. Print the | Werner Koch | 2002-09-02 | 6 | -2/+55 | |
| | | | | | | | | | used one in verbosity level 3. * gpgv.c (main): Try to set a default character set. * status.c, status.h (STATUS_IMPORT_OK): New. * import.c (import_one,import_secret_one): Print new status. | |||||
* | * gpg.sgml: Updated the charset option. | Werner Koch | 2002-09-02 | 3 | -2/+22 | |
| | | | | | * DETAILS: Added status IMPORT_OK. | |||||
* | * strgutil.c (set_native_charset): Allow NULL as argument to use | Werner Koch | 2002-09-02 | 2 | -3/+27 | |
| | | | | | nl_langinfo for selection. Mapped latin-15 to latin-1. | |||||
* | * gnupg.7: New mini man page. | Werner Koch | 2002-09-02 | 3 | -2/+25 | |
| | ||||||
* | * gpg.sgml: Document keyserver-option include-subkeys. Note that | David Shaw | 2002-08-30 | 3 | -1/+19 | |
| | | | | | | | honor-http-proxy is a keyserver-option now. * DETAILS: Add "Key not trusted" to INV_RECP status code. | |||||
* | * pkclist.c (build_pk_list): Add new status code to indicate an untrusted | David Shaw | 2002-08-30 | 2 | -1/+7 | |
| | | | | | | user. This (or a disabled key) fail with "unavailable pubkey" (G10ERR_UNU_PUBKEY). | |||||
* | * pkclist.c (build_pk_list): Fail if any recipient keys are unusable. | David Shaw | 2002-08-30 | 4 | -3/+26 | |
| | | | | | | | | | * options.skel: The PGP LDAP keyserver is back. Use MIT keyserver as a sample rather than cryptnet as cryptnet does not support searching yet. * keyedit.c (show_key_with_all_names): Fix error message (preferences are userid/selfsig and not key specific). |