freeradius.git
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-08 Alan T. DeKokSave Module-Failure-Message to the outer session-state
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
2014-12-07 Alan T. DeKokAdded low-level escaping tests
2014-12-07 Alan T. DeKokAuto-cast octet strings
2014-12-06 Alan T. DeKokEnsure data.ptr is always initialized
2014-12-06 Alan T. DeKokDoxygen
2014-12-06 Alan T. DeKokDon't free thing until we're done
2014-12-06 Alan T. DeKokQuiet scanner
2014-12-06 Alan T. DeKokRemove unneeded variable
2014-12-06 Alan T. DeKokQuiet scanner
2014-12-06 Alan T. DeKokQuiet scanner
2014-12-06 Alan T. DeKokQuiet compiler
2014-12-06 Alan T. DeKokMore escaping / unescaping fixes.
2014-12-06 Alan T. DeKokNumber failure cases
2014-12-06 Alan T. DeKokFix PREREQS so that the cache module builds
2014-12-06 Alan T. DeKok%n is allowed, too
2014-12-06 Alan T. DeKokMake tmpl_alloc be binary safe
2014-12-06 Alan T. DeKokUse the new escaping for the tests
2014-12-06 Alan T. DeKokCall fr_print_string instead of doing things ourselves
2014-12-06 Alan T. DeKokClarify fr_print_string
2014-12-06 Alan T. DeKokFix fr_print_string_len, too
2014-12-06 Arran Cudbard... Add filename unescape
2014-12-06 Arran Cudbard... Missed const
2014-12-06 Arran Cudbard... Formatting
2014-12-06 Arran Cudbard... Move exclusive file access functions into their own...
2014-12-05 Matthew Newtonset debian package format to native
2014-12-04 Arran Cudbard... Escape filename expansions
2014-12-04 Arran Cudbard... Formatting
2014-12-04 Arran Cudbard... Note on why we don't need to escaping for execve
2014-12-04 Arran Cudbard... Cache Stripped-User-Domain too
2014-12-04 Arran Cudbard... Update range of cached TLS attributes
2014-12-04 Arran Cudbard... Formatting
2014-12-04 Arran Cudbard... Duplicate init
2014-12-04 Arran Cudbard... Slightly better debug output
2014-12-04 Arran Cudbard... Fix issue that caused radclient to default to sending...
2014-12-03 Alan T. DeKokEscape backslashes only when necessary
2014-12-03 Arran Cudbard... Merge pull request #847 from spbnick/man_clients_update
2014-12-03 Alan T. DeKokNote recent changes
2014-12-03 Alan T. DeKokrlm_cache_rbtree isn't in "stable". It's ALWAYS built.
2014-12-03 Alan T. DeKokDelete state correctly
2014-12-03 Arran Cudbard... Change references to vp->length to vp->vp_length
2014-12-03 Arran Cudbard... Add vp_length macro (makes it easier to backport change...
2014-12-03 Arran Cudbard... Make IP resolution errors a bit clearer
2014-12-03 Arran Cudbard... Use correct type for log_lvl and add prefix to rdebug_pair
2014-12-02 Nikolai Kondrashovman: Remove references to naslist and clients
2014-12-02 Nikolai Kondrashovman: Remove client attribute description
2014-12-02 Alan T. DeKokAlways get the "certs" index for SSL.
2014-12-02 Alan T. DeKokBump for version 3.0.6
2014-12-02 Alan T. DeKokClarify debugging message
2014-12-02 Alan T. DeKokDebug attributes added in cbtls_verify
2014-12-01 Arran Cudbard... If we're doing fallback resolution we need to set the...
2014-12-01 Arran Cudbard... Add extra tests for auto prefix conversion to condition.txt
2014-12-01 Arran Cudbard... Fix the conffile parser to parse RHS literals as prefix...
2014-12-01 Arran Cudbard... Fixup ipprefix tests
2014-12-01 Arran Cudbard... Typo
2014-12-01 Arran Cudbard... If sanity checks are converted to warnings, they should...
2014-11-30 Alan T. DeKokCheck more query strings at boot time.
2014-11-30 Alan T. DeKokExtra config is a warning, not an error
2014-11-30 Alan T. DeKokThe rbtree submodule is always needed, therefore build...
2014-11-28 Arran Cudbard... Just set query fields to NULL if the strings are zerolength
2014-11-28 Arran Cudbard... Add more sanity checks to rlm_sql
2014-11-28 Arran Cudbard... Fix case where the user isn't found in any groups,...
2014-11-28 Arran Cudbard... Fix typo in rlm_sql.c, need to use goto in group evalua...
2014-11-28 Alan T. DeKokNote recent changes
2014-11-28 Alan T. DeKokSkip post-auth when finishing originated CoA requests
2014-11-28 Alan T. DeKokCall Post-Auth-Type Reject if we reject in post-auth
2014-11-28 Alan T. DeKokPrint "Login OK" AFTER post-auth, instead of before
2014-11-28 Arran Cudbard... Add doc header for normify
2014-11-28 Arran Cudbard... Correct check of rlm_sql_select_query rcode
2014-11-27 Arran Cudbard... another issue...
2014-11-27 Arran Cudbard... Fix infinite loop on Fall-Through = yes when processing...
2014-11-27 Alan T. DeKokDon't call MS-CHAP for NT-Hash passwords.
2014-11-26 Alan T. DeKokSkip both characters, not just the escape. Closes...
2014-11-26 Alan T. DeKokBe more generous about values for correct escapes
2014-11-26 Alan T. DeKokRevert "Enable control-socket by default, but only...
2014-11-26 Alan T. DeKokEnable control-socket by default, but only for root
2014-11-26 Arran Cudbard... Breakout PAP header processing function, and add some...
2014-11-26 Arran Cudbard... Formatting in cursor.c
2014-11-26 Arran Cudbard... Fix another spurious warning
2014-11-26 Arran Cudbard... And don't complain about LM-Password if we have NT...
2014-11-26 Arran Cudbard... Fix spurious LM-Password / NT-Password warnings
2014-11-26 Alan T. DeKokNote recent changes
2014-11-26 Herwin WeststrateTypo fix in comments
2014-11-26 Herwin WeststrateFixed off-by-one error when trying to cast attribute...
2014-11-26 Alan T. DeKokUse correct escapes in the tests
2014-11-26 Alan T. DeKokUse correct comments
2014-11-26 Alan T. DeKokFix bug when using "correct_escapes=no". Closes #842
2014-11-25 Arran Cudbard... template_names should really be tmpl_names and should...
2014-11-25 Arran Cudbard... remove tmpl_names it was a less complete duplicate...
2014-11-25 Alan T. DeKokas found on the net
2014-11-25 Alan T. DeKokBetter error message, refer to mods-enabled
2014-11-25 Alan T. DeKokWhitespace
2014-11-25 Arran Cudbard... Restore v3.0.x behaviour in rlm_cache
2014-11-25 Arran Cudbard... Update encoded pointer before checking for additional...
2014-11-25 Arran Cudbard... Standardise rlm_cache output with rlm_sql
next