summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with ber_ typeLukas Slebodnik1-1/+1
2013-07-17print hint about password complexity when new password is rejectedPavel Březina1-0/+8
2013-06-07LDAP: store FQDNs for trusted users and groupsJakub Hrozek1-3/+10
2013-05-30Prevent segfault while processing ASQ requestLukas Slebodnik1-0/+6
2013-05-23Adding option to disable retrieving large AD groups.Lukas Slebodnik1-2/+13
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-1/+2
2013-03-21LDAP: If deref search fails, try again without derefJan Cholasta1-1/+20
2013-03-19Use common error facility instead of sdap_resultSimo Sorce1-26/+22
2013-02-26sysdb: try dealing with binary-content attributesJan Engelhardt1-2/+2
2013-01-10Change pam data auth tokens.Simo Sorce1-2/+2
2012-09-24AD: Detect domain controller compatibility versionStephen Gallagher1-0/+1
2012-07-16Fixed wrong number in shadowLastChangeJan Zeleny1-1/+2
2012-06-13LDAP: Auto-detect support for the ldap match ruleStephen Gallagher1-1/+95
2012-05-31Ghost members - removed sdap_check_aliases()Jan Zeleny1-108/+0
2012-05-22Warn to syslog when dereference requests failAriel Barria1-2/+2
2012-05-10LDAP: Handle very large Active Directory groupsStephen Gallagher1-2/+25
2012-05-07Special-case LDAP_SIZELIMIT_EXCEEDEDJakub Hrozek1-4/+9
2012-05-03Read sysdb attribute name, not LDAP attribute map nameJakub Hrozek1-2/+2
2012-04-20sdap_check_aliases must not error when detects the same userJakub Hrozek1-13/+31
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek1-2/+4
2012-03-21LDAP: Add better error logging when ldap_result() failsStephen Gallagher1-1/+3
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-5/+40
2012-02-21End request if ldap_parse_result failsJakub Hrozek1-0/+3
2012-02-06Update shadowLastChanged attribute during LDAP password changeJan Zeleny1-0/+132
2012-01-18LDAP: Add option to disable paging controlStephen Gallagher1-2/+6
2011-12-16Use the case sensitivity flag in the LDAP providerJakub Hrozek1-4/+5
2011-12-16Refactor saving sdap entitiesJakub Hrozek1-0/+80
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-1/+2
2011-11-18Prevent printing NULL in several places of LDAP providerJakub Hrozek1-2/+4
2011-11-02Remove confusing do-while loopJakub Hrozek1-35/+36
2011-11-02Use LDAPDerefSpec properlyJakub Hrozek1-4/+6
2011-09-28Store name aliases for users, groupsJakub Hrozek1-0/+90
2011-09-06Keep deref controls until the whole request is finishedJakub Hrozek1-8/+45
2011-09-06Improve error message for LDAP password constraint violationJakub Hrozek1-5/+12
2011-09-06Allow turning dereference off by setting the threshold to 0Jakub Hrozek1-1/+7
2011-09-06sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina1-5/+5
2011-08-25New DEBUG facility - conversionPavel Březina1-1/+1
2011-05-24Fix uninitialized pointer read in sdap_x_deref_parse_entryJakub Hrozek1-1/+1
2011-05-24Fix bad comparison in sdap_has_deref_supportJakub Hrozek1-1/+1
2011-05-20Generic dereference searchJakub Hrozek1-0/+139
2011-05-20OpenLDAP dereference searchesJakub Hrozek1-0/+210
2011-05-20Add support for Attribute Scoped QueriesJakub Hrozek1-0/+203
2011-05-20Generic dereference data structures and utilitiesJakub Hrozek1-0/+35
2011-05-20sdap_get_generic_extJakub Hrozek1-73/+202
2011-04-28Do not leak LDAP paging controlsJakub Hrozek1-0/+5
2011-04-27Add ldap_page_size configuration optionStephen Gallagher1-2/+1
2011-04-27Enable paging support for LDAPStephen Gallagher1-23/+117
2011-04-27Log the LDAP message type we're processingStephen Gallagher1-0/+57
2011-04-08Don't pass NULL to printf for TLS errorsJakub Hrozek1-4/+2
2011-03-09Release handle if not connectedSumit Bose1-0/+1