summaryrefslogtreecommitdiffstats
path: root/src/responder/common/responder_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-32/+48
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-98/+98
* Include external headers with #include <foo.h>Jakub Hrozek2013-10-221-1/+2
* Fix formating of variables with type: rlim_tLukas Slebodnik2013-09-111-5/+5
* Missing space in debug messageMichal Zidek2013-07-151-2/+2
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-2/+3
* Add responder_get_domain_by_id()Sumit Bose2013-05-021-0/+49
* responder_get_domain(): remove timeout calculationSumit Bose2013-05-021-10/+1
* responder_get_domain: do not return disabled domainsSumit Bose2013-05-021-0/+4
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-021-2/+1
* do not leak memory on failure in *_process_init()Pavel Březina2013-03-201-10/+14
* Move sss_cmd_execute from client to responder code.Jakub Hrozek2013-03-081-1/+9
* Remove the alt_db_path parameter of sysdb_initMichal Zidek2013-03-051-1/+1
* Fix uninitialized time_t var in responderOndrej Kos2013-02-211-1/+1
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-101-3/+3
* Change the way domains are linked.Simo Sorce2013-02-101-20/+11
* Add function get_next_domain()Simo Sorce2013-02-101-2/+2
* Refactor sysdb initializationSimo Sorce2013-01-151-1/+1
* failover: Protect against empty host namesMichal Zidek2013-01-021-1/+2
* Always append rctx as private dataSimo Sorce2012-12-051-1/+1
* Display more information on DB version mismatchOndrej Kos2012-11-191-0/+1
* do not call dp callbacks when responder is shutting downPavel Březina2012-10-111-0/+15
* Use flat name for master domain as wellSumit Bose2012-10-011-1/+3
* Add new option default_domain_suffixSumit Bose2012-10-011-0/+10