summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-15 19:17:25 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-15 19:17:25 +0000
commitce95a3cb27a9e0fe669a81e778bf8166dba47e43 (patch)
treea37a9f806797fcd21e616c6e41293d5456ff37e8 /include
parent625717a9fb3815adc180680339719b5ce8174916 (diff)
- Implement CERTFP
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2237 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r--include/client.h1
-rw-r--r--include/conf.h1
-rw-r--r--include/numeric.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/include/client.h b/include/client.h
index e21314a..f5b1dc3 100644
--- a/include/client.h
+++ b/include/client.h
@@ -436,6 +436,7 @@ struct Client
*/
char sockhost[HOSTIPLEN + 1]; /* This is the host name from the
socket ip address as string */
+ char *certfp;
};
diff --git a/include/conf.h b/include/conf.h
index 25c4176..b15426e 100644
--- a/include/conf.h
+++ b/include/conf.h
@@ -174,6 +174,7 @@ struct MaskItem
char *passwd;
char *spasswd; /* Password to send. */
char *reason;
+ char *certfp;
char *cipher_list;
void *rsa_public_key;
};
diff --git a/include/numeric.h b/include/numeric.h
index a87c493..c7d50a8 100644
--- a/include/numeric.h
+++ b/include/numeric.h
@@ -105,6 +105,7 @@ extern const char *form_str(unsigned int);
#define RPL_LOAD2HI 263
#define RPL_LOCALUSERS 265
#define RPL_GLOBALUSERS 266
+#define RPL_WHOISCERTFP 276
#define RPL_ACCEPTLIST 281
#define RPL_ENDOFACCEPT 282
#define RPL_NEWHOSTIS 285