summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* GPO: log specific ini parse error messagesMichal Židek2016-03-232-2/+40
* UTIL: Allow to append new line in sss_vdebug_fnLukas Slebodnik2016-03-231-1/+1
* SUDO: be able to parse modifyTimestamp correctlyPavel Březina2016-03-174-29/+62
* IPA SUDO: support old ipasudocmd rdnPavel Březina2016-03-141-22/+103
* IPA SUDO: fix typoPavel Březina2016-03-141-1/+1
* libipa_hbac: Move the library to src/lib/ipa_hbacJakub Hrozek2016-03-128-2782/+1
* libipa_hbac: Fix typo in constant nameJakub Hrozek2016-03-121-1/+1
* libipa_hbac: Add more debug messagesJakub Hrozek2016-03-121-3/+19
* libipa_hbac: Do not use C99Jakub Hrozek2016-03-121-4/+10
* tests: Add a unit test for the external groups resolutionJakub Hrozek2016-03-111-4/+6
* IPA SUDO: download externalUser attributePavel Březina2016-03-093-0/+3
* sdap: improve filtering of multiple results in GC lookupsSumit Bose2016-03-011-42/+6
* remove user certificate if not found on the serverPavel Březina2016-03-011-0/+10
* GPO: Add other display managers to interactive logonStephen Gallagher2016-02-291-1/+6
* GPO: Add Cockpit to the Remote Interactive defaultsStephen Gallagher2016-02-291-1/+3
* IPA: invalidate override data if original view is missingSumit Bose2016-02-261-3/+13
* IPA: lookup idview name even if there is no master domain recordSumit Bose2016-02-261-35/+43
* IPA: Use the common if-else coding styleJakub Hrozek2016-02-251-4/+2
* LDAP: Use the IPA provider interface to resolve external group membersJakub Hrozek2016-02-243-28/+654
* IPA: Add interface to call into IPA provider from LDAP providerJakub Hrozek2016-02-246-1/+342
* Add a new option ldap_group_external_memberJakub Hrozek2016-02-244-0/+6
* subdomains: inherit ldap_krb5_keytabSumit Bose2016-02-231-0/+1
* HBAC: Check format string in hbac log functionLukas Slebodnik2016-02-232-1/+9
* IPA: log real hbac functionLukas Slebodnik2016-02-233-2/+5
* IPA: Use sss_vdebug_fn in hbac_debug_messagesLukas Slebodnik2016-02-231-12/+1
* UTIL: Use prefix for debug functionLukas Slebodnik2016-02-231-2/+2
* Fix typos reported by lintianLukas Slebodnik2016-02-232-2/+2
* krb5_child: Warn if user cannot read krb5.confLukas Slebodnik2016-02-191-0/+24
* PAM: Pass account lockout status and display messagePavel Reichl2016-02-171-0/+19
* SDAP: Add return code ERR_ACCOUNT_LOCKEDPavel Reichl2016-02-173-0/+12
* 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
* FAILOVER: Improve reporting of errorsLukas Slebodnik2016-01-281-7/+13
* IDMAP: Add support for automatic adding of rangesPavel Reichl2016-01-205-5/+15
* 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-192-0/+7
* AD: add task to renew the machine account password if neededSumit Bose2016-01-194-0/+386
* DP_TASK: add be_ptask_get_timeout()Sumit Bose2016-01-192-0/+6
* UTIL: allow to skip default options for child processesSumit Bose2016-01-192-2/+2
* IPA SUDO: Add support for ipaSudoRunAsExt* attributesPavel Březina2016-01-193-0/+17
* 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