Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-31 | Fix bug preventing 'vyatta' user login. | Stig Thormodsrud | |
2009-05-29 | move server,protocol to the same line in config file | Mohit Mehta | |
2009-05-27 | Print error message on failure to create group/user | Stephen Hemminger | |
Bug 4448 | |||
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-19 | Fix Bug 4416 Add the ability to configure a specific server for DynDNS | 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 | 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 | * do silent validity check when creating zone chains and adding from zone rules | Mohit Mehta | |
2009-05-05 | Split up system login scripts | Stephen Hemminger | |
1. User and Radius separate scripts 2. Tacacs (incomplete) moved to separate package | |||
2009-04-27 | Replace md5 compare with a (hopefully) lighter-weight file compare. | 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 | 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 | * 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-22 | Fix Bug 4207 dns forwarding has hardcoded ethernet assumptions | Mohit Mehta | |
incorrect in assuming that nameservers can only be received via dhcp remove check to see if any eth/br interface using dhcp | |||
2009-04-22 | Allow for enterprise MIB | Justin Fletcher | |
2009-04-16 | add default-policy node for zones. can be set to drop or reject | Mohit Mehta | |
remove extraneous arguments in function calls | |||
2009-04-14 | post-install changes | An-Cheng Huang | |
* set up start-up config and /var/run. * pass writable root to postinst hook for union-specific tasks. | |||
2009-04-14 | handle default xen kernel | An-Cheng Huang | |
2009-04-13 | add read-write union install mechanism | An-Cheng Huang | |
2009-04-10 | add local-zone in|out firewall and clean-up code | Mohit Mehta | |
2009-04-10 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-04-10 | Fix file syslog target | Stephen Hemminger | |
The new code was requiring full pathname, but old version was using /var/log/user/<filename> so make new code work like old code. | |||
2009-04-09 | fix xen kernel handling for union install | An-Cheng Huang | |
2009-04-09 | Resolve problems with syslog.conf | Stephen Hemminger | |
Default fallback code was broken Change to blocked out region for Vyatta config. | |||
2009-04-08 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-04-08 | Rewrite existing syslog configuration update | Stephen Hemminger | |
Do most of the work in the rewritten vyatta_update_syslog code. Handle multiple facilities for same target without causing duplicate log messages. Never restart syslog daemon, just reload it and only if the configuration has changed. | |||
2009-04-07 | Add 1st pass of zone based firewall support (transit zones only for now) | Mohit Mehta | |
2009-04-06 | change xen kernel detection | An-Cheng Huang | |
2009-04-03 | Fix "clear vrrp process". Use new perl lib hierarchy. | Stig Thormodsrud | |
Change double quote to single quote when no interpretation is needed. | |||
2009-03-26 | Bugfix 4139: Increase minimum root filesystem size to 1 GB. | Bob Gilligan | |
2009-03-26 | Revert "Split login authentication configuration into three scripts" | Stephen Hemminger | |
This reverts commit fd605ab5d4ce4aa4015089042afd90f6e5c6ba59. | |||
2009-03-25 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-03-23 | Split login authentication configuration into three scripts | Stephen Hemminger | |
Getting cumbersome with one big script. | |||
2009-03-23 | Fix bare file handle warning | Stephen Hemminger | |
2009-03-16 | will help debug bug 4181 if and when it happens | Mohit Mehta | |
2009-03-12 | Fix 4190: vrrp may fail to start daemon if previous commit of vrrp partially ↵ | Stig Thormodsrud | |
failed | |||
2009-03-11 | Fix perlcritic warning about bare file handle | Stephen Hemminger | |
Use 3 arg open. | |||
2009-03-10 | use code from Vyatta::Misc where is_dhcp_enabled() is already defined | Mohit Mehta | |
2009-03-08 | Fix 4183: No auto completion for group number when running 'clear vrrp | Stig Thormodsrud | |
master interface <ifname> group <group-num>' | |||
2009-03-06 | Remove prefix mask on vip if present since it can't be using in arping. | Stig Thormodsrud | |
2009-03-06 | Specify source address with arping since we no longer require an IP | Stig Thormodsrud | |
address on the actual interface. | |||
2009-03-06 | Move changes file to /var/run/vrrpd and make sure the directory exists. | Stig Thormodsrud | |
2009-03-03 | Fix perlcritic warnings | Stephen Hemminger | |
Use of global loop variable, and open syntax. | |||
2009-03-03 | Fix slave device startup | Stephen Hemminger | |
Slave devices need to be added by config not by script Bug 4085 | |||
2009-03-03 | Run through tidy for indent | Stephen Hemminger | |
2009-03-02 | Remove out of date quick-install | Stephen Hemminger | |
The script was out of date (created multiple partitions), and no longer worth supporting and updating. |