summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sss_client: Fix race condition in memory cacheLukas Slebodnik2014-11-244-13/+59
* sss_client: Extract destroying of mmap cache to functionLukas Slebodnik2014-11-241-16/+14
* Man: debug_timestamps and debug_microsecondsMichal Zidek2014-11-201-2/+6
* MAN: Update case_sensitive=Preserving in man pages.Michal Zidek2014-11-201-2/+5
* Enable views for all domainsSumit Bose2014-11-201-2/+1
* IPA: check overrrides for IPA users as wellSumit Bose2014-11-203-4/+432
* IPA: make get_object_from_cache() publicSumit Bose2014-11-202-4/+10
* ipa: add get_be_acct_req_for_uuid()Sumit Bose2014-11-202-6/+40
* LDAP: always store UUID if availableSumit Bose2014-11-202-13/+52
* LDAP: add support for lookups by UUIDSumit Bose2014-11-202-5/+55
* ipa: add split_ipa_anchor()Sumit Bose2014-11-203-0/+97
* sysdb: add sysdb_search_object_by_uuid()Sumit Bose2014-11-203-0/+135
* SYSDB: sysdb_idmap_get_mappings returns ENOENTPavel Reichl2014-11-193-7/+12
* MAN: page edit for ldap_use_tokengroupsDan Lavu2014-11-191-1/+12
* BE: Become a regular user after initializationJakub Hrozek2014-11-181-0/+13
* KRB5: Do not switch_creds() if already the specified userJakub Hrozek2014-11-182-8/+28
* KRB5: Move all ccache operations to krb5_child.cJakub Hrozek2014-11-188-246/+270
* KRB5: Move checking for illegal RE to krb5_utils.cJakub Hrozek2014-11-187-97/+73
* KRB5: Move ccache-related functions to krb5_ccache.cJakub Hrozek2014-11-1811-709/+785
* 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-122-2/+2
* AD: Change level of debug messageLukas Slebodnik2014-11-111-1/+1
* Revert "LDAP: Change defaults for ldap_user/group_objectsid"Lukas Slebodnik2014-11-102-6/+6
* NSS: Fix warning enumerated type mixed with another typeLukas Slebodnik2014-11-102-4/+4
* PAM: Remove authtok from PAM stack with OTPLukas Slebodnik2014-11-072-1/+29
* Fix uuid defaultsSumit Bose2014-11-063-8/+8
* Revert "LDAP: Remove unused option ldap_group_uuid"Sumit Bose2014-11-0610-0/+25
* Revert "LDAP: Remove unused option ldap_user_uuid"Sumit Bose2014-11-0610-0/+25
* 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
* test_sysdb_views: Use unique directory for cacheLukas Slebodnik2014-11-061-1/+3
* 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-054-20/+663
* UTIL: Remove more code duplication setting up child processesJakub Hrozek2014-11-055-58/+42
* UTIL: Remove code duplication of struct ioJakub Hrozek2014-11-054-76/+41
* 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-053-80/+78
* Add ssh pubkey to origbyname requestSumit Bose2014-11-051-0/+2
* Add test for sysdb_add_overrides_to_object()Sumit Bose2014-11-051-0/+235
* Views: apply user SSH public key overrideSumit Bose2014-11-055-40/+126
* sysdb_add_overrides_to_object: add new parameter and multi-value supportSumit Bose2014-11-054-26/+44
* sysdb_get_user_attr_with_views: add mandatory override attributesSumit Bose2014-11-051-39/+8
* nss: return user_attributes in origbyname requestSumit Bose2014-11-052-30/+223
* nss: parse user_attributes optionSumit Bose2014-11-053-0/+48
* Add parse_attr_list_ex() helper functionSumit Bose2014-11-055-116/+208
* IPA: inherit ldap_user_extra_attrs to AD subdomainsSumit Bose2014-11-051-0/+31
* Add add_strings_lists() utility functionSumit Bose2014-11-053-0/+194