Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-03-20 | Fix a bug in the ambigious name detection. | Werner Koch | 4 | -4/+13 | |
Minor cleanups. | |||||
2008-02-14 | Poems for AllowSetForegroundWindow (W32) | Werner Koch | 3 | -3/+72 | |
2008-01-15 | 2008-01-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -2/+9 | |
* call-pinentry.c (start_pinentry): Start pinentry in detached mode. | |||||
2007-12-04 | Created help files form the current po entries. | Werner Koch | 1 | -1/+1 | |
2007-12-04 | Allow configuraton of pinentry tooltip. | Werner Koch | 2 | -15/+23 | |
Other minor buf fixes. | |||||
2007-12-03 | Fixed testing for an alive ssh standard socket. | Werner Koch | 2 | -14/+32 | |
2007-11-27 | [W32] Changed default socket for dirmngr. | Werner Koch | 5 | -16/+84 | |
[W32] Add some code for event notifications between scdaemon and gpg-agent. | |||||
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 8 | -12/+145 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-10-24 | Changed wording of passphrase checking messages. | Werner Koch | 2 | -15/+19 | |
Fixed a segv in gpg-connect-agent. | |||||
2007-10-19 | Factored utf8 switching code out to i18n.c. | Werner Koch | 2 | -31/+7 | |
2007-10-15 | 2007-10-15 Daiki Ueno <[email protected]> (wk) | Werner Koch | 2 | -3/+43 | |
* command-ssh.c (reenter_compare_cb): New function; imported from genkey.c. (ssh_identity_register): Ask initial passphrase twice. | |||||
2007-10-02 | Extended gpg-connect-agent. | Werner Koch | 2 | -0/+12 | |
New "GETINFO pid" command for scdaemon and gpg-agent. | |||||
2007-10-01 | Use Assuan socket wrapper calls. | Werner Koch | 5 | -93/+121 | |
Made socket servers secure under Windows. | |||||
2007-09-18 | Support the SETQUALITYBAR command of recent pinentries. | Werner Koch | 5 | -9/+150 | |
2007-09-14 | 2007-09-14 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+15 | |
* call-pinentry.c (agent_popup_message_stop): Implement kill for Windows. | |||||
2007-09-14 | Print used library version with --version. | Werner Koch | 1 | -1/+1 | |
Typo fixes | |||||
2007-08-29 | New command --check-programs for gpgconf. | Werner Koch | 1 | -1/+1 | |
2007-08-28 | Add more passphrase policy rules. | Werner Koch | 9 | -45/+300 | |
(--max-passphrase-days). | |||||
2007-08-27 | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 6 | -24/+311 | |
New tool gpg-check-pattern. | |||||
2007-08-22 | Fixed creation of private keys under W32. | Werner Koch | 2 | -2/+9 | |
Minor code cleanups. | |||||
2007-08-22 | Updated estream. | Werner Koch | 2 | -2/+22 | |
More changes for Windows. | |||||
2007-08-10 | Implemented the chain model for X.509 validation. | Werner Koch | 2 | -1/+17 | |
2007-08-02 | Factored common gpgconf constants out | Werner Koch | 2 | -18/+6 | |
Fixed W32 compare_filenames | |||||
2007-07-17 | Typo fixes. | Werner Koch | 1 | -1/+1 | |
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf. | |||||
2007-07-16 | Properly close files opened by es_fopen. | Werner Koch | 3 | -15/+53 | |
Allow setting of an empty passphrase. Assorted W32 changes. | |||||
2007-07-05 | Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5 | Werner Koch | 1 | -2/+2 | |
2007-07-05 | Fixed card key generation of gpg2. | Werner Koch | 2 | -3/+43 | |
Reveal less information about timings while generating a key. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 25 | -96/+54 | |
Removed intl/. | |||||
2007-07-04 | A bunch of minor changes for Windows. | Werner Koch | 6 | -39/+81 | |
2007-06-26 | More W32 related changes | Werner Koch | 2 | -5/+11 | |
2007-06-21 | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 3 | -31/+49 | |
Windows. | |||||
2007-06-20 | [w32] gpg-agent is now started automagically by gpgsm. | Werner Koch | 1 | -1/+1 | |
2007-06-19 | Made percent_escape more general. | Werner Koch | 3 | -21/+170 | |
Added regression tests support to jnlib. W32 changes. | |||||
2007-06-18 | jnlib/ | Marcus Brinkmann | 2 | -1/+10 | |
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 | Add missing fiels for W32. | Werner Koch | 7 | -1/+305 | |
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console. | |||||
2007-06-14 | A whole bunch of changes to allow building for Windows. | Werner Koch | 10 | -84/+173 | |
See the ChangeLogs for details. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 7 | -56/+29 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2007-05-18 | agent/ | Marcus Brinkmann | 2 | -1/+8 | |
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. | |||||
2007-05-15 | Use estream_asprintf instead of the GNU asprintf. | Werner Koch | 2 | -9/+11 | |
2007-04-20 | Improved logging for error orginating from libgcrypt. | Werner Koch | 3 | -67/+11 | |
2007-04-03 | * trustlist.c (read_trustfiles): Take a missing trustlist as an | Werner Koch | 2 | -1/+16 | |
empty one. | |||||
2007-03-20 | Allow setting of the passphrase encoding of pkcs#12 files. | Werner Koch | 4 | -10/+81 | |
New option --p12-charset. | |||||
2007-03-19 | * PKCS#12 import now tries several encodings in case the passphrase | Werner Koch | 2 | -25/+164 | |
was not utf-8 encoded. | |||||
2007-03-06 | Support for a global gpgconf configuration file. | Werner Koch | 2 | -1/+14 | |
2007-02-20 | * call-pinentry.c (start_pinentry): Fix for OS X to allow loading | Werner Koch | 2 | -0/+14 | |
of the bundle. Tested by Benjamin Donnachie. | |||||
2007-02-14 | agent/ | Werner Koch | 4 | -0/+52 | |
* gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry. | |||||
2007-01-31 | agent/ | Werner Koch | 2 | -7/+23 | |
* command-ssh.c (stream_read_string): Initialize LENGTH to zero. (start_command_handler_ssh): Use es_fgetc/es_ungetc to check if EOF has been reached before trying to process another request. | |||||
2007-01-31 | Included LIBICONV in all Makefiles. | Werner Koch | 2 | -1/+5 | |
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message. | |||||
2007-01-25 | jnlib/ | Werner Koch | 2 | -3/+4 | |
* stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen. | |||||
2007-01-25 | agent/ | Werner Koch | 2 | -6/+8 | |
* genkey.c (check_passphrase_constraints): Get ngettext call right. |