Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-14 | rectify check for bond interface | Mohit Mehta | |
2008-11-14 | Check result of system commands | Stephen Hemminger | |
Make sure and check if system commands worked. | |||
2008-11-14 | Use grep -c rather than running wc command | Stephen Hemminger | |
Grep already has a count option, so use it. | |||
2008-11-14 | Use perl unlink rather than rm | Stephen Hemminger | |
Don't need to run a command to remove a file. | |||
2008-11-14 | Use perl mkdir | Stephen Hemminger | |
Don't need to call out to shell to create directory | |||
2008-11-14 | Implement touch in perl | Stephen Hemminger | |
Use perl to do the touch command. | |||
2008-11-13 | Simplify the debug code | Stephen Hemminger | |
dump_log doesn't need allocate whole buffer, just print in steps. | |||
2008-11-13 | Optimize for size | Stephen Hemminger | |
Optimizing for size generates better code, especially on cache starved processors. | |||
2008-11-07 | Avoid overhead of modprobe | Stephen Hemminger | |
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems | |||
2008-10-31 | Fix Bug 3808 - OpenVPN accepts non-existent local-host option | Mohit Mehta | |
Move code to retrieve IP addresses for a specified interface-type to VyattaMisc module | |||
2008-10-30 | Allow dhcp on bonding | Stephen Hemminger | |
Fix some assumptions in the vyatta-interfaces script that prevent using dhcp on bonded devices Bugfix 3835 | |||
2008-10-30 | Set history timestamp at start of shell | Stephen Hemminger | |
For Bug 250, need to get timestamp from start of shell. Otherwise, all commands show up as now | |||
2008-10-28 | Fix 3505: cli crash on delete of ipv6net static route. | Stig Thormodsrud | |
2008-10-24 | Fix dhcp on bonding | Stephen Hemminger | |
Add more hacks to already fragile code that depends on interface name. When next type is added this needs to be reworked. Bugfix 3835 | |||
2008-10-24 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavista | Stephen Hemminger | |
2008-10-24 | Expand shell history | Stephen Hemminger | |
Bugfix 250 Collect more shell history and force append Note: this overrides default setting of HISTCONTROL in .bashrc | |||
2008-10-21 | Bugfix: 3807: Typo in config template for interfaces/loopback. | Bob Gilligan | |
2008-10-17 | Bugfix: 3655 | Bob Gilligan | |
Unload unused RAID modules. | |||
2008-10-15 | Enforce restrictions on loopback name | Stephen Hemminger | |
Add allowed completion and check type of device. | |||
2008-10-15 | enforce syntax restrictions on ethernet device names | Stephen Hemminger | |
Only allow devices name ethXXX and check that device exists Bugfix 3495 | |||
2008-10-10 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavista | Stephen Hemminger | |
2008-10-10 | reboot not allowed from operator level | Stephen Hemminger | |
This change prevents operator from seeing the reboot command in completion. | |||
2008-10-10 | Revert my bad idea | Stephen Hemminger | |
This was dumb "Fix permissions of config file during upgrade" This reverts commit dc93eee654d98bbcfcf3458eec066de27ec685d1. | |||
2008-10-10 | Fix permissions of config file during upgrade | Stephen Hemminger | |
Make vyattacfg group before it is used Older versions had incorrect permissions. | |||
2008-10-07 | Fix Bug 3770 vpn pre-shared keys should be obscured in "show configuration" | Mohit Mehta | |
2008-10-07 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg into islavista | rbalocca | |
2008-10-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2138 | rbalocca | |
2008-10-07 | fix for regression bug 3758. added additional check requiring opening and ↵ | slioch | |
closing quotes before stripping takes place. | |||
2008-10-06 | fix for bug 3666. strip off leading and trailing quote from default text ↵ | slioch | |
values that are deleted. default values are treated differently from hollywood. The main difference a script writer needs to be aware of is that a deleted node will set the value of the node back to the default value rather than deleting the node. This means that a node that has a default value will always be in existence (if the parent exists) and that a user cannot delete this node. | |||
2008-09-26 | Simplify the code | rbalocca | |
2008-09-26 | Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3680 (floppy config not ↵ | rbalocca | |
loaded) | |||
2008-09-17 | Add entry for upcoming bonding | Stephen Hemminger | |
Need to load bonding in correct step. | |||
2008-09-10 | Allow operator user to execute top level "update" node. | Stig Thormodsrud | |
2008-09-04 | Handle special files in aufs | Stephen Hemminger | |
aufs uses .wh.wh.XXX files for internal state. So ignore them in the commit function. | |||
2008-09-04 | Merge branch 'master' of amd1:build-iso/pkgs/vyatta-cfg into islavista | Stephen Hemminger | |
2008-09-04 | Fix build warnings | Stephen Hemminger | |
Get rid of warnings for push_path discards qualifiers from pointer target type. | |||
2008-08-29 | Merge branch 'hollywood' | Rick Balocca | |
2008-08-28 | Allow use of aufs | Stephen Hemminger | |
Use $UNIONFS environment variable | |||
2008-08-27 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg into islavista | slioch | |
2008-08-27 | strip off whitespace in default value parsed from node.def file--fixes ↵ | slioch | |
problem of deleting time-zone value without value. | |||
2008-08-26 | Merge branch 'hollywood' into islavista | rbalocca | |
2008-08-21 | fix for bug 3280: ignore password etc. in history | An-Cheng Huang | |
2008-08-19 | 3.1.3vyatta/3.1.4vyatta/3.1.3debian/0.13hollywood | Mark O'Brien | |
2008-08-12 | Vtysh is not in sbindir | Stephen Hemminger | |
2008-08-12 | Change back to vyatta-vtysh | Stephen Hemminger | |
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-08-05 | Merge branch 'hollywood' into islavista | Rick Balocca | |
Conflicts: scripts/vyatta-interfaces.pl | |||
2008-08-04 | Move is_ip_v4_or_v6() to VyattaMisc.pm so other scripts can use it. | Stig Thormodsrud | |
2008-08-04 | Add curl package for bug 3143. | Stig Thormodsrud | |
2008-08-03 | Merge branch 'hollywood' | Rick Balocca | |