Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | Add vyos-accel-ppp@2 | Christian Poessinger | |
2019-09-04 | Makefile.am: fix after removing files for bridge and bonding | Christian Poessinger | |
Both commits 162eabd899000 ("bridge: T1615: remove old vyatta-bridge.pl") and 47c784c1eea80 ("bonding: T1614: remove old style node.def files in favour of XML/Python rewrite") removed obsolete files but did not alter the automake Makefile which caused build errors. | |||
2019-09-04 | bonding: T1614: increase config version from interfaces 1 -> 2 | Christian Poessinger | |
2019-08-20 | powerdns: T1595: add config migrator to remove 'listen-on' | Christian Poessinger | |
2019-08-20 | powerdns: T1524: support setting allow-from network | Christian Poessinger | |
2019-08-05 | [bridge]: T1556: rewrite Bridge in new style XML syntax | Christian Poessinger | |
2019-04-20 | Revert "T1336: bump system version from 11 to 12" | Christian Poessinger | |
This reverts commit af06f9ca70df33b90cc055afdb65e693d71c9e72. | |||
2019-04-20 | T1336: bump system version from 11 to 12 | Christian Poessinger | |
2019-04-18 | T1344: rename RADIUS 'system login' nodes | Christian Poessinger | |
In order to prepare for adding a RADIUS source IP address and synchronize the syntax with L2TP/PPTP the nodes have been renamed from: set system login radius-server x.x.x.x to set system login radius server x.x.x.x | |||
2019-04-04 | T1323 - migrate operator accounts to admin accounts | hagbard | |
2019-02-14 | T1174: migrate local hostname/DNS handling to vyos-1x | Christian Poessinger | |
2019-01-17 | netplug scripts moved into vyos-netplug | hagbard | |
2018-12-07 | T1060: build fix for wrong config-version number | Christian Poessinger | |
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. | |||
2018-12-02 | T1060: add version 1 for webproxy | Dirk Steinkopf | |
2018-11-18 | T1004: remove the check-ipv4-ipv6.pl script from the automake rules. | Daniil Baturin | |
2018-11-17 | T1018: remove obsoleted 'dynamic' option from NTP | Christian Poessinger | |
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 | |||
2018-11-12 | T987: Unclutter PPTP/IPSec RADIUS configuration nodes | Christian Poessinger | |
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 } } } | |||
2018-11-11 | T987: Unclutter L2TP/IPSec RADIUS configuration nodes | Christian Poessinger | |
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 } } | |||
2018-11-02 | T939: Remove possibility to specify DHCP relay port | Christian Poessinger | |
2018-10-24 | T932: add version file for DHCP relay. | Daniil Baturin | |
2018-10-21 | T634: remove 'service ssh allow-root' | Christian Poessinger | |
2018-09-02 | T825: fix Makefile.am to ship new system@9 config | Christian Poessinger | |
2018-08-28 | import broadcast-relay@1 mdns@1 config version files | Christian Poessinger | |
2018-08-28 | T782: T778: import dhcp-server@5 config version file from vyatta-cfg-dhcp-server | Christian Poessinger | |
2018-07-29 | T757: Rewrite 'service dns dynamic' in new XML style format | Christian Poessinger | |
2018-07-30 | Merge branch 'current' into current | Daniil Baturin | |
2018-07-27 | T666, T616: include the new VRRP version data file in make rules. | Daniil Baturin | |
2018-07-23 | T736: syslog referenced put into comments to test. | hagbard | |
2018-06-08 | T652: remove PERL scripts required for SNMP service | Christian Poessinger | |
2018-06-08 | Revert "T652: remove SNMP perl scripts" | Christian Poessinger | |
This reverts commit 4524181410b68367d91e07552466ef577ac5b0e3. | |||
2018-06-08 | T652: remove SNMP perl scripts | Christian Poessinger | |
2018-05-30 | T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd. | Daniil Baturin | |
2018-05-30 | T667: increase the "system" module version for migration purposes. | Daniil Baturin | |
2018-05-16 | T574: remove the update hosts script from the makefile. | Daniil Baturin | |
2018-05-07 | T623: Rewrite NTP subsystem in new XML style interface definition | Christian Poessinger | |
2018-04-15 | T588: Remove DNS forwarder restart command in favour if XML interface definition | Christian Poessinger | |
2018-03-10 | Merge remote-tracking branch 'c-po/remove-install-system-cmd' into current | Christian Poessinger | |
* c-po/remove-install-system-cmd: Remove "install system" command | |||
2017-12-09 | T414: Remove 'telnet' service | Christian Poessinger | |
Telnet remote logins have been deprecated for decades. As Debian 'jessie' busybox no longer has a telnetd applet, this service is no longer available. | |||
2017-11-03 | Remove "install system" command | Christian Poessinger | |
Related to "T157: Remove "install system" command". | |||
2016-02-03 | Add vyos-persistpath and update install-image-existing and ↵ | Thomas Jepp | |
vyatta-update-grub.pl to use it. | |||
2015-11-15 | vyatta-cfg-system: enable usb autosuspend to reduce cpu usage on kvm | Alex Harpin | |
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 | |||
2015-11-04 | vyatta-cfg-system: bump system version to 7 for smp-affinity rename | Alex Harpin | |
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 | |||
2015-10-17 | vyatta-cfg-system: add scripts/is_port_available.pl for port checking | Alex Harpin | |
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. | |||
2015-07-27 | Add templates and scripts for the popularity contest. | Daniil Baturin | |
2015-06-13 | allow dhcp interface for the local end of a tunnel | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-04-09 | Remove hypervisor_vendor, obsoleted by hvinfo. | Daniil Baturin | |
2015-02-25 | Bug #498: dirty hack to disallow remote command execution for operator level ↵ | Daniil Baturin | |
users. | |||
2014-12-03 | Adding initial support for loading a config from AWS EC2 user-data | jrb | |
2014-10-31 | Initial import fo vyatta_update_sysctl.pl | Jason Hendry | |
2014-10-08 | If not running on AWS (system UUID and serial do not start with EC2), don't ↵ | Daniil Baturin | |
do AWS-specific things. |