summaryrefslogtreecommitdiff
path: root/src/responder/common/responder_common.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: rlim_tLukas Slebodnik1-5/+5
2013-07-15Missing space in debug messageMichal Zidek1-2/+2
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-2/+3
2013-05-02Add responder_get_domain_by_id()Sumit Bose1-0/+49
2013-05-02responder_get_domain(): remove timeout calculationSumit Bose1-10/+1
2013-05-02responder_get_domain: do not return disabled domainsSumit Bose1-0/+4
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-2/+1
2013-03-20do not leak memory on failure in *_process_init()Pavel Březina1-10/+14
2013-03-08Move sss_cmd_execute from client to responder code.Jakub Hrozek1-1/+9
2013-03-05Remove the alt_db_path parameter of sysdb_initMichal Zidek1-1/+1
2013-02-21Fix uninitialized time_t var in responderOndrej Kos1-1/+1
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce1-3/+3
2013-02-10Change the way domains are linked.Simo Sorce1-20/+11
2013-02-10Add function get_next_domain()Simo Sorce1-2/+2
2013-01-15Refactor sysdb initializationSimo Sorce1-1/+1
2013-01-02failover: Protect against empty host namesMichal Zidek1-1/+2
2012-12-05Always append rctx as private dataSimo Sorce1-1/+1
2012-11-19Display more information on DB version mismatchOndrej Kos1-0/+1
2012-10-11do not call dp callbacks when responder is shutting downPavel Březina1-0/+15
2012-10-01Use flat name for master domain as wellSumit Bose1-1/+3
2012-10-01Add new option default_domain_suffixSumit Bose1-0/+10
2012-08-21accept_fd_handler: add missing returnSumit Bose1-0/+1
2012-07-10Fix segfault when using local providerStephen Gallagher1-6/+5
2012-07-10pac responder: limit access by checking UIDsSumit Bose1-4/+132
2012-06-20Move some debug lines to new debug log levelsStef Walter1-1/+1
2012-06-18Make the client idle timeout configurableStephen Gallagher1-4/+18
2012-06-18Add support for terminating idle connectionsShantanu Goel1-2/+65
2012-06-18Log message if close() fails in destructor.Shantanu Goel1-1/+12
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-6/+8
2012-05-02RESPONDER: check return value from confdb_get_intJakub Hrozek1-0/+7
2012-04-24Modified responder_get_domain()Jan Zeleny1-5/+32
2012-04-24Responder part of the subdomain retrieval workJan Zeleny1-0/+8
2012-03-08Use the correct hash table for pending requestsSimo Sorce1-0/+1
2012-02-17RESPONDERS: Make the fd_limit setting configurableStephen Gallagher1-1/+18
2012-02-17RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher1-0/+36
2011-12-16Use the case sensitivity flag in respondersJakub Hrozek1-1/+0
2011-12-16Responders: Split getting domain by name into separate functionJakub Hrozek1-0/+13
2011-12-05Allow using Glib for UTF8 supportStephen Gallagher1-9/+1
2011-11-29RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher1-0/+8
2011-11-18RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher1-0/+9
2011-07-29Converge accept_fd_handler and accept_priv_fd_handlerStephen Gallagher1-85/+50
2011-05-23Set _GNU_SOURCE globallySumit Bose1-3/+1
2011-05-06Allow changing the log level without restartStephen Gallagher1-0/+12
2011-05-06Create common sss_monitor_init()Stephen Gallagher1-34/+3
2010-12-17Fix unchecked return value in set_nonblockingStephen Gallagher1-10/+53
2010-06-14Properly null-terminate socket pathStephen Gallagher1-2/+4
2010-04-16Use SO_PEERCRED on the PAM socketSumit Bose1-1/+52
2010-04-16Revert "Add better checks on PAM socket"Sumit Bose1-136/+1
2010-04-12sysydb: Finally stop using a common event contextSimo Sorce1-1/+1
2010-03-17Fixes for client communicationSumit Bose1-5/+5