summaryrefslogtreecommitdiff
path: root/src/responder/common
AgeCommit message (Expand)AuthorFilesLines
2013-09-24Include header file in implementation module.Lukas Slebodnik1-0/+1
2013-09-20RESPONDER: Use right function prototypeLukas Slebodnik2-1/+2
2013-09-11Fix formating of variables with type: gid_tLukas Slebodnik1-2/+2
2013-09-11Fix formating of variables with type: uid_tLukas Slebodnik1-2/+2
2013-09-11Fix formating of variables with type: rlim_tLukas Slebodnik1-5/+5
2013-09-11Fix formating of variables with type: unsigned longLukas Slebodnik1-1/+1
2013-08-28DP: Use the correct type for DBus booleanJakub Hrozek1-2/+5
2013-08-28sss_packet_grow: correctly pad packet length to 512BPavel Březina1-1/+1
2013-07-15Missing space in debug messageMichal Zidek1-2/+2
2013-06-04Lookup domains at startupSumit Bose2-0/+53
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-2/+3
2013-05-02Add sss_ncache_set_sid() and sss_ncache_check_sid()Sumit Bose2-0/+31
2013-05-02Add responder_get_domain_by_id()Sumit Bose2-0/+52
2013-05-02Add two new request types to the data-provider interfaceSumit Bose2-1/+9
2013-05-02Add secid filter to responder-dp protocolSumit Bose1-4/+14
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 Bose3-6/+4
2013-03-20coding style fixPavel Březina1-1/+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 Hrozek3-7/+15
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 Sorce2-4/+4
2013-02-10Change the way domains are linked.Simo Sorce2-68/+31
2013-02-10Add function get_next_domain()Simo Sorce3-10/+10
2013-02-10Update main domain info in placeSimo Sorce1-21/+4
2013-02-10Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce1-30/+7
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-0/+1
2013-01-15Add domain to some subdomain functionsSimo Sorce1-1/+2
2013-01-15Refactor sysdb initializationSimo Sorce2-2/+1
2013-01-08Update domain ID for local domain as wellSumit Bose1-2/+14
2013-01-02failover: Protect against empty host namesMichal Zidek1-1/+2
2012-12-18responder_dp: Add timeout to side requetsSimo Sorce1-1/+25
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek1-0/+43
2012-12-05Always append rctx as private dataSimo Sorce1-1/+1
2012-12-04NSS: Fix netgroup midpoint cache refreshJakub Hrozek1-1/+1
2012-11-19Display more information on DB version mismatchOndrej Kos1-0/+1
2012-11-08sss_dp_get_domains_send(): handle subreq error correctlyPavel Březina1-1/+2
2012-10-29Free the internal DP requestJakub Hrozek1-0/+8
2012-10-12Save time of last get_domains requestSumit Bose1-0/+16
2012-10-11Fix memory hierarchy in subdomains discoveryJakub Hrozek1-116/+160
2012-10-11do not call dp callbacks when responder is shutting downPavel Březina3-0/+25
2012-10-09Fix typosYuri Chornoivan1-1/+1
2012-10-01Use flat name for master domain as wellSumit Bose2-1/+18
2012-10-01Add new option default_domain_suffixSumit Bose3-3/+20
2012-08-21accept_fd_handler: add missing returnSumit Bose1-0/+1
2012-08-15Fix LOCAL domain lookupsPavel Březina1-19/+22
2012-08-01Change subdomain_infoSimo Sorce1-1/+1
2012-07-10Fix segfault when using local providerStephen Gallagher1-6/+5