summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* nss: Do not ignore default vaue of SYSDB_INITGR_EXPIRELukas Slebodnik2015-05-251-3/+2
* negcache: Soften condition for expired entriesLukas Slebodnik2015-05-251-1/+1
* NSS: check for overrides before calling backendSumit Bose2015-05-061-5/+20
* autofs: fix 'Cannot allocate memory' with FQDNsAron Parsons2015-04-301-9/+0
* Option filter_users had no effect for retrieving sudo rulesAdam Tkac2015-04-233-0/+39
* pam_initgr_check_timeout: add debug outputSumit Bose2015-03-131-0/+4
* PAM: use the logon_name as the key for the PAM initgr cacheSumit Bose2015-03-131-13/+3
* NSS: Handle ENOENT when doing initgroups by UPNJakub Hrozek2015-03-131-18/+28
* PAM: check return value of confdb_get_stringPavel Reichl2015-03-031-0/+6
* PAM: warn all services about account expirationPavel Reichl2015-03-031-2/+17
* PAM: new option pam_account_expired_messagePavel Reichl2015-03-031-4/+10
* PAM: do not reject abruptlyPavel Reichl2015-03-031-0/+53
* RESPONDERS: Warn to syslog about colliding objectsLukas Slebodnik2015-02-183-0/+22
* Add missing new lines to debug messagesLukas Slebodnik2015-02-189-24/+22
* fill_id() fix LE/BE issue with wrong data typeSumit Bose2015-01-301-4/+6
* nss: fix SID lookupsSumit Bose2015-01-231-1/+9
* nss: Add original DN and memberOf to origbyname requestSumit Bose2015-01-201-0/+4
* nss: refactor fill_orig()Sumit Bose2015-01-201-67/+66
* nss: make fill_orig() multi-value awareSumit Bose2015-01-201-20/+68
* SYSDB: sysdb_search_object_by_sid returns ENOENTPavel Reichl2014-12-172-25/+27
* NSS: nss_cmd_getbysid_search return ENOENTPavel Reichl2014-12-171-8/+8
* RESPONDER: Log failures to resolve user names in csv_string_to_uid_arrayJakub Hrozek2014-12-131-0/+3
* PAM: Domain names are case-insensitiveJakub Hrozek2014-12-131-2/+2
* IFP: Return group names with the right caseJakub Hrozek2014-12-081-4/+14
* sss_atomic_write_s() return value is signedJakub Hrozek2014-12-031-4/+4
* Fix: always check return value of unlink()Pavel Reichl2014-11-281-2/+12
* 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