Doxygen
[freeradius.git] / src / modules / rlm_rest / rest.c
2014-06-18 Arran Cudbard-BellDoxygen
2014-06-18 Arran Cudbard-BellFix VALUE_PAIR parenting in rlm_rest when decoding...
2014-06-14 Arran Cudbard-BellAdd more version checks for modules
2014-06-04 Arran Cudbard-BellAllow custom HTTP headers to be specified with control...
2014-06-04 Arran Cudbard-BellAdd HTTP_BODY_CUSTOM_LITERAL encoder and expose it...
2014-06-04 Arran Cudbard-BellReturn the correct handle in mod_conn_create if connect...
2014-06-03 Arran Cudbard-BellFormatting
2014-06-02 Arran Cudbard-BellAllow zero length bodies in REST responses
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-02 Arran Cudbard-BellMove __attribute__ markup from functions to headers...
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Alan T. DeKokEnsure that variable is initialized
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Arran Cudbard-BellRemove radius_xlat_move and use radius_pairmove instead
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-19 Arran Cudbard-BellReorganise fields in value_pair_tmpl_t
2014-04-17 Alan T. DeKokAssertions for scan complaints
2014-04-13 Alan T. DeKokUse correct talloc ctx for VPs
2014-04-04 Arran Cudbard-BellSync master:src/lib/valuepair.c and v3.0.x:src/lib...
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-28 Arran Cudbard-BellMerge pull request #570 from nchaigne/v3.0.x
2014-03-28 Arran Cudbard-BellRemove extraneous format marker *sigh*
2014-03-28 Arran Cudbard-BellExtraneous comma
2014-03-28 Arran Cudbard-BellInclude version in user agent string
2014-03-28 Arran Cudbard-Bellconnect_uri can now be NULL
2014-03-26 Arran Cudbard-BellChange asserts to rad_asserts
2014-03-26 Arran Cudbard-BellAdd custom body encoder
2014-03-26 Arran Cudbard-BellAlways add headers
2014-03-26 Arran Cudbard-BellSimplify freeing
2014-03-26 Arran Cudbard-BellCheck 'supported' array and number of types are the...
2014-03-26 Arran Cudbard-BellAdd structure documentation
2014-03-26 Arran Cudbard-BellFormatting
2014-03-26 Arran Cudbard-BellAdd more debugging messages to make it clearer what...
2014-03-24 Arran Cudbard-BellMove body type function back to header parser (Gets...
2014-03-24 Arran Cudbard-BellMinor tweaks
2014-03-24 Arran Cudbard-BellCorrect multivalued JSON attribute parsing
2014-03-24 Arran Cudbard-Bellrest: should force the body type to plain, so it passes...
2014-03-24 Arran Cudbard-BellMove body type checks to rest_response_body, which...
2014-03-24 Arran Cudbard-BellDoxygen
2014-03-24 Arran Cudbard-BellFix escaping of URI strings passed to %{rest:}
2014-03-23 Arran Cudbard-BellFix typo, should be method_str, not method
2014-03-23 Arran Cudbard-BellAdd checks for json_type_to_name
2014-03-23 Arran Cudbard-BellAdd function to get body data from a handle
2014-03-23 Arran Cudbard-BellRename all rest structures and functions to be in terms...
2014-03-23 Arran Cudbard-BellEnable multi-line output for unrecognised content-types
2014-03-23 Arran Cudbard-BellSilence unused function warning
2014-03-23 Arran Cudbard-BellMore formatting
2014-03-23 Arran Cudbard-BellAdd body type 'none' which can be used to make RESTfull...
2014-03-21 Arran Cudbard-BellLoop condition is redundant
2014-03-18 Arran Cudbard-BellDoxygen
2014-03-18 Arran Cudbard-BellDeal with HTTP 100 responses correctly
2014-03-18 Arran Cudbard-BellImprove error messages in HTTP header parser
2014-03-18 Arran Cudbard-BellTweak buffer allocation to alloc double the previous...
2014-03-18 Arran Cudbard-BellModify functions in print.c to return > than outlen...
2014-03-18 Arran Cudbard-BellFormatting in rlm_rest
2014-03-17 Arran Cudbard-BellUse the same names for variables as the rest of the...
2014-03-17 Arran Cudbard-BellIncrement p *then* set last full attribute pointer...
2014-03-17 Arran Cudbard-BellRemove weird pipe substitution hack for JSON data
2014-03-17 Arran Cudbard-BellAvoid calling json_object_array_get_idx on non-array...
2014-03-17 Arran Cudbard-BellMore formatting
2014-03-17 Arran Cudbard-BellStrip trailing & in post data
2014-03-17 Arran Cudbard-BellOrder of operations...
2014-03-16 Arran Cudbard-BellFix GCC warnings
2014-03-16 Arran Cudbard-BellFixup weird formatting, uneeded allocs, and duplicate...
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
next