freeradius.git
2012-12-14 Alan T. DeKokNew target to check for compiler warnings
2012-12-14 Alan T. DeKokFix compiler warnings
2012-12-14 Alan T. DeKokFix compiler warnings
2012-12-14 Alan T. DeKokFix compiler warning
2012-12-14 Alan T. DeKokMove compile-time #warning to comment
2012-12-13 Arran Cudbard... Move more messages outside of locks
2012-12-12 Arran Cudbard... Distinguish between idle and spare connections
2012-12-12 Arran Cudbard... Fix duplicate connection close messages
2012-12-12 Arran Cudbard... Add more debugging for when we bail out of spawning...
2012-12-11 Arran Cudbard... Ignore right operand for !*
2012-12-11 Arran Cudbard... Return noop if we did no work
2012-12-11 Arran Cudbard... Add missing module prefix to some log messages
2012-12-11 Arran Cudbard... Only allow ANY for !*
2012-12-11 Alan T. DeKokFix compiler warnings
2012-12-11 Arran Cudbard... Pass msg_id into ldap_result
2012-12-11 Arran Cudbard... Revert changes to LDAP bind
2012-12-11 Arran Cudbard... Already have an ldap_errno
2012-12-11 Arran Cudbard... Add warning about replacing multiple attributes
2012-12-11 Arran Cudbard... Missed & operator
2012-12-11 Arran Cudbard... More prettyfying
2012-12-11 Arran Cudbard... Change more return code checks to use != LDAP_SUCCESS
2012-12-10 Arran Cudbard... Should allocate MAX_ATTRMAP + 1 for pointers
2012-12-10 Arran Cudbard... Fix build warnings in ippool tool
2012-12-10 Arran Cudbard... Make code slightly more readable
2012-12-10 Arran Cudbard... datum.dptr should really be const...
2012-12-10 Alan T. DeKokCompare character to zero, not to NULL
2012-12-10 Alan T. DeKokOne less build warning
2012-12-10 Arran Cudbard... Add increment operator for LDAP
2012-12-10 Arran Cudbard... cf_reference_item should return the current item if...
2012-12-10 Arran Cudbard... user_dn should be initialised to NULL
2012-12-10 Arran Cudbard... Move eDir autz code into authorize, freeing post-auth...
2012-12-10 Arran Cudbard... Don't pass presult
2012-12-10 Arran Cudbard... Fix typo
2012-12-10 Arran Cudbard... Rename cfree to rad_cfree
2012-12-10 Arran Cudbard... Remove duplicate error message
2012-12-10 Arran Cudbard... Remove old edir code
2012-12-10 Arran Cudbard... Fix over zealous whitespace replacement
2012-12-10 Arran Cudbard... More style fixes
2012-12-10 Arran Cudbard... Add basic accounting support to LDAP
2012-12-09 Arran Cudbard... malloc sections at runtime
2012-12-09 Arran Cudbard... Use correct type of free in rlm_policy
2012-12-09 Arran Cudbard... Fix warnings in rlm_cram
2012-12-09 Arran Cudbard... Reformatting
2012-12-09 Arran Cudbard... Get rid of warnings in rlm_counter
2012-12-09 Arran Cudbard... Add cfree for freeing consts
2012-12-08 Arran Cudbard... Update docs and suse/rhel specs for attrs
2012-12-08 Arran Cudbard... Merge pull request #148 from olivierbeytrison/master
2012-12-08 Olivier Beytrisonfix typo, add doc for ldap-edir, build edir.c with...
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
next