Add "skip_duplicate_checks" for detail && tcp listeners
[freeradius.git] / src /
2013-05-31 Alan T. DeKokAdd "skip_duplicate_checks" for detail && tcp listeners
2013-05-31 Alan T. DeKokDocument the "limit" section, and move max_pps there
2013-05-30 Arran Cudbard-Bell-Wdocumentation doesn't warn about unrecognised tags
2013-05-30 Arran Cudbard-BellFixup doxygen comments to pass new check
2013-05-30 Arran Cudbard-BellNeed more cursors
2013-05-30 Arran Cudbard-BellAnd one more...
2013-05-30 Arran Cudbard-BellFix reference issues hidden by cast
2013-05-29 Arran Cudbard-BellMacro
2013-05-29 Arran Cudbard-BellVERIFY must only be be called on non-NULL pointers
2013-05-29 Arran Cudbard-BellFix use after free when iterating over pairlists to...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-24 Alan T. DeKokif len==0, buff may be NULL
2013-05-24 Alan T. DeKokThe "opaque" data belongs to handler, not to reply
2013-05-24 Alan T. DeKokAllow forcible empty expansions
2013-05-22 Arran Cudbard-BellMerge pull request #295 from leprechau/master
2013-05-22 Aaron Hurtfix compilation error
2013-05-21 Alan T. DeKokremoved old comment
2013-05-21 Alan T. DeKokInfinite loops are bad.
2013-05-17 Alan T. DeKokA better way of getting empty alternations
2013-05-16 Alan T. DeKok'A' is a valid base64 character
2013-05-16 Alan T. DeKokTests for xlat output
2013-05-16 Alan T. DeKokSave the parsed array reference
2013-05-16 Alan T. DeKokAllow RHS of xlat alternation to be empty
2013-05-15 Alan T. DeKokClose FD before returning
2013-05-15 Alan T. DeKokUse correct version of radius_xlat
2013-05-15 Alan T. DeKokA more robust way of statically removing "if (false...
2013-05-15 Alan T. DeKokNever mind... we'll get to this later
2013-05-15 Alan T. DeKokMinor fixes
2013-05-15 Alan T. DeKokIgnore subsections which statically evaluate to "false"
2013-05-15 Alan T. DeKokMoved "exec_trigger" to threads.c
2013-05-14 Alan T. DeKokMove many common functions to a common library
2013-05-14 Alan T. DeKokRemove use of global variable
2013-05-14 Alan T. DeKokMake other programs use evaluate.c, too.
2013-05-14 Alan T. DeKokEvaluate some conditions at parse time.
2013-05-14 Alan T. DeKokAdded 'true' and 'false' as top-level concepts.
2013-05-14 Alan T. DeKokParse literals into VALUE_PAIR_DATA at compile time.
2013-05-14 Alan T. DeKokPrint names for enumerated types
2013-05-14 Alan T. DeKokAdded template "data" type
2013-05-13 Alan T. DeKokMake radlog available in the "init" function of the...
2013-05-13 Alan T. DeKokChecks for empty expansions
2013-05-13 Alan T. DeKokStart of type checks on RHS of conditions
2013-05-12 Alan T. DeKokDisallow RHS bare words for string attributes
2013-05-12 Alan T. DeKokAdd single quotes around literals for attributes of...
2013-05-12 Alan T. DeKokAbstract cidr comparison into common function
2013-05-12 Alan T. DeKokAllow CIDR comparisons for v4 in paircmp_op
2013-05-12 Alan T. DeKokUse better field for printing IP addresses
2013-05-12 Alan T. DeKokRedundant casts get squashed
2013-05-12 Alan T. DeKokBe more aggressive about freeing intermediate strings.
2013-05-12 Alan T. DeKokAdded -M for talloc report
2013-05-12 Alan T. DeKokLog function prototypes belong in log.h
2013-05-12 Alan T. DeKokMore tests for conditions and =* and =*
2013-05-12 Alan T. DeKokChecks for existence / non-existince on strings are...
2013-05-12 Alan T. DeKokFix order of arguments to paircmp_op
2013-05-12 Alan T. DeKokFix compiler warnings
2013-05-12 Alan T. DeKokdon't use strlcpy for binary buffers
2013-05-12 Alan T. DeKoktrack pointer properly
2013-05-12 Alan T. DeKokuse talloc for strings
2013-05-12 Alan T. DeKokdon't call pairfind when we have the vp
2013-05-12 Alan T. DeKokuse correct ptr for pool name
2013-05-12 Alan T. DeKokRemove dead code
2013-05-12 Alan T. DeKokMade "cidr" a synonym for ipv4prefix
2013-05-12 Arran Cudbard-BellDigest buffer for sha1 xlat must be 20 bytes (not 16)
2013-05-12 Arran Cudbard-BellMissing va_end
2013-05-12 Arran Cudbard-BellCoverity - missing va_end
2013-05-12 Arran Cudbard-BellCoverity - Dealock in firebird
2013-05-11 Alan T. DeKokDoxygen
2013-05-11 Alan T. DeKokAllow casting for LHS of conditions.
2013-05-10 Alan T. DeKokstrnlen isn't necessary
2013-05-09 skidsRemove unneeded lookups in pool_check_home_server
2013-05-09 skidsAdd rlm_idn
2013-05-09 Alan T. DeKokUse correctly sized buffer for MD5
2013-05-09 Alan T. DeKokRemove length limitations on names
2013-05-09 Alan T. DeKokre-arrange code to make it clearer what's going on
2013-05-09 Alan T. DeKokRemove more fixed-size buffers
2013-05-09 Alan T. DeKokRemove extraneous strlcpy && buffer
2013-05-09 skidsFix wypo in WITH_ macro. At worst it left an unused...
2013-05-09 skidsTypo in comments
2013-05-09 skidsAdjust comment to direct users to newer doc file, READM...
2013-05-09 skidsFix typos in comments
2013-05-09 skidsRemove UNUSED from a used parameter
2013-05-09 skidsgrammar correction in comments
2013-05-09 Arran Cudbard-BellWhitespace
2013-05-09 Arran Cudbard-BellSimpler way to validate URI
2013-05-08 Alan T. DeKokDecoded VPs are associated with the packet
2013-05-08 Alan T. DeKokMade decoder handle concatenated attributes
2013-05-08 Alan T. DeKokMore checks for concatenated attrs
2013-05-08 Alan T. DeKoktalloc_steal next pointer, too
2013-05-07 Arran Cudbard-BellTypo
2013-05-07 Arran Cudbard-BellAnd this is now an error
2013-05-07 Alan T. DeKokNotes on 253 octets and TTLS
2013-05-07 Alan T. DeKokMake eap_compose routine for EAP is now RADIUS un-aware
2013-05-07 Alan T. DeKok"concatenated" attributes get split when encoded
2013-05-07 Alan T. DeKokUse correct variable when decoding inner tunnel things
2013-05-07 Alan T. DeKokAdd the "concat" flag
2013-05-07 Arran Cudbard-BellUse libldap default values for require_cert
2013-05-07 Arran Cudbard-BellDon't need to warn about rebind as it's checked on...
2013-05-07 Arran Cudbard-BellFixes #236 - Use correct interface for setting cert...
2013-05-06 Alan T. DeKokRemove unnecessary cast
2013-05-06 Alan T. DeKokDon't mangle strings in place
2013-05-06 Alan T. DeKokDon't mangle strings in place
next