freeradius.git
2014-12-17 Arran Cudbard... We now use the correct name for function macros... release_3_0_6
2014-12-17 Alan T. DeKokUpdate release time
2014-12-17 Arran Cudbard... Remove URI field from rlm_ldap
2014-12-17 Herwin WeststrateAdded some null checks after talloc_zero
2014-12-17 Philipp HugDon't allow timeouts larger than max_request_timeout...
2014-12-17 Arran Cudbard... Update default LDAP config
2014-12-17 Arran Cudbard... rework LDAP host parsing code again to deal with multip...
2014-12-15 Alan T. DeKokRemove unused code. Closes CID #1258580
2014-12-15 Arran Cudbard... Coverity CID #1233595
2014-12-15 Alan T. DeKokUse size_t instead of int
2014-12-15 Alan T. DeKokUnlock mutex. Closes CID #1243441
2014-12-15 Alan T. DeKokDon't call rand(). Closes CID #1233594
2014-12-15 Alan T. DeKokAssertion to quiet CID #1223701
2014-12-15 Arran Cudbard... Coverity CID #1248165
2014-12-15 Alan T. DeKoklistener can't be NULL for non-detail packets...
2014-12-15 Arran Cudbard... Coverity CID #1258575
2014-12-15 Alan T. DeKokDecrease block protected by the mutex. Closes CID ...
2014-12-15 Arran Cudbard... Coverity CID #1258572
2014-12-15 Arran Cudbard... Coverity CID #1258569
2014-12-15 Arran Cudbard... Coverity CID #1258567
2014-12-15 Alan T. DeKokRemove dead code
2014-12-15 Alan T. DeKokTypo
2014-12-15 Alan T. DeKokTypo. Closes CID #1258570
2014-12-15 Alan T. DeKokNote recent changes
2014-12-15 Alan T. DeKokReturn on bad things. Closes CID #1258571
2014-12-15 Alan T. DeKokWe need an "update" config. Closes CID #1258577
2014-12-15 Alan T. DeKokWe don't need an "update" config. Closes CID #1258577
2014-12-15 Alan T. DeKokClose sockfd if we fail. Closes CID #1258578
2014-12-15 Alan T. DeKokNote that we're falling through. Closes CID #1258579
2014-12-15 Arran Cudbard... Move printing the reply out a little later (after we...
2014-12-15 Arran Cudbard... Add &attr[n] which gets the last instance of an attribu...
2014-12-15 Arran Cudbard... Update ChangeLog
2014-12-15 Alan T. DeKokMore fixes for coa separate
2014-12-15 Arran Cudbard... Add packet debugging back into radclient
2014-12-15 Arran Cudbard... Typo
2014-12-15 Alan T. DeKokAdd explicit tests for unknown in condition
2014-12-15 Alan T. DeKokBetter way of dealing with undefined attrs in update
2014-12-15 Alan DeKokMerge pull request #857 from spbnick/move_trigger_include
2014-12-15 Alan T. DeKokError out if the attribute is unknown after pass2
2014-12-15 Arran Cudbard... Remove unused code
2014-12-15 Arran Cudbard... Update ChangeLog
2014-12-15 Nikolai Kondrashovraddb: Move trigger.conf INCLUDE before modules
2014-12-15 Arran Cudbard... Avoid shift overflow that cause incorrect masking to...
2014-12-15 Arran Cudbard... Formatting
2014-12-15 Arran Cudbard... Add code to convert between IPv4/v6 addresses and IPv4...
2014-12-15 Arran Cudbard... Remove restriction on implicit casts in map_to_vp
2014-12-15 Arran Cudbard... Add more EVAL_DEBUG statements so we can determine...
2014-12-15 Arran Cudbard... Zero log.indent in child requests
2014-12-15 Arran Cudbard... Typo
2014-12-15 Arran Cudbard... Remove &Attr[#] it's very difficult to make it work...
2014-12-15 Arran Cudbard... Typo
2014-12-15 Arran Cudbard... Fix bad VP array type value accesses
2014-12-15 Alan T. DeKokFix coa_separate to behave differently for proxy reply
2014-12-15 Arran Cudbard... Merge pull request #849 from spbnick/util_help
2014-12-14 Arran Cudbard... Update ChangeLog
2014-12-14 Arran Cudbard... Update the unlang man page
2014-12-13 Arran Cudbard... Add support for 'm' (multiline) regex flag
2014-12-13 Arran Cudbard... Typos
2014-12-13 Arran Cudbard... Should be HAVE_REGEX
2014-12-13 Arran Cudbard... Fmt is used
2014-12-13 Arran Cudbard... Unneeded debug
2014-12-13 Arran Cudbard... Add support for named capture groups
2014-12-13 Arran Cudbard... Doxygen
2014-12-13 Arran Cudbard... Fix handling of regexes with > 32 capture groups
2014-12-13 Arran Cudbard... Need MAX_REGEX + 1 for the complete match group
2014-12-13 Arran Cudbard... xlat_inst only needed for foreach
2014-12-13 Arran Cudbard... Fix xlat_tokenize code so it handles arbitrary numbers...
2014-12-12 Arran Cudbard... Typo
2014-12-12 Arran Cudbard... Switch to new subcapture handling code
2014-12-12 Arran Cudbard... Add always flag to fr_debug_break
2014-12-12 Arran Cudbard... Create abstraction layer around regular expression...
2014-12-12 Arran Cudbard... Return -1 if we can't allocate memory for node for...
2014-12-12 Arran Cudbard... Print PCRE library version
2014-12-12 Arran Cudbard... Output debug for virtual expansions
2014-12-12 Arran Cudbard... Update truncation test to work around limitations in...
2014-12-12 Alan T. DeKokClarify warning message
2014-12-11 Arran Cudbard... Formatting
2014-12-11 Arran Cudbard... Remove last call to pairdatacpy and remove pairdatacpy
2014-12-11 Alan T. DeKokMore call to pairdatacpy()
2014-12-11 Alan T. DeKokRemove call to pairdatacpy()
2014-12-11 Alan T. DeKoksrc is const
2014-12-11 Alan T. DeKokRemove one more caller of pairdatacpy()
2014-12-11 Alan T. DeKokCreate value_data_copy function
2014-12-11 Alan T. DeKokDon't call pairdatacpy. Closes #853
2014-12-11 Alan T. DeKokThere might not be a name2
2014-12-11 Arran Cudbard... Typo
2014-12-11 Arran Cudbard... Pass pointer to head of list when doing pairsort in...
2014-12-10 Alan T. DeKokDisallow attribute zero in the dictionaries. Closes...
2014-12-10 Alan T. DeKokRemove unused variables
2014-12-10 Alan T. DeKokSmash bad filenames
2014-12-10 Alan T. DeKokSmash bad filenames
2014-12-10 Alan T. DeKokMake filename escaping configurable.
2014-12-09 Alan T. DeKokShort-circuit fr_prints() when there's no quoting
2014-12-09 Arran Cudbard... Fix argument order in fr_prints so out is first
2014-12-09 Arran Cudbard... Only include <ldap.h> in ldap.h
2014-12-09 Alan T. DeKokNote recent changes
2014-12-09 Alan T. DeKokAllow spaces in certificate passwords
2014-12-09 Arran Cudbard... Update ChangeLog
2014-12-09 Arran Cudbard... Work around potential race in ldap_create
2014-12-09 Arran Cudbard... Formatting
next