Age | Commit message (Collapse) | Author |
|
(cherry picked from commit b81e0d45d5393899713970aef1dfc185253fe9ca)
|
|
(cherry picked from commit c36a92663d1817f24503ad8849edccbc081196db)
|
|
Conflicts:
debian/changelog
|
|
|
|
Commit 9d35610c173 ("T1060: add missing version file for webproxy")
assumed that there is a webproxy config version of 0 but we already have 1.
This lead to duplicate files detected by apt.
|
|
|
|
|
|
Increase NTP config version from 0 to 1. For more information see [1].
ntpd: Warning: the "dynamic" keyword has been obsoleted and will
be removed in the next release
[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553976
|
|
In other words, remove top level tag nodes from radius-server and introduce
a regular "radius" node, thus we can add additional features, too. A migration
script is provided in vyos-1x which takes care of this config migration.
Change VyOS CLI from:
vyos@vyos# show vpn pptp
remote-access {
authentication {
mode radius
radius-server 172.16.100.10 {
key barbarbar
}
radius-server 172.16.100.20 {
key foofoofoo
}
}
To:
vyos@vyos# show vpn l2tp
remote-access {
authentication {
mode radius
radius {
server 172.16.100.10 {
key barbarbar
}
server 172.16.100.20 {
key foofoofoo
}
}
}
|
|
In other words, remove top level tag nodes from radius-server and
introduce a regular
"radius" node, thus we can add additional features, too. A migration
script is provided
in vyos-1x which takes care of this config migration.
Change VyOS CLI from:
vyos@vyos# show vpn l2tp
remote-access {
authentication {
mode radius
radius-server 172.16.100.10 {
key barbarbar
}
radius-server 172.16.100.20 {
key foofoofoo
}
radius-source-address 172.16.254.100
}
To:
vyos@vyos# show vpn l2tp
remote-access {
authentication {
mode radius
radius {
server 172.16.100.10 {
key barbarbar
}
server 172.16.100.20 {
key foofoofoo
}
source-address 172.16.254.100
}
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 4524181410b68367d91e07552466ef577ac5b0e3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* c-po/remove-install-system-cmd:
Remove "install system" command
|
|
Telnet remote logins have been deprecated for decades. As Debian
'jessie' busybox no longer has a telnetd applet, this service is no
longer available.
|
|
Related to "T157: Remove "install system" command".
|
|
vyatta-update-grub.pl to use it.
|
|
Add udev rules to enable USB autosuspend for QEMU emulated HIDs.
Allowing the USB HID to be autosuspended reduces the CPU load on the
host when guest VMs are idle.
Based on the original patch by Gerd Hoffmann <kraxel@xxxxxxxxxx>
Bug #495 http://bugzilla.vyos.net/show_bug.cgi?id=495
|
|
Bump system@6 to system@7 to add the required config migration for
the smp_affinity to smp-affinity rename.
Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18
|
|
Add scripts/is_available.pl to enable checking for available ports
during configuration, in connection with Bug #43. The scripts checks
to see if the port is currently in use by attempting to bind to it
on INADDR_ANY.
|
|
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
|
|
users.
|
|
|
|
|
|
do AWS-specific things.
|
|
'remote-ip' is nowt set.
|
|
As bad as it can be, it seems to sort of work.
|
|
interface basis
|
|
- Check if installing on AWS EC2 platform via instance metadata.
- Configure GRUB correctly, so that boot messages are available
via instance's console.
- Add init.d script to fetch user's EC2 public key during boot.
|
|
The SSH blacklists were committed 5 years ago and the
original contributor does not recall why they were added.
|
|
|
|
|
|
SNMP-135 store SNMP superuser password to config file
SNMP-130 add engineId for trap-target
SNMP-134 use 'stop' and 'start' instead of 'restart'
SNMP-141 change engineID syntax checking
SNMP-136 Users are lost after changing TSM port
SNMP-149 TLS Error: Permission denied
SNMP-147 Not correct priority in TSM users
SNMP-148 Configuring already use port for TSM is destroying users.
SNMP-151 Errors in logs after first snmp configuration
SNMP-152 Hide 'No such file or directory' error message
SNMP-153 Debug messages after 'delete service snmp'
SNMP-157 Run Perltidy for all Perl scripts
SNMP-158 change syntax of trap-target engineID
SNMP-163: added script to check name, apply it for user, group and view names
SNMP-161 Faulty configuration with many trap-target
SNMP-160 Look for TSM keys in /config folder
SNMP-162 CLI permit not correct oid
SNMP-163: typo in script
SNMP-160 Look for TSM keys in /config folder
SNMP-163: added support of upper case for names in the script
SNMP-163: create rule for names, permit only a-zA-Z0-9
SNMP-163: typo
|