diff options
author | Werner Koch <wk@gnupg.org> | 2004-05-11 11:54:52 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-05-11 11:54:52 +0200 |
commit | ac791c0a9a4bcd6ec1785d1689994b578a9edf82 (patch) | |
tree | bcb849c3c523ddb29e996cafc055c75491fd9ce8 /common/ChangeLog | |
parent | Also print agent and dirmngr info. (diff) | |
download | gnupg2-ac791c0a9a4bcd6ec1785d1689994b578a9edf82.tar.xz gnupg2-ac791c0a9a4bcd6ec1785d1689994b578a9edf82.zip |
* sysutils.c (disable_core_dumps): Only set the current limit.
(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.
Diffstat (limited to 'common/ChangeLog')
-rw-r--r-- | common/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 8e81baa0c..a39f17aaa 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,8 @@ +2004-05-11 Werner Koch <wk@gnupg.org> + + * sysutils.c (disable_core_dumps): Only set the current limit. + (enable_core_dumps): New. + 2004-04-13 Werner Koch <wk@gnupg.org> * simple-pwquery.c (copy_and_escape): Relaxed quoting. |