Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-22 | connection: Check gateway_hash value before call update_order() | Martin Xu | 1 | -0/+3 | |
When exit from ConnMan, __connman_connection_cleanup() is called before __connman_service_cleanup() which then calls update_order(). __connman_connection_cleanup() sets gateway_hash as NULL, so update_order() will access NULL hash and causes GLib-CRITICAL abort | |||||
2011-02-15 | connection: Remove connection element | Daniel Wagner | 1 | -195/+135 | |
2011-02-11 | service: Split service state to IPv4 and IPv6 parts | Jukka Rissanen | 1 | -2/+4 | |
2011-01-05 | memoryleak: IPv6 gateway was not freed | Jukka Rissanen | 1 | -0/+1 | |
2010-12-31 | memoryleak: remove the element for real | Jukka Rissanen | 1 | -0/+2 | |
2010-12-21 | connection: Add gateway host routes for non NULL gateways | Samuel Ortiz | 1 | -2/+5 | |
2010-11-03 | connection: Prefer IPv4 peer over the regular address | Samuel Ortiz | 1 | -1/+7 | |
If the peer IPv4 address is set, this will be the gateway address. | |||||
2010-08-20 | Set VPN services as the default ones | Samuel Ortiz | 1 | -4/+11 | |
With full-tunnel VPNs, the default service should be the VPN one. | |||||
2010-07-29 | Update service domain name when connection becomes active | Marcel Holtmann | 1 | -3/+9 | |
2010-07-29 | Initial IPv6 support | Martin Xu | 1 | -4/+20 | |
Only manual/fixed setting supported for now. | |||||
2010-07-14 | change data->gateway to data->ipv4_gateway in src/connection.c | Martin Xu | 1 | -21/+23 | |
2010-07-12 | Check for add_gateway() return value before dereferencing it | Samuel Ortiz | 1 | -6/+11 | |
add_gateway() also returns NULL for zero length strings. | |||||
2010-07-12 | Set DNS host routes before toggling the service READY state | Samuel Ortiz | 1 | -6/+11 | |
update_nameservers() is called when a service hits the READY state. The DNS proxy code will be able to connect to the added nameservers if the right host routes have been set. | |||||
2010-07-12 | Factorize host route setting routine | Samuel Ortiz | 1 | -4/+4 | |
2010-06-16 | Support for ppp default route setting | Kalle Valo | 1 | -16/+17 | |
When gateway is NULL, we need to properly set our connection and element string to 0.0.0.0 so that the interface is the default route. | |||||
2010-06-10 | Fix potential uninitilized variable usage | Marcel Holtmann | 1 | -0/+2 | |
2010-06-10 | Prefer to use err instead of ret for variable names | Marcel Holtmann | 1 | -6/+6 | |
2010-06-08 | Set default gateway when route deletion fails | Samuel Ortiz | 1 | -4/+10 | |
When del_routes fails, no gateway deletion event is sent and thus the connection layer doesn't set a proper default gateway. | |||||
2010-05-06 | Clean all VPN added host and gateway entries on VPN disconnect | Mohamed Abbas | 1 | -10/+13 | |
When VPN disconnect we need to clean all gateway and host entries correctly. VPN will add a gatway into active physical interface, this entries need to be delete on VPN disconnect. This patch fixes the issue of more than one defaut gateway showing up. VPN gateway needs extra work to clean and set the gateway since it needs a physical interface to set the host/gateway correctly. | |||||
2010-05-06 | Fix issue with two default gateways when using VPN | Mohamed Abbas | 1 | -0/+1 | |
This patch fixes the issue of more than one defaut gateway showing up. This caused because VPN gatway was added but an active flag never been set, which lead to two active gateway can be registered. | |||||
2010-03-25 | Add static gateway support | Martin Xu | 1 | -2/+3 | |
2010-02-11 | Fix VPN issue when setting up host route | Mohamed Abbas | 1 | -2/+3 | |
2010-01-05 | Use common set of INET routing helpers | Marcel Holtmann | 1 | -210/+17 | |
2010-01-05 | Add helper for removing host routes | Marcel Holtmann | 1 | -1/+1 | |
2010-01-05 | Split gateway and host route setting in two separate functions | Marcel Holtmann | 1 | -0/+2 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-30 | Use new functions for setting gateway address or interface | Martin Xu | 1 | -75/+16 | |
2009-12-09 | Add special routing handling for VPN support | Mohamed Abbas | 1 | -5/+204 | |
A VPN needs to add the VPN host to activated network gateway and then add the default gateway to the VPN network. | |||||
2009-12-07 | Remove unused connection interface | Marcel Holtmann | 1 | -200/+0 | |
2009-08-08 | Add support for storing default gateway information | Marcel Holtmann | 1 | -2/+0 | |
2009-07-23 | Fix signals for connected and default technologies | Marcel Holtmann | 1 | -0/+2 | |
2009-07-16 | Delay the update of service list by 2 seconds | Marcel Holtmann | 1 | -2/+7 | |
2009-07-16 | Fix handling of strict-aliasing rules | Marcel Holtmann | 1 | -29/+38 | |
2009-07-15 | Return a proper order value for the default service | Marcel Holtmann | 1 | -5/+7 | |
2009-06-30 | Check for active_gateway being non NULL before dereferencing it | Samuel Ortiz | 1 | -1/+1 | |
2009-06-26 | Add support for switching default route based on service order | Marcel Holtmann | 1 | -92/+128 | |
2009-05-27 | Add host route to default gateway first | Marcel Holtmann | 1 | -0/+22 | |
2009-05-16 | Add support for default route notifications | Marcel Holtmann | 1 | -4/+15 | |
2009-05-12 | Fix service state signal emission and error handling | Marcel Holtmann | 1 | -2/+4 | |
2009-04-21 | Add support for service ready and disconnect state changes | Marcel Holtmann | 1 | -0/+8 | |
2009-04-21 | Rename helper function to get device/network path | Marcel Holtmann | 1 | -2/+2 | |
2009-04-13 | Remove gateway from list when switching connections | Marcel Holtmann | 1 | -0/+13 | |
2009-03-11 | Add fully dynamic property storage capabilities | Marcel Holtmann | 1 | -5/+4 | |
2009-01-23 | Move connection signal handling away from elements core | Marcel Holtmann | 1 | -43/+178 | |
2009-01-21 | Add support for static IPv4 settings | Marcel Holtmann | 1 | -27/+2 | |
2009-01-21 | Verify argument type before processing | Marcel Holtmann | 1 | -0/+3 | |
2009-01-10 | Add Device and Network property to connection interface | Marcel Holtmann | 1 | -0/+11 | |
2009-01-06 | Add support for different security privileges | Marcel Holtmann | 1 | -1/+6 | |
2009-01-05 | Add support for connection strength property | Marcel Holtmann | 1 | -0/+6 | |
2009-01-05 | Add support for connection type property | Marcel Holtmann | 1 | -1/+7 | |