aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-2133-317/+714
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-2015-140/+261
|
* Made percent_escape more general.Werner Koch2007-06-1918-55/+550
| | | | | | Added regression tests support to jnlib. W32 changes.
* jnlib/Marcus Brinkmann2007-06-1811-14/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list.
* 2007-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-06-182-5/+30
| | | | | | | | * gpgconf-comp.c (retrieve_options_from_file): Close LIST_FILE. (copy_file): In error case, save/restore errno. Close SRC and DST. (gc_component_change_options): Catch error from unlink(). Remove target backup file before rename().
* Add missing fiels for W32.Werner Koch2007-06-189-1/+330
| | | | | | New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
* PO fixes for W32Werner Koch2007-06-152-1/+5
|
* 2007-06-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-06-152-22/+83
| | | | | | | | | | | * gpgconf-comp.c (copy_file) [HAVE_W32_SYSTEM]: New function. (change_options_file, change_options_program) [HAVE_W32_SYSTEM]: Copy backup file. (gc_component_change_options) [HAVE_W32_SYSTEM]: Non-atomic replace. (gc_process_gpgconf_conf): Rename fname to fname_arg and fname_buffer to fname, initialize fname with fname_arg, discarding const qualifier.
* Build fixes for W32Werner Koch2007-06-1535-9445/+9650
|
* 2007-06-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-06-152-2/+3
| | | | | | * Makefile.am (EXTRA_DIST): Remove inttypes-h.m4, longlong.m4 and ulonglong.m4.
* 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.