Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-23 | Fix install rules | Stephen Hemminger | |
The edit of udev/rules.d had incorrect sed command. Setting up ntp.conf wasn't working right. | |||
2009-05-22 | 0.15.45debian/0.15.45 | Stephen Hemminger | |
2009-05-22 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-05-22 | 0.15.44debian/0.15.44 | Stephen Hemminger | |
2009-05-22 | Fix ntp.conf management | Stephen Hemminger | |
Had incorrect grep expressions, and don't need to use sudo unless changing values. | |||
2009-05-22 | add iburst | Stephen Hemminger | |
2009-05-22 | Put server at end of file | Stephen Hemminger | |
So when CLI updates ntp.conf, the file stays same format | |||
2009-05-22 | 0.15.43debian/0.15.43 | Stephen Hemminger | |
2009-05-22 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-05-22 | Don't run net.agent | Stephen Hemminger | |
By default, vyatta doesn't have package ifupdown, so no need for net.agent Bug 3885 | |||
2009-05-22 | Run ntp during boot | Stephen Hemminger | |
Go back to running ntp during boot because ntp.conf always exists | |||
2009-05-22 | 0.15.42debian/0.15.42 | Stephen Hemminger | |
2009-05-22 | Add NTP configuration file | Stephen Hemminger | |
There are options (like restrict) that should be ntp.conf This would reduce security exposure of the router (see recent CVE). Also, this avoid restarting ntp server on boot when using the default vyatta ntp server. | |||
2009-05-22 | Revert "Change default NTP server" | Stephen Hemminger | |
This reverts commit 571f1c61dd99c84eda36463cc633c43aacb03540. | |||
2009-05-21 | Don't flush out ntp.conf on boot | Stephen Hemminger | |
If we have a good ntp.conf, then it is possible to avoid restarting ntp. Currently we restart ntpd for each ntp-server configured. | |||
2009-05-21 | Change default NTP server | Stephen Hemminger | |
Bug 4337 use 0.pool.vyatta.ntp.org for NTP server names. | |||
2009-05-19 | 0.15.41debian/0.15.41 | Mohit Mehta | |
2009-05-19 | Fix Bug 4416 Add the ability to configure a specific server for DynDNS | Mohit Mehta | |
2009-05-18 | Avoid restarting NTP server if not needed | Stephen Hemminger | |
On boot if ntp.conf contains proper server, there is no need to restart ntpd. | |||
2009-05-15 | 0.15.40debian/0.15.40 | Mohit Mehta | |
2009-05-15 | Don't advertise loopback interface as an allowed value for zone interfaces | Mohit Mehta | |
We do not have firewall under 'interface loopback' either | |||
2009-05-15 | 0.15.39debian/0.15.39 | Mohit Mehta | |
2009-05-15 | Fix Bug 4395 After local-zone is set, traffic from localhost is dropped | Mohit Mehta | |
* do not block traffic sourced from and destined to localhost | |||
2009-05-06 | 0.15.38debian/0.15.38 | Stephen Hemminger | |
2009-05-06 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-05-06 | Reindent syslog script | Stephen Hemminger | |
2009-05-06 | Allow specifying 'protocols' for syslog facility | Stephen Hemminger | |
Since quagga uses local7, make it a real facility. Allow local7 for compatiablity. Bug 4263 | |||
2009-05-06 | 0.15.37debian/0.15.37 | Mohit Mehta | |
2009-05-06 | * do silent validity check when creating zone chains and adding from zone rules | Mohit Mehta | |
2009-05-05 | 0.15.36debian/0.15.36 | Stephen Hemminger | |
2009-05-05 | Split up system login scripts | Stephen Hemminger | |
1. User and Radius separate scripts 2. Tacacs (incomplete) moved to separate package | |||
2009-05-05 | 0.15.35debian/0.15.35 | Mohit Mehta | |
2009-05-05 | * restrict zone name to 20 characters | Mohit Mehta | |
2009-04-29 | 0.15.34debian/0.15.34 | Stephen Hemminger | |
2009-04-29 | Move virtual-ethernet to pseudo-ethernet | Stephen Hemminger | |
Avoid name-conflict with Xen | |||
2009-04-28 | 0.15.33debian/0.15.33 | Stephen Hemminger | |
2009-04-28 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-04-28 | ntp: fix message | Stephen Hemminger | |
The dynamic option is the default in current versions and generates bogus message. Bug: 4264 | |||
2009-04-27 | Replace md5 compare with a (hopefully) lighter-weight file compare. | Stig Thormodsrud | |
2009-04-27 | 0.15.32debian/0.15.32 | Stig Thormodsrud | |
2009-04-27 | Avoid unnecessary writing of file if it's the same contents. | Stig Thormodsrud | |
2009-04-27 | Using perl module for move() rather than system call. | Stig Thormodsrud | |
2009-04-26 | 0.15.31debian/0.15.31 | Stig Thormodsrud | |
2009-04-26 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Stig Thormodsrud | |
2009-04-26 | Add configurable login banners. | Stig Thormodsrud | |
2009-04-24 | 0.15.30debian/0.15.30 | Mohit Mehta | |
2009-04-24 | * add jump to local-zone-out chain in OUTPUT chain for both [ip and ip6] tables | Mohit Mehta | |
when traffic from local-zone filtered with firewall to a transit zone * fix case where `ls` spits out error when a firewall type is not set | |||
2009-04-24 | 0.15.29debian/0.15.29 | Stephen Hemminger | |
2009-04-24 | New tacacs+ configuration templates | Stephen Hemminger | |
Template change only. TACACS+ support is still not complete but this shows the syntax for configuration. | |||
2009-04-24 | Add support for virtual-ethernet | Stephen Hemminger | |