Pass a threadsafe ctx into fr_connection_pool create callback
[freeradius.git] / src / modules / rlm_ldap / ldap.c
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-BellFormatting
2014-06-11 Arran Cudbard-BellNot every LDAP library supports setting Network Timeout
2014-05-28 Arran Cudbard-BellStatus should always be initialised in rlm_ldap_bind
2014-05-28 Arran Cudbard-BellNeed extra break
2014-05-28 Arran Cudbard-BellMore LDAP tweaks
2014-05-28 Arran Cudbard-BellDon't retry ldap binds on failure (if were opening...
2014-05-26 Arran Cudbard-BellImpose a hard limit on the number of reconnection attem...
2014-05-11 Arran Cudbard-BellRemove module specific debug messages when failing...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-02-25 Arran Cudbard-BellConcede the war on known good vs reference passwords
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-27 Arran Cudbard-BellTypo
2014-01-27 Arran Cudbard-BellOutput scope in 'Performing search' message
2014-01-21 Arran Cudbard-BellFixup format strings
2013-11-29 Arran Cudbard-BellLDAP_OPT_DEBUG_LEVEL only appears to work if set in...
2013-11-29 Arran Cudbard-BellInitialise TLS context last, after setting all the...
2013-11-27 Arran Cudbard-BellShould be case insensitive comparison
2013-11-26 Arran Cudbard-Bellattribute with value 'false' always negates result...
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-10-29 Arran Cudbard-BellFix typo
2013-10-28 Alan T. DeKokCheck return of talloc
2013-10-28 Arran Cudbard-BellWrite LDAP handle directly to conn->handle
2013-10-28 Arran Cudbard-BellUse talloc_get_type_abort to convert the void to ldap_h...
2013-10-28 Arran Cudbard-BellWrong argument (inst instead of conn) passed to the...
2013-08-06 Arran Cudbard-BellFix logic error in rlm_ldap lockout
2013-07-23 Arran Cudbard-BellFix segv in rlm_ldap_search
2013-07-23 Arran Cudbard-BellFix segv in rlm_ldap_search
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-20 Arran Cudbard-BellDynamic LDAP clients
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-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-20 Matthew Newtonfixup DIAG_{ON,OFF} to get rid of compiler errors
2013-04-19 Arran Cudbard-BellMore GCC fixes
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellFix more GCC warnings
2013-04-18 Arran Cudbard-BellUse universal diagnostic macros
2013-04-18 Arran Cudbard-BellIgnore ldap_int_tls_config warning
2013-04-18 Arran Cudbard-BellUse consistent argument names for connection API callbacks
2013-04-17 Arran Cudbard-BellFix doxygen warnings
2013-04-15 Arran Cudbard-BellUse consistent names for the connection functions
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-03-27 Arran Cudbard-BellMore LDAP fixes
2013-03-27 Arran Cudbard-BellMore fixes
2013-03-27 Arran Cudbard-BellFixes for new group code
2013-03-26 Arran Cudbard-BellTypo in rlm_ldap_xlat_filter
2013-03-26 Arran Cudbard-BellFix documentation
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-BellFix typo
2013-03-23 Arran Cudbard-BellMerge pull request #244 from olivierbeytrison/rlm_ldap_fix
2013-03-23 Olivier Beytrisonfix warnings in ldap.c
2013-03-23 Arran Cudbard-BellDoxygen doesn't like it when you document function...
2013-03-23 Arran Cudbard-BellMore cleanups
2013-03-23 Arran Cudbard-BellFixup doxygen documentation
2013-03-23 Arran Cudbard-BellPhase 0.5 of cacheable group membership
2013-03-23 Arran Cudbard-BellMinor formatting fixes
2013-03-23 Arran Cudbard-BellAssert if we don't have a valid connection
2013-03-22 Arran Cudbard-BellReturn ldap_rcode_t from rlm_ldap_bind for consistency
2013-03-20 Arran Cudbard-BellInitialise more things
2013-03-20 Arran Cudbard-BellTypo
2013-03-20 Arran Cudbard-BellFix coverity issues in rlm_ldap
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 Alan T. DeKokConvert pairmake() to talloc
2013-03-19 Arran Cudbard-BellReorganise rlm_ldap