Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * configure.ac (AH_BOTTOM): Define EXEEXT_S. | Werner Koch | 2004-12-18 | 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.. | ||||
* | A whole bunch of changes to allow building for W32. | Werner Koch | 2004-12-15 | 1 | -12/+264 |
| | |||||
* | * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c. | Werner Koch | 2004-12-06 | 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. |