summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-056-20/+691
* 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-053-35/+67
* 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
* BUILD: Install ldap_child and as setuid if running under non-privileged userJakub Hrozek2014-11-052-1/+6
* Add ssh pubkey to origbyname requestSumit Bose2014-11-051-0/+2
* Add test for sysdb_add_overrides_to_object()Sumit Bose2014-11-052-0/+251
* 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-056-117/+212
* 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
* TESTS: Add tests for the views-related option mapsJakub Hrozek2014-10-221-1/+2
* SBUS: Fix error handling after closing containerLukas Slebodnik2014-10-221-0/+2
* pyhbac,pysss: fix reference leaksPavel Reichl2014-10-222-12/+20
* GPO: Terminate request on errorJakub Hrozek2014-10-221-0/+2
* NSS: Possibility to use any shells in 'allowed_shells'Denis Kutin2014-10-222-6/+23
* MAN PAGE: modified sssd-ldap.5.xml for sssd ticket #2451Dan Lavu2014-10-221-1/+25
* SPEC: Print testsuite log for failed testLukas Slebodnik2014-10-221-1/+1
* SSH: Run the ssh responder as the SSSD userJakub Hrozek2014-10-222-2/+4
* SUDO: Run the sudo responder as the SSSD userJakub Hrozek2014-10-222-2/+3
* PAC: Run the pac responder as the SSSD userJakub Hrozek2014-10-222-2/+4
* AUTOFS: Run the autofs responder as the SSSD userJakub Hrozek2014-10-222-2/+3
* PAM: Run pam responder as nonrootMichal Zidek2014-10-222-2/+3
* PAM: Create pipe file descriptors before privileges are droppedMichal Zidek2014-10-221-4/+26
* responders: Do not initialize pipe fd if already presentMichal Zidek2014-10-229-14/+24
* TEST: Unit test for create_pipe_fdJakub Hrozek2014-10-221-0/+91