Pass a threadsafe ctx into fr_connection_pool create callback
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-06-15 Arran Cudbard-BellBetter ldap version fixes
2014-06-14 Arran Cudbard-BellPrint error if we can't get libldap version
2014-06-14 Arran Cudbard-BellAdd more version checks for modules
2014-06-13 Arran Cudbard-BellExtraneous comma
2014-06-13 Arran Cudbard-BellRemove 'children' option from rlm_ldap debug messages...
2014-06-13 Arran Cudbard-BellOnly parse dereference value if we actually have a...
2014-06-13 Arran Cudbard-BellUse correct lookup table. Fixes #686
2014-06-13 Herwin WeststrateFixed compile error in rlm_ldap
2014-06-13 Arran Cudbard-BellAdd support for dereferencing (following LDAP aliases)
2014-06-11 Arran Cudbard-BellNot every LDAP library supports setting Network Timeout
2014-06-10 Arran Cudbard-BellMore fixes for Betriebssystemschwein
2014-06-03 Arran Cudbard-BellFormatting
2014-05-28 Arran Cudbard-BellDon't need memset if it's static
2014-05-25 Arran Cudbard-BellSync rlm_python and rlm_ldap with master
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Arran Cudbard-BellVarious scan-build fixes
2014-05-02 Arran Cudbard-BellDoxygen
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-23 Alan T. DeKokMake ldap -C safe. Addresses #559
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-17 Arran Cudbard-BellIt's cleartext password not Clear-Text password or...
2014-02-17 Arran Cudbard-BellHide eDirectory passwords too
2014-02-17 Alan T. DeKokAdd "secret" flag to configuration items.
2014-01-27 Arran Cudbard-Bellexport ldap_scope
2013-12-18 Arran Cudbard-Bellrlm_ldap_modify returns and ldap_rcode_t NOT and rlm_rc...
2013-12-18 Arran Cudbard-BellUse correct operator in eDirectory debug message
2013-12-12 Arran Cudbard-Bellformatting
2013-12-11 Arran Cudbard-BellShould print the result code too for eDir failures
2013-12-09 Arran Cudbard-Bellbase_dn is no longer required
2013-12-05 Arran Cudbard-BellOutput more verbose errors for eDirectory
2013-12-04 Arran Cudbard-Bellbase_dn defaults to a zero length string to allow top...
2013-12-04 Arran Cudbard-BellSmall tweak to ldap debug output
2013-11-26 Arran Cudbard-BellProcess attribute maps if we just have a generic attrib...
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-25 Arran Cudbard-BellFix defaults for chase_referrals and rebind
2013-09-17 Arran Cudbard-Bellxlat expand profile filter
2013-09-03 Arran Cudbard-BellOnly fallback to dynamic search if no attributes exist...
2013-08-12 Alan T. DeKokFix horrific spacing issue.
2013-07-30 Olivier BeytrisonMove paircompare to DICT_ATTR
2013-07-26 Arran Cudbard-BellMore configuration sanity checks for rlm_ldap
2013-07-23 Arran Cudbard-BellSkip membership checks if no membership attribute is...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellUse <INVALID> instead of ¿unknown? to be consistent...
2013-07-10 Arran Cudbard-BellRestructure map2request and dependencies to return...
2013-07-03 Arran Cudbard-BellOnly call paircompare register once per instance of...
2013-07-03 Arran Cudbard-BellEverything else uses attribute
2013-07-03 Arran Cudbard-BellLast tranche of config item name standardisation (in...
2013-07-02 Arran Cudbard-BellUse standard TLS config item names across all modules
2013-07-02 Arran Cudbard-BellAttribute should be singular not plaural
2013-07-02 Arran Cudbard-BellSupport 'children' scope
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-06-28 Arran Cudbard-BellSprinkle PW_TYPE_REQUIRED over module configuration...
2013-06-26 Arran Cudbard-BellUse nas_type consistently
2013-06-25 Arran Cudbard-BellUse the exact names of config-items to avoid pain later
2013-06-25 Arran Cudbard-BellFormatting
2013-06-25 Arran Cudbard-BellFix potential segv in rlm_ldap if profile_filter was...
2013-06-25 Arran Cudbard-BellRemove magic inheritance magic for base_dn
2013-06-24 Arran Cudbard-BellBe consistent with config items, it should be base_dn...
2013-06-24 Arran Cudbard-BellTypo
2013-06-24 Arran Cudbard-BellTypo
2013-06-20 Arran Cudbard-BellUse more consistent configuration item names in ldap
2013-06-20 Arran Cudbard-BellDynamic LDAP clients
2013-05-07 Arran Cudbard-BellTypo
2013-05-07 Arran Cudbard-BellAnd this is now an error
2013-05-07 Arran Cudbard-BellUse libldap default values for require_cert
2013-05-07 Arran Cudbard-BellDon't need to warn about rebind as it's checked on...
2013-05-07 Arran Cudbard-BellFixes #236 - Use correct interface for setting cert...
2013-04-30 Alan T. DeKokAdded pairstrcpy()
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-15 Arran Cudbard-BellUse consistent names for the connection functions
2013-04-15 Arran Cudbard-BellMake connection re-use scheme configurable
2013-04-14 Alan T. DeKokConvert map / tmpl to use talloc
2013-04-12 Arran Cudbard-BellAdd support back for generic attributes in rlm_ldap
2013-04-11 Arran Cudbard-BellAllow log prefix to be specified manually for connectio...
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokDon't call mod_detach() from instantiate
2013-03-28 Arran Cudbard-BellOnly retrieve membership attributes if we need to proce...
2013-03-27 Arran Cudbard-BellMore fixes
2013-03-27 Arran Cudbard-BellFixes for new group code
2013-03-26 Arran Cudbard-BellFinish cacheable group membership code
2013-03-26 Arran Cudbard-BellIts a directory
2013-03-26 Alan T. DeKokFix typo. Closes #253
2013-03-25 Arran Cudbard-BellSanitize some inst field names
2013-03-23 Arran Cudbard-BellThe big WARNING: should be enough indentation
2013-03-23 Arran Cudbard-BellMore cleanups
2013-03-23 Arran Cudbard-BellPhase 0.5 of cacheable group membership
next