Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-15 | service: Refactor Service nameserver API | Daniel Wagner | 8 | -87/+167 | |
__connman_service_append/remove_namerserver() is renamed to __connman_service_nameserver_append/remove to be more consistent with the other Service API naming. Also the semantic changes to append/remove instead of set/clear. The list of configured nameservers takes preference over the list of discovered (DHCP, VPN, ...) nameservers. | |||||
2011-02-15 | technology: Remove "blocked" state and use "offline" state instead | Alok Barsode | 2 | -10/+7 | |
Both "offline" and "blocked" states mean the same hence merging them. | |||||
2011-02-15 | network: IPv6 must go through disconnect state before idle | Jukka Rissanen | 1 | -0/+7 | |
2011-02-11 | network: Back to IDLE when network is not connected | Samuel Ortiz | 1 | -2/+2 | |
2011-02-11 | TODO: IPv6 enhancements are done | Jukka Rissanen | 1 | -13/+0 | |
2011-02-11 | ipconfig: Enable ipconfig if loading autoconfigurable IPv6 config | Jukka Rissanen | 1 | -1/+14 | |
2011-02-11 | service: Change IPv4 state when address is released | Jukka Rissanen | 1 | -0/+6 | |
2011-02-11 | service: Check service state properly if user changes method | Jukka Rissanen | 1 | -16/+47 | |
2011-02-11 | service: IPv6 autoconf will change the service state | Jukka Rissanen | 1 | -0/+28 | |
2011-02-11 | network: Set service state correctly when ipconfig is cleared | Jukka Rissanen | 1 | -1/+8 | |
2011-02-11 | network: Enable IPv6 autoconf to change the service state to ready | Jukka Rissanen | 1 | -2/+41 | |
2011-02-11 | ipconfig: Enable or disable IPv6 when loading the saved service | Jukka Rissanen | 1 | -0/+8 | |
2011-02-11 | service: Split service state to IPv4 and IPv6 parts | Jukka Rissanen | 6 | -72/+303 | |
2011-02-11 | ipconfig: Added helper function that returns the config type | Jukka Rissanen | 2 | -0/+8 | |
2011-02-11 | ipv6: Add property for IPv6 nameserver | Jukka Rissanen | 1 | -0/+1 | |
2011-02-11 | ipconfig: Clear the ipaddress pointers when address is deleted | Jukka Rissanen | 1 | -1/+2 | |
2011-02-10 | TODO: VPNc and WiFi tethering are done | Samuel Ortiz | 1 | -16/+25 | |
2011-02-10 | test: Improve tethering scripts | Samuel Ortiz | 2 | -9/+18 | |
2011-02-10 | tethering: Check for kernel bridge support | Samuel Ortiz | 2 | -0/+13 | |
2011-02-09 | rtnl: Fix some uninitalised warnings | Kalle Valo | 1 | -7/+5 | |
src/rtnl.c:578:8: error: 'src' may be used uninitialized in this function src/rtnl.c:610:8: error: 'src' may be used uninitialized in this function src/rtnl.c:1108:19: error: 'servers' may be used uninitialized in this function | |||||
2011-02-08 | AUTHORS: Mention Alok's contributions | Samuel Ortiz | 1 | -0/+1 | |
2011-02-08 | technology: Optimize __connman_technology_remove_interface() | Alok Barsode | 1 | -12/+7 | |
Using technology_find() instead of looping through technology_list. | |||||
2011-02-08 | technology: Optimize __connman_technology_add_interface() | Alok Barsode | 1 | -14/+7 | |
Instead of looping through the technology_list, using the technology pointer returned by technology_get(). | |||||
2011-02-08 | pacrunner: Remove unitialised use of host_ret variable | Kalle Valo | 1 | -3/+0 | |
For some reason there's a null check for host_ret in parse_url(), which is at that point is an uninitialised local variable. Just remove the check. plugins/pacrunner.c:316:5: error: 'host_ret' may be used uninitialized in this function | |||||
2011-02-08 | iptables: Fix uninitialised use of entry_return | Kalle Valo | 1 | -3/+4 | |
src/iptables.c:432:20: error: ‘entry_return’ may be used uninitialized in this function | |||||
2011-02-08 | iptables-test: Fix uninitialised use of entry_return | Kalle Valo | 1 | -3/+4 | |
tools/iptables-test.c:455:20: error: ‘entry_return’ may be used uninitialized in this function | |||||
2011-02-08 | AUTHORS: Mention Henri's contributions | Samuel Ortiz | 1 | -0/+1 | |
2011-02-08 | ofono: Handle ContextAdded/ContextRemoved signals | Henri Bragge | 1 | -1/+77 | |
2011-02-08 | wifi: Check invalid key/passphrase in gsupplicant connect callback | Patrik Flykt | 1 | -2/+12 | |
Use network struct as connect callback user data and set network error to CONNMAN_NETWORK_ERROR_INVALID_KEY if gsupplicant indicates key/passphrase error. For other errors < 0 set network error to CONNMAN_NETWORK_ERROR_CONFIGURE_FAIL. | |||||
2011-02-08 | network: Add CONNMAN_NETWORK_ERROR_INVALID_KEY for a network | Patrik Flykt | 2 | -0/+14 | |
Add invalid key/passphrase definition for a network and propagate it to the associated service. | |||||
2011-02-08 | service: Add CONNMAN_SERVICE_ERROR_INVALID_KEY to service error enum | Patrik Flykt | 2 | -0/+8 | |
Add invalid key/passphrase definition for a service and unset the current passphrase when this error is indicated. | |||||
2011-02-08 | gsupplicant: Report AddNetwork and SelectNetwork errors to caller | Patrik Flykt | 1 | -2/+28 | |
Call interface_connect_data callback when an error is reported for wpa_supplicant AddNetwork and SelectNetwork method calls. In the case of WPA-PSK or WEP key being incorrectly formatted, set the callback result to -ENOKEY. | |||||
2011-02-08 | dnsproxy: Do not add NULL domains to the domain list | Samuel Ortiz | 1 | -0/+3 | |
2011-02-06 | plugin: Allow colon as plugin name separator | Marcel Holtmann | 1 | -2/+2 | |
2011-02-06 | Release 0.690.69 | Marcel Holtmann | 2 | -1/+10 | |
2011-02-04 | service: Remove WPS from the exported D-Bus properties | Samuel Ortiz | 6 | -29/+35 | |
When WPS is supported it is added to the security string array. | |||||
2011-02-04 | AUTHORS: Mention Guillaume's contributions | Samuel Ortiz | 1 | -0/+1 | |
2011-02-04 | ethernet: Create the bridge before to add an interface to it. | Guillaume Lucas | 1 | -2/+2 | |
The bridge is created by the connman_technology_tethering_notify() function. So this function must be called before to add an interface to the bridge. Means before the call to connman_inet_add_to_bridge(). | |||||
2011-02-04 | technology: trigger technology creation by new interface | Guillaume Lucas | 1 | -75/+79 | |
2011-02-04 | proxy: Add implementation for internal proxy framework. | Mohamed Abbas | 3 | -13/+130 | |
Add support to call registered proxy driver and report proxy to client. Also Make sure we cancel proxy request if we got disconnected and still waiting for proxy request. Also make sure we set/clear token correctly | |||||
2011-02-04 | pacrunner: Add pacrunner proxy driver. | Mohamed Abbas | 2 | -0/+151 | |
Register pacrunner proxy driver, add proxy driver functions and call pacrunner daemon to find proxy. | |||||
2011-02-04 | location: Allow to get the service for a location | Mohamed Abbas | 2 | -0/+8 | |
Add new function to return the service for a location. | |||||
2011-02-03 | TODO: Claim ownership of the provisioning API task | Henri Bragge | 1 | -1/+1 | |
2011-02-03 | wifi: Debug string typo | Samuel Ortiz | 1 | -1/+1 | |
2011-02-03 | wifi: Return a tethering error if AP mode is not supported at all | Samuel Ortiz | 1 | -2/+5 | |
2011-02-03 | stats: Add comment about MAP_SHARED | Daniel Wagner | 1 | -0/+6 | |
Clarify why MAP_SHARED is used instead of the obvious MAP_PRIVATE. | |||||
2011-02-03 | AUTHORS: Mention Grant's contributions | Samuel Ortiz | 1 | -0/+1 | |
2011-02-03 | gsupplicant: Add ciphers only for WPA PSK and EAP | Samuel Ortiz | 1 | -2/+2 | |
2011-02-03 | wifi: Use WPA2 only when in AP mode | Samuel Ortiz | 1 | -0/+1 | |
2011-02-03 | gsupplicant: Set WPA protocol | Samuel Ortiz | 2 | -0/+39 | |