Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-07-07 | Impleemned gpgsm's IMPORT --re-import feature. | Werner Koch | 1 | -1/+1 | |
Typo fix. | |||||
2009-07-07 | Reworked passing of envars to Pinentry. | Werner Koch | 1 | -55/+62 | |
2009-06-17 | Use cancel button in confirmation only if requested. | Werner Koch | 1 | -1/+1 | |
2009-05-15 | Fix bug #1053 | Werner Koch | 1 | -5/+14 | |
Add option --qualitybar to command GET_PASSPHRASE. | |||||
2009-04-01 | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 1 | -37/+1 | |
Removed duplicated code (percent unescaping). | |||||
2009-03-26 | Signing using Netkey 3 cards does now work. | Werner Koch | 1 | -1/+8 | |
2009-03-19 | Changed order of the confirmation questions for root certificates | Werner Koch | 1 | -1/+1 | |
and stores negative answers in trustlist.txt. | |||||
2009-03-17 | Enhanced last patch. | Werner Koch | 1 | -1/+65 | |
2009-03-17 | Move password repetition from gpg to gpg-agent. | Werner Koch | 1 | -15/+63 | |
2009-03-06 | New gpg-agent command to list key information. | Werner Koch | 1 | -3/+158 | |
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export. | |||||
2009-03-05 | New PIN Callback attributes in gpg-agent. | Werner Koch | 1 | -1/+1 | |
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now. | |||||
2009-03-03 | Add --reload command to gpgconf. | Werner Koch | 1 | -1/+5 | |
Fix a problem in exechelp.c Get ready for a release. | |||||
2008-12-10 | Add option --no-ask for GET_PASSPHRASE. | Werner Koch | 1 | -2/+9 | |
2008-12-09 | Preparing a release candidate. | Werner Koch | 1 | -1/+1 | |
2008-12-09 | Minor fixes. | Werner Koch | 1 | -7/+1 | |
2008-11-11 | Minor cleanups. | Werner Koch | 1 | -2/+8 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -1/+17 | |
2008-10-17 | Use more warning options with modern GCCs. | Werner Koch | 1 | -1/+1 | |
Other minor changes. | |||||
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 1 | -2/+2 | |
2008-09-03 | Fix gpg-preset-passphrase bug. | Werner Koch | 1 | -7/+12 | |
Cleanups | |||||
2008-05-27 | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 1 | -15/+15 | |
Replaced almost all free by xfree. Translation fixes. | |||||
2008-03-20 | Fix a bug in the ambigious name detection. | Werner Koch | 1 | -3/+3 | |
Minor cleanups. | |||||
2008-02-14 | Poems for AllowSetForegroundWindow (W32) | Werner Koch | 1 | -2/+22 | |
2007-11-27 | [W32] Changed default socket for dirmngr. | Werner Koch | 1 | -2/+2 | |
[W32] Add some code for event notifications between scdaemon and gpg-agent. | |||||
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 1 | -0/+21 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-10-02 | Extended gpg-connect-agent. | Werner Koch | 1 | -0/+8 | |
New "GETINFO pid" command for scdaemon and gpg-agent. | |||||
2007-10-01 | Use Assuan socket wrapper calls. | Werner Koch | 1 | -4/+3 | |
Made socket servers secure under Windows. | |||||
2007-09-18 | Support the SETQUALITYBAR command of recent pinentries. | Werner Koch | 1 | -1/+1 | |
2007-08-28 | Add more passphrase policy rules. | Werner Koch | 1 | -0/+2 | |
(--max-passphrase-days). | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-07-04 | A bunch of minor changes for Windows. | Werner Koch | 1 | -0/+12 | |
2007-06-18 | Add missing fiels for W32. | Werner Koch | 1 | -0/+73 | |
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console. | |||||
2007-01-25 | agent/ | Werner Koch | 1 | -7/+24 | |
* protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK. | |||||
2006-11-20 | Made some PIN pads work. | Werner Koch | 1 | -27/+17 | |
Some cleanups for 64 bit CPUs. | |||||
2006-11-14 | Silent GETEVENT command. Requires latest libassuan. | Werner Koch | 1 | -0/+45 | |
agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them. | |||||
2006-11-14 | New command GETEVENTCOUNTER. | Werner Koch | 1 | -0/+79 | |
* command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto. | |||||
2006-11-14 | sm/ | Werner Koch | 1 | -1/+1 | |
* server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes. | |||||
2006-10-11 | Allow pkcs#10 creation directkly from a smart card | Werner Koch | 1 | -1/+1 | |
2006-10-06 | Add TLS hash mode | Werner Koch | 1 | -8/+51 | |
2006-10-05 | bug fixes | Werner Koch | 1 | -2/+2 | |
2006-10-04 | Fixed agent access for gpg. | Werner Koch | 1 | -10/+54 | |
2006-09-26 | let cmd learn also return KEYPAIRINFO | Werner Koch | 1 | -0/+2 | |
2006-09-25 | New "relax" option for trustlist.txt | Werner Koch | 1 | -1/+34 | |
2006-09-15 | Allow for a global trustlist. | Werner Koch | 1 | -2/+2 | |
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 1 | -4/+4 | |
2006-09-06 | The big Assuan error code removal. | Werner Koch | 1 | -83/+78 | |
2006-09-04 | Added comamnds PUTVAL and GETVAL | Werner Koch | 1 | -4/+192 | |
2006-07-29 | 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCH | Marcus Brinkmann | 1 | -1/+8 | |
* preset-passphrase.c (preset_passphrase): Do not strip off last character of passphrase. (make_hexstring): New function. * command.c (cmd_preset_passphrase): Use parse_hexstring to syntax check passphrase argument. Truncate passphrase at delimiter. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-11-28 | Preparing an interim release | Werner Koch | 1 | -3/+6 | |