summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2008-03-20fix bug 3017Tom Grennan
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
2008-03-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> fixed
2008-02-29revert sudo removal for "identify" command since the kernel changeAn-Cheng Huang
allowing this has been reverted.
2008-02-28show commands don't need sudoAn-Cheng Huang
2008-02-28use sysfs rather dmidecode to look at hardware informationStephen Hemminger
Bugfix: 2896 dmidecode requires sudo access, but using /sys/class/dmi/id/* does not.
2008-02-28no need for sudo to read log messagesStephen Hemminger
Since operator is now in the adm group, he/she has the ability to read log messages without need of sudo.
2008-02-13fix 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 countersStig 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-24add 'show dhcp client leases'Stig Thormodsrud
2008-01-04The 'render_xml' stuff has been migrated into package 'vyatta-op-xml'.Marat Nepomnyashy
2007-12-18Merge branch 'master' into glendalerbalocca
2007-12-14Add render_xml to this package. It is used by at least two otherBob Gilligan
packages.
2007-12-11implement "pipe" commands as functionsAn-Cheng Huang
2007-12-10add wrappers/symlinks for pipe commands (wrappers are needed for commandAn-Cheng Huang
matching in restricted modes).
2007-12-10fix for bug 2527: add wrappers for boot-messages commands.An-Cheng Huang
2007-12-05use symlink instead of wrapper for ethtoolAn-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-30fix "show system [boot|kernel]-messages"Tom Grennan
2007-11-30add "show log all" that plays nice with logrotate filesTom Grennan
2007-11-28add utility function to return allowed hosts/addresses during completion and ↵Tom Grennan
help
2007-11-27add tech-support commandAn-Cheng Huang
2007-10-31rename bash completion script to enforce ordering.An-Cheng Huang
2007-09-27rename show_version to vyatta-show-versionTom Grennan
2007-09-27consolidate show_interfaces* scripts with vyatta-show-interfacesTom Grennan
2007-09-26import "show_version" from eureka /cli.An-Cheng Huang
2007-09-17add show_interfaces scriptsTom Grennan
2007-09-17rename op-templatesTom Grennan
2007-09-14initial commitTom Grennan