lp:~connman-maintainers/connman/head
- Get this branch:
- bzr branch lp:~connman-maintainers/connman/head
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.kernel.org/pub/scm/network/connman/connman.git.
Last successful import was 1 hour ago.
Recent revisions
- 8065. By Daniel Wagner on 2020-12-28
-
timeserver: Split new service and configuration update
Allow to update the existing used service with a new time server
configuration. Instead overloading the __connman_timeservice_ sync()
function introduce a new function for updating the currently used
service for time synchronization. By this we document clearly in the
code what is supposed to be updated. - 8064. By Daniel Wagner on 2020-12-28
-
services: Escape passphrase string
The WiFi passphrase might use chars which need escaping because
g_key_file_get_string( ) is trying to decode the strings it reads. - 8063. By Emmanuel VAUTRIN <email address hidden> on 2020-12-23
-
wifi: Base BSS expiration age on long scanning interval
When the BSS expiration age is under the long scanning interval, the
list of available networks will periodically lose the unconnected (but
still present) ones, and only be repopulated after next scan.Setting the BSS expiration age to match the long scanning interval
prevents this undesirable behaviour. - 8062. By Jonathan Liu on 2020-12-22
-
wifi: Fix wireless interface not being added to tether bridge sometimes
For Broadcom BCM4356 chipset with brcmfmac driver, the IFF_LOWER_UP flag
did not always change state in wifi_newlink() but remained set when
changing from STA mode to AP mode. This resulted in handle_tethering()
not being called to add the wireless interface to the tether bridge.To resolve the issue, always call handle_tethering() as long as the
IFF_LOWER_UP flag is set instead of only when IFF_LOWER_UP changes
from unset to set. The handle_tethering() function already has checks
in place to avoid adding the wireless interface to the tether bridge
more than once. - 8061. By Daniel Wagner on 2020-12-22
-
openvpn: Update documemtation for --proto
The OpenVPN daemon uses --proto to set the protocol version to
use. ConnMan's documentation says OpenVPN.Protocol to use but the
implementation allows only OpenVPN.Proto. Update the documentation
accordingly. - 8060. By Jussi Laakkonen <email address hidden> on 2020-12-22
-
vpnc: Do not lose credentials with VPN agent timeouts
Return ENOENT in case the VPN agent timeouts or there is some other
error that does not indicate an error with login credentials. By doing
this change the credentials are not reset with authentication error
added to the VPN agent query. Approach here is similar to openvpn.c
plugin. - 8059. By Daniel Wagner on 2020-12-14
-
vpn: Export vpn_ipconfig_
foreach as linker symbol Commit 95b25140bec7 ("vpn: Add WireGuard support") introduced
a plugin dependency to __vpn_ipconfig_foreach. Because the linker does
not export the prefixed functions, we need to rename it to
vpn_ipconfig_foreach in order to export the linker symbol. - 8058. By Daniel Wagner on 2020-12-14
-
vpn: Do not do mixed declerations and code
gcc complains 'struct vpn_route' is declared within the code section.
By declaring it at the begin of the function we can also avoid the
additional helper variables. - 8057. By Daniel Wagner on 2020-12-14
-
src: Test return value of inet_pton consistently
inet_pton return 1 on success and 0 or -1 on failure depending on the
error it wants to return. Use either '== 1' or '!= 1' consistently to
test if the call was succesfull. ConnMan doesn't destinguish between 0
and -1. - 8056. By Jussi Laakkonen <email address hidden> on 2020-12-11
-
doc: Document VPN connection SplitRouting boolean
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)