summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-21 14:59:24 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-21 14:59:24 +0200
commit68a2c3d512615f217d8c6454a679849083c80f00 (patch)
tree599578a58a32ccf7dd986ede80e7cfd715eb87f8 /runtime/rsyslog.h
parent8cb6ec4cee79d41c30d7df38b58ab1f198ac8581 (diff)
downloadrsyslog-68a2c3d512615f217d8c6454a679849083c80f00.tar.gz
rsyslog-68a2c3d512615f217d8c6454a679849083c80f00.tar.xz
rsyslog-68a2c3d512615f217d8c6454a679849083c80f00.zip
implemented x509/certvalid "authentication"
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index c06b01c3..dfa14f35 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -229,6 +229,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_VALUE_NOT_IN_THIS_MODE = -2087, /**< a provided value is invalid for the curret mode */
RS_RET_INVALID_FINGERPRINT = -2088, /**< a fingerprint is not valid for this use case */
RS_RET_CONNECTION_ABORTREQ = -2089, /**< connection was abort requested due to previous error */
+ RS_RET_CERT_INVALID = -2090, /**< a x509 certificate failed validation */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */