summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.c
Commit message (Expand)AuthorAgeFilesLines
* sdap_get_generic_ext_send: check if we a re still connectedsssd-1.9.2-129.el6Sumit Bose2013-10-221-0/+7
* print hint about password complexity when new password is rejectedsssd-1.9.2-121.el6Pavel Březina2013-08-111-1/+15
* Adding option to disable retrieving large AD groups.sssd-1.9.2-113.el6Lukas Slebodnik2013-08-091-2/+13
* AD: Detect domain controller compatibility versionStephen Gallagher2012-09-241-0/+1
* Fixed wrong number in shadowLastChangeJan Zeleny2012-07-161-1/+2
* LDAP: Auto-detect support for the ldap match ruleStephen Gallagher2012-06-131-1/+95
* Ghost members - removed sdap_check_aliases()Jan Zeleny2012-05-311-108/+0
* Warn to syslog when dereference requests failAriel Barria2012-05-221-2/+2
* LDAP: Handle very large Active Directory groupsStephen Gallagher2012-05-101-2/+25
* Special-case LDAP_SIZELIMIT_EXCEEDEDJakub Hrozek2012-05-071-4/+9
* Read sysdb attribute name, not LDAP attribute map nameJakub Hrozek2012-05-031-2/+2
* sdap_check_aliases must not error when detects the same userJakub Hrozek2012-04-201-13/+31
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-181-2/+4
* LDAP: Add better error logging when ldap_result() failsStephen Gallagher2012-03-211-1/+3
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-241-5/+40
* End request if ldap_parse_result failsJakub Hrozek2012-02-211-0/+3
* Update shadowLastChanged attribute during LDAP password changeJan Zeleny2012-02-061-0/+132
* LDAP: Add option to disable paging controlStephen Gallagher2012-01-181-2/+6
* Use the case sensitivity flag in the LDAP providerJakub Hrozek2011-12-161-4/+5
* Refactor saving sdap entitiesJakub Hrozek2011-12-161-0/+80
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-1/+2
* Prevent printing NULL in several places of LDAP providerJakub Hrozek2011-11-181-2/+4
* Remove confusing do-while loopJakub Hrozek2011-11-021-35/+36
* Use LDAPDerefSpec properlyJakub Hrozek2011-11-021-4/+6
* Store name aliases for users, groupsJakub Hrozek2011-09-281-0/+90
* Keep deref controls until the whole request is finishedJakub Hrozek2011-09-061-8/+45
* Improve error message for LDAP password constraint violationJakub Hrozek2011-09-061-5/+12
* Allow turning dereference off by setting the threshold to 0Jakub Hrozek2011-09-061-1/+7
* sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina2011-09-061-5/+5
* New DEBUG facility - conversionPavel Březina2011-08-251-1/+1
* Fix uninitialized pointer read in sdap_x_deref_parse_entryJakub Hrozek2011-05-241-1/+1
* Fix bad comparison in sdap_has_deref_supportJakub Hrozek2011-05-241-1/+1
* Generic dereference searchJakub Hrozek2011-05-201-0/+139
* OpenLDAP dereference searchesJakub Hrozek2011-05-201-0/+210
* Add support for Attribute Scoped QueriesJakub Hrozek2011-05-201-0/+203
* Generic dereference data structures and utilitiesJakub Hrozek2011-05-201-0/+35
* sdap_get_generic_extJakub Hrozek2011-05-201-73/+202
* Do not leak LDAP paging controlsJakub Hrozek2011-04-281-0/+5
* Add ldap_page_size configuration optionStephen Gallagher2011-04-271-2/+1
* Enable paging support for LDAPStephen Gallagher2011-04-271-23/+117
* Log the LDAP message type we're processingStephen Gallagher2011-04-271-0/+57
* Don't pass NULL to printf for TLS errorsJakub Hrozek2011-04-081-4/+2
* Release handle if not connectedSumit Bose2011-03-091-0/+1
* Add timeout parameter to sdap_get_generic_send()Sumit Bose2011-01-171-5/+6
* ldap: add checks to determine if USN features are available.Simo Sorce2010-12-071-0/+1
* Review comments for namingContexts patchesSumit Bose2010-11-051-9/+9
* Use (default)namingContext to set empty search basesSumit Bose2010-11-041-1/+1
* Add defaultNamingContext to RootDSE attributesSumit Bose2010-11-041-0/+1
* Add some missing ldap_memfree()Sumit Bose2010-10-221-1/+2
* Check if control is supported before using it.Simo Sorce2010-09-151-7/+9