aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2007-06-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-06-152-1/+5
| | | | | * Makefile.am (EXTRA_DIST): Remove inttypes-h.m4.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-1459-204/+850
| | | | | See the ChangeLogs for details.
* Syntax fix - should build now - however not tested.Werner Koch2007-06-082-1/+5
|
* First steps towards supporting W32.Werner Koch2007-06-06116-5563/+2720
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Print passphrase encoding info only in PEM mode.Werner Koch2007-05-293-1/+8
|
* 2007-05-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-05-182-2/+4
| | | | | * passphrase.c (passphrase_get): Use PACKAGE_GT, not PACKAGE.
* agent/Marcus Brinkmann2007-05-189-14/+54
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * qualified.c (gpgsm_qualified_consent, gpgsm_not_qualified_warning): Free ORIG_CODESET on error. * certdump.c (gpgsm_format_keydesc): Likewise. tools/ 2007-05-19 Marcus Brinkmann <[email protected]> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
* Fix for bug 797.Werner Koch2007-05-162-12/+20
|
* Adjusted symbols for printf and updated to latest version.Werner Koch2007-05-156-38/+180
|
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-1525-351/+2413
|
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-0944-1922/+2519
|
* Add a howto section.Werner Koch2007-05-086-6/+313
| | | | Makefile fixes
* gnupg.ps build fixes.Werner Koch2007-05-083-6/+14
|
* Upgraded gettext.Werner Koch2007-05-0782-10556/+11912
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* Updated to automake 1.10.Werner Koch2007-05-048-2938/+4818
| | | | | | Use latest texinfo.tex. Typo and grammar fix.
* Fixed installation of gpg2keys_mailtoWerner Koch2007-05-048-9/+23
|
* UTF-8 FixesWerner Koch2007-05-047-16/+62
|
* * packet.h, mainproc.c (reset_literals_seen): New function to resetDavid Shaw2007-05-035-7/+27
| | | | | | | | | the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together).
* * conventional.test, encrypt.test, encrypt-dsa.test,David Shaw2007-05-035-21/+31
| | | | | | conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers.
* 2007-04-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-04-282-0/+7
| | | | | | * passphrase.c (passphrase_to_dek): Write missing passphrase status message in case of cancellation.
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-2016-140/+119
|
* * certcheck.c (do_encode_md): Add arg PKEY. Add support for DSA2Werner Koch2007-04-202-12/+82
| | | | | | | | | and all ECDSA sizes. (get_dsa_qbits): New. (pk_algo_from_sexp): A key will never contain ecdsa as algorithm, so remove that.
* sm/Werner Koch2007-04-182-1/+11
| | | | | | * certcheck.c (do_encode_md): Support 160 bit ECDSA.
* * build-packet.c (mpi_write): Made buffer a bit larger. ReportedWerner Koch2007-04-162-2/+7
| | | | | by Alexander Feigl.
* * gpg.texi (OpenPGP Options): Update the personal-foo-preferencesDavid Shaw2007-04-152-23/+28
| | | | | documentation a bit.
* g10/ and sm/Werner Koch2007-04-1315-9/+144
| | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
* * parse-packet.c (parse_marker): New. Enforce that the markerDavid Shaw2007-04-062-22/+67
| | | | | | contains 'P', 'G', 'P', and nothing but. (parse): Call it here. (skip_packet): No longer need to handle marker packets here.
* * trustlist.c (read_trustfiles): Take a missing trustlist as anWerner Koch2007-04-032-1/+16
| | | | | empty one.
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-0310-52/+170
|
* kbx/Werner Koch2007-03-2013-49/+166
| | | | | | | | | | | | | | | | | | | | * keybox.h (KEYBOX_FLAG_BLOB_SECRET, KEYBOX_FLAG_BLOB_EPHEMERAL): New. * keybox-update.c (keybox_compress): Use it here instead of a magic constant. sm/ * fingerprint.c (gpgsm_get_fingerprint): Add caching. (gpgsm_get_fingerprint_string): Use bin2hexcolon(). (gpgsm_get_fingerprint_hexstring): Use bin2hex and allocate only as much memory as required. (gpgsm_get_keygrip_hexstring): Use bin2hex. * certchain.c (gpgsm_validate_chain): Keep track of the certificate chain and reset the ephemeral flags. * keydb.c (keydb_set_cert_flags): New args EPHEMERAL and MASK. Changed caller to use a mask of ~0. Return a proper error code if the certificate is not available.
* Make gpgconf aware of --p12-charset.Werner Koch2007-03-203-0/+9
|
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-2010-18/+130
| | | | New option --p12-charset.
* * PKCS#12 import now tries several encodings in case the passphraseWerner Koch2007-03-194-29/+167
| | | | | was not utf-8 encoded.
* Allow export to work on systems without funopen/fopencookie.Werner Koch2007-03-1914-73/+214
|
* Changes to let the key listing use estream to help systems withoutWerner Koch2007-03-1915-272/+723
| | | | | funopen.
* From STABLE-BRANCH-1-4David Shaw2007-03-142-2/+17
| | | | | | | * keyserver.c: Windows Vista doesn't grok X_OK and so fails access() tests. Previous versions interpreted X_OK as F_OK anyway, so we'll just use F_OK directly.
* From STABLE-BRANCH-1-4David Shaw2007-03-144-6/+45
| | | | | | | | | | * gpgkeys_curl.c (main): Use curl_version_info to verify that the protocol we're about to use is actually available. * curl-shim.h, curl-shim.c (curl_free): Make into a macro. (curl_version_info): New. Only advertises "http" for our shim, of course.
* From STABLE-BRANCH-1-4David Shaw2007-03-102-2/+8
| | | | | | | * http.c (do_parse_uri): Remove the hkp port 11371 detection. We implement hkp in the keyserver handler, and the support here makes it appear like a bad hkp request actually succeeded.
* From STABLE-BRANCH-1-4David Shaw2007-03-103-1/+18
| | | | | | | | * gpgkeys_ldap.c (send_key): Missing a free(). * curl-shim.c (curl_easy_perform): Some debugging items that may be handy.
* From STABLE-BRANCH-1-4David Shaw2007-03-103-1/+13
| | | | | | | | * parse-packet.c (parse_signature): It's hex. * getkey.c (merge_selfsigs_subkey): Avoid listing the contents of a backsig when list mode is on. Noted by Timo Schulz.
* Add new logo.Werner Koch2007-03-086-7/+2725
|
* Post release version number bumpWerner Koch2007-03-082-2/+6
|
* Well, missed to change the SVN flaggnupg-2.0.3Werner Koch2007-03-083-3/+10
|
* Preparing the 2.0.3 releaseWerner Koch2007-03-0832-16490/+17265
|
* Add extra flushsWerner Koch2007-03-082-1/+16
|
* Fix from 1.4:Werner Koch2007-03-083-5/+23
| | | | | | | | | | * keyedit.c (keyedit_menu): If we modify the keyblock (via fix_keyblock() or collapse_uids()) make sure we reprocess the keyblock so the flags are correct. Noted by Robin H. Johnson. * getkey.c (fixup_uidnode): Properly clear flags that don't apply to us (revoked, expired) so that we can reprocess a uid.
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-0715-64/+295
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Support for a global gpgconf configuration file.Werner Koch2007-03-0613-120/+849
|
* Ported multiple-messages protection.Werner Koch2007-03-0511-37/+112
|
* Add new SVN only file README.maintWerner Koch2007-02-2614-27/+116
| | | | | | | | | | | | | | | | doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.