Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't write HOSTNAME before confirmation. Remove colour around examples. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -3/+4 |
| | |||||
* | Give 2 examples for IP address entry syntax. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -2/+2 |
| | |||||
* | Check entered prefix length is valid + more. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -102/+60 |
| | | | | | | Added a dialog to warn if no IP addresses have bee configured. Adjusted some dialog box sizes for altered text. Updated text for some dialog boxes. | ||||
* | Add syntax_check_v6 function to validate IPv6 addresses + more. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -19/+44 |
| | | | | | Move temp directory code to start of main block. Update dialog text for some screens. | ||||
* | Begin implementing multiple IPv6 addresses handling. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -33/+76 |
| | |||||
* | Use an IPv4 specific bounce file with IPv4 config. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -7/+7 |
| | |||||
* | Use an ipv4 specific bounce file for gateway config. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -15/+6 |
| | |||||
* | Clean up after ourselves in various places with new code. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -15/+41 |
| | | | | | * Keep a file with the VLAN ID while processing VLANs. * Touched up a couple more bits of dialog text. | ||||
* | Various updates to netconfig - see full log. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -80/+90 |
| | | | | | | | | | | * Rename -syntax_check_color function to syntax_check_v4 as it more accurately represents its IPv4 specific function now. * Some updates to text presented in dialogs. * Protect some variable expansions with ""s. * Initial support for IPADDRS/IP6ADDRS arrays. * Improve validation of user supplied input. * Refactoring for use of the IPADDRS array and multiple IP/mask entry. | ||||
* | Clean up syntax of host+domain entry and add some basic validation. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -28/+42 |
| | |||||
* | Update VLAN syntax checking. Add quotes in rc.inet1.conf. | Darren 'Tadgy' Austin | 2021-02-27 | 1 | -12/+23 |
| | |||||
* | Include the IPv6 address + hostnames in /etc/networks. | Darren 'Tadgy' Austin | 2020-05-23 | 1 | -4/+2 |
| | |||||
* | A couple of updates to netconfig and rc.inet1.conf. | Darren 'Tadgy' Austin | 2019-12-17 | 1 | -4/+6 |
| | |||||
* | Very small correction of rc.inet1.conf text. | Darren 'Tadgy' Austin | 2019-11-29 | 1 | -1/+1 |
| | |||||
* | IPv6 configuration support in netconfig. See full log. | Darren 'Tadgy' Austin | 2019-11-20 | 1 | -159/+310 |
| | | | | | | | | | | | | | | | | | | A lot of the changes are formatting (I had a bug I couldn't hunt down and the formatting wasn't helping), but there's quite a few new dialogs - not only to configure IPv6, but adding better user input issue handling. * Modify creation of the rc.inet1.conf file to incorporate IPv6. * Edited error text in syntax_check_color() to be more generic. * Added SLAAC option to the configuration type menu. * Added a new DHCP selection menu to cater for v4, v6 and both configurations. * Edited various dialog texts to be more consistent and/or IPv6 friendly. * Validate netmask that's entered by the user. * Produce an error about missing netmask when IPv4 IP is set. * Only do netmask and gateway (IPv4) prompting if an IPv4 address was set. * Added static IPv6 configuration dialogs. * Updated nameserver configuration dialog. * Added IPv6 fields to the final static IP confirmation/edit screen. | ||||
* | Add VLAN configuration support to netconfig. | Darren 'Tadgy' Austin | 2019-11-20 | 1 | -0/+30 |
| | |||||
* | Update text in rc.inet1.conf (and netconfig). | Darren 'Tadgy' Austin | 2019-11-18 | 1 | -4/+5 |
| | |||||
* | Update text in rc.inet1.conf, and sync with netconfig. | Darren 'Tadgy' Austin | 2019-11-14 | 1 | -30/+68 |
| | |||||
* | Update rc.inet1.conf in netconfig. Update manpage. | Darren 'Tadgy' Austin | 2019-11-07 | 1 | -0/+20 |
| | |||||
* | Update rc.inet1.conf in netconfig. | Darren 'Tadgy' Austin | 2019-11-06 | 1 | -14/+17 |
| | |||||
* | Sync netconfig's rc.inet1.conf with the new one. Add ::1 to loopback in hosts | Darren 'Tadgy' Austin | 2019-11-06 | 1 | -11/+44 |
| | |||||
* | Fix up setting of IPALIASES and update docscurrent-20180531 | Darren Austin | 2018-05-24 | 1 | -1/+4 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | netconfig: formatting tweaks plus fixup NM default usage | Patrick J. Volkerding | 2018-05-24 | 1 | -24/+29 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | netconfig: Don't write hostname to NM config file any more | Andrzej Telszewski | 2018-03-18 | 1 | -4/+0 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | netconfig: Add back a dropped "." | Robby Workman | 2017-11-26 | 1 | -1/+1 |
| | |||||
* | netconfig: Add comment to netconfig-generated rc.inet1.conf | Jakub Jankowski | 2017-11-21 | 1 | -0/+2 |
| | | | | | | Add same comment as in 4561bd10747935edf3e4f17ad18768d17ee95a4e Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | rc.inet1*: Fix DHCP timeoutcurrent-20171121 | Robby Workman | 2017-11-21 | 1 | -1/+1 |
| | | | | | This was accidentally changed from 15 seconds back to the 14.2 default of 10 seconds. Thanks to Eduard Rozenberg. | ||||
* | netconfig: Add /sbin/netconfigcurrent-20171117 | Robby Workman | 2017-11-17 | 1 | -0/+706 |