aboutsummaryrefslogtreecommitdiffstats
path: root/common/audit.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-26Switch to the libgpg-error provided estream.Werner Koch1-2/+0
* configure.ac (NEED_GPG_ERROR_VERSION): Reguire 1.14. (GPGRT_ENABLE_ES_MACROS): Define. (estream_INIT): Remove. * m4/estream.m4: Remove. * common/estream-printf.c, common/estream-printf.h: Remove. * common/estream.c, common/estream.h: Remove. * common/init.c (_init_common_subsystems): Call gpgrt initialization.
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-7/+7
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2010-03-10Merged jnlib into common.Werner Koch1-1/+1
2009-12-02More stuff for the audit-log.Werner Koch1-5/+40
2009-09-30Some changes to suport g13.Werner Koch1-0/+9
2009-07-23Print status of CRL checks in the audit log.Werner Koch1-0/+3
2007-12-12Support DSA2.Werner Koch1-0/+35
Support Camellia for testing. More audit stuff.
2007-12-06More code for the audit log.Werner Koch1-2/+7
2007-11-26Add option --data to GETAUDITLOG command.Werner Koch1-1/+2
Return HTML formatted dummy output.
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+139
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.