freeradius.git
2014-03-26 Arran Cudbard... Update rest
2014-03-26 Arran Cudbard... Formatting
2014-03-26 Arran Cudbard... Add more debugging messages to make it clearer what...
2014-03-25 Alan T. DeKokRemove dead code.
2014-03-25 Alan T. DeKokEncrypted attrs can only be for old-style attrs.
2014-03-25 Arran Cudbard... Fix strlcpy in rest:
2014-03-24 Arran Cudbard... Move body type function back to header parser (Gets...
2014-03-24 Arran Cudbard... Minor tweaks
2014-03-24 Arran Cudbard... Correct multivalued JSON attribute parsing
2014-03-24 Alan T. DeKokNote recent fixes
2014-03-24 Arran Cudbard... Revert "Partial revert of 14531625"
2014-03-24 Arran Cudbard... truncate_len result was inverted
2014-03-24 Alan T. DeKokPartial revert of 14531625
2014-03-24 Alan T. DeKokMore 3GPP tests here, too
2014-03-24 Alan T. DeKokFix radius_list_name and add regression tests for 3GPP...
2014-03-24 Arran Cudbard... rest: should force the body type to plain, so it passes...
2014-03-24 Arran Cudbard... Formatting
2014-03-24 Arran Cudbard... Move body type checks to rest_response_body, which...
2014-03-24 Arran Cudbard... Doxygen
2014-03-24 Arran Cudbard... Fix escaping of URI strings passed to %{rest:}
2014-03-23 Arran Cudbard... Check and define sig_t if it's not in signals.h
2014-03-23 Arran Cudbard... Typo
2014-03-23 Arran Cudbard... Update ChangeLog
2014-03-23 Arran Cudbard... And another global gone...
2014-03-23 Arran Cudbard... Read the dictionaries before reading the main config...
2014-03-23 Alan T. DeKokNow we've fixed it!
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-23 Alan T. DeKokNote recent changes
2014-03-23 Alan T. DeKokIf the leading character of a template is '&', it MUST...
2014-03-23 Alan T. DeKokMake smsotp -C safe. Addresses #559
2014-03-23 Alan T. DeKokMake rest -C safe. Addresses #559
2014-03-23 Alan T. DeKokMake ldap -C safe. Addresses #559
2014-03-23 Alan T. DeKokMake redis modules -C safe. Addresses #559
2014-03-23 Alan T. DeKokMark SQL modules -C safe. Addresses #559
2014-03-23 Alan T. DeKokThis module is thread-safe.
2014-03-23 Alan T. DeKokHandle -C in the connection pool. Addresses #559
2014-03-23 Alan T. DeKokExplanation comments
2014-03-23 Arran Cudbard... Update ChangeLog
2014-03-23 Arran Cudbard... Redirect travis panic action output to STDERR to make...
2014-03-23 Arran Cudbard... Fix typo, should be method_str, not method
2014-03-23 Arran Cudbard... rlm_rest has been tested enough to be stable
2014-03-23 Arran Cudbard... Add checks for json_type_to_name
2014-03-23 Arran Cudbard... Silence GCC warning
2014-03-23 Arran Cudbard... Fix json-c check to work on debian (libjson0) too
2014-03-23 Arran Cudbard... Unlike every other package libjson-dev does not install...
2014-03-23 Arran Cudbard... Need libcurl too
2014-03-23 Arran Cudbard... Add debian package for rlm_rest
2014-03-23 Arran Cudbard... Add predepends for libjson0-dev
2014-03-23 Arran Cudbard... Do travis builds with json-c
2014-03-23 Arran Cudbard... Add rest xlat function to allow arbitrary GET requests
2014-03-23 Arran Cudbard... Add function to get body data from a handle
2014-03-23 Arran Cudbard... Rename all rest structures and functions to be in terms...
2014-03-23 Arran Cudbard... Enable multi-line output for unrecognised content-types
2014-03-23 Arran Cudbard... fail on error parsing URI
2014-03-23 Alan T. DeKokRedirect output again.
2014-03-23 Alan T. DeKokMore tests for newer conditions which are also skipped
2014-03-23 Alan T. DeKokRemove extraneous pass2 checks
2014-03-23 Alan T. DeKokNo longer O(N^2)
2014-03-23 Arran Cudbard... Silence unused function warning
2014-03-23 Arran Cudbard... More formatting
2014-03-23 Arran Cudbard... Add body type 'none' which can be used to make RESTfull...
2014-03-22 Arran Cudbard... Add test for removing values
2014-03-22 Arran Cudbard... Update ChangeLog
2014-03-22 Arran Cudbard... Don't try to check RHS value in update sections when...
2014-03-22 Arran Cudbard... Update ChangeLog
2014-03-22 Arran Cudbard... Fix attribute selection with %{<attr>[<num>]}, always...
2014-03-22 Arran Cudbard... Seems like the easiest solution is to just no log stderr
2014-03-22 Alan T. DeKokMove load-time removal of 'if' conditions
2014-03-22 Alan T. DeKokFix use of add_to_modcallable()
2014-03-22 Alan T. DeKokMake "add_child" O(1) instead of O(N)
2014-03-22 Alan T. DeKokSet csingle->type in do_compile_modgroup
2014-03-22 Arran Cudbard... Should still be error
2014-03-22 Arran Cudbard... Partial reformatting of rlm_ippool
2014-03-22 Arran Cudbard... CID 1058551
2014-03-22 Arran Cudbard... CID 1135410
2014-03-22 Arran Cudbard... CID 1135412
2014-03-22 Alan T. DeKokIt's "elsif", not "elseif"
2014-03-22 Alan T. DeKokfree children of a block which will never get executed
2014-03-22 Alan T. DeKokNewlines are good
2014-03-22 Alan T. DeKokDon't do pass2 checks for sections which will never...
2014-03-21 Arran Cudbard... Guarantee NULL termination of session ID CID 1004307
2014-03-21 Arran Cudbard... Fix protocol dlopen handle 'leak' CID 1004305
2014-03-21 Alan T. DeKokForce it to pass for no OPENSSL
2014-03-21 Alan T. DeKokRun SHA tests only if we have OpenSSL
2014-03-21 Arran Cudbard... CID 1187989
2014-03-21 Arran Cudbard... CID 1187991
2014-03-21 Arran Cudbard... Loop condition is redundant
2014-03-21 Arran Cudbard... Coverity fixes
2014-03-21 Alan T. DeKokPrecompile existence checks, too.
2014-03-21 Alan T. DeKokCache CONF_ITEM in the condition
2014-03-21 Alan T. DeKokPre-compile xlat's in conditions, too
2014-03-21 Alan T. DeKokEnsure if / elsif have the right filename and line...
2014-03-21 Alan T. DeKokNote xlat caching
2014-03-21 Arran Cudbard... If we don't have IPv6 PV6_RECVPKTINFO and were on Linux...
2014-03-21 Alan T. DeKokSave pre-compile xlat's for "update", and use them...
2014-03-21 Alan T. DeKokAdded radius_xlat functions to expand xlat_exp_t
2014-03-21 Alan T. DeKokCheck RHS of update sections in pass2, for xlat syntax
2014-03-21 Arran Cudbard... Update ChangeLog
2014-03-21 Arran Cudbard... Doxygen
2014-03-21 Arran Cudbard... Merge pull request #557 from qnet-herwin/typo_fix_serve...
next