freeradius.git
2014-09-27 Herwin WeststrateValidate availability of json on startup in rlm_rest
2014-09-27 Alan T. DeKokFix typos
2014-09-27 Arran Cudbard... Add tmpl_afrom_attr_substr and tmpl_from_attr_substr
2014-09-27 Arran Cudbard... ':' is not a valid dictionary name character
2014-09-27 Arran Cudbard... Modify dict_attrbytagged_name to update src string...
2014-09-27 Arran Cudbard... Remove another dynamically allocated vpt
2014-09-27 Arran Cudbard... Make mismatch message readable
2014-09-27 Arran Cudbard... Use a value_pair_tmpl_t in xlat_exp to store details...
2014-09-27 Alan T. DeKokEnsure that the password is terminated with zero
2014-09-26 Alan T. DeKokNo need to call vp_prints_value with -1
2014-09-26 Arran Cudbard... More formatting
2014-09-26 Arran Cudbard... Formatting
2014-09-26 Arran Cudbard... Add warning when sql.authorize is called and no queries...
2014-09-26 Arran Cudbard... Double xlat internal buffers until we have a proper fix
2014-09-26 Arran Cudbard... Report space required for the whole %{pairs:} string.
2014-09-26 Arran Cudbard... Hmm a 1k line buffer, and a 4k filename buffer, somethi...
2014-09-25 Arran Cudbard... Mark map_verify as unused
2014-09-25 Arran Cudbard... There are *very* few places where assuming a tmpl is...
2014-09-25 Arran Cudbard... Add pairs xlat
2014-09-25 Alan T. DeKokMore specific ifdef's
2014-09-25 Alan T. DeKokCast to int
2014-09-25 Alan T. DeKokRemove unused assignment
2014-09-24 Alan T. DeKokBe more careful about expanding conditions in the unico...
2014-09-24 Alan T. DeKokAdd a smashing test
2014-09-24 Alan T. DeKokCandyland requires sugar
2014-09-24 Alan T. DeKokMuch magic. Magical land of magical unicorns and happiness
2014-09-23 Alan T. DeKokMark da as UNUSED to quiet scan
2014-09-23 Alan T. DeKokRemove unused variable
2014-09-23 Alan T. DeKokPre-parse insert / trim / expire, and mark them PW_TYPE...
2014-09-23 Alan T. DeKokReduce scope of "start" variable.
2014-09-23 Alan T. DeKokNote recent changes
2014-09-23 Alan T. DeKokAdd parsing for "query" via PW_TYPE_MULTI
2014-09-23 Alan T. DeKokAdd PW_TYPE_MULTI
2014-09-23 Alan T. DeKokUse fr_canonicalize_error()
2014-09-23 Alan T. DeKokAdd fr_canonicalize_error()
2014-09-23 Alan T. DeKokUse %%s instead of %s
2014-09-23 Alan T. DeKokDon't use "goto error" and variable named "error"
2014-09-23 Alan T. DeKokTrack auto-created subsections
2014-09-23 Alan T. DeKokParse accounting && post-auth sections statically
2014-09-23 Alan T. DeKokAdd PW_TYPE_XLAT to sql queries, too
2014-09-23 Alan T. DeKokAdd PW_TYPE_XLAT to most modules
2014-09-22 Alan T. DeKokCall cf_section_parse_pass2() after loading all of...
2014-09-22 Alan T. DeKokAdded cf_section_parse_pass2() for pass2 checks of...
2014-09-22 Alan T. DeKokSimplify pre-parsing of regexes
2014-09-22 Alan T. DeKokPrecompile regexes into xlat_struct.
2014-09-22 Alan T. DeKokRe-arrange request_finish()
2014-09-21 Alan T. DeKokNo need for packets to be in a packet list
2014-09-21 Alan T. DeKokEnsure structs are set to zero
2014-09-21 Alan T. DeKokDon't use DHCP-Server-IP-Address for source IP
2014-09-21 Alan T. DeKokcomment fr_packet_cmp() a bit more
2014-09-19 Alan T. DeKokNote recent changes
2014-09-18 Alan T. DeKokFree dynamically allocated DA. Fixes #795
2014-09-18 Alan T. DeKokCreate dictionary entries for unknown attributes
2014-09-18 Alan T. DeKokverify da's by name, not by number in fr_verify_vp()
2014-09-18 Alan T. DeKokDeal with map verify functions. Missed in commit 21e7594e
2014-09-18 Alan T. DeKokFunction to add unknown attributes to the dictionary
2014-09-18 Alan T. DeKokIf the second parse is still unknown, don't use it
2014-09-18 Alan T. DeKokCheck da's, too, in fr_verify_vp()
2014-09-18 Alan T. DeKokAdded map / template verify functions.
2014-09-18 Alan T. DeKokWhen printing templates, use ' instead of " for literals.
2014-09-18 Alan T. DeKokRemove unused buffer
2014-09-18 Alan T. DeKokParse "known unknowns" to knowns to map_from_cp(),...
2014-09-18 Alan T. DeKokUnknown attributes are of type "octets", and therefore...
2014-09-18 Alan T. DeKokParse "known unknowns" to knowns, as with the previous...
2014-09-18 Alan T. DeKokIn pairparse_any(), convert "known unknowns" to known
2014-09-18 Alan T. DeKokUnknown dictionary attributes are now talloc'd.
2014-09-18 Alan T. DeKokAdded simple wimax test
2014-09-18 Alan T. DeKokRemove vp_free entry from ATTR_FLAGS. it's no longer...
2014-09-18 Alan T. DeKokUse better ctx for dict_attrunknown
2014-09-18 Arran Cudbard... Missed breaks
2014-09-17 Alan T. DeKokNote recent changes
2014-09-17 Alan T. DeKokFree unknown DICT_ATTRs. Closes #795
2014-09-17 Alan T. DeKokMake pairsteal() steal only one attribute
2014-09-17 Alan T. DeKokFix typo from 97b8c9
2014-09-17 Alan T. DeKokWhitespace. And merge in the changelog from 3.0.4
2014-09-17 Alan T. DeKokBe less picky about attribute names. Closes #796
2014-09-17 Alan T. DeKokRemove duplicate is_wildcard() function
2014-09-17 Arran Cudbard... Update ChangeLog
2014-09-17 Arran Cudbard... Be more selective when we fix up prefixes for 'wildcard...
2014-09-16 Alan T. DeKokDepend on krb5-libs, not krb5
2014-09-16 Herwin WeststrateAllow debian builds with libcurl4-gnutls-dev
2014-09-16 Herwin WeststrateSet CURLOPT_NOSIGNAL in rest module
2014-09-16 Arran Cudbard... fr_ipaddr_cmp should compare prefixes too 0.0.0.0/1...
2014-09-16 Arran Cudbard... Fix dynamic client debug messages
2014-09-16 Arran Cudbard... Check for null leaf values when parsing JSON structures...
2014-09-16 Arran Cudbard... Fix previous commit... should be setting prefix on...
2014-09-16 Arran Cudbard... Fixes for deprecated libcouchbase functions
2014-09-15 Arran Cudbard... Update ChangeLog
2014-09-15 Alan T. DeKokDepend on krb5-libs, not krb5
2014-09-15 Alan T. DeKokSet prefix for Client-Src-IP-Address, too
2014-09-15 Alan T. DeKokAdded RFC 7155
2014-09-11 Arran Cudbard... Fixup map_from_str to work correctly with list qualifiers
2014-09-11 Arran Cudbard... Add getop (get an operator)
2014-09-11 Arran Cudbard... tok should be a bool
2014-09-11 Arran Cudbard... Rename map_from_str to map_from_fields
2014-09-11 Arran Cudbard... Should be T_INVALID not T_OP_INVALID
2014-09-11 Alan T. DeKokRevert "tls: Set umask before creating temporary file"
2014-09-11 Arran Cudbard... Allow NULL user object filter
2014-09-11 Arran Cudbard... Formatting
2014-09-11 Alan T. DeKokRemove netmask
next