summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPA: use ipaUserGroup object class for groupsPavel Březina2014-11-051-1/+1
* NSS: disable midpoint refresh for netgroupsPavel Reichl2014-11-041-14/+43
* CONFDB: Detect&fix misconf opt refresh_expired_intervalPavel Reichl2014-11-041-0/+15
* memberof: check for empty arrays to avoid segfaultsSumit Bose2014-11-041-2/+2
* MONITOR: Fix warning may be used uninitializedMichal Zidek2014-10-311-1/+3
* 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
* IFP: Fix typo in debug messageSumit Bose2014-10-301-1/+1
* nss: preserve service name in getsrv callMichal Zidek2014-10-291-2/+2
* RESPONDERS: Set default value for umaskPavel Reichl2014-10-298-0/+18
* RESPONDERS: Don't hard-code umask value in utility functionPavel Reichl2014-10-291-4/+4
* BUILD: Fix linking cwrap tests with -Wl,--as-neededLukas Slebodnik2014-10-271-1/+1
* RESPONDERS: refactor create_pipe_fd()Pavel Reichl2014-10-272-10/+13
* sdap_print_server: use getpeername() to get server addressSumit Bose2014-10-271-1/+1
* nss: group enumeration fixSumit Bose2014-10-271-0/+3