| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Cleanups
|
|
|
|
|
| |
Doc fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
Support restriction attribute.
Fix utf-8 printing problems.
Use AES by default.
|
| |
|
|
|
|
|
| |
* call-dirmngr.c (prepare_dirmngr): Fix error code to ignore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Fixed a segv in keybox and made it more robust.
|
|
|
|
|
|
| |
Minor changes to make it build on Debian bo.
Thanks to Alain Guibert.
|
|
|
|
|
|
| |
W32 gettext changes.
Comment and typo fixes.
|
| |
|
|
|
|
|
| |
Minor cleanups.
|
|
|
|
|
| |
Changed pinentry prompts.
|
|
|
|
|
| |
Extend PKITS framework
|
| |
|
| |
|
|
|
|
|
|
| |
* keylist.c (list_internal_keys): New variable lastcert. Use it
to suppress duplicates which immediately follow each other.
|
|
|
|
|
| |
Fixes bug 875.
|
| |
|
|
|
|
|
|
| |
Support Camellia for testing.
More audit stuff.
|
|
|
|
|
| |
gpgsm.
|
|
|
|
|
| |
Return HTML formatted dummy output.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry.
Improved support for the quality bar.
Minor internal restructuring.
Translation fixes.
|
| |
|
|
|
|
|
| |
Typo fixes
|
|
|
|
|
| |
New tool gpg-check-pattern.
|
|
|
|
|
| |
Fixed bug 829 (can't encrypt if duplicated certs are in the keybox)
|
|
|
|
|
| |
Minor code cleanups.
|
|
|
|
|
| |
More changes for Windows.
|
|
|
|
|
|
| |
Support doe Dirmngr under W32.
Fixed a yat2m bug.
|
| |
|
|
|
|
|
| |
Fixed W32 compare_filenames
|
|
|
|
|
|
| |
Made --default-key work for gpgsm
Add --default-key and --encrypt-to to gpgconf.
|
|
|
|
|
|
| |
Allow setting of an empty passphrase.
Assorted W32 changes.
|
| |
|
| |
|
|
|
|
|
| |
Removed intl/.
|
| |
|
|
|
|
|
| |
Changes for Windows (gpgsm -k does now work).
Minor cleanups.
|
|
|
|
| |
Windows.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
See the ChangeLogs for details.
|
|
|
|
|
|
|
| |
This is mainly source code reorganization.
Update gnulib.
g10/ does currently not build.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Fixed accidental dependency on libgcrypt 1.3.0.
|