aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-22Reorganized the exechelp code.Werner Koch1-1088/+0
2010-03-22Code cleanup.Werner Koch1-75/+25
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-4/+4
2010-03-10Merged jnlib into common.Werner Koch1-1/+9
2010-03-08Changes required to use estream in gpgsm.Werner Koch1-5/+6
2009-10-13Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch1-0/+25
2009-09-30Some changes to suport g13.Werner Koch1-3/+78
2009-06-17Add readcert command.Werner Koch1-1/+1
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-0/+11
2009-03-19Make sure not to leak file descriptors if running gpg-agent with aWerner Koch1-14/+152
2009-03-03Add --reload command to gpgconf.Werner Koch1-2/+7
2008-12-05Add option --card-timeout.Werner Koch1-16/+16
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-1/+5
2008-07-17Revert that last stupid setuid detection fix. Werner Koch1-1/+1
2008-07-17Do not run the setuid test if running under as root proper.Werner Koch1-1/+1
2008-02-152008-02-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
2008-01-27[W32] Avoid extra console window when importing or exporting.Werner Koch1-2/+10
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch1-0/+44
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
2007-08-22Updated estream.Werner Koch1-0/+8
2007-07-16Properly close files opened by es_fopen.Werner Koch1-4/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ...Werner Koch1-1/+1
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
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