aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updated German translation.Werner Koch2008-05-0934-5977/+6261
| | | | | Fix in gpgconf for W32.
* Print a note for revoked signing keys.Werner Koch2008-05-082-2/+13
|
* --locate-key now returns several keys if they all match.Werner Koch2008-05-076-23/+82
|
* Add command --locate-key.Werner Koch2008-05-077-13/+103
| | | | | Fix auto-key-locate processing of "nodefault".
* Fixed bug#907.Werner Koch2008-05-0639-9775/+10563
| | | | | Fixed a segv in keybox and made it more robust.
* add gpg-zip man page.Werner Koch2008-05-065-4/+158
|
* Fixed a C-89 incompatibility.Werner Koch2008-04-238-1/+99
| | | | | | Minor changes to make it build on Debian bo. Thanks to Alain Guibert.
* W32 related keyserver fixes.Werner Koch2008-04-2110-42/+67
|
* Use default PIN flagWerner Koch2008-04-212-1/+24
|
* Adjust for the changed Camellia draft.Werner Koch2008-04-1815-69/+166
| | | | | | W32 gettext changes. Comment and typo fixes.
* Test commitDavid Shaw2008-04-161-2/+2
|
* If there are multiple 0x19 backsigs, take the most recent one. (from 1.4).Werner Koch2008-04-163-27/+81
| | | | | add log-file and debug-level to the --gpgconf-list.
* Add executable flag to test scripts.Werner Koch2008-04-1516-0/+0
|
* * gpgkeys_curl.c (main), gpgkeys_hkp.c (main): Make sure all libcurlDavid Shaw2008-04-144-13/+21
| | | | | | | | number options are passed as long. * curl-shim.c (curl_easy_setopt): Minor tweak to match the real curl better - libcurl uses 'long', not 'unsigned int'.
* Enhanced --auto-key-locate.Werner Koch2008-04-0814-97/+227
|
* Allow requesting TCP queries.Werner Koch2008-04-071-15/+21
|
* Minor cleanups.Werner Koch2008-04-0717-27/+768
| | | | | Implemented key helper kdns
* Fixed last yat2m change.Werner Koch2008-04-034-9/+20
| | | | | Add a similar change to @file and @env.
* disable DSA2 for old Libgcrypts.Werner Koch2008-04-022-0/+13
|
* Fix a problem with dirmngr looked up certificates.Werner Koch2008-04-0110-44/+133
| | | | | Typo fixes.
* Fix problem when using the fallback dirmngr.Werner Koch2008-03-312-1/+6
|
* Add CVE number.Werner Koch2008-03-281-1/+1
|