Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-25 | no need for sudo when using ethtool | Stephen Hemminger | |
No longer need sudo when doing ethtool commands to get status. | |||
2008-02-25 | running brctl doesn't need root privledges | Stephen Hemminger | |
Don't need sudo for running info commands. | |||
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-02-04 | Fix 2710: Missing hardware commands | Stig Thormodsrud | |
2008-02-01 | Change 'show dhcp client' to 'show dhcp client leases' | Stig Thormodsrud | |
2008-01-31 | - Add "show ip route forward" | Stig Thormodsrud | |
- Add "show ip route cache" - Add "clear ip route cache" | |||
2008-01-24 | fix 'show vrrp interface <>' | Stig Thormodsrud | |
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-16 | Removed extraneous " | Mark O'Brien | |
2008-01-16 | Removed extraneous \". | Mark O'Brien | |
2007-12-31 | Make "show interfaces" work with tunnel interfaces. | Stig Thormodsrud | |
2007-12-18 | Fix new vrrp show command.Z | Stig Thormodsrud | |
2007-12-16 | Add ethernet bridging show commands. | Stig Thormodsrud | |
2007-12-13 | Add "show user", "show arp", and "show host". | Stig Thormodsrud | |
2007-12-10 | fix for bug 2527: add wrappers for boot-messages commands. | An-Cheng Huang | |
2007-12-05 | fix "show tech-support" for "users" | 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-12-04 | "show configuration" displays active config instead. | An-Cheng Huang | |
2007-11-30 | fix ntpd status test | Tom Grennan | |
2007-11-30 | fix "show system [boot|kernel]-messages" | Tom Grennan | |
2007-11-30 | fix "show log (user) directory|file | Tom Grennan | |
2007-11-30 | add "show log all" that plays nice with logrotate files | Tom Grennan | |
2007-11-30 | fix "show log" | Tom Grennan | |
2007-11-29 | include configured NTP servers in the expansion list of ntpdate | Tom Grennan | |
(i.e. "show ntp TAB/Alt-?") | |||
2007-11-29 | fix bug 2513 by having "show ntp" return peer status of NTP daemon rather | Tom Grennan | |
"ntpdate -q ntp.vyatta.com" | |||
2007-11-28 | use utility function to retrieve allowed hosts/addresses | Tom Grennan | |
2007-11-27 | add tech-support command | An-Cheng Huang | |
2007-11-21 | allow "show ntp <hostname|address>" | Tom Grennan | |
2007-11-14 | Port "show version" to eureka. | Stig Thormodsrud | |
2007-11-05 | Modified help text | Justin Fletcher | |
2007-11-04 | Fix permission for "show system boot-messages". | Stig Thormodsrud | |
2007-11-04 | Add "show vrrp". | Stig Thormodsrud | |
2007-11-02 | * "show configuration" command now hides default values. | An-Cheng Huang | |
* add "show configuration all" command to display all values. | |||
2007-11-02 | Fix "show log" for multiple message files. | Stig Thormodsrud | |
2007-11-02 | - Add "show log" | Stig Thormodsrud | |
- Fix "show ntp" for non-root user. | |||
2007-10-24 | add 'show configuration' command | An-Cheng Huang | |
2007-10-05 | Use empty or missing "allowed:" fields in node.tag/node.def as wild | Tom Grennan | |
cards rather than "echo -n --". Also, discoverd a way to use an apparently blank line in help completion. | |||
2007-10-04 | don't eval help string; so, no longer needs to be quoted in node.def files | Tom Grennan | |
2007-10-04 | make sure wildcard is appended to allowed list, even with null HOSTFILE | Tom Grennan | |
2007-10-02 | move operational date command completion to: | Tom Grennan | |
show date [utc] show ntp [SERVER] assign date [ntp <SERVER>] | |||
2007-09-27 | update "show version" template | 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-20 | beautify show version | Tom Grennan | |
2007-09-20 | merge ChangeLog generation, repo info and autoreconf into | Tom Grennan | |
debian/autogen.sh that is in turn run from debian/rules | |||
2007-09-17 | fix "show system memory" | Tom Grennan | |
2007-09-17 | use vyatta_bindir instead of ofr_bindir | Tom Grennan | |