Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-22 | Reorganized the exechelp code. | Werner Koch | 1 | -1088/+0 | |
2010-03-22 | Code cleanup. | Werner Koch | 1 | -75/+25 | |
2010-03-22 | More chnages to use estream. Add a way to replace the standard | Werner Koch | 1 | -4/+4 | |
descriptors. | |||||
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -1/+9 | |
2010-03-08 | Changes required to use estream in gpgsm. | Werner Koch | 1 | -5/+6 | |
2009-10-13 | Keep on hacking on g13. A simple --create and --mount does now work. | Werner Koch | 1 | -0/+25 | |
A hacked up encfs is required. | |||||
2009-09-30 | Some changes to suport g13. | Werner Koch | 1 | -3/+78 | |
2009-06-17 | Add readcert command. | Werner Koch | 1 | -1/+1 | |
fix reading large certificates. | |||||
2009-04-01 | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 1 | -0/+11 | |
Removed duplicated code (percent unescaping). | |||||
2009-03-19 | Make sure not to leak file descriptors if running gpg-agent with a | Werner Koch | 1 | -14/+152 | |
command. Restore the signal mask to solve a problem in Mono. | |||||
2009-03-03 | Add --reload command to gpgconf. | Werner Koch | 1 | -2/+7 | |
Fix a problem in exechelp.c Get ready for a release. | |||||
2008-12-05 | Add option --card-timeout. | Werner Koch | 1 | -16/+16 | |
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32. | |||||
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -1/+5 | |
2008-07-17 | Revert that last stupid setuid detection fix. | Werner Koch | 1 | -1/+1 | |
2008-07-17 | Do not run the setuid test if running under as root proper. | Werner Koch | 1 | -1/+1 | |
Documentation fixes. Some enhancements for the new OpenPGP Card. | |||||
2008-02-15 | 2008-02-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+1 | |
* exechelp.c (gnupg_spawn_process_fd): Add flag DETACHED_PROCESS unconditionally (required for all callers at the moment). | |||||
2008-01-27 | [W32] Avoid extra console window when importing or exporting. | Werner Koch | 1 | -2/+10 | |
Fixes bug 875. | |||||
2007-08-29 | Extended the --check-program output: Error messages are now inlcued in an | Werner Koch | 1 | -0/+44 | |
easy parsable format. | |||||
2007-08-29 | New command --check-programs for gpgconf. | Werner Koch | 1 | -7/+26 | |
2007-08-27 | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 1 | -3/+134 | |
New tool gpg-check-pattern. | |||||
2007-08-22 | Updated estream. | Werner Koch | 1 | -0/+8 | |
More changes for Windows. | |||||
2007-07-16 | Properly close files opened by es_fopen. | Werner Koch | 1 | -4/+1 | |
Allow setting of an empty passphrase. Assorted W32 changes. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-21 | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 1 | -1/+1 | |
Windows. | |||||
2007-06-20 | [w32] gpg-agent is now started automagically by gpgsm. | Werner Koch | 1 | -22/+113 | |
2006-10-17 | Pth tweaks and improved estream.c | Werner Koch | 1 | -0/+6 | |
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 1 | -7/+7 | |
2006-09-07 | Let scdaemon call a script on status changes | Werner Koch | 1 | -41/+127 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2004-12-18 | * configure.ac (AH_BOTTOM): Define EXEEXT_S. | Werner Koch | 1 | -1/+1 | |
* autogen.sh: Updated --build-w32 feature. * gpg-agent.c (main): Remove special Pth initialize. * w32-pth.c (pth_init): Reverse return values. Use TRUE and FALSE constants. (pth_kill, pth_mutex_acquire, pth_attr_set, pth_join, pth_cancel): Ditto. * scdaemon.c (main) [W32]: Remove special Pth initialize.. | |||||
2004-12-15 | A whole bunch of changes to allow building for W32. | Werner Koch | 1 | -12/+264 | |
2004-12-06 | * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c. | Werner Koch | 1 | -0/+230 | |
* gpgsm.c (run_protect_tool) [_WIN32]: Disabled. * import.c (popen_protect_tool): Simplified by making use of gnupg_spawn_process. (parse_p12): Likewise, using gnupg_wait_process. * export.c (popen_protect_tool): Ditto. (export_p12): Ditto. |