summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-13notifier: Add proxy changed hookSamuel Ortiz2-0/+13
2011-01-13service: Return DIRECT proxy if wpad_start failsSamuel Ortiz3-9/+13
2011-01-13service: Return service proxy is configured PAC URL is not setSamuel Ortiz1-1/+6
2011-01-13wpad: Set proxy method to DIRECT if WPAD name resolution failedSamuel Ortiz1-4/+10
2011-01-13service: Start WPAD if DHCP failed to provide a PAC URLSamuel Ortiz1-3/+10
2011-01-13service: Start WPAD if proxy is not manually configuredSamuel Ortiz1-1/+8
2011-01-13service: Add proxy_config for storing configured proxy methodSamuel Ortiz1-11/+21
2011-01-12service: Define proxy setting helperSamuel Ortiz1-0/+10
2011-01-11service: Set proxy to DIRECT if unknownSamuel Ortiz1-3/+3
2011-01-11service: Set proxy method to AUTO from set_proxy_autoconfigSamuel Ortiz1-0/+2
2011-01-10ipconfig: Restore original IPv6 interface status when connman quitsJukka Rissanen1-0/+36
2011-01-10ipconfig: Set ipconfig method correctly for IPv4 and IPv6 configJukka Rissanen1-2/+75
2011-01-10service: Do not unref ipconf layer upon disconnectionSamuel Ortiz1-29/+6
2011-01-08service: Do not disconnect IPv4 if IPv6 method changesJukka Rissanen1-27/+23
2011-01-08ipconfig: Removed obsolete codeJukka Rissanen1-3/+0
2011-01-08ipconfig: Removed obsolete parameter from __connman_ipconfig_set_config()Jukka Rissanen3-10/+6
2011-01-08service: Do not set the ipv6 method to OFFJukka Rissanen1-3/+0
2011-01-07ipconfig: Default method is auto for IPv6Jukka Rissanen1-1/+1
2011-01-07ipconfig: Add AUTO ipconfig method for IPv6 auto configured addressesJukka Rissanen2-0/+14
2011-01-07ipconfig: Remove unnecessary null checksJukka Rissanen1-9/+2
2011-01-05Add inotify monitoring .config file.Mohamed Abbas1-8/+163
2011-01-05memoryleak: IPv6 gateway was not freedJukka Rissanen1-0/+1
2011-01-05memoryleak: ipconfig was not unreferenced properlyJukka Rissanen1-16/+24
2011-01-05ipconfig: add debugging to ref counting functionsJukka Rissanen1-2/+10
2011-01-03Make calls to __connman_ipconfig_disable() consistent.Jukka Rissanen1-6/+6
2011-01-03memoryleak: check return value correctly before clearing pointerJukka Rissanen1-2/+2
2010-12-31memoryleak: root element was not freedJukka Rissanen1-0/+2
2010-12-31memoryleak: remove element when not needed any moreJukka Rissanen1-0/+1
2010-12-31memoryleak: remove the element when not neededJukka Rissanen1-0/+2
2010-12-31memoryleak: remove the element for realJukka Rissanen1-0/+2
2010-12-31Possible memory leak when setting up ipconfigJukka Rissanen1-2/+6
2010-12-31Possible memory leak when creating ipconfigJukka Rissanen1-2/+4
2010-12-31memoryleak: proxy method string was not freedJukka Rissanen1-0/+1
2010-12-31memoryleak: method was not freedJukka Rissanen1-1/+2
2010-12-31memoryleak: device name was not freedJukka Rissanen1-0/+1
2010-12-29Fix memory leaks in iptables libraryLeena Gunda1-0/+2
2010-12-29Free WiFi network strings in network_destructLeena Gunda1-0/+7
2010-12-23rtnl: Call technology_add_interface() only onceMarcel Holtmann1-3/+3
2010-12-23network: Remove unused network_set_passphrase routineSamuel Ortiz1-28/+0
2010-12-23service: Don't clear ipconfig layers if network disconnection failedSamuel Ortiz1-8/+4
2010-12-23device: Do not use the disconnected flag for auto connectionMohamed Abbas1-3/+0
2010-12-23service: Return connecting status while idleMohamed Abbas2-2/+10
2010-12-23service: Avoid autoconnect from scanMohamed Abbas3-2/+13
2010-12-22ipconfig: Check for ipconfig pointer before getting ops_dataSamuel Ortiz1-0/+3
2010-12-22ipconfig: Remove the right ipconfig pointer from the ipconfig listMohamed Abbas1-2/+4
2010-12-21rtnl: Register all RDNSS search domainsSamuel Ortiz1-3/+13
2010-12-21rtnl: Add support for RFC6106 DNSSLDavid Woodhouse1-1/+60
2010-12-21rtnl: Refactor RDNSS support so we can support DNSSLDavid Woodhouse1-15/+28
2010-12-21connection: Add gateway host routes for non NULL gatewaysSamuel Ortiz1-2/+5
2010-12-21openvpn: Add pushed routesDaniel Wagner1-0/+47