summaryrefslogtreecommitdiffstats
path: root/src/responder/common/responder_common.c
Commit message (Expand)AuthorAgeFilesLines
* Add domain_resolution_order config optionFabiano Fidêncio2017-03-291-0/+27
* CACHE_REQ: Make use of domainResolutionOrderFabiano Fidêncio2017-03-291-0/+153
* CACHE_REQ: Check the caches firstFabiano Fidêncio2017-03-141-0/+11
* RESPONDER: Wrap up the code to setup the idle timeoutFabiano Fidêncio2017-03-081-35/+52
* RESPONDER: Add a responder sbus interface to set domain stateJakub Hrozek2017-02-151-0/+15
* RESPONDER: Change how client timeout is calculatedFabiano Fidêncio2017-01-231-8/+32
* RESPONDER: Shutdown {dbus,socket}-activated responders in case they're idleFabiano Fidêncio2017-01-231-1/+128
* RESPONDER: Don't expose client_idle_handler()Fabiano Fidêncio2017-01-231-17/+16
* RESPONDER: Make clear {reset_,}idle_timer() are related to clientFabiano Fidêncio2017-01-231-8/+8
* SBUS: Add a time_t pointer to the sbus_connectionFabiano Fidêncio2017-01-231-1/+2
* RESPONDER: Make responders' common code ready for socket activationFabiano Fidêncio2017-01-231-36/+34
* UTIL: Introduce --dbus-activated cmd option for respondersFabiano Fidêncio2017-01-231-2/+4
* UTIL: Introduce --socket-activated cmdline option for respondersFabiano Fidêncio2017-01-231-1/+5
* MONITOR: Pass the service type to the RegisterService methodFabiano Fidêncio2017-01-231-2/+2
* nss: move nss_ctx->global_names to rctxPavel Březina2016-12-191-0/+6
* RESPONDER: Remove dead assignment to the variable retLukas Slebodnik2016-12-081-2/+0
* DP: Remove old data provider interfacePavel Březina2016-08-161-7/+9
* RESPONDERS: Pass errno to strerror() when SELINUX_getpeercon() failsFabiano Fidêncio2016-08-041-0/+1
* RESPONDERS: Show a bit more info in case of SELINUX_getpeercon() failureFabiano Fidêncio2016-08-041-0/+2
* RESPONDERS: Decrease debug level for failures in SELINUX_getpeercon()Fabiano Fidêncio2016-08-041-2/+2
* Amend debug messages after failure of unlinkLukas Slebodnik2016-07-251-1/+2
* SYSDB: Remove useless parameter from sysdb_init()Jakub Hrozek2016-07-071-1/+1
* Secrets: Add initial responder code for secrets serviceSimo Sorce2016-06-291-12/+5
* Responders: Add support for socket activationSimo Sorce2016-06-291-2/+72
* Responders: Make the client context more genericSimo Sorce2016-06-291-16/+50
* SYSDB: Open a timestamps cache for caching domainsJakub Hrozek2016-06-231-1/+2
* RESPONDER: New interface for client registrationPavel Březina2016-06-201-3/+1
* RESPONDERS: Negative caching of local usersPetr Cech2016-06-101-1/+21
* RESPONDER: Removing of redudant functionPetr Cech2016-05-111-28/+0
* RESPONDERS: Negcache in resp_ctx preparingPetr Cech2016-05-111-0/+47
* NEGCACHE: Adding timeout to struct sss_nc_ctxPetr Cech2016-05-111-0/+28
* Responders: Fix client destructorSimo Sorce2016-03-171-4/+7
* Util: Improve code to get connection credentialsSimo Sorce2016-01-281-18/+39
* util: Update get_next_domain's interfaceMichal Židek2015-10-231-3/+5
* REFACTOR: SCKT_RSP_UMASK constant in responder codePetr Cech2015-10-141-1/+1
* REFACTOR: DFL_RSP_UMASK constant in responder codePetr Cech2015-10-141-1/+2
* UTIL: Convert domain->disabled into tri-state with domain statesJakub Hrozek2015-09-211-2/+3
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-231-7/+1
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-24/+1
* RESPONDER: Log failures to resolve user names in csv_string_to_uid_arrayJakub Hrozek2014-12-131-0/+3
* RESPONDERS: Don't hard-code umask value in utility functionPavel Reichl2014-10-291-4/+4
* RESPONDERS: refactor create_pipe_fd()Pavel Reichl2014-10-271-9/+12
* responders: Do not initialize pipe fd if already presentMichal Zidek2014-10-221-6/+14
* responder_common: Create fd for pipe in helperMichal Zidek2014-10-221-72/+63
* UTIL: Add a function to convert id_t from a number or a nameJakub Hrozek2014-10-221-11/+6
* UTIL: Do not depend on monitor codeJakub Hrozek2014-10-091-1/+1
* Make the space override responder-agnosticJakub Hrozek2014-08-131-0/+21
* RESPONDER: Fix a wrong DEBUG messageJakub Hrozek2014-04-221-2/+1
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-141-9/+18
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-141-4/+3