aboutsummaryrefslogtreecommitdiffstats
path: root/common/sysutils.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-14Poems for AllowSetForegroundWindow (W32)Werner Koch1-1/+16
2007-12-03Try to make sure that the standard descriptors are connected when callingWerner Koch1-1/+75
gpgsm.
2007-08-22Updated estream.Werner Koch1-2/+88
More changes for Windows.
2007-07-12Translate all file descriptors received from assuan.Werner Koch1-13/+25
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-25Fixed a problem in estream-printf.c.Werner Koch1-0/+29
Changes for Windows (gpgsm -k does now work). Minor cleanups.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch1-6/+49
2007-06-06First steps towards supporting W32.Werner Koch1-1/+1
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-206/+0
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-1/+1
2004-05-11* sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch1-7/+30
(enable_core_dumps): New. * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. * gpgsm.c: New option --debug-allow-core-dump. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode.
2004-02-12minor cleanupsWerner Koch1-1/+2
2002-01-19* sysutils.c: New. This is the misc.c file from gnupg 1.0.6 withWerner Koch1-0/+206
the OpenPGP stuff removed. * sysutils.h: New.