summaryrefslogtreecommitdiff
path: root/src/dnsproxy.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Updated connman to version 1.35Seonah Moon1-85/+145
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-118/+185
2017-09-21[Upstream] dnsproxy: Fix crash on malformed DNS responseJaehyun Kim1-6/+10
2017-02-20Supported IPv6 DNS querysubmit/tizen/20170222.093648accepted/tizen/wearable/20170222.222326accepted/tizen/tv/20170222.222320accepted/tizen/mobile/20170222.222259accepted/tizen/ivi/20170222.222333accepted/tizen/common/20170222.124713Seonah Moon1-60/+0
2017-02-10WGID-149077: Fixed integer overflow issuesubmit/tizen/20170213.093416accepted/tizen/wearable/20170214.011127accepted/tizen/tv/20170214.011116accepted/tizen/mobile/20170214.011102accepted/tizen/ivi/20170214.011139accepted/tizen/common/20170214.173413Seonah Moon1-1/+3
2016-06-17[SPIN] Apply system socket - onlycap supportsubmit/tizen/20160620.015850accepted/tizen/wearable/20160620.081549accepted/tizen/tv/20160620.081531accepted/tizen/mobile/20160620.081517accepted/tizen/ivi/20160620.081605accepted/tizen/common/20160620.163541Niraj Kumar Goit1-13/+36
2016-04-26Imported Upstream version 1.29upstream/1.29taesubkim1-40/+52
2015-12-22Fix a svace 20384hyunuktak1-0/+1
2015-10-06Sync with Tizen 2.4(1.29.36)submit/tizen/20151020.082803accepted/tizen/wearable/20151020.111030accepted/tizen/tv/20151020.111019accepted/tizen/mobile/20151020.111002taesub.kim1-2/+4
2015-08-27dnsproxy: Fix crash on closing socketsubmit/tizen/20150902.062838accepted/tizen/wearable/20150902.101358accepted/tizen/tv/20150902.101343accepted/tizen/mobile/20150902.101338Saurav Babu1-4/+9
2015-08-19Remove the smack_fsetlabel for system::use_internetsubmit/tizen/20150819.025736accepted/tizen/wearable/20150819.072331accepted/tizen/tv/20150819.072302accepted/tizen/mobile/20150819.072249hyunuktak1-7/+0
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-67/+89
2015-07-15Add tizen extend code for dns proxysubmit/tizen/20150715.043627accepted/tizen/wearable/20150715.064106accepted/tizen/tv/20150715.064056accepted/tizen/mobile/20150715.064045hyunuktak1-2/+373
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-33/+91
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-231/+499
2013-04-30dnsproxy: Do not unref g_io_channel if we know it is nullJukka Rissanen1-4/+8
2013-04-26dnsproxy: Conditional jump depends on uninitialized valueJukka Rissanen1-1/+1
2013-04-26dnsproxy: Return proper return code if listener_table is missingJukka Rissanen1-1/+1
2013-04-08dnsproxy: Fix cached message length correctlyJukka Rissanen1-1/+5
2013-04-05dnsproxy: Handle partial TCP messages from clientJukka Rissanen1-65/+410
2013-04-05dnsproxy: Create cache if it is missing when doing lookupJukka Rissanen1-42/+56
2013-04-05dnsproxy: Fix memory leak when request timeoutsJukka Rissanen1-13/+13
2013-04-05dnsproxy: Avoid null pointer accessJukka Rissanen1-2/+2
2013-04-05dnsproxy: Do not add or remove ::1 serverJukka Rissanen1-0/+6
2013-04-05dnsproxy: Use ::1 when refreshing because of the address familyJukka Rissanen1-1/+1
2013-04-05dnsproxy: Add or remove ::1 to/from resolv.conf when necessaryJukka Rissanen1-9/+35
2013-04-05dnsproxy: Listen only on needed addressesJukka Rissanen1-91/+225
2013-03-22dnsproxy: Make sure we are not accessing null hashJukka Rissanen1-0/+6
2013-01-18dnsproxy: DNS response answer count was incorrectly setJukka Rissanen1-1/+1
2012-11-27dnsproxy: Fix hash table comparison function to avoid crashPatrik Flykt1-1/+1
2012-11-22core: Use interface index instead of interface namePatrik Flykt1-73/+87
2012-11-19dnsproxy: Use TCP connections only for the intended requestPatrik Flykt1-0/+5
2012-11-19dnsproxy: Check the result of socket creation when resolvingPatrik Flykt1-2/+6
2012-11-19dnsproxy: Check GIO channel for NULL before usePatrik Flykt1-3/+7
2012-11-16dnsproxy: Close the UDP socket on error condition.Forest Bond1-106/+124
2012-10-25dnsproxy: Add reply host part length checkingPatrik Flykt1-5/+17
2012-10-03dnsproxy: Do not overwrite protocol and channel in server structJukka Rissanen1-5/+26
2012-09-26dnsproxy: Remove AI_PASSIVE for connected socketJukka Rissanen1-1/+1
2012-09-26dnsproxy: Set recipient address when sending msg to DNS serverJukka Rissanen1-2/+12
2012-07-15dnsproxy: Avoid multiple shadowing variablesMarcel Holtmann1-13/+12
2012-06-20dnsproxy: Check cache for TCP request before connecting to serverJukka Rissanen1-1/+31
2012-06-20dnsproxy: Use DNS header in checksJukka Rissanen1-5/+7
2012-06-20dnsproxy: Add more debugging printsJukka Rissanen1-7/+17
2012-06-20dnsproxy: Check cache properly for TCP packetsJukka Rissanen1-4/+13
2012-06-20dnsproxy: Fix the negative caching of AAAA recordJukka Rissanen1-4/+13
2012-06-20dnsproxy: Save DNS packet in cache always in TCP formatJukka Rissanen1-13/+57
2012-06-20dnsproxy: Do not generate SIGPIPEJukka Rissanen1-6/+6
2012-06-18dnsproxy: Fix flushing pending requestsPaulo Pizarro1-19/+15
2012-06-18dnsproxy: Release all the fields of the request after forward dns replyPaulo Pizarro1-5/+1
2012-06-18dnsproxy: Avoid duplication of domains in the TCP server domain listPaulo Pizarro1-15/+2