Initialize VP to NULL.
[freeradius.git] / src / modules / rlm_rest / rest.c
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