Remove fr_connection_delete
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
2013-03-23 Arran Cudbard-BellPhase 0.5 of cacheable group membership
2013-03-23 Arran Cudbard-BellDon't stop processing if we hit a zero length profile
2013-03-23 Arran Cudbard-BellNeed to include base filter when searching for groups
2013-03-23 Arran Cudbard-BellMinor formatting fixes
2013-03-22 Arran Cudbard-BellReturn ldap_rcode_t from rlm_ldap_bind for consistency
2013-03-20 Arran Cudbard-BellQuiet dumb compiler
2013-03-20 Arran Cudbard-BellInitialise more values
2013-03-20 Arran Cudbard-BellCleanup edir code, always build edir code
2013-03-20 Arran Cudbard-BellTypo
2013-03-20 Arran Cudbard-BellMore LDAP fixes
2013-03-20 Arran Cudbard-BellFixup edir code
2013-03-20 Arran Cudbard-BellFix coverity issues in rlm_ldap
2013-03-20 Alan T. DeKokMore function renaming
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Arran Cudbard-BellFix documentation and typo
2013-03-19 Arran Cudbard-BellExplicitly specify whether we want to query to get...
2013-03-19 Arran Cudbard-BellUse rlm_ldap_find_user to retrieve access, membership...
2013-03-19 Arran Cudbard-BellReorganise rlm_ldap
2013-03-18 Arran Cudbard-BellCleanup ldap encoding function
2013-03-16 Alan T. DeKokUse instance context for talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-14 Arran Cudbard-BellInitialise error to null
2013-03-09 Arran Cudbard-BellRefactor error message handling in rlm_ldap
2013-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Olivier BeytrisonCorrect bind error handling in rlm_ldap
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-02 Alan T. DeKokIf we don't re-connect, it's an error.
2013-03-02 Alan T. DeKokMade "chase_referrals" and "rebind" to "yes" by default.
2013-02-20 Arran Cudbard-BellFix typo
2013-02-20 Arran Cudbard-BellUse talloc to alloc conn memory
2013-02-20 Arran Cudbard-BellRemove conn
2013-02-20 Arran Cudbard-BellMerge pull request #203 from alanbuxey/master
2013-02-20 Arran Cudbard-BellAvoid calling fr_connection_reconnect if were in a...
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-19 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-19 Alan T. DeKokPrint out better message on operations error
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Alan T. DeKokNote fall-through
2013-02-17 Alan T. DeKokEnsure conn is initialized
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-16 Arran Cudbard-BellUpdate LDAP default config
2013-01-16 Arran Cudbard-BellSwitch to using explicit template types
2013-01-15 Arran Cudbard-BellUpdate attrmap functions to be more flexible, and add...
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-19 Arran Cudbard-BellAttempt to reconnect all the connections
2012-12-15 Arran Cudbard-BellUse async call so we can timeout on ldap modifications
2012-12-11 Arran Cudbard-BellIgnore right operand for !*
2012-12-11 Arran Cudbard-BellReturn noop if we did no work
2012-12-11 Arran Cudbard-BellAdd missing module prefix to some log messages
2012-12-11 Arran Cudbard-BellOnly allow ANY for !*
2012-12-11 Arran Cudbard-BellPass msg_id into ldap_result
2012-12-11 Arran Cudbard-BellRevert changes to LDAP bind
2012-12-11 Arran Cudbard-BellAlready have an ldap_errno
2012-12-11 Arran Cudbard-BellAdd warning about replacing multiple attributes
2012-12-11 Arran Cudbard-BellMissed & operator
2012-12-11 Arran Cudbard-BellChange more return code checks to use != LDAP_SUCCESS
2012-12-10 Arran Cudbard-BellShould allocate MAX_ATTRMAP + 1 for pointers
2012-12-10 Arran Cudbard-BellAdd increment operator for LDAP
2012-12-10 Arran Cudbard-Bellcf_reference_item should return the current item if...
2012-12-10 Arran Cudbard-Belluser_dn should be initialised to NULL
2012-12-10 Arran Cudbard-BellMove eDir autz code into authorize, freeing post-auth...
2012-12-10 Arran Cudbard-BellDon't pass presult
2012-12-10 Arran Cudbard-BellFix typo
2012-12-10 Arran Cudbard-BellRename cfree to rad_cfree
2012-12-10 Arran Cudbard-BellRemove duplicate error message
2012-12-10 Arran Cudbard-BellAdd basic accounting support to LDAP
2012-12-09 Arran Cudbard-BellAdd cfree for freeing consts
2012-12-08 Arran Cudbard-BellMerge pull request #146 from olivierbeytrison/master
2012-12-08 Arran Cudbard-BellFix more typos
2012-12-07 Arran Cudbard-BellMerge pull request #145 from mcnewton/master
2012-12-07 Matthew Newtonfix typo
2012-12-07 Arran Cudbard-BellMerge 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-04 Arran Cudbard-BellRemove last traces of do_xlat from rlm_ldap, add %...
2012-12-03 Arran Cudbard-BellFix memory leak in radius_get_vp
2012-12-02 Arran Cudbard-BellAdd module failure message to rlm_exec
2012-12-02 Arran Cudbard-BellMore consistent
2012-12-01 Arran Cudbard-BellWe'll figure something out for attribute comparison...
2012-12-01 Arran Cudbard-BellAdd even more debugging messages, and a sane check...
2012-12-01 Arran Cudbard-Bellgroupcmp debug messages should probably include the...
2012-12-01 Arran Cudbard-BellMinor debug message tweaks
2012-12-01 Arran Cudbard-BellMake rlm_ldap debug messages suck less
2012-12-01 Arran Cudbard-BellHard wrap at 80 coolumns for legacy editors
2012-12-01 Arran Cudbard-BellRename groupmemb_filt
2012-12-01 Arran Cudbard-BellWrite group filter expansion to the correct buffer
2012-12-01 Arran Cudbard-BellDont fail if the update section is specified but empty
2012-12-01 Arran Cudbard-BellAttrs array should be const char * const *
2012-12-01 Arran Cudbard-BellRemove unused variable
2012-12-01 Arran Cudbard-BellConvert spaces to tabs
2012-12-01 Arran Cudbard-BellSwitch to using new config based attribute map
2012-12-01 Arran Cudbard-BellRemove 'did work' warning, as it'll always be triggered...
2012-10-30 Arran Cudbard-Bellre-add the expect_password option
2012-10-30 Arran Cudbard-BellFixup xlat calls in rlm_ldap to work with new function...
next