]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Initial commit of rlm_rest module 50/head
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 10 Oct 2011 18:20:44 +0000 (20:20 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 19 Feb 2012 09:15:32 +0000 (10:15 +0100)
commit9de781226751ca2a3e39fac50b70a0092f459a89
treeaf92cfba7488baa8fe653681a58788e627762bae
parent0c61be508a094a04a31bb882ba6605bf2091e8cd
Initial commit of rlm_rest module

Add library independent streaming JSON generator

Add library independent streaming POST generator

Add support for parsing JSON and POST responses

Add support for parsing do_xlat and is_json flags in JSON responses

Add function to emulate CURLs multiple calls to the JSON generator when in stream mode, to allow transfer of data as a single contiguous block

Deduplicate truncation detection code.

Improvde consistancy of documentation.

Replace 1, 0 return codes with TRUE/FALSE macros.

Slightly better version of rest_uri_build

Add tables for auth types

Add a bunch of formatting fixes and extra options for SSL certs in curl
raddb/modules/rest [new file with mode: 0644]
src/modules/rlm_rest/Makefile [new file with mode: 0644]
src/modules/rlm_rest/Makefile.clean [new file with mode: 0644]
src/modules/rlm_rest/Makefile.in [new file with mode: 0644]
src/modules/rlm_rest/all.mk [new file with mode: 0644]
src/modules/rlm_rest/config.h.in [new file with mode: 0644]
src/modules/rlm_rest/configure.in [new file with mode: 0644]
src/modules/rlm_rest/demo.pl [new file with mode: 0755]
src/modules/rlm_rest/rest.c [new file with mode: 0644]
src/modules/rlm_rest/rest.h [new file with mode: 0644]
src/modules/rlm_rest/rlm_rest.c [new file with mode: 0644]