summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* PAM: Move is_uid_trusted from pam_ctx to preqJakub Hrozek2014-11-252-12/+13
* PAM: Check for trusted domain before sending the request to BEJakub Hrozek2014-11-251-41/+26
* PAM: Make pam_forwarder_parse_data staticJakub Hrozek2014-11-241-1/+1
* NSS: Fix warning enumerated type mixed with another typeLukas Slebodnik2014-11-102-4/+4
* Add ssh pubkey to origbyname requestSumit Bose2014-11-051-0/+2
* Views: apply user SSH public key overrideSumit Bose2014-11-051-29/+94
* sysdb_add_overrides_to_object: add new parameter and multi-value supportSumit Bose2014-11-051-1/+1
* nss: return user_attributes in origbyname requestSumit Bose2014-11-051-30/+90
* nss: parse user_attributes optionSumit Bose2014-11-052-0/+22
* Add parse_attr_list_ex() helper functionSumit Bose2014-11-054-116/+157
* NSS: disable midpoint refresh for netgroupsPavel Reichl2014-11-041-14/+43
* 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
* RESPONDERS: refactor create_pipe_fd()Pavel Reichl2014-10-272-10/+13
* nss: group enumeration fixSumit Bose2014-10-271-0/+3
* NSS: Possibility to use any shells in 'allowed_shells'Denis Kutin2014-10-221-6/+13
* SSH: Run the ssh responder as the SSSD userJakub Hrozek2014-10-221-1/+2
* SUDO: Run the sudo responder as the SSSD userJakub Hrozek2014-10-221-1/+1
* PAC: Run the pac responder as the SSSD userJakub Hrozek2014-10-221-1/+2
* AUTOFS: Run the autofs responder as the SSSD userJakub Hrozek2014-10-221-1/+1
* PAM: Run pam responder as nonrootMichal Zidek2014-10-221-1/+1
* 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
* responder_common: Create fd for pipe in helperMichal Zidek2014-10-222-72/+65
* NSS: Run as a user specified by monitorJakub Hrozek2014-10-221-1/+2
* UTIL: Add a function to convert id_t from a number or a nameJakub Hrozek2014-10-222-12/+7
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-207-7/+31
* sudo: support viewsPavel Březina2014-10-201-3/+11
* IFP: support viewsPavel Březina2014-10-201-21/+46
* nss: make enumeration requests aware of viewsSumit Bose2014-10-201-6/+8
* pam: make pam responder aware if viewsSumit Bose2014-10-201-1/+1
* sid2name: return name without views appliedSumit Bose2014-10-201-2/+22
* nss: add view support for getgr* requestsSumit Bose2014-10-201-13/+50
* nss: add view support to initgroups requestSumit Bose2014-10-201-14/+37
* nss: add view support for getpwnam/getpwuid requestsSumit Bose2014-10-201-16/+62
* nss: add SSS_NSS_GETORIGBYNAME requestSumit Bose2014-10-141-2/+89
* NSS: UPN as a template expansion for homedir mappingsPavel Reichl2014-10-121-0/+3
* PAC: Check return value of function hash_entriesLukas Slebodnik2014-10-121-0/+8
* UTIL: Do not depend on monitor codeJakub Hrozek2014-10-091-1/+1
* nss: Preserve case of group membersMichal Zidek2014-10-011-1/+1
* pam: sub-domain authentication fixSumit Bose2014-10-011-1/+11
* PAM: Add domains= option to pam_sssDaniel Gollub2014-09-291-1/+50
* PAM: new options pam_trusted_users & pam_public_domainsPavel Reichl2014-09-293-3/+178
* name2sid: Check negative cache for users and groupsSumit Bose2014-09-161-15/+19
* IFP: Suppress 'git diff' noiseMichal Zidek2014-09-081-159/+159
* NSS: Use right domain for group members with fq namesLukas Slebodnik2014-09-051-1/+2
* PAM, NSS: allow UPN login namesSumit Bose2014-09-013-23/+167
* NSS: check_cache() add extra optionSumit Bose2014-09-013-10/+12