Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-21 | Add iptables and DHCP test tools to .gitignore | Marcel Holtmann | 1 | -0/+2 | |
2010-07-21 | Export the DHCP library functions for plugins | Marcel Holtmann | 1 | -1/+1 | |
2010-07-21 | Add skeleton for generic DHCP plugin | Marcel Holtmann | 2 | -0/+66 | |
2010-07-21 | Add initial version of DHCP client test tool | Martin Xu | 2 | -3/+191 | |
2010-07-21 | Fix missing automake integration for DHCP client library | Marcel Holtmann | 1 | -2/+5 | |
2010-07-21 | Add initial support for DHCP client library | Martin Xu | 4 | -0/+1919 | |
2010-07-22 | TODO list update | Samuel Ortiz | 1 | -0/+21 | |
2010-07-21 | Check for NULL service pointer in nameserver host route routines | Samuel Ortiz | 1 | -0/+6 | |
VPNs will have a NULL service. | |||||
2010-07-21 | Fix outdated config file format document | Samuel Ortiz | 1 | -2/+2 | |
2010-07-15 | Provide unique identifier along with the interface callbacks | Marcel Holtmann | 4 | -9/+21 | |
2010-07-15 | Add service property and signals for LoginRequired | Marcel Holtmann | 6 | -16/+52 | |
2010-07-15 | Fix Ethernet service type detection | Marcel Holtmann | 1 | -6/+12 | |
2010-07-15 | Fix proper detection for pure Ethernet technology types | Marcel Holtmann | 1 | -4/+27 | |
2010-07-15 | Add technology driver callbacks for adding/removing interfaces | Marcel Holtmann | 4 | -4/+85 | |
2010-07-15 | Monitor interface creation/removal and check DEVTYPE | Marcel Holtmann | 1 | -0/+77 | |
2010-07-15 | Add simple technology driver support for Bluetooth | Marcel Holtmann | 1 | -0/+33 | |
2010-07-15 | Add technology driver callback for setting Tethering | Marcel Holtmann | 2 | -11/+12 | |
2010-07-15 | Add callbacks for Tethering enable/disable on technology level | Marcel Holtmann | 3 | -2/+36 | |
2010-07-15 | Add support for technology drivers | Marcel Holtmann | 4 | -2/+125 | |
2010-07-14 | change data->gateway to data->ipv4_gateway in src/connection.c | Martin Xu | 1 | -21/+23 | |
2010-07-13 | Add some extra autoconf/automake magic for iptables library | Marcel Holtmann | 2 | -2/+7 | |
2010-07-14 | iptables test program | Samuel Ortiz | 2 | -1/+211 | |
This piece of code allows to add a -m quota -j DROP rule to a user defined chain. | |||||
2010-07-12 | Add missing enable-tethering and disable-tethering test scripts | Marcel Holtmann | 2 | -0/+20 | |
2010-07-12 | Add empty dictionary for roaming counters for now | Marcel Holtmann | 1 | -0/+6 | |
2010-07-12 | Update counter test script to print roaming ones as well | Marcel Holtmann | 1 | -17/+20 | |
2010-07-12 | Update counter API to differentiate between home and roaming counters | Marcel Holtmann | 1 | -2/+10 | |
2010-07-12 | Do not pass the -H option to dhclient task | Samuel Ortiz | 2 | -14/+0 | |
This option is only supported by RedHat's dhclient package. | |||||
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 | Update nameserver host routes with DNS manual settings | Samuel Ortiz | 1 | -0/+11 | |
2010-07-12 | Return manually set gateway when the ipdevice one is NULL | Samuel Ortiz | 1 | -1/+8 | |
With N (> 1) online services, only the connected device will have its gateway set (as the default route). If the remaining ones have manually set gateways, then let's return that. | |||||
2010-07-12 | No host route needed for nameservers on the same subnet | Samuel Ortiz | 3 | -1/+64 | |
2010-07-12 | Set DNS host routes before toggling the service READY state | Samuel Ortiz | 3 | -6/+49 | |
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 | 3 | -59/+12 | |
2010-07-12 | Remove child watch when connman_task is freed | Pekka Pessi | 1 | -1/+7 | |
2010-07-10 | Update counter API documentation | Marcel Holtmann | 1 | -1/+2 | |
2010-07-09 | Fix SEGV at first startup | David Woodhouse | 1 | -4/+6 | |
connman_wifi_load_ssid() can return NULL. Best not to dereference that. This fixes Meego's bug #3787. | |||||
2010-07-09 | Fix connman_wifi_load_ssid | Samuel Ortiz | 1 | -5/+7 | |
The returned string array must be NULL terminated, and the groups array should be freed as well. | |||||
2010-07-09 | Remove task plugin | Samuel Ortiz | 3 | -182/+2 | |
2010-07-09 | Convert udhcp plugin to connman task | Samuel Ortiz | 2 | -135/+124 | |
The udhcp plugin was still using the old and deprecated plugins/task.c API. | |||||
2010-07-09 | Add DHCP plugins priority flags | Samuel Ortiz | 2 | -0/+5 | |
2010-07-09 | Parse boolean flag from test-connman argv | Daniel Wagner | 1 | -1/+2 | |
Any non empty string evaluates to True which is clearly not intended. | |||||
2010-07-09 | Fix crash in dhclient release | Pekka Pessi | 1 | -18/+22 | |
2010-07-09 | Keep start/stop state of statistic timers | Daniel Wagner | 1 | -0/+9 | |
When starting a ethernet device the sequence of the device state (UP, LOWER_UP) from RTNL is different then by a WiFi device. For an ethernet device the entering UP and LOWER_UP arrives together. Whereas for WiFi device we get a entering UP and leaving LOWER_UP. This results in a call on lower_down first. Unfortunatly, the stats_start and stats_stop should be called in the right order. This fix tracks the statistics enabled/disabled state. | |||||
2010-07-08 | Add additionals statistics counters | Daniel Wagner | 6 | -14/+195 | |
Adding rx_packets, tx_packets, rx_errors, tx_errors, rx_dropped and tx_dropped counters. | |||||
2010-07-08 | Fix my own email address | Marcel Holtmann | 1 | -1/+1 | |
2010-07-08 | Make test-counter byte counters human readable | Daniel Wagner | 1 | -1/+24 | |
2010-07-08 | Save counter values during shutdown | Daniel Wagner | 1 | -0/+3 | |
With moving the start/stop function to the lower_up/lower_down fucntions in service, the statistic was not stored anymore when connman was shutdown. Reason being that lower_down will be called only from a RTNL event which is asynchron. So when the ethernet_disable is called connman doesn't see the corresponding UP,LOWER_UP event. | |||||
2010-07-08 | Update TODO list | Samuel Ortiz | 1 | -0/+18 | |
2010-07-07 | Start/stop statistics depending on LOWER_UP state | Daniel Wagner | 2 | -5/+32 | |
The statistic counters should be updated as soon the interface enters LOWER_UP state ('cable' connected). Therefore we do not depend on the state of the Service object, which fixes also the shortcoming we have currently with private connections. Those services do not enter the ONLINE state. At least for ethernet the lower_up callback has not been called because the service was created 'too late'. | |||||
2010-07-07 | Initialize offset counters | Daniel Wagner | 1 | -7/+38 | |
The Service object needs the the first update of the statistic counters to know the offset for its calculation. Until now, the first timeout of timer was used to update this values. This fix triggers an update only for initialiting the offset values and does not notify the counter clients. |