Attribute should be singular not plaural
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
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
2013-03-23 Arran Cudbard-BellDon't stop processing if we hit a zero length profile
2013-03-23 Arran Cudbard-BellNeed to include base filter when searching for groups
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-BellQuiet dumb compiler
2013-03-20 Arran Cudbard-BellInitialise more values
2013-03-20 Arran Cudbard-BellCleanup edir code, always build edir code
2013-03-20 Arran Cudbard-BellTypo
2013-03-20 Arran Cudbard-BellMore LDAP fixes
2013-03-20 Arran Cudbard-BellFixup edir code
2013-03-20 Arran Cudbard-BellFix coverity issues in rlm_ldap
2013-03-20 Alan T. DeKokMore function renaming
2013-03-20 Alan T. DeKokRe-name all of the module functions.
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 Arran Cudbard-BellReorganise rlm_ldap
2013-03-18 Arran Cudbard-BellCleanup ldap encoding function
2013-03-16 Alan T. DeKokUse instance context for talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-14 Arran Cudbard-BellInitialise error to null
2013-03-09 Arran Cudbard-BellRefactor error message handling in rlm_ldap
2013-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Olivier BeytrisonCorrect bind error handling in rlm_ldap
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
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
next