summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
...
* IFP: move interface definitions from ifpsrv.c into separate filePavel Březina2015-02-173-76/+112
* sbus: use hard coded getters instead of generatedPavel Březina2015-02-171-420/+23
* fill_id() fix LE/BE issue with wrong data typeSumit Bose2015-01-301-4/+6
* add missing '\n' in debug messagesPavel Reichl2015-01-271-9/+10
* ifp: fix potential memory leak in check_and_get_component_from_path()Pavel Březina2015-01-231-0/+4
* sbus: add sbus_opath_get_object_name()Pavel Březina2015-01-232-22/+13
* sbus: move common opath functions from ifp to sbus codePavel Březina2015-01-234-206/+14
* sbus: unify naming of handler data variablePavel Březina2015-01-231-26/+26
* sbus: add object path to sbus requestPavel Březina2015-01-232-14/+8
* sbus: use 'path/*' to represent a D-Bus fallbackPavel Březina2015-01-232-2/+2
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-232-19/+4
* 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
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-24/+1
* IFP: use new cache interfacePavel Březina2015-01-091-320/+45
* responders: enable views in cache requestPavel Březina2015-01-091-3/+9
* responders: new interface for cache requestPavel Březina2015-01-092-0/+626
* 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