diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-29 11:21:30 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-29 11:21:30 +0200 |
commit | 4806ddac9fc1dd243f9297c031689c23be6ee8b0 (patch) | |
tree | 07519d6c9657c34360ae67b8fb807bfcad561be3 /radsecproxy-hash.1 | |
parent | d6bb6b8aa41e6a6f9c6779cef754ef4fd5a4cbd2 (diff) |
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.
Diffstat (limited to 'radsecproxy-hash.1')
-rw-r--r-- | radsecproxy-hash.1 | 30 |
1 files changed, 30 insertions, 0 deletions
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) |