mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Nuked almost all trailing white space.
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.
This commit is contained in:
parent
ffd099eb19
commit
b008274afd
305 changed files with 5385 additions and 5592 deletions
|
@ -56,7 +56,7 @@ typedef enum
|
|||
/* Indicates whether the gpg-agent is available. For some
|
||||
operations the agent is not required and thus no such event
|
||||
will be logged. */
|
||||
|
||||
|
||||
AUDIT_DIRMNGR_READY, /* err */
|
||||
/* Indicates whether the Dirmngr is available. For some
|
||||
operations the Dirmngr is not required and thus no such event
|
||||
|
@ -115,7 +115,7 @@ typedef enum
|
|||
/* The program was used in an inappropriate way; For example by
|
||||
passing a data object while the signature does not expect one
|
||||
or vice versa. */
|
||||
|
||||
|
||||
AUDIT_SAVE_CERT, /* cert, ok_err */
|
||||
/* Save the certificate received in a message. */
|
||||
|
||||
|
@ -123,7 +123,7 @@ typedef enum
|
|||
/* Start the verification of a new signature for the last data
|
||||
object. The argument is the signature number as used
|
||||
internally by the program. */
|
||||
|
||||
|
||||
AUDIT_SIG_NAME, /* string */
|
||||
/* The name of a signer. This is the name or other identification
|
||||
data as known from the signature and not the name from the
|
||||
|
@ -135,7 +135,7 @@ typedef enum
|
|||
audit information for one signature. STRING gives the status:
|
||||
|
||||
"error" - there was a problem checking this or any signature.
|
||||
"unsupported" - the signature type is not supported.
|
||||
"unsupported" - the signature type is not supported.
|
||||
"no-cert" - The certificate of the signer was not found (the
|
||||
S/N+issuer of the signer is already in the log).
|
||||
"bad" - bad signature
|
||||
|
@ -145,7 +145,7 @@ typedef enum
|
|||
AUDIT_NEW_RECP, /* int */
|
||||
/* A new recipient has been seen during decryption. The argument
|
||||
is the recipient number as used internally by the program. */
|
||||
|
||||
|
||||
AUDIT_RECP_NAME, /* string */
|
||||
/* The name of a recipient. This is the name or other identification
|
||||
data as known from the decryption and not the name from the
|
||||
|
@ -169,7 +169,7 @@ typedef enum
|
|||
AUDIT_CHAIN_END,
|
||||
/* These 4 events are used to log the certificates making up a
|
||||
certificate chain. ROOTCERT is used for the trustanchor and
|
||||
CERT for all other certificates. */
|
||||
CERT for all other certificates. */
|
||||
|
||||
AUDIT_CHAIN_STATUS, /* err */
|
||||
/* Tells the final status of the chain validation. */
|
||||
|
@ -217,7 +217,7 @@ void audit_log (audit_ctx_t ctx, audit_event_t event);
|
|||
void audit_log_ok (audit_ctx_t ctx, audit_event_t event, gpg_error_t err);
|
||||
void audit_log_i (audit_ctx_t ctx, audit_event_t event, int value);
|
||||
void audit_log_s (audit_ctx_t ctx, audit_event_t event, const char *value);
|
||||
void audit_log_cert (audit_ctx_t ctx, audit_event_t event,
|
||||
void audit_log_cert (audit_ctx_t ctx, audit_event_t event,
|
||||
ksba_cert_t cert, gpg_error_t err);
|
||||
|
||||
void audit_print_result (audit_ctx_t ctx, estream_t stream, int use_html);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue