summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Decorate the hot paths in the LDAP provider with systemtap probesJakub Hrozek2016-06-101-0/+17
* LDAP: Print port in sdap_print_serverLukas Slebodnik2016-04-271-3/+16
* SDAP: Make it possible to silence errors from dereferenceJakub Hrozek2016-01-191-8/+17
* SDAP: do not fail if refs are found but not processedPavel Březina2016-01-151-10/+1
* DEBUG: Add missing new linesLukas Slebodnik2015-12-141-2/+2
* SDAP: pass params in sdap_get_and_parse_generic_sendPavel Reichl2015-10-221-2/+6
* SDAP: change type of attrsonly in sdap_get_generic_ext_statePavel Reichl2015-10-221-9/+10
* SDAP: allow_paging in sdap_get_generic_ext_send()Pavel Reichl2015-10-221-18/+25
* SDAP: optional warning - sizelimit exceeded in POSIX checkPavel Reichl2015-10-221-9/+22
* SDAP: Relax POSIX checkPavel Reichl2015-10-021-4/+6
* sdap_async: Use specific errmsg when availableMichal Židek2015-08-191-2/+8
* LDAP: Add sdap_get_and_parse_generic_sendJakub Hrozek2015-07-151-35/+114
* SDAP: Check return value before using output argumentsLukas Slebodnik2015-06-011-6/+8
* AD GPO: Support processing referralsStephen Gallagher2015-05-281-2/+30
* LDAP: Support returning referral informationStephen Gallagher2015-05-281-22/+112
* SDAP: Decorate the sdap_op functions with DEBUG messagesJakub Hrozek2015-03-231-1/+9
* SDAP: Make password change timeout configurable with ldap_opt_timeoutJakub Hrozek2015-03-231-3/+3
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-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