aboutsummaryrefslogtreecommitdiffstats
path: root/common/sysutils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-6/+49
|
* First steps towards supporting W32.Werner Koch2007-06-061-1/+1
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* New debugging optionhs, updates to the manual.Werner Koch2005-06-071-1/+1
|
* * sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch2004-05-111-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.
* minor cleanupsWerner Koch2004-02-121-1/+2
|
* * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 withWerner Koch2002-01-191-0/+206
the OpenPGP stuff removed. * sysutils.h: New.