Typo fix in comment in rlm_rest
[freeradius.git] / src /
2014-11-20 Herwin WeststrateTypo fix in comment in rlm_rest
2014-11-20 Arran Cudbard-BellEscape \n \r \t in the sql module escape function ...
2014-11-20 Arran Cudbard-Belldon't escape attribute values if we were passed an...
2014-11-20 Arran Cudbard-BellRewrite xlat_getvp to take tmpls, and allow state attri...
2014-11-20 Arran Cudbard-BellMake uninitialised cursors behave sensibly
2014-11-19 Arran Cudbard-BellFix use after free errors in xlat.c
2014-11-19 Arran Cudbard-BellRemove unused attributes
2014-11-19 Arran Cudbard-BellDon't molest group names or group DNs either
2014-11-19 Arran Cudbard-BellDon't molest the DN we get back from libldap
2014-11-19 Arran Cudbard-BellDon't remove backslash for chars which aren't escaped...
2014-11-19 Arran Cudbard-BellSwitch to using tmpl_from_attr_substr in xlat_tokenize_...
2014-11-19 Arran Cudbard-BellZero length unknown attributes should produce an error
2014-11-19 Alan T. DeKokAllow empty strings in "case" statements. Closes #836
2014-11-18 Arran Cudbard-BellFix potential race condition when originating CoA requests
2014-11-18 Alan T. DeKokComplain if the config has empty strings
2014-11-18 Alan T. DeKokEmpty strings for queries aren't errors
2014-11-18 Arran Cudbard-BellUse more descriptive names for the unknown attribute...
2014-11-18 Arran Cudbard-BellWe can assert map->lhs isn't NULL even when not buildin...
2014-11-17 Alan T. DeKokQuiet clang analyzer
2014-11-17 Alan T. DeKokQuit clang analyzer
2014-11-17 Alan T. DeKokMore CPPFLAGS fixes for clang analyzer
2014-11-17 Alan T. DeKokShut up clang analyzer
2014-11-17 Alan T. DeKokDereferencing NULL is bad
2014-11-17 Alan T. DeKokDon't pollute the global CPPFLAGS with crap just for...
2014-11-17 Alan T. DeKokFix new parser for commas, missed in previous commit
2014-11-17 Alan T. DeKokRemove cppcheck warning
2014-11-17 Alan T. DeKoktmpl_da, not da
2014-11-17 Alan T. DeKokvp->da, not da
2014-11-17 Arran Cudbard-BellBetter rlm_sql errors
2014-11-17 Alan T. DeKokMore error messages
2014-11-17 Alan T. DeKokBe more forgiving for bare words in the new parser
2014-11-17 Arran Cudbard-BellMove radius_event_init and modules_init to after the...
2014-11-17 Arran Cudbard-BellBetter debug messages for kqueue event insertion and...
2014-11-17 Arran Cudbard-BellFormatting
2014-11-17 Arran Cudbard-BellExplicitly free children of rlm_sql and rlm_cache insta...
2014-11-17 Arran Cudbard-Belllldb doesn't like this
2014-11-16 Arran Cudbard-BellMore reformatting
2014-11-16 Arran Cudbard-Belldlclose driver handles on mod_detach (rlm_sql and rlm_c...
2014-11-16 Alan T. DeKokMake tlsv1.2 and tlsv1.2 conditional on having them
2014-11-16 Alan T. DeKokAllow for selective disabling of TLSv1.1 and TLSv1.2
2014-11-16 Arran Cudbard-BellMinor formatting fixups
2014-11-15 Alan T. DeKokA better name
2014-11-15 Alan T. DeKokFix typo
2014-11-15 Arran Cudbard-BellUse C99 field labels when initialising driver structs
2014-11-14 Arran Cudbard-BellBackport rlm_cache merge fixes from master
2014-11-14 Arran Cudbard-BellRename LDAP connection functions to be consistent with...
2014-11-14 Arran Cudbard-BellRemove redundant connection pool indirection in rlm_sql
2014-11-14 Alan T. DeKokCheck sections in "instantiate"
2014-11-13 Arran Cudbard-BellMake map_afrom_attr_str more caller friendly
2014-11-13 Arran Cudbard-BellShould be vp_aprints not vp_aprint
2014-11-13 Alan T. DeKokCleanups and better tests for foreach / return
2014-11-13 Alan T. DeKokIn foreach, check "next" stack for break / return
2014-11-12 Alan T. DeKokTest for "return" in a "foreach" loop
2014-11-11 Alan T. DeKokEnable kqueue for the main event loop
2014-11-11 Alan T. DeKokLook for kqueue() and sys/event.h
2014-11-11 Alan T. DeKokDon't leak memory on exit
2014-11-11 Alan T. DeKokRemove the listener when the last request is done with it
2014-11-11 Arran Cudbard-BellMerge pull request #831 from mcnewton/patch-ocsp-host...
2014-11-11 Arran Cudbard-BellMerge pull request #832 from mcnewton/patch-softfail...
2014-11-11 Matthew Newtonadd HTTP Host: header in OCSP request
2014-11-10 Matthew Newtondisable softfail by default (in line with documentation)
2014-11-10 Arran Cudbard-Bellpairfind_da -> pairfind_by_da
2014-11-10 Arran Cudbard-BellConvert some pairfind calls to pairfind_da calls
2014-11-10 Alan T. DeKokFix header file layout
2014-11-09 Alan T. DeKokCompiler warning
2014-11-09 Alan T. DeKokGlue state into more places
2014-11-09 Alan T. DeKokFix link / cleanup code
2014-11-08 Alan T. DeKokVerify the state, too
2014-11-07 Alan T. DeKokMore debugging
2014-11-07 Arran Cudbard-BellDisplay CFLAGS etal with -xv
2014-11-06 Arran Cudbard-BellFix evaluating IP type check items in the users file
2014-11-06 Arran Cudbard-BellAdd not on why we return invalid if there are no cached...
2014-11-06 Arran Cudbard-BellMake cached group checks work when the user is the...
2014-11-06 Alan T. DeKokFix initialization check
2014-11-06 Arran Cudbard-BellUse paircmp_op for comparing cached group memberships
2014-11-06 Alan T. DeKokSlightly better checks which include "pending"
2014-11-06 Alan T. DeKokAllow multiple creates at the same time
2014-11-06 Arran Cudbard-BellSet correct type for vpt->name
2014-11-06 Arran Cudbard-BellFix expanded switch value being freed before it's done...
2014-11-06 Arran Cudbard-BellFormatting
2014-11-06 Arran Cudbard-BellAdd support for DEBUG environmental variable
2014-11-06 Arran Cudbard-BellParent vpt->name correctly
2014-11-05 Arran Cudbard-BellTypo
2014-11-05 Arran Cudbard-BellCheck number strings fed into dynamic regular expressio...
2014-11-05 Arran Cudbard-BellAdd test for paircmp
2014-11-05 Arran Cudbard-BellReturn string 0 for &Attr[#] where no attributes exist
2014-11-05 Arran Cudbard-BellSplit apart some integer tests
2014-11-05 Arran Cudbard-BellFix printing of tmpl_num in tmpl_prints
2014-11-05 Herwin WeststrateUpdated a check in cbtls_msg
2014-11-05 Herwin WeststrateRemoved some redundant not-null checks
2014-11-05 Herwin WeststrateFixed potential null pointer dereferences
2014-11-04 Alan T. DeKokTie "originate coa" into the session-state handler
2014-11-04 Arran Cudbard-BellCleanup formatting in radiusd.c
2014-11-04 Arran Cudbard-BellFormatting
2014-11-04 Arran Cudbard-BellFix assumption in radius_compare_vps that the check...
2014-11-04 Arran Cudbard-BellProcess the *expanded* check items for rlm_files
2014-11-04 Arran Cudbard-BellFixup mysql driver script to work with libmysqlclient...
2014-11-04 Arran Cudbard-BellFormatting in mysql driver
2014-11-04 Arran Cudbard-BellHelpful if it's info so it shows up in the main log
2014-11-04 Arran Cudbard-BellMerge pull request #827 from leprechau/tokener-cleanup
next