Fix parsing of JSON attributes returned by REST application
[freeradius.git] / src / modules / rlm_rest / rest.c
2014-03-16 Arran Cudbard-BellFix parsing of JSON attributes returned by REST application
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-03-04 Arran Cudbard-BellExpanded must be set to NULL, else radius_axlat will...
2014-02-12 Arran Cudbard-BellFix more crappy rlm_rest code...
2014-01-24 Arran Cudbard-BellCoverity #1163809 #1163808 #1163807 #1163806
2014-01-21 Arran Cudbard-BellArg no longer used
2014-01-21 Arran Cudbard-BellFixup format strings
2013-10-10 Arran Cudbard-BellTypo?
2013-09-27 Arran Cudbard-Bellinstance is not used in rest_decode_post
2013-09-27 Arran Cudbard-BellUpdate rlm_rest to use newer log macros
2013-09-27 Arran Cudbard-BellTypo
2013-09-27 Arran Cudbard-BellUse newer API functions to iterate and sort attributes...
2013-09-25 Arran Cudbard-BellFix some typos/issues in rlm_rest json as posted by...
2013-09-17 Arran Cudbard-BellMake vp_prints_value_json behave the same as vp_prints_...
2013-08-31 Arran Cudbard-BellUse destructors to do the cleanup for VALUE_PAIRs
2013-08-30 Arran Cudbard-BellFix -Wsometimes-uninitialized
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-15 Arran Cudbard-BellCorrect rcode check
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-12 Arran Cudbard-BellFix debug statement
2013-07-10 Arran Cudbard-BellDisable recurssion for nested attributes until the...
2013-07-10 Arran Cudbard-BellShouldn't allocate in the NULL context
2013-07-03 Arran Cudbard-BellFormatting
2013-07-02 Arran Cudbard-BellUse standard TLS config item names across all modules
2013-06-25 Arran Cudbard-BellAdd missing behaviour for accounting and authenticate...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-09 Arran Cudbard-BellWhitespace
2013-05-09 Arran Cudbard-BellSimpler way to validate URI
2013-05-05 Arran Cudbard-BellDoxygen
2013-05-05 Arran Cudbard-BellStandardise return codes
2013-05-05 Arran Cudbard-BellTypo
2013-05-05 Arran Cudbard-BellFix url expansion
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-17 Arran Cudbard-BellCURLAUTH values are bigger than CURLOpt
2013-04-15 Arran Cudbard-BellUse consistent names for the connection functions
2013-04-09 Arran Cudbard-BellFix doxygen documentation
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-04 Alan T. DeKokArray is of CURLoption, not http stuff
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellRemove more calls to radlog
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-27 Alan T. DeKokRemove reference to malloc in comments
2013-03-16 Alan T. DeKokUse talloc for handles
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-09 Arran Cudbard-BellFix missed pair create call
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-02 Alan T. DeKokInitialize VP to NULL.
2013-02-19 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Alan T. DeKokAdd missing break
2013-02-17 Alan T. DeKokensure initialized variable
2013-02-16 Arran Cudbard-BellRemove dependency on pairxlatmove in rlm_rest (it never...
2013-02-16 Arran Cudbard-BellDon't bother checking for truncation in rlm_rest, it...
2013-02-16 Arran Cudbard-BellUse type int for boolean values, apparently json-c...
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-01-20 Arran Cudbard-BellUse of 'op' instead of 'operator', and declare it as...
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2013-01-11 Arran Cudbard-BellDefine HAVE_JSON when generating docs
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2013-01-02 Arran Cudbard-BellFix more null string checks docs_marker_master mail_marker_master
2012-12-31 Arran Cudbard-BellMinor fixes in rlm_rest
2012-12-31 Arran Cudbard-BellUpdate doxygen documentation
2012-12-14 Arran Cudbard-BellFix condition
2012-12-01 Arran Cudbard-BellCheck for JSON-C library as well
2012-12-01 Arran Cudbard-BellAdd attribute mapping functions to valuepair.c, and...
2012-11-29 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-11-27 Arran Cudbard-BellFix indentation
2012-10-30 Arran Cudbard-BellMake rlm_rest build without cjson
2012-10-30 Arran Cudbard-BellUpdate TLS section to conform to standard used in rlm_l...
2012-10-30 Arran Cudbard-BellFixup rlm_rest escape function
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-20 Arran Cudbard-BellMerge pull request #79 from alanbuxey/master
2012-08-19 Alan Buxeyupdate of Copyright date in recently updated files
2012-02-22 Alan T. DeKokConditional compilation. Curl might not have TLS
2012-02-22 Alan DeKokMerge pull request #50 from arr2036/rlm_rest
2012-02-19 Arran Cudbard-BellInitial commit of rlm_rest module