summaryrefslogtreecommitdiffstats
path: root/src/responder/common/responder_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* accept_fd_handler: add missing returnSumit Bose2012-08-211-0/+1
* Fix segfault when using local providerStephen Gallagher2012-07-101-6/+5
* pac responder: limit access by checking UIDsSumit Bose2012-07-101-4/+132
* Move some debug lines to new debug log levelsStef Walter2012-06-201-1/+1
* Make the client idle timeout configurableStephen Gallagher2012-06-181-4/+18
* Add support for terminating idle connectionsShantanu Goel2012-06-181-2/+65
* Log message if close() fails in destructor.Shantanu Goel2012-06-181-1/+12
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-6/+8
* RESPONDER: check return value from confdb_get_intJakub Hrozek2012-05-021-0/+7
* Modified responder_get_domain()Jan Zeleny2012-04-241-5/+32
* Responder part of the subdomain retrieval workJan Zeleny2012-04-241-0/+8
* Use the correct hash table for pending requestsSimo Sorce2012-03-081-0/+1
* RESPONDERS: Make the fd_limit setting configurableStephen Gallagher2012-02-171-1/+18