summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing new lines to debug messagesLukas Slebodnik2015-02-181-1/+1
* sdap_print_server: use getpeername() to get server addressSumit Bose2014-10-271-1/+1
* Add sdap_deref_search_with_filter_send()Sumit Bose2014-10-161-5/+71
* LDAP: Do not require a dereference control to be retuned in a replyJakub Hrozek2014-09-291-1/+6
* LDAP: Skip dereferenced entries that we are not permitted to readJakub Hrozek2014-09-081-1/+7
* LDAP: Don't reuse a single tevent callback for multiple requestsJakub Hrozek2014-09-051-27/+53
* LDAP: Ignore returned referrals if referral support is disabledJakub Hrozek2014-09-021-8/+18
* Revert "SDAP: Deref needn't be treated as critical"Lukas Slebodnik2014-08-191-1/+1
* SDAP: Deref needn't be treated as criticalLukas Slebodnik2014-08-091-1/+1
* LDAP: Dump LDAP server IP address with a high DEBUG levelJakub Hrozek2014-08-051-0/+36
* LDAP: Print referrals for debugging purposesJakub Hrozek2014-08-051-1/+10
* SDAP: remove duplicated codePavel Reichl2014-07-221-44/+3
* LDAP: Remove unused output parameter _dn from sdap_parse_entryJakub Hrozek2014-07-081-3/+3
* Implemented LDAP component of GPO-based access controlYassir Elley2014-05-131-0/+180
* sdap: move non async functions from sdap_async.c to sdap_utils.cPavel Březina2014-02-181-118/+0
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-67/+91
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-141/+141
* LDAP: Detect the presence of POSIX attributesJakub Hrozek2014-02-121-0/+200
* 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