aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-152008-02-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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 Koch1-2/+10
Fixes bug 875.
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch1-0/+44
easy parsable format.
2007-08-29New command --check-programs for gpgconf.Werner Koch1-7/+26
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-3/+134
New tool gpg-check-pattern.
2007-08-22Updated estream.Werner Koch1-0/+8
More changes for Windows.
2007-07-16Properly close files opened by es_fopen.Werner Koch1-4/+1
Allow setting of an empty passphrase. Assorted W32 changes.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-1/+1
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch1-22/+113
2006-10-17Pth tweaks and improved estream.cWerner Koch1-0/+6
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-7/+7
2006-09-07Let scdaemon call a script on status changesWerner Koch1-41/+127
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2004-12-18* configure.ac (AH_BOTTOM): Define EXEEXT_S.Werner Koch1-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-15A whole bunch of changes to allow building for W32.Werner Koch1-12/+264
2004-12-06* exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch1-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.