aboutsummaryrefslogtreecommitdiffstats
path: root/common/audit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-39/+38
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-12-02s/AES/AES128/ in diagnostics and --list-configWerner Koch1-3/+3
2009-12-02More stuff for the audit-log.Werner Koch1-23/+191
2009-07-23Print status of CRL checks in the audit log.Werner Koch1-5/+29
2009-01-19Add a few translations to the audit-log.Werner Koch1-2/+26
2008-11-20Translate the oktext (yes/no).Werner Koch1-0/+8
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-1/+3
2008-02-13Always search missing certifcates using a running Dirmngr's cache.Werner Koch1-0/+4
2007-12-12Support DSA2.Werner Koch1-77/+236
Support Camellia for testing. More audit stuff.
2007-12-06Add support for help stuff to audit.cWerner Koch1-2/+92
2007-12-06More code for the audit log.Werner Koch1-12/+514
2007-11-26Add option --data to GETAUDITLOG command.Werner Koch1-11/+18
Return HTML formatted dummy output.
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+336
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.