If we don't re-connect, it's an error.
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
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...
2012-10-30 Alan T. DeKokMassive rewrite of the LDAP module.
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-15 Arran Cudbard-BellOnly print out user authorized message if the ldap...
2012-10-15 Arran Cudbard-BellAdd option to disable password check
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayerspass LDAP instance to escape function - currently unused
2012-10-05 Phil Mayersadd REQUEST* and void* to escape functions
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-20 Arran Cudbard-BellMerge pull request #91 from philmayers/ldap-xlat-escape
2012-09-20 Phil Mayerswe should use ldap_escape_func when escaping the URL
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-22 Arran Cudbard-BellFix typo
2012-08-22 Arran Cudbard-BellFix and document max_uses
2012-08-22 Arran Cudbard-BellUpdate src/modules/rlm_ldap/rlm_ldap.c
2012-08-22 Alan T. DeKokAdded "max_uses" parameter
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokmake xlat() take "const char *fmt"
2012-04-29 Alan T. DeKokRate limit some triggers.
2012-04-29 Alan T. DeKokAdded "modules.ldap.fail" for trigger
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2012-04-13 Alan T. DeKokDon't complain if we find an NT-Password
next