summaryrefslogtreecommitdiff
path: root/src/ipconfig.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28ipconfig: Remove ipconfig from ipconfig_listJukka Rissanen1-1/+2
2011-11-10core: Use gcc atomics instead glib's onesDaniel Wagner1-17/+16
2011-10-21ipconfig: Set/unset IPv4 rp_filter settingJukka Rissanen1-0/+54
2011-10-07ipconfig: Show IPv4.Configuration properties for FIXEDPatrik Flykt1-1/+1
2011-08-09ipconfig: Remember last DHCP IP address.Jukka Rissanen1-1/+39
2011-07-08ipconfig: Don't call IP bound ops when type does not matchSamuel Ortiz1-0/+34
2011-06-27ipconfig: Added function to enable IPv6.Jukka Rissanen1-0/+8
2011-06-27ipconfig: Add function to remove address from interface.Jukka Rissanen1-2/+28
2011-06-27connection: Separate IPv4 and IPv6 gateway and routing handling.Jukka Rissanen1-9/+9
2011-06-16element: Remove element.cDaniel Wagner1-0/+1
2011-05-31ipconfig: Add Function to Stringify ipconfig TypeGrant Erickson1-0/+14
2011-04-17ipconfig: Check for NULL pointers before calling inet_pton on themSamuel Ortiz1-0/+3
2011-04-17ipconfig: Fix connman_ipaddress_set_ipv6 prototypeSamuel Ortiz1-3/+4
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