Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-26 | Change service name from org.moblin.connman to net.connman | Marcel Holtmann | 25 | -87/+87 | |
2010-11-25 | test: Providers is no longer a manager property | Gustavo F. Padovan | 4 | -74/+5 | |
2010-11-19 | openconnect: Fix connect-vpn and plugin indentation | Samuel Ortiz | 1 | -1/+1 | |
2010-11-19 | openconnect: Pass server certificate hash directly to openconnect | David Woodhouse | 1 | -2/+2 | |
When we spawn openconnect to make a VPN connection, it obviously needs to validate the server's SSL certificate to protect against a MiTM attack. But it may not have full access to the user's CA chain, or the user may have manually accepted a dubious certificate. To allow for this, the GUI authentication dialog returns a SHA1 of the server's SSL certificate fingerprint, for the *specific* server that it managed to authenticate to. The intention is that this should be passed through to openconnect when it connects. That way, openconnect doesn't need to do any normal validation; it only needs to compare the certificate with what's expected. From openconnect v2.26, certificate validation is enabled by default; rather than only when a --cafile option is given. So it's important that we start passing the certificate fingerprint through, to avoid connection failures (which we don't currently detect and report gracefully, btw). | |||||
2010-11-16 | monitor-services: Invalid syntax typo fix | Leena Gunda | 1 | -1/+1 | |
Fixes BMC#9995 | |||||
2010-11-16 | test: Allow setting gateway for a static ip address. | Gustavo Sverzut Barbieri | 1 | -1/+2 | |
2010-11-10 | Fix get-proxy-autoconfig method checking | Leena Gunda | 1 | -1/+1 | |
The script should check for the "auto" method, not the "auto-config". Fixes BMC#9178 | |||||
2010-11-06 | Remove some leftovers from Device/Network interface removal | Marcel Holtmann | 3 | -13/+5 | |
2010-11-05 | Remove test scripts for no longer existing interfaces | Marcel Holtmann | 8 | -454/+2 | |
2010-11-03 | connect-vpn: Add OpenVPN support | Daniel Wagner | 1 | -12/+30 | |
2010-10-11 | simple-agent: update to new agent api | Kalle Valo | 1 | -15/+8 | |
simple-agent was still using the old agent api and didn't work anymore. Update it to use the new api. | |||||
2010-10-11 | Added a test tool for proxy configuration (set-proxy) | Tomasz Bursztyka | 1 | -0/+44 | |
2010-10-07 | Pretty printers for proxy settings in various test tool. | Tomasz Bursztyka | 5 | -9/+26 | |
2010-09-28 | Remove providers based on their VPN service path | Samuel Ortiz | 1 | -2/+1 | |
2010-09-22 | Add support for setting proxy configuration method | Marcel Holtmann | 2 | -3/+4 | |
2010-08-20 | Make backtrace script a bit more generic | Marcel Holtmann | 1 | -3/+3 | |
2010-08-18 | Add support for roaming/home network statistic | Daniel Wagner | 1 | -3/+8 | |
Currently connman only has one set of counters for collecting statistics on online time and the amount of transfered bytes. For 3G connections we should destinguish between home network and roaming. This patch introduces two sets of counter values for home network and roaming network. Changing from Home to Roaming counters relies on connman_network_set_roaming being called. Currently, this is only done in the ofono plugin. Getting Wifi 'Hot-Spot Provider' Roaming (e.g. T-Mobile Germany to T-Mobile USA) is not yet working. | |||||
2010-08-17 | Fix backtrace script formatting and mode bits | Samuel Ortiz | 1 | -10/+12 | |
2010-08-17 | ConnMan backtrace support | Samuel Ortiz | 1 | -0/+55 | |
Add a generic signal handler in order to dump ConnMan backtrace when crashing. The implementation is based on glibc backtrace() routines and thus can not resolve static function names. A little python wrapper over addr2line fixes that by taking a full backtrace from a complete connman log file. | |||||
2010-08-06 | Build VPN services based on VPN host and domain strings | Samuel Ortiz | 1 | -3/+3 | |
2010-08-02 | Fix test-manager | Samuel Ortiz | 1 | -2/+33 | |
2010-08-02 | Update test scripts for the new provider interface | Samuel Ortiz | 4 | -8/+39 | |
2010-07-29 | Fix broken printout of proxy auto-configuration test script | Marcel Holtmann | 1 | -1/+2 | |
2010-07-29 | Add test script for retrieving proxy auto-configuration | Marcel Holtmann | 1 | -0/+36 | |
2010-07-29 | Add decoding of IPv6 properties for get-services test script | Marcel Holtmann | 1 | -1/+3 | |
2010-07-29 | Add decoding support for IPv6 properties | Marcel Holtmann | 1 | -1/+3 | |
2010-07-29 | Update test scripts for IPv6 support | Samuel Ortiz | 2 | -7/+28 | |
2010-07-26 | Try all technologies from start-scanning test script | Samuel Ortiz | 1 | -2/+4 | |
2010-07-25 | Fix script for testing counter interface | Marcel Holtmann | 1 | -4/+4 | |
2010-07-15 | Add service property and signals for LoginRequired | Marcel Holtmann | 1 | -2/+3 | |
2010-07-12 | Add missing enable-tethering and disable-tethering test scripts | Marcel Holtmann | 2 | -0/+20 | |
2010-07-12 | Update counter test script to print roaming ones as well | Marcel Holtmann | 1 | -17/+20 | |
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-08 | Add additionals statistics counters | Daniel Wagner | 1 | -1/+5 | |
Adding rx_packets, tx_packets, rx_errors, tx_errors, rx_dropped and tx_dropped counters. | |||||
2010-07-08 | Make test-counter byte counters human readable | Daniel Wagner | 1 | -1/+24 | |
2010-07-03 | Add initial bits and pieces for Tethering support | Marcel Holtmann | 1 | -1/+1 | |
2010-06-30 | Update service statistics | Daniel Wagner | 1 | -7/+5 | |
Instead of collecting statistics on interface name base and storing it local in counter.c, update the Service object. counter.c maps interface names to Service objects. The assumption is made that there is a 1:1 mapping between Service objects and interface name. A Counter object will only show Service object statistics for services in the ready state. There is no interface (yet) for retrieving information on Service objects in idle/failure/configuration/.. state. | |||||
2010-06-30 | Centralize rntl update timers | Daniel Wagner | 1 | -2/+7 | |
Instead of creating a new rntl trigger for each Counter object move this part to the rtnl core. Only one update trigger will be registered at RTNL. The minimum interval will used for the timeout callback. | |||||
2010-05-13 | Add method to retrieve sorted list of tuples for services | Marcel Holtmann | 1 | -0/+51 | |
2010-05-13 | Add initial support for LookupService helper method | Marcel Holtmann | 1 | -0/+17 | |
2010-05-13 | Add support for setting per service domain list | Marcel Holtmann | 3 | -2/+24 | |
2010-05-12 | Add support for setting manual DNS server configuration | Marcel Holtmann | 3 | -0/+38 | |
2010-03-25 | Set netmask and gateway as the mandatory parameters of test/set-address | Martin Xu | 1 | -9/+5 | |
2010-03-23 | Get simple-agent passphrase from command line | Kalle Valo | 1 | -4/+29 | |
2010-02-18 | Add script to set IP configuration method | Lucas De Marchi | 1 | -0/+33 | |
This script is used to set IPv4.Configuration property of a service, allowing to change among dhcp and manual methods. | |||||
2010-02-16 | Update all test scripts using devices properties directly | Samuel Ortiz | 5 | -99/+134 | |
We need to go through the technology list first in order to access the devices properties. | |||||
2010-02-15 | Update test/list-networks to new properties hierarchy | Gustavo Sverzut Barbieri | 1 | -25/+31 | |
The "Devices" property is gone, now need to walk "Technologies" and then their devices. | |||||
2010-02-11 | Static IP can be set regardles of the service state | Martin Xu | 1 | -3/+0 | |
2010-02-05 | Fix start-scanning script | Samuel Ortiz | 1 | -6/+11 | |
Devices are no longer part of the manager properties, go through the technology list instead. | |||||
2010-01-31 | Fix service property monitoring handling | Marcel Holtmann | 1 | -10/+7 | |