summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2009-05-31Fix bug preventing 'vyatta' user login.Stig Thormodsrud
2009-05-29move server,protocol to the same line in config fileMohit Mehta
2009-05-27Print error message on failure to create group/userStephen Hemminger
Bug 4448
2009-05-21Don't flush out ntp.conf on bootStephen 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-19Fix Bug 4416 Add the ability to configure a specific server for DynDNSMohit Mehta
2009-05-15Fix Bug 4395 After local-zone is set, traffic from localhost is droppedMohit Mehta
* do not block traffic sourced from and destined to localhost
2009-05-06Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jennerStephen Hemminger
2009-05-06Reindent syslog scriptStephen Hemminger
2009-05-06Allow specifying 'protocols' for syslog facilityStephen 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 rulesMohit Mehta
2009-05-05Split up system login scriptsStephen Hemminger
1. User and Radius separate scripts 2. Tacacs (incomplete) moved to separate package
2009-04-27Replace md5 compare with a (hopefully) lighter-weight file compare.Stig Thormodsrud
2009-04-27Avoid unnecessary writing of file if it's the same contents.Stig Thormodsrud
2009-04-27Using perl module for move() rather than system call.Stig Thormodsrud
2009-04-26Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-04-26Add configurable login banners.Stig Thormodsrud
2009-04-24* add jump to local-zone-out chain in OUTPUT chain for both [ip and ip6] tablesMohit 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-22Fix Bug 4207 dns forwarding has hardcoded ethernet assumptionsMohit 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-22Allow for enterprise MIBJustin Fletcher
2009-04-16add default-policy node for zones. can be set to drop or rejectMohit Mehta
remove extraneous arguments in function calls
2009-04-14post-install changesAn-Cheng Huang
* set up start-up config and /var/run. * pass writable root to postinst hook for union-specific tasks.
2009-04-14handle default xen kernelAn-Cheng Huang
2009-04-13add read-write union install mechanismAn-Cheng Huang
2009-04-10add local-zone in|out firewall and clean-up codeMohit Mehta
2009-04-10Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-04-10Fix file syslog targetStephen 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-09fix xen kernel handling for union installAn-Cheng Huang
2009-04-09Resolve problems with syslog.confStephen Hemminger
Default fallback code was broken Change to blocked out region for Vyatta config.
2009-04-08Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-04-08Rewrite existing syslog configuration updateStephen 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-07Add 1st pass of zone based firewall support (transit zones only for now)Mohit Mehta
2009-04-06change xen kernel detectionAn-Cheng Huang
2009-04-03Fix "clear vrrp process". Use new perl lib hierarchy.Stig Thormodsrud
Change double quote to single quote when no interpretation is needed.
2009-03-26Bugfix 4139: Increase minimum root filesystem size to 1 GB.Bob Gilligan
2009-03-26Revert "Split login authentication configuration into three scripts"Stephen Hemminger
This reverts commit fd605ab5d4ce4aa4015089042afd90f6e5c6ba59.
2009-03-25Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-03-23Split login authentication configuration into three scriptsStephen Hemminger
Getting cumbersome with one big script.
2009-03-23Fix bare file handle warningStephen Hemminger
2009-03-16will help debug bug 4181 if and when it happensMohit Mehta
2009-03-12Fix 4190: vrrp may fail to start daemon if previous commit of vrrp partially ↵Stig Thormodsrud
failed
2009-03-11Fix perlcritic warning about bare file handleStephen Hemminger
Use 3 arg open.
2009-03-10use code from Vyatta::Misc where is_dhcp_enabled() is already definedMohit Mehta
2009-03-08Fix 4183: No auto completion for group number when running 'clear vrrpStig Thormodsrud
master interface <ifname> group <group-num>'
2009-03-06Remove prefix mask on vip if present since it can't be using in arping.Stig Thormodsrud
2009-03-06Specify source address with arping since we no longer require an IPStig Thormodsrud
address on the actual interface.
2009-03-06Move changes file to /var/run/vrrpd and make sure the directory exists.Stig Thormodsrud
2009-03-03Fix perlcritic warningsStephen Hemminger
Use of global loop variable, and open syntax.
2009-03-03Fix slave device startupStephen Hemminger
Slave devices need to be added by config not by script Bug 4085
2009-03-03Run through tidy for indentStephen Hemminger
2009-03-02Remove out of date quick-installStephen Hemminger
The script was out of date (created multiple partitions), and no longer worth supporting and updating.