aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2008-08-30 Moritz <[email protected]>Moritz Schulte2008-08-314-21/+32
| | | | | | | | | | | | | * scdaemon.c (main): Use estream_asprintf instead of asprintf. * command.c (update_reader_status_file): Likewise. (cmd_serialno): Use estream_asprintf instead of asprintf and xfree instead of free to release memory allocated through (estream_)asprintf. (cmd_learn): Likewise. (pin_cb): Likewise. * app-openpgp.c (get_public_key): Likewise.
* Add a warning nite to --throw-keyds.Werner Koch2008-08-282-8/+11
|
* * configure.ac: Use printf for the most portable SVN versionDavid Shaw2008-08-272-5/+5
| | | | | detection.
* * configure.ac: Darwin's /bin/sh has a builtin echo that doesn'tDavid Shaw2008-08-272-2/+8
| | | | | understand '-n'. Use tr to trim the carriage return instead.
* Avoid passing NULL to printf while debugging.Werner Koch2008-08-192-14/+28
|
* Fix new test for v2 cards.Werner Koch2008-08-182-2/+6
|
* Print a 'f' for validated non-root certificates in gpgsm colon style listing.Werner Koch2008-08-135-2/+17
| | | | | Doc fixes.
* Cehck for expire date overflows.Werner Koch2008-08-112-19/+33
|
* Fix APDU buffer problem under MAC OS.Werner Koch2008-08-112-6/+14
|
* 2008-08-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-08-083-32/+115
| | | | | | | | | | | | | | | | * gpgsm.h (struct server_control_s): Remove member dirmngr_seen. * call-dirmngr.c (dirmngr2_ctx, dirmngr_ctx_locked) (dirmngr2_ctx_locked): New global variables. (prepare_dirmngr): Don't check dirmngr_seen anymore. (start_dirmngr): Move bunch of code to ... (start_dirmngr_ext): ... this new function. (release_dirmngr, start_dirmngr2, release_dirmngr2): New functions. (gpgsm_dirmngr_isvalid): Call release_dirmngr. (gpgsm_dirmngr_lookup): Call release_dirmngr. If dirmngr_ctx is locked, use dirmngr2_locked. (gpgsm_dirmngr_run_command): Call release_dirmngr.
* Add a warning note to --allow-multiple-messages.Werner Koch2008-08-072-6/+10
| | | | | s/Sylpeed-Claws/Claws-Mail/.
* 2008-08-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-08-062-1/+4
| | | | | | * gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver option to GC_ARG_TYPE_LDAP_SERVER.
* Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-08-062-1/+13
| | | | | | * gpgconf-comp.c (retrieve_options_from_file): Transfer the NO_CHANGE flag from the file name option to the list option.
* Fix !EROFS bug.Werner Koch2008-08-018-5/+44
| | | | | Doc updates
* prompt change.Werner Koch2008-07-302-2/+7
|
* Update.Werner Koch2008-07-212-2406/+2637
|
* Revert that last stupid setuid detection fix. Werner Koch2008-07-175-15/+5
|
* Do not run the setuid test if running under as root proper.Werner Koch2008-07-1737-5817/+8187
| | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card.
* Minor fixes.Werner Koch2008-06-262-3/+3
|
* Start support of TCOS 3 cards.Werner Koch2008-06-2614-70/+315
| | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
* g10/Marcus Brinkmann2008-06-256-153/+19
| | | | | | | | | | | | | | | | | | | | | | 2008-06-25 Marcus Brinkmann <[email protected]> * gpg.c (enum cmd_and_opt_values): Remove option oEnableW32HandleTranslation. (opts): Remove option --enable-w32-handle-translation. (main): Remove variable w32_handle_translation. common/ 2008-06-25 Marcus Brinkmann <[email protected]> Revert last three changes related to handle translation. * sysutils.c: (FD_TRANSLATE_MAX, fd_translate, fd_translate_len) (translate_table_init, translate_table_lookup): Removed. * iobuf.c (check_special_filename): Do not use translate_table_lookup. * sysutils.h (translate_table_init, translate_table_lookup): Remove prototypes.
* add new certifciatesWerner Koch2008-06-254-1/+107
|
* Add support for the TCOS NullPIN feature.Werner Koch2008-06-246-12/+95
|
* Code cleanup.Werner Koch2008-06-232-14/+18
|
* Add the group option to gpgconf and define the new type "alias list".Werner Koch2008-06-194-0/+24
|
* Robustness fix.Werner Koch2008-06-194-10/+28
| | | | | Add group to the --gpgconf-list.
* 2008-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-06-182-1/+6
| | | | | * sysutils.c (TRANS_MAX): Bump up to 350 to be on the safe side.
* 2008-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-06-182-0/+22
| | | | | | | | | * gpg.c (enum cmd_and_opt_values): New option oEnableW32HandleTranslation. (opts): New option --enable-w32-handle-translation. (main): New variable w32_handle_translation to keep track of option.
* 2008-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-06-184-1/+141
| | | | | | | | | | | | | * sysutils.h (translate_table_init, translate_table_lookup): New prototypes. * sysutils.c: Include <ctype.h>. (FD_TRANSLATE_MAX): New macro. (fd_translate, fd_translate_len): New static variables. (translate_table_init, translate_table_lookup): New functions. (translate_sys2libc_fd_int): Translate file descriptor. * iobuf.c (check_special_filename): Translate handle values from special filenames.
* Add controlo statement %ask-passphraseWerner Koch2008-06-166-29/+94
|
* [W32] Change location of /etc.Werner Koch2008-06-163-1/+38
|
* 2008-06-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-06-132-1/+5
| | | | | * call-dirmngr.c (prepare_dirmngr): Fix error code to ignore.
* Clarify descrition for field 10.Werner Koch2008-06-131-1/+1
|
* Implement dotlocking for W32.Werner Koch2008-06-134-126/+266
|
* sm/Marcus Brinkmann2008-06-126-33/+181
| | | | | | | | | | | | | | | | 2008-06-12 Marcus Brinkmann <[email protected]> * gpgsm.h (struct keyserver_spec): New struct. (opt): Add member keyserver. * gpgsm.c (keyserver_list_free, parse_keyserver_line): New functions. (main): Implement --keyserver option. * call-dirmngr.c (prepare_dirmngr): Send LDAPSERVER commands. tools/ 2008-06-12 Marcus Brinkmann <[email protected]> * gpgconf-comp.c (gc_options_gpgsm): Add option keyserver.
* Removed unused variable.Werner Koch2008-06-112-7/+7
|
* Made --fixed-list-mode obsolete.Werner Koch2008-06-118-380/+343
|
* Add Base64 decoder. Not yet used but complements out encoder.Werner Koch2008-06-095-3/+330
|
* As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time.Werner Koch2008-06-053-5/+15
| | | | | Typo fix.
* Changes the header presented before requesting the user ID.Werner Koch2008-06-0133-3260/+3846
|
* The Spanish translation is now up to to date. Modulo some changes I didWerner Koch2008-05-282-1010/+908
| | | | | since the last release.
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-2746-114/+194
| | | | | | Replaced almost all free by xfree. Translation fixes.
* Minor bug fixes and document new gpg-connect-feature.Werner Koch2008-05-264-12/+19
|
* 2008-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-263-89/+91
| | | | | * gpgconf-comp.c: Replace pathname by filename everywhere.
* doc/Marcus Brinkmann2008-05-266-17/+54
| | | | | | | | | | | | | | | | | | 2008-05-26 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Document --list-dirs. tools/ 2008-05-26 Marcus Brinkmann <[email protected]> * gpgconf.c (enum cmd_and_opt_values): Add aListDirs. (opts): Add aListDirs option. (main): Handle aListDirs. * gpgconf.h (gc_percent_escape): New declaration. * gpgconf-comp.c (my_percent_escape): Make non-static and rename to ... (gc_percent_escape): ... this. Change all callers.
* Make --runtime option of gpgconf under W32 work.Werner Koch2008-05-263-1/+37
|
* Fix --output option used when with --export-secret-kety-p12.Werner Koch2008-05-204-3/+8
|
* doc/Marcus Brinkmann2008-05-196-113/+198
| | | | | | | | | | | | | | | | | | | | | | | | 2008-05-20 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Add --dry-run and --check-options. (Checking programs): Document --check-options. tools/ 2008-05-20 Marcus Brinkmann <[email protected]> * gpgconf.h (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. (gc_component_change_options): Add argument OUT. (gc_component_check_options): New function. * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions. (opts): Add new option aCheckOptions (aka --check-options). (main): Handle new option aCheckOptions. * gpgconf-comp.c (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. Refactor core of it to ... (gc_component_check_options): ... this new function. (gc_component_change_options): Add new argument OUT. Externally verify all changes. Implement option --dry-run.
* 2008-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-152-8/+18
| | | | | | * gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
* Remove a warning.Werner Koch2008-05-0928-28/+28
|