summaryrefslogtreecommitdiffstats
path: root/common/exechelp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extended the --check-program output: Error messages are now inlcued in anWerner Koch2007-08-291-0/+44
| | | | | easy parsable format.
* New command --check-programs for gpgconf.Werner Koch2007-08-291-7/+26
|
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-3/+134
| | | | | New tool gpg-check-pattern.
* Updated estream.Werner Koch2007-08-221-0/+8
| | | | | More changes for Windows.
* Properly close files opened by es_fopen.Werner Koch2007-07-161-4/+1
| | | | | | Allow setting of an empty passphrase. Assorted W32 changes.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-1/+1
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-22/+113
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-0/+6
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-7/+7
|
* Let scdaemon call a script on status changesWerner Koch2006-09-071-41/+127
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* * configure.ac (AH_BOTTOM): Define EXEEXT_S.Werner Koch2004-12-181-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 Koch2004-12-151-12/+264
|
* * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch2004-12-061-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.