summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* responder_common: Create fd for pipe in helperMichal Zidek2014-10-222-72/+65
* NSS: Run as a user specified by monitorJakub Hrozek2014-10-222-1/+5
* SYSDB: Allow calling chown on the sysdb file from monitorMichal Zidek2014-10-223-1/+32
* MONITOR: Allow confdb to be accessed by nonroot userMichal Zidek2014-10-221-1/+12
* BE: Own the sbus socket as the SSSD userJakub Hrozek2014-10-223-4/+22
* SBUS: Allow connections from other UIDsJakub Hrozek2014-10-223-0/+27
* SBUS: Chown the sbus socket if neededJakub Hrozek2014-10-227-9/+39
* SSSD: Load a user to run a service as from configurationJakub Hrozek2014-10-226-0/+73
* BUILD: Add a config option for sssd user, own private directories as the userJakub Hrozek2014-10-221-0/+19
* UTIL: Add a function to convert id_t from a number or a nameJakub Hrozek2014-10-229-13/+360
* IPA: Handle NULL members in process_members()Jakub Hrozek2014-10-221-0/+6
* Fix debug messages - trailing '.'Pavel Reichl2014-10-221-2/+2
* ipa_subdomains_handler_master_done: initialize reply_countSumit Bose2014-10-221-1/+1
* test_server: Fix waiting for background processLukas Slebodnik2014-10-221-3/+6
* BUILD: Fix automake warningLukas Slebodnik2014-10-221-4/+4
* 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
* TESTS: Unit tests for server_setupJakub Hrozek2014-10-202-1/+266
* TESTS: Add -std=gnu99 to cwrap tests CFLAGSPavel Reichl2014-10-201-0/+1
* TESTS: Unit tests can use confdb without using sysdbJakub Hrozek2014-10-201-24/+28
* UTIL: Use a custom PID_PATH and DB_PATH when unit testing server.cJakub Hrozek2014-10-201-4/+31
* SSSD: Chown the log filesJakub Hrozek2014-10-203-0/+40
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-2012-10/+56
* IPA: Use set_seuser instead of writing selinux login fileMichal Zidek2014-10-201-134/+48
* sss_semanage: Add mlsrange parameter to set_seuserMichal Zidek2014-10-204-12/+20
* util: Move semanage related functions to src/utilMichal Zidek2014-10-205-336/+365
* Updating the translations for the 1.12.2 releasesssd-1_12_2Jakub Hrozek2014-10-2016-5290/+10380
* sudo: support viewsPavel Březina2014-10-201-3/+11
* IFP: support viewsPavel Březina2014-10-201-21/+46
* Add sysdb_get_user_attr_with_viewsPavel Březina2014-10-202-0/+118
* Add sysdb_search_[user|group]_override_attrs_by_namePavel Březina2014-10-202-25/+51
* nss: make enumeration requests aware of viewsSumit Bose2014-10-201-6/+8
* sysdb: add sysdb_enumpw/grent_with_views()Sumit Bose2014-10-202-0/+96
* pam: make pam responder aware if viewsSumit Bose2014-10-201-1/+1
* sid2name: return name without views appliedSumit Bose2014-10-202-2/+23
* nss: add view support for getgr* requestsSumit Bose2014-10-201-13/+50