Denis Kenzior
43d386bbe4
netdev: Use CamelCase for roam threshold setting
2019-10-24 21:36:53 -05:00
Denis Kenzior
1fbf64b667
station: use CamelCase for MFP setting
2019-10-24 21:36:50 -05:00
Marcel Holtmann
7abd998d00
build: Move 50-iwd.link up to 80-iwd.link for less confusion
2019-10-25 01:08:56 +02:00
Marcel Holtmann
152b56a12a
treewide: Move the Intel copyright forward to 2019
2019-10-25 00:43:08 +02:00
Marcel Holtmann
2a1cf2593b
doc: Add missing author names to iwd config manual page
2019-10-25 00:22:20 +02:00
Marcel Holtmann
eb4ea958c7
build: Rename iwd.conf.5 into iwd.config.5
2019-10-25 00:21:05 +02:00
Marcel Holtmann
cd0d57077e
build: Add systemd network link file to disable persistent naming
2019-10-25 00:15:05 +02:00
Denis Kenzior
d4d35c7872
eapol: Use CamelCase for [EAPoL] settings
2019-10-24 15:58:08 -05:00
Tim Kourt
7e9df2cbd5
client: Don't check for errors on agent requests
...
method_call and method_reply of type error are mutually exclusive. ell
will never forward method_reply messages to dbus services, so checking
for dbus_message_has_error is pointless.
2019-10-24 15:58:08 -05:00
Denis Kenzior
3540cc5cc0
manpage: Document [Scan] settings
2019-10-24 15:58:08 -05:00
Denis Kenzior
e540978633
treewide: Use CamelCase for [Scan] settings
2019-10-24 15:58:08 -05:00
Denis Kenzior
3a0c70210d
manpage: Document [Rank] settings
2019-10-24 15:58:08 -05:00
Denis Kenzior
b205d9bdf1
scan: Use CamelCase for [Rank] settings
2019-10-24 15:58:05 -05:00
Denis Kenzior
19a85a85e7
treewide: Rename EAP mtu key to MTU
2019-10-24 13:51:20 -05:00
Denis Kenzior
1ddd047a73
unit: Remove calls to __eap_set_config
...
These just end up setting a value that is already the default.
2019-10-24 13:48:26 -05:00
Denis Kenzior
f6994f502b
manpage: Document Blacklist settings
2019-10-24 13:39:40 -05:00
Denis Kenzior
d66139fe34
treewide: Switch to CamelCase for Blacklist settings
2019-10-24 13:38:11 -05:00
Denis Kenzior
aa13f5458d
auto-t: Rename setting Autoconnect to AutoConnect
2019-10-24 13:04:53 -05:00
Denis Kenzior
8a1ce9e3e3
manpage: Use AutoConnect instead of Autoconnect
2019-10-24 13:04:53 -05:00
Denis Kenzior
356fadad5a
hotspot: Use AutoConnect instead of Autoconnect
2019-10-24 13:04:53 -05:00
Denis Kenzior
2dec3ff1b6
knownnetworks: Use AutoConnect setting
...
Since the property Autoconnect was renamed to AutoConnect, change the
Autoconnect setting to match.
For now we still allow the legacy name to be used here, but a warning is
printed to remind users to update.
2019-10-24 13:04:53 -05:00
Denis Kenzior
8dbbbaf631
client: Use AutoConnect as property name
2019-10-24 12:50:21 -05:00
Denis Kenzior
c49893c827
knownnetworks: Use AutoConnect as property name
2019-10-24 12:49:59 -05:00
Denis Kenzior
9a56cbe3e5
doc: Rename Autoconnect to AutoConnect
2019-10-24 12:38:50 -05:00
Denis Kenzior
3ef565e31f
test: Remove support for WDS property
2019-10-24 11:41:32 -05:00
Denis Kenzior
2d2bc70b64
device: Remove support for WDS property
2019-10-24 11:41:19 -05:00
Denis Kenzior
6ef5549faf
client: Remove support for WDS property
2019-10-24 11:41:01 -05:00
Denis Kenzior
8a80b30201
doc: Remove Device.WDS property
...
Allowing applications to toggle this was a bit dangerous since it could
mess with existing links. The naming was also controversial. Remove
this property for now in preparation of makig the API stable / frozen.
If needed, this functionality can be enabled some other way.
2019-10-24 11:31:03 -05:00
Denis Kenzior
2521830d3e
auto-t: Update to use InvalidArguments error
2019-10-24 10:54:45 -05:00
Denis Kenzior
206bfbdf3a
dbus: update to use InvalidArguments error
2019-10-24 10:54:21 -05:00
Denis Kenzior
2fa27e62b5
doc: Rename .InvalidArgs to .InvalidArguments
2019-10-24 10:49:13 -05:00
Denis Kenzior
ad93ddd580
client: Update to the new wsc api naming
2019-10-24 10:49:13 -05:00
Denis Kenzior
584712dc6d
auto-t: Update to the new wsc api naming
2019-10-24 10:49:13 -05:00
Denis Kenzior
f97bca55e9
test: Update to the new wsc api naming
2019-10-24 10:49:13 -05:00
Denis Kenzior
a06583ffc4
dbus: Update to the new wsc api naming
2019-10-24 10:49:13 -05:00
Denis Kenzior
79a8a1287a
doc: Change WSC api naming
...
This change removes the name WiFi from the interface name since this
term is copyrighted by the Wi-Fi Alliance and cannot be properly
attributed in such a context.
2019-10-24 10:49:09 -05:00
Marcel Holtmann
77f16ae26f
Release 0.23
2019-10-24 09:12:21 +02:00
Marcel Holtmann
a41dc7d8cc
build: Require at least version 0.25 when building with external ELL
2019-10-24 09:05:32 +02:00
Tim Kourt
1e0058cf73
ofono: Validate message parsing
2019-10-23 18:00:09 -05:00
Tim Kourt
ea0fc68597
client: Check family name before comparison
2019-10-23 17:59:41 -05:00
Tim Kourt
25b3cb77e1
hwsim: Fix potential memory leak
...
If msg has multiple RADIO NAME attributes, memory leak occurs.
Note that this doesn't happen in practice.
2019-10-23 17:58:51 -05:00
Tim Kourt
b096c27377
hotspot: eliminate double assignment of variable
2019-10-23 17:57:35 -05:00
Tim Kourt
d8f98a5f20
hotspot: Fix mem leak on failed hotspot config
2019-10-23 17:56:18 -05:00
Tim Kourt
13bb8c1afe
client: Ignore invalid notifications
2019-10-23 17:44:51 -05:00
Tim Kourt
cfa652e9ba
client: Treat invalid DBus reply same as an error
2019-10-23 17:44:16 -05:00
Denis Kenzior
966114ab3e
doc: Merge signal-level-agent-api.txt
...
into station-api.txt where it logically belongs
2019-10-23 17:43:10 -05:00
Denis Kenzior
3191c61b26
doc: Merge agent-api.txt and agent-manager.txt
2019-10-23 17:41:28 -05:00
James Prestwood
bf3b403e90
test-runner: fix double free issue on subtest queue
...
Coverity reported this as a leak, but the test queue is actually
getting freed later and does not need to be freed locally in add_path
This basically reverts c0863e5bc6
2019-10-23 12:28:51 -05:00
Denis Kenzior
45bd459711
eap-tls-common: Relax certificate chain check
...
Relax the pre-check for local user certificate. Before we used to check
that the CA provided (if any) was used to verify both the peer identity
and the local certificate chain. However, there seem to be networks
that use different CAs to sign AP/Radius certificates and certificates
issued to users.
Drop the ca_certs argument from l_certchain_verify, but keep the call
there to make sure the certificate chain is indeed a chain as a sanity
check.
2019-10-23 09:51:29 -05:00
James Prestwood
cdc9eb13aa
auto-t: hostapd: raise exception upon invalid config
...
If the config file passed in is not found we would continue and
eventually something else would fail. Instead immediately raise an
exception to be more clear on what is actually failing.
2019-10-22 21:58:30 -05:00