summaryrefslogtreecommitdiff
path: root/src/wpad.c
AgeCommit message (Collapse)AuthorFilesLines
2019-09-18Imported Upstream version 1.37submit/tizen/20190920.082459Nishant Chaprana1-2/+2
Change-Id: Idb47c1ddbedc9f97181b8e9a5eeac04ddd832a2c Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2019-07-04Imported Upstream version 1.37upstream/1.37Nishant Chaprana1-2/+2
Change-Id: Ib5957e7ee3a9315ee86a331189bc3e9e71751ee8 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2018-01-23Updated connman to version 1.35Seonah Moon1-4/+5
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-4/+5
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2016-06-17[SPIN] Fix the connman bugs.Niraj Kumar Goit1-0/+2
- Fixed NTP service's DNS resolving failure in Hive project. - Do not turn "wlan0" interface down in cleanup_devices(). - Set resource limits "RLIMIT_NOFILE" for a process. - After appending a file, fflush and fsync all modified in-core data of the file. Change-Id: I2767b3302d6204d066fe2075027828ff209d0ee0 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-13/+13
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-01-05service: Return all system defined nameservers when askedJukka Rissanen1-1/+6
The connman_service_get_nameservers() is changed to return all system defined nameservers. This means that the function now returns an allocated array of all nameservers and caller must deallocate the returned array. The change is needed so that we can combine the nameservers that are set by DHCP code and the IPv6 nameservers that are set by router advertisements.
2011-10-21wpad: Reference count service properlyTomasz Bursztyka1-1/+3
2011-09-12wispr: Adding wispr logic entries in service and wpadTomasz Bursztyka1-0/+6
2011-06-16element: Remove element.cDaniel Wagner1-0/+1
2011-02-15service: Refactor Service nameserver APIDaniel Wagner1-4/+7
__connman_service_append/remove_namerserver() is renamed to __connman_service_nameserver_append/remove to be more consistent with the other Service API naming. Also the semantic changes to append/remove instead of set/clear. The list of configured nameservers takes preference over the list of discovered (DHCP, VPN, ...) nameservers.
2011-01-13service: Return DIRECT proxy if wpad_start failsSamuel Ortiz1-7/+9
2011-01-13wpad: Set proxy method to DIRECT if WPAD name resolution failedSamuel Ortiz1-4/+10
2010-10-04Move GResolv source file sinto GWeb directoryMarcel Holtmann1-1/+1
2010-09-22Export service functions for retrieving domainname and nameserverMarcel Holtmann1-2/+2
2010-07-31Add placeholder for PAC file downloadMarcel Holtmann1-0/+12
2010-07-30Fix WPAD issue with empty result listMarcel Holtmann1-0/+3
2010-07-29Check also top-level DNS records for WPAD informationMarcel Holtmann1-1/+28
2010-07-29Add support for WPAD setting proxy informationMarcel Holtmann1-2/+7
2010-07-29Add support for retrieving proxy auto-configuration via DNSMarcel Holtmann1-0/+97
2010-07-29Add missing src/wpad.c fileMarcel Holtmann1-0/+48