]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Add base64 encoding/decoding library 106/head
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 14 Oct 2012 19:59:31 +0000 (20:59 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 14 Oct 2012 20:10:24 +0000 (21:10 +0100)
commit7f4d67fe5bd7368c420623c45641e5cb2165f8d8
treec422a35d3b312a6ef99f670b5696b50670ac6bf7
parent538ad07d11ef2098061f864fe2e17a935d08a347
Add base64 encoding/decoding library

Add %{base64:} expansion to encode the raw octets of an attribute

Add %{strtobase64:} expansion to encode a string to base64

Add %{base64tostr:} expansion to decode a base64 string
src/include/Makefile
src/include/all.mk
src/include/base64.h [new file with mode: 0644]
src/lib/Makefile
src/lib/all.mk
src/lib/base64.c [new file with mode: 0644]
src/main/xlat.c
src/modules/rlm_expr/rlm_expr.c