Coverity CID #1258575
[freeradius.git] / src /
2014-12-15 Arran Cudbard-BellCoverity CID #1258575
2014-12-15 Alan T. DeKokDecrease block protected by the mutex. Closes CID ...
2014-12-15 Arran Cudbard-BellCoverity CID #1258572
2014-12-15 Arran Cudbard-BellCoverity CID #1258569
2014-12-15 Arran Cudbard-BellCoverity 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. 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-BellMove printing the reply out a little later (after we...
2014-12-15 Arran Cudbard-BellAdd &attr[n] which gets the last instance of an attribu...
2014-12-15 Alan T. DeKokMore fixes for coa separate
2014-12-15 Arran Cudbard-BellAdd packet debugging back into radclient
2014-12-15 Arran Cudbard-BellTypo
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-BellRemove unused code
2014-12-15 Arran Cudbard-BellAvoid shift overflow that cause incorrect masking to...
2014-12-15 Arran Cudbard-BellFormatting
2014-12-15 Arran Cudbard-BellAdd code to convert between IPv4/v6 addresses and IPv4...
2014-12-15 Arran Cudbard-BellRemove restriction on implicit casts in map_to_vp
2014-12-15 Arran Cudbard-BellAdd more EVAL_DEBUG statements so we can determine...
2014-12-15 Arran Cudbard-BellZero log.indent in child requests
2014-12-15 Arran Cudbard-BellTypo
2014-12-15 Arran Cudbard-BellRemove &Attr[#] it's very difficult to make it work...
2014-12-15 Arran Cudbard-BellTypo
2014-12-15 Arran Cudbard-BellFix 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-BellMerge pull request #849 from spbnick/util_help
2014-12-13 Arran Cudbard-BellAdd support for 'm' (multiline) regex flag
2014-12-13 Arran Cudbard-BellTypos
2014-12-13 Arran Cudbard-BellShould be HAVE_REGEX
2014-12-13 Arran Cudbard-BellFmt is used
2014-12-13 Arran Cudbard-BellUnneeded debug
2014-12-13 Arran Cudbard-BellAdd support for named capture groups
2014-12-13 Arran Cudbard-BellDoxygen
2014-12-13 Arran Cudbard-BellFix handling of regexes with > 32 capture groups
2014-12-13 Arran Cudbard-BellNeed MAX_REGEX + 1 for the complete match group
2014-12-13 Arran Cudbard-Bellxlat_inst only needed for foreach
2014-12-13 Arran Cudbard-BellFix xlat_tokenize code so it handles arbitrary numbers...
2014-12-12 Arran Cudbard-BellTypo
2014-12-12 Arran Cudbard-BellSwitch to new subcapture handling code
2014-12-12 Arran Cudbard-BellAdd always flag to fr_debug_break
2014-12-12 Arran Cudbard-BellCreate abstraction layer around regular expression...
2014-12-12 Arran Cudbard-BellReturn -1 if we can't allocate memory for node for...
2014-12-12 Arran Cudbard-BellPrint PCRE library version
2014-12-12 Arran Cudbard-BellOutput debug for virtual expansions
2014-12-12 Arran Cudbard-BellUpdate truncation test to work around limitations in...
2014-12-12 Alan T. DeKokClarify warning message
2014-12-11 Arran Cudbard-BellFormatting
2014-12-11 Arran Cudbard-BellRemove 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-BellTypo
2014-12-11 Arran Cudbard-BellPass 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-BellFix argument order in fr_prints so out is first
2014-12-09 Arran Cudbard-BellOnly include <ldap.h> in ldap.h
2014-12-09 Arran Cudbard-BellWork around potential race in ldap_create
2014-12-09 Arran Cudbard-BellFormatting
2014-12-09 Alan T. DeKokAdded checks for braces at end of string
2014-12-08 Arran Cudbard-BellDefine LDAP_DEPRECATED outside of autoconf (and before...
2014-12-08 Arran Cudbard-BellActually use the pool we alloced
2014-12-08 Alan T. DeKokMore tests
2014-12-08 Alan T. DeKokPrint *data* not *pointer* if it's octets
2014-12-08 Arran Cudbard-BellMissed cast
2014-12-08 Arran Cudbard-BellDoxygen
2014-12-08 Arran Cudbard-BellFixup LDAP group debugging messages so they're more...
2014-12-08 Arran Cudbard-BellCopyright notices
2014-12-08 Arran Cudbard-BellBreak out serialization functions from rlm_cache_memcached
2014-12-08 Arran Cudbard-BellAdd note on pairstrncpy
2014-12-08 Arran Cudbard-BellRename fr_print_string to fr_prints
2014-12-08 Arran Cudbard-Bellexfile_open now opens files for read/writing, which...
2014-12-08 Arran Cudbard-BellMake fr_print_string take -1 to signify that it should...
2014-12-08 Arran Cudbard-BellMake it clear why the xlat failed
2014-12-08 Arran Cudbard-BellConvert all calls to ldap_get_values (now deprecated...
2014-12-08 Arran Cudbard-BellFixup stupidity around rlm_ldap URL handling
2014-12-08 Arran Cudbard-BellUse cf_log_err to log config errors in rlm_ldap
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-08 Alan T. DeKokMark requests as alloc'd
2014-12-07 Alan T. DeKokQuiet scanner
2014-12-07 Alan T. DeKokQuiet scan.
2014-12-07 Alan T. DeKokBe less aggressive about casting to octets
2014-12-07 Alan T. DeKokDon't do full debugging on tests
next