aboutsummaryrefslogtreecommitdiffstats
path: root/common/audit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to the libgpg-error provided estream.Werner Koch2014-08-261-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.
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-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.
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-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.
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-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.
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-021-3/+3
|
* More stuff for the audit-log.Werner Koch2009-12-021-23/+191
|
* Print status of CRL checks in the audit log.Werner Koch2009-07-231-5/+29
|
* Add a few translations to the audit-log.Werner Koch2009-01-191-2/+26
|
* Translate the oktext (yes/no).Werner Koch2008-11-201-0/+8
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-1/+3
|
* Always search missing certifcates using a running Dirmngr's cache.Werner Koch2008-02-131-0/+4
|
* Support DSA2.Werner Koch2007-12-121-77/+236
| | | | | | Support Camellia for testing. More audit stuff.
* Add support for help stuff to audit.cWerner Koch2007-12-061-2/+92
|
* More code for the audit log.Werner Koch2007-12-061-12/+514
|
* Add option --data to GETAUDITLOG command.Werner Koch2007-11-261-11/+18
| | | | | Return HTML formatted dummy output.
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+336
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.