From 4806ddac9fc1dd243f9297c031689c23be6ee8b0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 29 Sep 2011 11:21:30 +0200 Subject: Add binary radsecproxy-hash. Split up fticks.c in order not to have to drag in too much of radsecproxy in order to just hash a MAC. --- radsecproxy-hash.1 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 radsecproxy-hash.1 (limited to 'radsecproxy-hash.1') diff --git a/radsecproxy-hash.1 b/radsecproxy-hash.1 new file mode 100644 index 0000000..fbe6c27 --- /dev/null +++ b/radsecproxy-hash.1 @@ -0,0 +1,30 @@ +.TH radsecproxy-hash 1 "29 Sep 2011" + +.SH "NAME" +radsecproxy-hash - print digests of Ethernet MAC addresses + +.SH "SYNOPSIS" +.HP 12 +radsecproxy-hash [-h] [-k key] [-t type] +.sp + +.SH "DESCRIPTION" +Print the hash or hmac of Ethernet MAC addresses read from standard +input. + +.SH "OPTIONS" +.TP +.B -h +\fIdisplay help and exit\fR + +.TP +.B -k key +\fIuse KEY for HMAC calculation\fR + +.TP +.B -t type +\fIprint digest of type TYPE [hash|hmac]\fR + + +.SH "SEE ALSO" +radsecproxy.conf(5) -- cgit v1.1