diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpgsm.texi | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index a920022d0..1676834f8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-11 Werner Koch <[email protected]> + + * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. + 2004-05-03 Werner Koch <[email protected]> * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index b5c87b77c..4bb688c44 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -444,6 +444,14 @@ Note, that all flags set using this option may get overriden by @opindex debug-all Same as @code{--debug=0xffffffff} +@item --debug-allow-core-dump +@opindex debug-allow-core-dump +Usually gpgsm tries to avoid dumping core by well written code and by +disabling core dumps for security reasons. However, bugs are pretty +durable beasts and to squash them it is sometimes useful to have a core +dump. This option enables core dumps unless the Bad Thing happened +before the option parsing. + @item --debug-no-chain-validation @opindex debug-no-chain-validation This is actually not a debugging option but only useful as such. It |