summaryrefslogtreecommitdiff
path: root/src/ipconfig.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-25service: Return 6to4 tunnel status to dbus caller.Jukka Rissanen1-1/+8
2011-03-22ipconfig: Clear ipconfig address when removing itSamuel Ortiz1-2/+10
2011-03-02ipconfig: Catch IPv6 default route creation and deletion.Jukka Rissanen1-6/+10
2011-02-25service: Add a generic ipconfig selection routineSamuel Ortiz1-2/+2
2011-02-25ipconfig: Remove __connman_ipconfig_set_element_ipv6_gatewaySamuel Ortiz1-8/+0
2011-02-25ipconfig: Remove connman_ipconfig_bindSamuel Ortiz1-19/+0
2011-02-24ipconfig: IPv4 gateway can be NULLSamuel Ortiz1-1/+1
2011-02-23ipconfig: Split ipconfig_set_gateway()Samuel Ortiz1-15/+35
2011-02-23ipconfig: Rename ipconfig_set/clear_address routinesSamuel Ortiz1-6/+6
2011-02-23ipconfig: Fix IP settersDaniel Wagner1-2/+18
2011-02-23ipconfig: Save IPv6 privacy settingSamuel Ortiz1-8/+8
2011-02-23ipconfig: Only save FIXED & MANUAL IP configuraitonDaniel Wagner1-0/+11
2011-02-21ipconfig: Support IPv6 privacy extension for autoconf addressesJukka Rissanen1-6/+135
2011-02-18ipconfig: Enable and disable IPv6 properlyJukka Rissanen1-15/+10
2011-02-17ipconfig: Toggle interface IPv6 status properlyJukka Rissanen1-28/+33
2011-02-15connection: Remove connection elementDaniel Wagner1-27/+20
2011-02-15ipconfig: Add ipaddress setters/gettersDaniel Wagner1-1/+85
2011-02-15ipconfig: Rename __connman_ipconfig_get_*(index)Daniel Wagner1-3/+3
2011-02-11ipconfig: Enable ipconfig if loading autoconfigurable IPv6 configJukka Rissanen1-1/+14
2011-02-11ipconfig: Enable or disable IPv6 when loading the saved serviceJukka Rissanen1-0/+8
2011-02-11ipconfig: Added helper function that returns the config typeJukka Rissanen1-0/+6
2011-02-11ipconfig: Clear the ipaddress pointers when address is deletedJukka Rissanen1-1/+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-08ipconfig: Removed obsolete codeJukka Rissanen1-3/+0
2011-01-08ipconfig: Removed obsolete parameter from __connman_ipconfig_set_config()Jukka Rissanen1-7/+3
2011-01-07ipconfig: Default method is auto for IPv6Jukka Rissanen1-1/+1
2011-01-07ipconfig: Add AUTO ipconfig method for IPv6 auto configured addressesJukka Rissanen1-0/+9
2011-01-05ipconfig: add debugging to ref counting functionsJukka Rissanen1-2/+10
2010-12-31memoryleak: method was not freedJukka Rissanen1-1/+2
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-17ipconfig: Set method to OFF when the stored method is unknownSamuel Ortiz1-0/+4
2010-12-17ipconfig: Remove unused ipconfig_clone routineSamuel Ortiz1-25/+0
2010-12-17ipconfig: Fix IPv6 config reference count initializationSamuel Ortiz1-0/+2
2010-12-14ipconfig: Remove ipconfig_driverSamuel Ortiz1-154/+0
2010-12-14ipconfig: Remove connman_ipconfig_get_ipv6configSamuel Ortiz1-9/+0
2010-12-14ipconfig: Check for a valid IPv6 config before appending D-Bus dataJukka Rissanen1-0/+3
2010-12-14ipconfig: Check for a valid IPv4 config before appending D-Bus dataJukka Rissanen1-0/+3
2010-12-14ipconfig: Set the IPv6 gateway address only from an IPv6 configJukka Rissanen1-1/+2
2010-12-14ipconfig: Return a valid IPv6 configurationJukka Rissanen1-1/+1
2010-12-14ipconfig: Define 2 separate pointers for IPv4 and IPv6Jukka Rissanen1-100/+221
2010-12-14service: __connman_service_notify() prototype changeJukka Rissanen1-1/+7
2010-12-14ipconfig: Allow more than one IP address per deviceJukka Rissanen1-3/+0
2010-12-14ipconfig: Do not add duplicate IP address to the address listJukka Rissanen1-0/+17
2010-12-14ipconfig: Make sure ipconfig is not null before de referencing itJukka Rissanen1-1/+2
2010-10-14ipconfig: Do not call inet_network() with a NULL pointerSamuel Ortiz1-8/+11
2010-10-12Added support for "auto" and "manual" proxy.Tomasz Bursztyka1-108/+0
2010-10-12Using netlink to set and clear ipv4 addressesCristiano Fernandes1-4/+6
2010-10-07Display IPv4/IPv6 gateway in PropertyChanged signalleena.gunda@wipro.com1-0/+30