Quiet clang scan
[freeradius.git] / src / modules / rlm_ldap / ldap.h
2016-01-30 Arran Cudbard-BellQuiet clang scan
2016-01-30 Arran Cudbard-Bellrand_file can only be set as a global option
2015-07-01 Arran Cudbard-Bellldap_parse_urls sets the default port, so check the...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-23 Arran Cudbard-BellMinor formatting fixes
2015-06-16 Arran Cudbard-BellFixes to SASL interactive bind, as posted to the list...
2015-06-14 Arran Cudbard-BellBackport SASL interactive bind (non interactive didn...
2015-05-14 Arran Cudbard-BellCallbacks used by map_to_request should take a TALLOC_C...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-06 Arran Cudbard-BellConsistent module names and instance structs
2015-05-02 Arran Cudbard-BellExpose rlm_ldap_map_getvalue
2015-05-01 Arran Cudbard-BellSome LDAP structure documentation
2015-05-01 Arran Cudbard-BellMap profile belongs in rlm_ldap.c
2015-05-01 Arran Cudbard-BellUse tmpl_expand to get LDAP rhs values
2015-04-30 Arran Cudbard-Bellvalue_pair_map_t -> vp_map_t
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-11 Arran Cudbard-BellCheck we have all the functions needed for ldap_create_...
2015-04-11 Arran Cudbard-BellCopyright updates and formatting in rlm_ldap
2015-04-11 Arran Cudbard-BellAdd support for specifying server side sort controls
2015-04-11 Arran Cudbard-BellFormatting
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-23 Arran Cudbard-BellSome libldap packagers define LDAP_VENDOR_VERSION_PATCH...
2015-03-11 Arran Cudbard-BellRename value_pair_tmpl_t for v3.0.x too, else merging...
2015-03-02 Arran Cudbard-BellAdd support for bulk client templates
2015-02-20 Arran Cudbard-BellChange xlat_name to name in rlm_ldap
2015-02-16 Arran Cudbard-BellAdd support for non-interactive SASL mechs in rlm_ldap
2015-01-17 Arran Cudbard-BellSwitch relevant config items in rlm_ldap to tmpls
2015-01-16 Arran Cudbard-BellReturn updated if rlm_ldap updated the request
2014-12-18 Alan T. DeKokIt's VERY useful to print out "server" on startup
2014-12-17 Arran Cudbard-BellRemove URI field from rlm_ldap
2014-12-17 Arran Cudbard-Bellrework LDAP host parsing code again to deal with multip...
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-09 Arran Cudbard-BellOnly include <ldap.h> in ldap.h
2014-12-09 Arran Cudbard-BellWork around potential race in ldap_create
2014-12-08 Arran Cudbard-BellDefine LDAP_DEPRECATED outside of autoconf (and before...
2014-12-08 Arran Cudbard-BellConvert all calls to ldap_get_values (now deprecated...
2014-12-08 Arran Cudbard-BellFixup stupidity around rlm_ldap URL handling
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-20 Arran Cudbard-BellNormalise group check DNs and LDAP DNs
2014-11-14 Arran Cudbard-BellRename LDAP connection functions to be consistent with...
2014-10-20 Arran Cudbard-BellFixup LDAP clients so nested sections are processed too
2014-10-19 Arran Cudbard-BellModify map_afrom_cs to take a validation callback to...
2014-10-13 Arran Cudbard-BellAllow arbitrary attributes for LDAP clients
2014-08-06 Arran Cudbard-BellForce should be a bool
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