aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The Logos as designed by Thoams Wittek.Werner Koch2007-07-066-0/+1869
| | | | | We should keep them in the SVN.
* Post release updatesWerner Koch2007-07-052-2/+6
|
* Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch2007-07-055-6/+10
|
* Prearing a releaseWerner Koch2007-07-053-2/+4
|
* Fixed card key generation of gpg2.Werner Koch2007-07-0551-5846/+6310
| | | | | Reveal less information about timings while generating a key.
* 2007-07-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-07-042-0/+6
| | | | | * configure.ac: Invoke AM_LANGINFO_CODESET.
* 2007-07-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-07-042-1/+6
| | | | | | * symcryptrun.c (confucius_get_pass): Define orig_codeset if [ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
* Changed to GPLv3.Werner Koch2007-07-04410-63466/+46301
| | | | | Removed intl/.
* A bunch of minor changes for Windows.Werner Koch2007-07-0413-95/+187
|
* More W32 related changesWerner Koch2007-06-2625-181/+392
|
* Fixed a problem in estream-printf.c.Werner Koch2007-06-2518-182/+520
| | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups.
* 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
|