summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typos reported by lintianLukas Slebodnik2016-02-231-1/+1
* SDAP: Add return code ERR_ACCOUNT_LOCKEDPavel Reichl2016-02-172-0/+10
* Just return NULL if tevent_req_create() failsSumit Bose2016-02-111-2/+1
* SDAP: Add error code to debug messagePavel Reichl2016-02-091-2/+4
* IDMAP: Add support for automatic adding of rangesPavel Reichl2016-01-203-5/+13
* SDAP: Make it possible to silence errors from dereferenceJakub Hrozek2016-01-192-9/+23
* sdap_connect_send: fail if uri or sockaddr is NULLPavel Březina2016-01-191-0/+6
* SUDO: simplify usn filterPavel Březina2016-01-191-4/+2
* SUDO: remember usn as number instead of stringPavel Březina2016-01-193-21/+24
* SUDO: allow disabling full refreshPavel Březina2016-01-191-1/+1
* SUDO: assume zero if usn is unknownPavel Březina2016-01-192-16/+7
* SUDO: remove full_refresh_in_progressPavel Březina2016-01-192-5/+0
* SUDO: sdap_sudo_set_usn() do not steal usnPavel Březina2016-01-192-3/+10
* SDAP: Add sdap_or_filtersPavel Březina2016-01-192-7/+27
* SDAP: use ipa_get_rdn() in nested groupsPavel Březina2016-01-191-71/+9
* SUDO: fail on failed request that cannot be retryPavel Březina2016-01-191-0/+3
* SUDO: allow to disable ptaskPavel Březina2016-01-191-16/+20
* SUDO: move code shared between ldap and ipa to separate modulePavel Březina2016-01-194-110/+197
* SUDO: make sudo sysdb interface more reusablePavel Březina2016-01-194-327/+15
* SUDO: use sdap_search_bases instead custom sb iteratorPavel Březina2016-01-191-104/+23
* SDAP: support empty filters in sdap_combine_filters()Pavel Březina2016-01-191-1/+4
* SDAP: rename sdap_get_id_specific_filterPavel Březina2016-01-1911-39/+20
* SDAP: Add request that iterates over all search basesPavel Březina2016-01-195-7/+286
* SDAP: do not fail if refs are found but not processedPavel Březina2016-01-151-10/+1
* SDAP: handle ret properly in ldap_get_options()Pavel Březina2016-01-141-4/+9
* ldap: remove originalMeberOf if there is no memberOfSumit Bose2016-01-121-1/+7
* sdap_save_grpmem: determine domain by SID if possibleSumit Bose2016-01-061-13/+35
* Use right domain for user lookupsSumit Bose2016-01-061-1/+1
* SUDO: get srv_opts after we are connectedPavel Březina2015-12-151-1/+3
* SUDO: use size_t instead of int in for cyclesPavel Březina2015-12-151-2/+2
* SUDO: make sdap_sudo_handler staticPavel Březina2015-12-152-2/+4
* SUDO: remove finalizerPavel Březina2015-12-151-7/+1
* SUDO: obtain host information when going onlinePavel Březina2015-12-153-55/+101
* SUDO: fix potential memory leak in sdap_sudo_initPavel Březina2015-12-151-2/+9
* SUDO: do not imitate full refresh if usn is unknown in smart refreshPavel Březina2015-12-152-20/+23
* SUDO: built host filter inside sdap_sudo_refresh requestPavel Březina2015-12-153-245/+215
* SUDO: set USN inside sdap_sudo_refresh requestPavel Březina2015-12-153-60/+49
* SUDO: sdap_sudo_load_sudoers improve iteratorPavel Březina2015-12-151-69/+55
* SUDO: fix sdap_sudo_smart_refresh_recv()Pavel Březina2015-12-151-7/+7
* SUDO: fix tevent stylePavel Březina2015-12-154-300/+265
* SUDO: fix sdap_id_op logicPavel Březina2015-12-151-16/+18
* SUDO: simplify error handlingPavel Březina2015-12-154-70/+41
* SUDO: move offline check to handlerPavel Březina2015-12-152-6/+5
* SUDO: move refreshes from sdap_sudo.c to sdap_sudo_refresh.cPavel Březina2015-12-153-642/+639
* SUDO: convert periodical refreshes to be_ptaskPavel Březina2015-12-154-657/+185
* LDAP: Mark globals in ldap_opts.h as externPavel Březina2015-12-142-330/+388
* DEBUG: Add missing new linesLukas Slebodnik2015-12-142-3/+3
* LDAP: check early for missing SID in mapping checkSumit Bose2015-12-101-0/+6
* initgr: only search for primary group if it is not already cachedSumit Bose2015-11-271-21/+36
* ldap: skip sdap_save_grpmem() if ignore_group_members is setSumit Bose2015-11-271-0/+8