summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-16Add helper for network updateSamuel Ortiz1-0/+21
2010-06-16Support for ppp default route settingKalle Valo3-18/+74
2010-06-14Send signal when service name changesKalle Valo1-0/+10
2010-06-14Use dedicated code path for fixed IP settingsSamuel Ortiz1-1/+47
2010-06-11Add nameserver settings to the manual configuration settingSamuel Ortiz1-0/+6
2010-06-10Return an error for invalid transaction on immutable servicesMarcel Holtmann1-0/+18
2010-06-10Only scan for hidden SSIDs from your favoritesMarcel Holtmann1-0/+6
2010-06-10Fix potential uninitilized variable usageMarcel Holtmann1-0/+2
2010-06-10Prefer to use err instead of ret for variable namesMarcel Holtmann1-6/+6
2010-06-08Set default gateway when route deletion failsSamuel Ortiz1-4/+10
2010-06-05wifi routine to fetch the saved SSIDs from the active profileSamuel Ortiz1-0/+45
2010-06-01Fix timeserver APISamuel Ortiz1-4/+11
2010-05-31ntpd pluginSamuel Ortiz1-0/+3
2010-05-31Complete timeserver APISamuel Ortiz4-7/+71
2010-05-28Don't filter out interfaces within IP configurationMarcel Holtmann1-13/+2
2010-05-25Break function declaration down to two linesMarcel Holtmann1-1/+2
2010-05-25Bring back -d option without need for argumentGustavo F. Padovan1-1/+12
2010-05-22Add configuration file option for passphraseDaniel Wagner1-0/+11
2010-05-18Use helper for checking rtnl message validitySamuel Ortiz1-8/+18
2010-05-18Fix set_property() indentationSamuel Ortiz1-3/+3
2010-05-18Clear and set IPv4 settings when connectedSamuel Ortiz1-1/+17
2010-05-18network API for setting and clearing IPv4 settings on the flySamuel Ortiz2-0/+120
2010-05-18Support RTPROT_KERNEL when adding/deleting routesSamuel Ortiz1-2/+4
2010-05-18Unregister element's children by typeSamuel Ortiz1-0/+58
2010-05-17Fix memory leak with nameserver and domain configurationMarcel Holtmann1-0/+2
2010-05-14Notify for technology disabling when removing a deviceSamuel Ortiz1-0/+1
2010-05-13Fix wrong return type of LookupService messageMarcel Holtmann1-1/+1
2010-05-13Minor whitespace versus tab changeMarcel Holtmann1-1/+1
2010-05-13Add method to retrieve sorted list of tuples for servicesMarcel Holtmann3-47/+112
2010-05-13Add initial support for LookupService helper methodMarcel Holtmann3-0/+49
2010-05-13Internal functions should not have a __connman prefixMarcel Holtmann1-5/+5
2010-05-13Add error for not unique situationsMarcel Holtmann2-0/+9
2010-05-13Add support for setting per service domain listMarcel Holtmann1-0/+89
2010-05-12Add support for setting manual DNS server configurationMarcel Holtmann3-14/+214
2010-05-12Set system gateway correctly so it can be exportedMarcel Holtmann1-3/+32
2010-05-12Add support for getting current system hostnameMarcel Holtmann1-0/+28
2010-05-12Export IPv4 gateway properly information if availableMarcel Holtmann1-1/+12
2010-05-12Fail immediately enabling/disabling unregistered technologyForest Bond3-3/+31
2010-05-08Minor coding style updateMarcel Holtmann1-5/+5
2010-05-08Add support multiple nameservers in /etc/resolv.confForest Bond1-17/+94
2010-05-07Export Gateway from service properties IPv4Martin Xu1-0/+3
2010-05-06Call __connman_notifier_connect() only when state is READYMartin Xu1-2/+1
2010-05-06Append Ethernet dictionary to cellular service propertiesDaniel Wagner1-0/+2
2010-05-06Clean all VPN added host and gateway entries on VPN disconnectMohamed Abbas1-10/+13
2010-05-06Fix issue with two default gateways when using VPNMohamed Abbas1-0/+1
2010-05-04Split DHCP-provided nameserver string.Forest Bond1-1/+10
2010-04-22Fix typo: store password into service->password fieldDaniel Wagner1-1/+1
2010-04-16Remove supplicant and device scanning state cleaningSamuel Ortiz1-18/+0
2010-04-13Fix session code identationSamuel Ortiz1-1/+1
2010-04-13Load ipconfig setting from __connman_service_create_ipconfig()Martin Xu1-0/+14