Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reworked the posix and w32 exechelpers. | Werner Koch | 2010-08-20 | 1 | -13/+26 |
| | |||||
* | Merged Dirmngr with GnuPG. | Werner Koch | 2010-06-09 | 1 | -11/+36 |
| | | | | | A few code changes to support dirmngr. | ||||
* | Add unfinished gpgtar. | Werner Koch | 2010-06-07 | 1 | -7/+8 |
| | | | | | Collected changes and ports of bug fixes from stable. | ||||
* | More changes for CE. gpgsm does now build and run a keylisting. | Werner Koch | 2010-03-24 | 1 | -6/+18 |
| | |||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Changes required to use estream in gpgsm. | Werner Koch | 2010-03-08 | 1 | -1/+4 |
| | |||||
* | Keep on hacking on g13. A simple --create and --mount does now work. | Werner Koch | 2009-10-13 | 1 | -0/+6 |
| | | | | | A hacked up encfs is required. | ||||
* | Some changes to suport g13. | Werner Koch | 2009-09-30 | 1 | -0/+4 |
| | |||||
* | Make sure not to leak file descriptors if running gpg-agent with a | Werner Koch | 2009-03-19 | 1 | -1/+20 |
| | | | | | command. Restore the signal mask to solve a problem in Mono. | ||||
* | [W32] Avoid extra console window when importing or exporting. | Werner Koch | 2008-01-27 | 1 | -3/+4 |
| | | | | | Fixes bug 875. | ||||
* | Extended the --check-program output: Error messages are now inlcued in an | Werner Koch | 2007-08-29 | 1 | -0/+4 |
| | | | | | easy parsable format. | ||||
* | New command --check-programs for gpgconf. | Werner Koch | 2007-08-29 | 1 | -2/+4 |
| | |||||
* | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 2007-08-27 | 1 | -4/+19 |
| | | | | | New tool gpg-check-pattern. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Let scdaemon call a script on status changes | Werner Koch | 2006-09-07 | 1 | -0/+12 |
| | |||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c. | Werner Koch | 2004-12-06 | 1 | -0/+45 |
* 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. |