aboutsummaryrefslogtreecommitdiffstats
path: root/common/audit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-26Switch to the libgpg-error provided estream.Werner Koch1-1/+1
* 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.
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-1/+1
Replace hardwired strings at many places with new macros from config.h and use the new strusage macro replacement feature. * common/asshelp.c (lock_spawning) [W32]: Change the names of the spawn sentinels. * agent/command.c (cmd_import_key): Use asprintf to create the prompt.
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-3/+3
The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command.
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.