summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-17Add timeout parameter to sdap_get_generic_send()Sumit Bose1-5/+6
2010-12-07ldap: add checks to determine if USN features are available.Simo Sorce1-0/+1
2010-11-05Review comments for namingContexts patchesSumit Bose1-9/+9
2010-11-04Use (default)namingContext to set empty search basesSumit Bose1-1/+1
2010-11-04Add defaultNamingContext to RootDSE attributesSumit Bose1-0/+1
2010-10-22Add some missing ldap_memfree()Sumit Bose1-1/+2
2010-09-15Check if control is supported before using it.Simo Sorce1-7/+9
2010-09-15Revert "Make ldap bind asynchronous"Jakub Hrozek1-201/+70
2010-09-02Make ldap bind asynchronousMartin Nagy1-70/+201
2010-09-02Properly handle errors from a password change operationStephen Gallagher1-8/+14
2010-07-09Log TLS errors to syslogStephen Gallagher1-1/+17
2010-07-09Remove remainder of now unused global LDAP connection handle.eindenbom1-1/+1
2010-06-28Make RootDSE optionalStephen Gallagher1-1/+3