[Git-commits] [grml/grml-network] 5569e6: Use consistent indentation also for wireless confi...
Michael Prokop
noreply at github.com
Sat Jul 18 22:13:01 CEST 2020
Branch: refs/heads/master
Home: https://github.com/grml/grml-network
Commit: 5569e6318b576f4f1faea9bdfee66662b0c4ce24
https://github.com/grml/grml-network/commit/5569e6318b576f4f1faea9bdfee66662b0c4ce24
Author: Michael Prokop <mika at grml.org>
Date: 2020-07-18 (Sat, 18 Jul 2020)
Changed paths:
M sbin/netcardconfig
Log Message:
-----------
Use consistent indentation also for wireless configuration
The configuration is indented using tabs, if we don't
apply this also to the wireless configuration options
then it's inconsistent.
Commit: f512c908edc331ca6a87bb83a8ae06e630d2e040
https://github.com/grml/grml-network/commit/f512c908edc331ca6a87bb83a8ae06e630d2e040
Author: Michael Prokop <mika at grml.org>
Date: 2020-07-18 (Sat, 18 Jul 2020)
Changed paths:
M sbin/netcardconfig
Log Message:
-----------
Do not leak wireless options into non-wireless device configurations on concurrent runs
When configuring a wlan device *and* afterwards a non-wlan device
within the same netcardconfig invocation, the wireless configuration
is still around (via $IWOURLINE and its underlying writeiwline()).
This causes the wireless options to be present even if not applicable,
like for example (wlan0 was configured first, then eth0 afterwards):
| allow-hotplug eth0
| iface wlan0 inet dhcp
| wireless-mode Managed
| wireless-essid SECRET
| wpa-ssid SECRET
| wpa-psk SECRET
|
|
| iface eth0 inet static
| address 10.42.42.1
| netmask 255.255.255.0
| network 10.42.42.0
| broadcast 10.42.42.255
| gateway 10.42.42.1
| dns-nameservers 10.42.42.1
| wireless-mode Managed
| wireless-essid SECRET
| wpa-ssid SECRET
| wpa-psk SECRET
This work was funded by Grml-Forensic.
Commit: b7ca29adb11341d023370b272ebadc707189a6ba
https://github.com/grml/grml-network/commit/b7ca29adb11341d023370b272ebadc707189a6ba
Author: Michael Prokop <mika at grml.org>
Date: 2020-07-18 (Sat, 18 Jul 2020)
Changed paths:
M debian/changelog
Log Message:
-----------
Release new version 0.11.4
Compare: https://github.com/grml/grml-network/compare/49409a5587d8...b7ca29adb113
More information about the Git-commits
mailing list