summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pyhbac: Fix warning Wsign-compareLukas Slebodnik2016-01-291-7/+11
* pysss_murmur: Fix warning Wsign-compareLukas Slebodnik2016-01-291-1/+1
* TOOLS: Fix warning Wsign-compareLukas Slebodnik2016-01-291-1/+1
* IDMAP: Fix minor memory leakPavel Reichl2016-01-281-3/+11
* cache_req: do not lookup views if possiblePavel Březina2016-01-281-6/+84
* cache_req: simplify cache_req_cache_check()Pavel Březina2016-01-281-31/+48
* FAILOVER: Improve reporting of errorsLukas Slebodnik2016-01-281-7/+13
* pam-srv-tests: Reuse test directory for IO testsLukas Slebodnik2016-01-281-1/+1
* Util: Improve code to get connection credentialsSimo Sorce2016-01-285-34/+137
* NSS: do not skip cache check for netgoupsMichal Židek2016-01-211-24/+23
* IDMAP: Add support for automatic adding of rangesPavel Reichl2016-01-2016-62/+1006
* IDMAP: New structure for domain range paramsPavel Reichl2016-01-201-57/+60
* IDMAP: Fix computing max id for slice rangePavel Reichl2016-01-201-3/+3
* p11: add gnome-screensaver to list of allowed servicesSumit Bose2016-01-201-1/+1
* SDAP: Make it possible to silence errors from dereferenceJakub Hrozek2016-01-193-10/+28
* sdap_connect_send: fail if uri or sockaddr is NULLPavel Březina2016-01-191-0/+6
* AD: try to use current server in the renewal taskSumit Bose2016-01-191-3/+23
* FO: add be_fo_get_active_server_name()Sumit Bose2016-01-192-0/+20
* FO: add fo_get_active_server()Sumit Bose2016-01-193-0/+18
* AD: add task to renew the machine account password if neededSumit Bose2016-01-199-0/+425
* DP_TASK: add be_ptask_get_timeout()Sumit Bose2016-01-193-0/+28
* UTIL: allow to skip default options for child processesSumit Bose2016-01-196-38/+47
* IPA SUDO: Add support for ipaSudoRunAsExt* attributesPavel Březina2016-01-195-0/+23
* SUDO: simplify usn filterPavel Březina2016-01-192-11/+5
* SUDO: remember usn as number instead of stringPavel Březina2016-01-194-28/+31
* SUDO: allow disabling full refreshPavel Březina2016-01-191-1/+1
* SUDO: assume zero if usn is unknownPavel Březina2016-01-194-30/+13
* SUDO: remove full_refresh_in_progressPavel Březina2016-01-194-10/+0
* SUDO: sdap_sudo_set_usn() do not steal usnPavel Březina2016-01-192-3/+10
* IPA SUDO: Implement smart refreshPavel Březina2016-01-193-7/+438
* SDAP: Add sdap_or_filtersPavel Březina2016-01-192-7/+27
* IPA SUDO: Remember USNPavel Březina2016-01-191-2/+48
* IPA SUDO: Implement rules refreshPavel Březina2016-01-195-5/+186
* IPA SUDO: Implement full refreshPavel Březina2016-01-195-1/+2281
* IPA SUDO: Implement sudo handlerPavel Březina2016-01-192-0/+120
* IPA SUDO: Add ipasudocmd mappingPavel Březina2016-01-195-0/+26
* IPA SUDO: Add ipasudocmdgrp mappingPavel Březina2016-01-195-0/+28
* IPA SUDO: Add ipasudorule mappingPavel Březina2016-01-196-0/+92
* IPA SUDO: choose between IPA and LDAP schemaPavel Březina2016-01-192-58/+88
* SDAP: use ipa_get_rdn() in nested groupsPavel Březina2016-01-191-71/+9
* IPA: add ipa_get_rdn and ipa_check_rdnPavel Březina2016-01-193-0/+416
* 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-198-396/+354
* 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-1917-57/+35
* 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