summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* ipa: add split_ipa_anchor()Sumit Bose2014-11-202-0/+65
* SYSDB: sysdb_idmap_get_mappings returns ENOENTPavel Reichl2014-11-191-1/+1
* BE: Become a regular user after initializationJakub Hrozek2014-11-181-0/+13
* KRB5: Move all ccache operations to krb5_child.cJakub Hrozek2014-11-185-244/+267
* KRB5: Move checking for illegal RE to krb5_utils.cJakub Hrozek2014-11-185-48/+42
* KRB5: Move ccache-related functions to krb5_ccache.cJakub Hrozek2014-11-189-709/+783
* KRB5: Drop privileges in the child, not the back endJakub Hrozek2014-11-182-21/+56
* PROXY: Preserve service name in proxy providerMichal Zidek2014-11-131-1/+21
* proxy: Do not try to store same alias twiceMichal Zidek2014-11-131-28/+49
* LDAP: Disable token groups by defaultLukas Slebodnik2014-11-121-1/+1
* AD: Change level of debug messageLukas Slebodnik2014-11-111-1/+1
* Revert "LDAP: Change defaults for ldap_user/group_objectsid"Lukas Slebodnik2014-11-101-4/+4
* PAM: Remove authtok from PAM stack with OTPLukas Slebodnik2014-11-071-0/+14
* Fix uuid defaultsSumit Bose2014-11-062-6/+4
* Revert "LDAP: Remove unused option ldap_group_uuid"Sumit Bose2014-11-064-0/+7
* Revert "LDAP: Remove unused option ldap_user_uuid"Sumit Bose2014-11-064-0/+7
* IPA: Store right username to selinux child contextLukas Slebodnik2014-11-061-1/+1
* selinux_child: Do not ignore return values.Michal Zidek2014-11-061-0/+8
* BE: Make struct bet_queue_item private to sssd_beJakub Hrozek2014-11-062-10/+10
* IPA: Move setting the SELinux context to a child processJakub Hrozek2014-11-052-20/+661
* UTIL: Remove more code duplication setting up child processesJakub Hrozek2014-11-053-58/+11
* UTIL: Remove code duplication of struct ioJakub Hrozek2014-11-052-76/+5
* LDAP: Drop privileges after kinit in ldap_childJakub Hrozek2014-11-052-34/+64
* LDAP: read the correct data type from ldap_child's input bufferJakub Hrozek2014-11-051-2/+2
* LDAP: Move sss_krb5_verify_keytab_ex to ldap_childJakub Hrozek2014-11-051-1/+78
* Views: apply user SSH public key overrideSumit Bose2014-11-052-0/+2
* IPA: inherit ldap_user_extra_attrs to AD subdomainsSumit Bose2014-11-051-0/+31
* IPA: use ipaUserGroup object class for groupsPavel Březina2014-11-051-1/+1
* IPA: Rename user_dom into obj_domJakub Hrozek2014-10-301-12/+12
* IPA: Don't fail the request when BE doesn't find the objectJakub Hrozek2014-10-301-4/+6
* sdap_print_server: use getpeername() to get server addressSumit Bose2014-10-271-1/+1
* GPO: Terminate request on errorJakub Hrozek2014-10-221-0/+2
* BE: Own the sbus socket as the SSSD userJakub Hrozek2014-10-222-4/+14
* SBUS: Chown the sbus socket if neededJakub Hrozek2014-10-222-2/+2
* IPA: Handle NULL members in process_members()Jakub Hrozek2014-10-221-0/+6
* ipa_subdomains_handler_master_done: initialize reply_countSumit Bose2014-10-221-1/+1
* ipa: improve error reporting for extdom LDAP exopSumit Bose2014-10-221-3/+6
* ipa: fix issues with older servers not supporting viewsSumit Bose2014-10-223-6/+27
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-202-2/+8
* IPA: Use set_seuser instead of writing selinux login fileMichal Zidek2014-10-201-134/+48
* LDAP: Change defaults for ldap_user/group_objectsidMichal Zidek2014-10-161-4/+4
* UTIL: Always write capathsJakub Hrozek2014-10-162-4/+2
* views: search overrides for user and group requestsSumit Bose2014-10-166-101/+602
* views: get overrides during user and group lookupsSumit Bose2014-10-163-102/+522
* views: add ipa_get_ad_override_send()Sumit Bose2014-10-162-0/+262
* IPA: add view support and get view nameSumit Bose2014-10-166-28/+328
* IPA: make IPA ID context available to extdom client codeSumit Bose2014-10-164-5/+16
* Add sdap_deref_search_with_filter_send()Sumit Bose2014-10-162-5/+88
* nss: add SSS_NSS_GETORIGBYNAME requestSumit Bose2014-10-141-2/+0
* add_v1_group_data: fix for empty members listSumit Bose2014-10-141-16/+25