Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-10 | Update license from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Change license boilerplate text from VPL1.0 to GPLv2 | |||
2008-03-07 | Fix Bug 2707 Missing from Glendale | Mohit Mehta | |
- Delete log file <> fixed | |||
2008-03-03 | Use hardcoded path to ethtool | Stephen Hemminger | |
For security, use hardcoded path to command. | |||
2008-02-28 | use sysfs rather dmidecode to look at hardware information | Stephen Hemminger | |
Bugfix: 2896 dmidecode requires sudo access, but using /sys/class/dmi/id/* does not. | |||
2008-02-28 | fix for bug 2911: check log file name | An-Cheng Huang | |
2008-02-25 | Revert "no longer need sudo for ethtool" | Stephen Hemminger | |
This reverts commit b2909211c50e8040f1538aa9062560f6640f88c1. | |||
2008-02-25 | no longer need sudo for ethtool | Stephen Hemminger | |
Kernel allows the use of ethtool without requiring root access. | |||
2008-02-20 | Handle 32 bit counter roll in "show interfaces". | Stig Thormodsrud | |
2008-02-20 | Change printf to use "u" instead of "d". Still need to handle 32 bit counter ↵ | Stig Thormodsrud | |
roll. | |||
2008-02-19 | Fix "show dhcp client leases" so that it will parse multiple name servers. | Stig Thormodsrud | |
2008-02-13 | fix for bug 2587: add "identify" command under "show interfaces ethernet". | An-Cheng Huang | |
2008-02-08 | - Fix bug 776: need "clear interface" command to clear counters | Stig Thormodsrud | |
- Fix bug 1095: Enhancement Request: "Show interface brief" command - Change default to "brief" if multiple interfaces can be shown - Add "detail" for nodes defaulting to brief - Add "brief" for nodes defaulting to detail - Fix vif completions that wasn't working - Remove ethtool can on vlans since it doesn't work | |||
2008-01-25 | Teach the vyatta-show-interfaces script about PPPOE interfaces. | Bob Gilligan | |
2008-01-24 | add 'show dhcp client leases' | Stig Thormodsrud | |
2008-01-16 | Add uptime to 'show version' and add 'show system uptime' | Stig Thormodsrud | |
2008-01-08 | Fixes for bug # 2596 | rbalocca | |
2007-12-31 | Make "show interfaces" work with tunnel interfaces. | Stig Thormodsrud | |
2007-12-11 | implement "pipe" commands as functions | An-Cheng Huang | |
2007-12-10 | add wrappers/symlinks for pipe commands (wrappers are needed for command | An-Cheng Huang | |
matching in restricted modes). | |||
2007-12-10 | fix for bug 2527: add wrappers for boot-messages commands. | An-Cheng Huang | |
2007-12-05 | use symlink instead of wrapper for ethtool | An-Cheng Huang | |
2007-12-04 | * restrict "users" level sudo permissions to the "sudo-users" directory. | An-Cheng Huang | |
* add wrappers for show commands requiring sudo and put them in "sudo-users" directory. | |||
2007-11-30 | fix "show system [boot|kernel]-messages" | Tom Grennan | |
2007-11-30 | test for empty file list in "show log all" | Tom Grennan | |
2007-11-30 | add "show log all" that plays nice with logrotate files | Tom Grennan | |
2007-11-14 | Port "show version" to eureka. | Stig Thormodsrud | |
2007-09-27 | rename show_version to vyatta-show-version | Tom Grennan | |
2007-09-27 | consolidate show_interfaces* scripts with vyatta-show-interfaces | Tom Grennan | |
2007-09-26 | moved "show version" template code into script. | An-Cheng Huang | |
2007-09-26 | import "show_version" from eureka /cli. | An-Cheng Huang | |
2007-09-19 | fix bash shopt extglob | Tom Grennan | |
2007-09-19 | fix linda/lintian detected errors | Tom Grennan | |
2007-09-17 | add show_interfaces scripts | Tom Grennan | |