summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-05-03 12:32:57 +0100
committerKatolaZ <katolaz@freaknet.org>2018-05-03 12:41:47 +0100
commita140e81f3789ad20bc7872f796a0f45ebe584ffa (patch)
tree0187e056fb5989020159e00ae9b85f4e840a9c0d
parent19650bae5d0de65a5773f457e4f86cddf101a934 (diff)
Version 0.40.4
-rw-r--r--ChangeLog14
-rw-r--r--debian/changelog6
-rw-r--r--setnet.818
-rw-r--r--setnet.8.gzbin3037 -> 3219 bytes
-rwxr-xr-xsetnet.sh19
5 files changed, 44 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 18e95e6..a298e90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2018-05-03 KatolaZ <katolaz@freaknet.org>
+
+ * setnet.sh: fixed a bug in essid management
+ * added "EXIT" button in deep windows
+ * added config option "SUPPRESS_INFO" to remove useless
+ notifications
+ * added config option "SHOW_LO" to hide loopback devices
+ * Renamed fields in wifi cert configuration
+ * Updated manpage
+
2017-03-08 KatolaZ <katolaz@freaknet.org>
* setnet.sh (wifi_restart_wpa): Corrected a bug in the restart of
@@ -10,7 +20,7 @@
2017-01-29 KatolaZ <katolaz@freaknet.org>
* setnet.sh:
- * removed "Load file" and "New File" in WiFi configuration
+ * removed "Load file" and "New File" in WiFi configuration
2017-01-23 KatolaZ <katolaz@freaknet.org>
@@ -26,7 +36,7 @@
* all direct commands (e.g., ip, wpa_cli) are now checked
* added support for EAP/PEAP
* added support for EAP/TLS
-
+
2017-01-07 KatolaZ <katolaz@freaknet.org>
diff --git a/debian/changelog b/debian/changelog
index 0f01ce8..5d2b99f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+setnet (0.4+devuan1) unstable; urgency=medium
+
+ * new upstream version -- several fixes
+
+ -- Vincenzo (KatolaZ) Nicosia <katolaz@freaknet.org> Thu, 03 May 2018 12:39:33 +0100
+
setnet (0.3.2+devuan1.2) unstable; urgency=medium
[ KatolaZ ]
diff --git a/setnet.8 b/setnet.8
index 7be6108..da4c1a8 100644
--- a/setnet.8
+++ b/setnet.8
@@ -1,5 +1,5 @@
.\" The following requests are required for all man pages.
-.Dd January 06, 2017
+.Dd May 03, 2018
.Dt SETNET 8 SMM
.Os Linux
.Sh NAME
@@ -34,6 +34,13 @@ information to a file. Support for posting a dump of network status to
websites like pastebin.com is under development.
.Pp
+setnet.sh uses
+.Em /bin/sh
+by default. It has been tested with several standard shells, including
+bash, busybox, dash, ksh, mksh, posh, sh, yash, and zsh but it should work
+correctly with any POSIX-compliant shell.
+
+.Pp
setnet.sh recognises the following options:
.Bl -tag -width Ds
@@ -145,6 +152,11 @@ setnet.sh starts.
.It Ev WIFI_DEVICES
List of wifi devices. This list is used only when automatic detection
of wifi devices fails.
+.It Ev SUPPRESS_INFO
+If set to "yes" or "YES", setnet will suppress verbose notifications.
+.It Ev SHOW_LO
+If set to "yes" or "YES" setnet will include the loopback device in
+the list of available network devices.
.El
These variables are normally set in the setnetrc configuration file
@@ -193,14 +205,14 @@ exists, it takes precedence over
.\" fprintf/stderr type diagnostics)
.\" .Sh DIAGNOSTICS
.Sh SEE ALSO
-ip(8), dhclient(8), wpa_supplicant(8), wpa_cli(8), netstat(8).
+ip(8), iw(8), dhclient(8), wpa_supplicant(8), wpa_cli(8), netstat(8).
.\" .Sh CONFORMING TO
.\" .Sh HISTORY
.Sh AUTHORS
setnet.sh is Free Software, distributed under the terms of the GNU
General Public License (GPL), version 3 of the License.
.Pp
-setnet.sh is copyleft (c) by
+setnet.sh is copyleft (c) 2016-2018 by
.An Vincenzo (KatolaZ) Nicosia <katolaz@freaknet.org>
.Sh BUGS
diff --git a/setnet.8.gz b/setnet.8.gz
index 247c303..8685692 100644
--- a/setnet.8.gz
+++ b/setnet.8.gz
Binary files differ
diff --git a/setnet.sh b/setnet.sh
index 23dd7d5..d6fc086 100755
--- a/setnet.sh
+++ b/setnet.sh
@@ -20,7 +20,7 @@
# ----------------------------------------------------------------------
#
# Copyleft (C) Vincenzo "KatolaZ" Nicosia (katolaz@freaknet.org) --
-# (2016, 2017)
+# (2016-2018)
#
#
@@ -1465,16 +1465,19 @@ Ethernet/Wi-Fi interfaces.
Both Static and DHCP-based IP configuration are supported.
-At the moment, only WPA-PSK and open (no key) Wi-Fi connections are
-available.
+Setnet supports the configuration of open (no-key), WPA-Personal
+(WPA-PSK and WPA2-PSK) and WPA-Enterprise (EAP/PEAP and EPA/TLS) Wi-Fi
+connections.
For more information, please visit the webpage of the project:
http://kalos.mine.nu/setnet/
+or, better, RTFM.
+
Please report bugs at:
- https://git.devuan.org/KatolaZ/setnet
+ https://git.devuan.org/devuan-packages/setnet
EOF
eval "${DIALOG} --cr-wrap --textbox ${TMPFILE} ${WINDOW_HEIGHT} ${WINDOW_WIDTH}"
@@ -1491,7 +1494,7 @@ show_copyright(){
--------------------------------------------------------------------
Copyleft (C) Vincenzo "KatolaZ" Nicosia <katolaz@freaknet.org>
- 2016, 2017
+ 2016-2018
--------------------------------------------------------------------
@@ -1525,7 +1528,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
--------------------------------------------------------------------
Copyleft (C) Vincenzo "KatolaZ" Nicosia <katolaz@freaknet.org>
- 2016, 2017
+ 2016-2018
--------------------------------------------------------------------
@@ -2010,7 +2013,7 @@ show_version(){
##local
SCRIPTNAME=$1
echo "${SCRIPTNAME} -- version ${VERSION}"
- echo "Copyleft (C) Vincenzo \"KatolaZ\" Nicosia (katolaz@freaknet.org) -- 2016, 2017"
+ echo "Copyleft (C) Vincenzo \"KatolaZ\" Nicosia (katolaz@freaknet.org) -- 2016-2018"
echo "This is free software. You can use and redistribute it under the "
echo "terms of the GNU General Public Licence version 3 or (at your option)"
echo "any later version."
@@ -2028,7 +2031,7 @@ show_disclaimer(){
-+- setnet.sh ${VERSION} -+-
Copyleft (C) KatolaZ (katolaz@freaknet.org)
- 2016, 2017
+ 2016-2018
-+- This is a beta release of setnet.sh -+-