summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Add a new error code for malformed access control filterJakub Hrozek2014-01-091-6/+6
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-191-5/+16
* sdap_get_generic_ext_send: check if we a re still connectedSumit Bose2013-10-221-0/+7
* Fix formating of variables with ber_ typeLukas Slebodnik2013-09-111-1/+1
* print hint about password complexity when new password is rejectedPavel Březina2013-07-171-0/+8
* LDAP: store FQDNs for trusted users and groupsJakub Hrozek2013-06-071-3/+10
* Prevent segfault while processing ASQ requestLukas Slebodnik2013-05-301-0/+6
* Adding option to disable retrieving large AD groups.Lukas Slebodnik2013-05-231-2/+13
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-1/+2
* LDAP: If deref search fails, try again without derefJan Cholasta2013-03-211-1/+20
* Use common error facility instead of sdap_resultSimo Sorce2013-03-191-26/+22
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-261-2/+2
* Change pam data auth tokens.Simo Sorce2013-01-101-2/+2
* 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