Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-09-10 | Remove gre-multipoint encapsulation option, make the tunnel multipoint if ↵ | Kim Hagen | |
'remote-ip' is nowt set. | |||
2014-07-25 | Add vyod-intfwatchd for restoring IPv6 addresses after link flaps. | Daniil Baturin | |
As bad as it can be, it seems to sort of work. | |||
2014-07-01 | Bug #21 - Add the ability to adjust system ARP settings via the CLI on a per ↵ | Kim Hagen | |
interface basis | |||
2014-04-28 | Add support for installing a new image on the Amazon AMI | hydrajump | |
- 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. | |||
2014-04-02 | Delete SSH blacklists as they are no longer needed | hydrajump | |
The SSH blacklists were committed 5 years ago and the original contributor does not recall why they were added. | |||
2013-11-03 | Remove init-floppy from automake rules | Daniil Baturin | |
2013-10-31 | Remote unused file test_bootfile | Daniil Baturin | |
2013-03-06 | Sync up SNMPv3 support | James Davidson | |
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 | |||
2013-02-12 | Initial SNMPv3 support | James Davidson | |
2013-01-22 | Dmvpn merge with mirantis jan22-2013 | Saurabh Mohan | |
2012-12-12 | revert 918bd40d3e3f238a800b1486f70e2d5ee1d71a72 | John Southworth | |
2012-09-10 | Update /etc/hosts when host name and domain name changes | James Davidson | |
2012-09-04 | Bugfix 8290 | John Southworth | |
Don't allow default password to persist after first boot. Due to the numerous ways a user can get a vyatta system this required a lot of changes. 1. Don't allow a user to set a password to 'vyatta' after first login, but allow it on the initial boot otherwise the system will have no user. 2. Don't allow the password to be set to vyatta in installer. 3. Force password change on first login. under the following conditions: 3.a. User is an admin level user. Operators do not have the abillity to change the config so they can't change passwords. Allow 'vyatta' to be the password until an admin logs in. 3.b. This is not the livecd, its silly to force a password change before install. | |||
2012-08-15 | Remove support for ssh protocol version | Stephen Hemminger | |
Bug 6576 | |||
2012-08-14 | Add support for network device prefix table | Stephen Hemminger | |
Bug 8279 Put prefix table in /opt/vyatta/etc/netdevice | |||
2012-05-15 | Remove vrrp files from Makefile | John Southworth | |
2012-05-15 | Remove vrrp operational scripts from vyatta-cfg-system | John Southworth | |
2012-04-18 | Use rsyslog to trigger log rotation | James Davidson | |
The previous implementation of log rotation used an hourly cron job to check log file size and possibly perform a rotation. If the logging rate is high, this interval may allow for root file system space exhustion. Utilizing rsyslog's outchannel mechanism enables log rotation to be initiated as soon as the log file becomes larger than its configured size. Fixes Bug 7807. |