Pass a threadsafe ctx into fr_connection_pool create callback
[freeradius.git] / src / modules / rlm_ldap / ldap.h
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
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-05-28 Arran Cudbard-BellAdd \0 safe parsing of LDAP binary attributes
2014-05-28 Arran Cudbard-BellMore LDAP tweaks
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-04-25 Alan T. DeKokMore "make whitespace"
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-17 Arran Cudbard-BellIt's cleartext password not Clear-Text password or...
2014-01-27 Arran Cudbard-Bellexport ldap_scope
2013-12-05 Arran Cudbard-BellOutput more verbose errors for eDirectory
2013-12-05 Arran Cudbard-BellIncrease debug level required to show missing attribute...
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-23 Arran Cudbard-BellSkip membership checks if no membership attribute is...
2013-07-23 Arran Cudbard-BellAlways get the result when were searching so we can...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellUse standard TLS config item names across all modules
2013-06-25 Arran Cudbard-BellRemove magic inheritance magic for base_dn
2013-06-20 Arran Cudbard-BellDynamic LDAP clients
2013-05-07 Arran Cudbard-BellFixes #236 - Use correct interface for setting cert...
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-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellUse consistent argument names for connection API callbacks
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-15 Arran Cudbard-BellUse consistent names for the connection functions
2013-04-13 Arran Cudbard-BellMore minor cleanups
2013-04-12 Arran Cudbard-BellAdd support back for generic attributes in rlm_ldap
2013-03-27 Arran Cudbard-BellMore LDAP fixes
2013-03-26 Arran Cudbard-BellFinish cacheable group membership code
2013-03-25 Arran Cudbard-BellSanitize some inst field names
2013-03-23 Arran Cudbard-BellMore cleanups
2013-03-23 Arran Cudbard-BellPhase 0.5 of cacheable group membership
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-BellTypo
2013-03-20 Arran Cudbard-BellCleanup edir code, always build edir code
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