freeradius.git
2012-12-08 Arran Cudbard... Merge pull request #146 from olivierbeytrison/master
2012-12-08 Olivier Beytrisonfix debian and Makefile for new filters
2012-12-08 Arran Cudbard... Fix more typos
2012-12-07 Arran Cudbard... Merge pull request #145 from mcnewton/master
2012-12-07 Matthew Newtonfix typo
2012-12-07 Matthew Newtonquiet some compiler warnings
2012-12-07 Matthew Newtondebian packages shouldn't be developer build
2012-12-07 Arran Cudbard... Move attrs filters into their own directory, rename...
2012-12-07 Arran Cudbard... Merge pull request #144 from dragon9k/master
2012-12-07 Olivier BeytrisonAdded ldap_postauth for edir
2012-12-07 Alan T. DeKokGlue edir into the authorization module.
2012-12-07 dragon9kNew checkrad version patch (Juniper)
2012-12-07 Alan T. DeKokFix typo
2012-12-07 Alan T. DeKokAdded preliminary WITH_EDIR again.
2012-12-06 Arran Cudbard... Don't link to modules, it breaks things
2012-12-06 Alan DeKokMerge pull request #143 from tobiasbrunner/eap-ttls...
2012-12-05 Arran Cudbard... More debugging improvements
2012-12-05 Tobias BrunnerAllow EAP-Message APVs > 253 octets in EAP-TTLS module
2012-12-05 Arran Cudbard... Die attrmap die
2012-12-05 Alan T. DeKokFix suppression of blocked thread messages
2012-12-05 Arran Cudbard... Minor debugging tweaks
2012-12-05 Arran Cudbard... We don't know the expanded value until after calling...
2012-12-05 Arran Cudbard... Convert strings and octet strings of 8 bytes or less...
2012-12-04 Arran Cudbard... Remove last traces of do_xlat from rlm_ldap, add %...
2012-12-04 Arran Cudbard... Remove completely pointless strcpys
2012-12-04 Arran Cudbard... Increase priority of all connection open/close messages...
2012-12-03 Arran Cudbard... Fix memory leak in radius_get_vp
2012-12-03 Arran Cudbard... Patch freeradius.monitrc file so it works out of the...
2012-12-03 Arran Cudbard... Remove another invalid assert
2012-12-03 Arran Cudbard... Remove config item for num_pings_to_alive, it's a dupli...
2012-12-02 Arran Cudbard... Always use fcntl for file locking
2012-12-02 Arran Cudbard... Move listen sections into default server
2012-12-02 Arran Cudbard... Remove invalid asserts
2012-12-02 Arran Cudbard... Mark child state as done if we couldnt send the CoA...
2012-12-02 Arran Cudbard... Move code that modifies request when looking up home_se...
2012-12-02 Arran Cudbard... Handle empty lists better
2012-12-02 Arran Cudbard... Trim off newlines and returns
2012-12-02 Arran Cudbard... Remove release arg from linker (causes issues on linux)
2012-12-02 Arran Cudbard... Add module failure message to rlm_exec
2012-12-02 Arran Cudbard... More consistent
2012-12-01 Arran Cudbard... We'll figure something out for attribute comparison...
2012-12-01 Arran Cudbard... Add even more debugging messages, and a sane check...
2012-12-01 Arran Cudbard... groupcmp debug messages should probably include the...
2012-12-01 Arran Cudbard... Minor debug message tweaks
2012-12-01 Arran Cudbard... Make rlm_ldap debug messages suck less
2012-12-01 Arran Cudbard... Hard wrap at 80 coolumns for legacy editors
2012-12-01 Arran Cudbard... Rename groupmemb_filt
2012-12-01 Arran Cudbard... Write group filter expansion to the correct buffer
2012-12-01 Arran Cudbard... Quieten some sql warnings
2012-12-01 Arran Cudbard... VPT should be const in callback
2012-12-01 Arran Cudbard... Fix return of radius_get_vp
2012-12-01 Arran Cudbard... Dont fail if the update section is specified but empty
2012-12-01 Arran Cudbard... Check for JSON-C library as well
2012-12-01 Arran Cudbard... Dont segfault when destroying connection pool when...
2012-12-01 Arran Cudbard... Attrs array should be const char * const *
2012-12-01 Arran Cudbard... Remove unused variable
2012-12-01 Arran Cudbard... radius_xlat should return size_t
2012-12-01 Arran Cudbard... Fixup missed bool conversions
2012-12-01 Arran Cudbard... Ignore test files
2012-12-01 Arran Cudbard... Convert spaces to tabs
2012-12-01 Arran Cudbard... Switch to using new config based attribute map
2012-12-01 Arran Cudbard... Declare radius_xlat return as size_t
2012-12-01 Arran Cudbard... Add attribute mapping functions to valuepair.c, and...
2012-12-01 Arran Cudbard... DA should be const in pairalloc
2012-12-01 Arran Cudbard... Add cf_pair_value_type function to return whether the...
2012-12-01 Arran Cudbard... Remove 'did work' warning, as it'll always be triggered...
2012-12-01 Alan T. DeKokFix typo in comparison, so that we check the return...
2012-12-01 Alan T. DeKokFix compiler warnings
2012-12-01 Alan T. DeKokUnsigned integer for compiler warning
2012-12-01 Alan T. DeKokSimplify rules
2012-12-01 Alan T. DeKokRemove unused variables
2012-11-29 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-11-28 Arran Cudbard... Merge pull request #137 from alanbuxey/master
2012-11-28 Alan Buxeyoptimised and adjusted filter
2012-11-28 Arran Cudbard... Merge pull request #136 from tobiasbrunner/eap-sim...
2012-11-28 Alan T. DeKokMake rbtree's thread-safe.
2012-11-28 Tobias BrunnerProperly parse identity in EAP-SIM module
2012-11-27 Arran Cudbard... Add some missed src file reps
2012-11-27 Arran Cudbard... Install all SQL config files by default (they're needed...
2012-11-27 Arran Cudbard... Swap STR2CST macro (no longer exists) for StringValuePtr
2012-11-27 Arran Cudbard... More ruby configure fixes
2012-11-27 Arran Cudbard... Make rlm_ruby build for >= ruby 1.9.1
2012-11-27 Arran Cudbard... Fix indentation
2012-11-27 Arran Cudbard... Add boilermaker files for rlm_eap types
2012-11-27 Arran Cudbard... WITH_TLS not defined if we don't have openssl
2012-11-27 Alan T. DeKokDo globally writable checks on directories, too
2012-11-26 Alan T. DeKokMore dependencies
2012-11-26 Alan T. DeKokUse %s, it's better
2012-11-25 Arran Cudbard... Fix check for alt include dir
2012-11-24 Arran Cudbard... Should be AC_MSG_WARN
2012-11-24 Arran Cudbard... Minor fix
2012-11-24 Arran Cudbard... Look at multiple hash keys for header location
2012-11-24 Arran Cudbard... Use the non deprecated method of getting ruby config
2012-11-24 Arran Cudbard... We dont need to apply the sql patch anymore
2012-11-24 Arran Cudbard... Fixup perl configure script
2012-11-24 Arran Cudbard... Move m4 includes for rlm_rest
2012-11-24 Arran Cudbard... Fixup ruby configure script
2012-11-24 Arran Cudbard... Reorganise SQL files
2012-11-23 Arran Cudbard... EAP flavours need libfreeradius-eap as a prerequisite...
2012-11-23 Arran Cudbard... Minor installation fixes
next