Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-10 | Add show license command | Stephen Hemminger | |
To ensure that end users are clear about the license, add a 'show license' command that shows the GPLv2 license. This also covers the GPL requirements for section 2c. | |||
2008-03-07 | Fix Bug 2707 Missing from Glendale | Mohit Mehta | |
- Delete log file <> fixed | |||
2008-03-07 | Fix Bug 2707 Missing from Glendale | Mohit Mehta | |
- Delete log file <> fixed | |||
2008-03-06 | Bugfix: 2879 | Bob Gilligan | |
Add output from /var/log/dmesg to show techsupport command. | |||
2008-03-04 | Merge branch 'glendale' of git:/git/vyatta-op into glendale | rbalocca | |
2008-03-04 | Remove postrm from configure.ac, since it was deleted | rbalocca | |
2008-03-03 | tech-support is a shell script | Stephen Hemminger | |
Change mode to reflect fact it is executable. | |||
2008-03-03 | no longer need sudo-users links for commands | Stephen Hemminger | |
Permission to run limited versions of ip, ethtool, and iptables is managed by /etc/sudoers. This allows restricting which options are allowed to be used. | |||
2008-03-03 | don't use sudo-users for ip commands | Stephen Hemminger | |
Use explicit path when running ip commands to flush cache etc, since now this is allowed for operator by /etc/sudoers. | |||
2008-03-03 | Use hardcoded path to ethtool | Stephen Hemminger | |
For security, use hardcoded path to command. | |||
2008-03-03 | Merge branch 'glendale' of http://suva.vyatta.com/vyatta-op into glendale | Stephen Hemminger | |
2008-03-03 | Add quotes around user input | Stig Thormodsrud | |
2008-02-29 | Follow log file through log rotation | Justin Fletcher | |
2008-02-29 | partial fix for bug 2771: change default for root and add command for | An-Cheng Huang | |
setting key behavior. | |||
2008-02-29 | remove root requirement | Stephen Hemminger | |
By using vyatta-show-dmi and the operator/sudoers this script can now be run without being root. | |||
2008-02-29 | revert sudo removal for "identify" command since the kernel change | An-Cheng Huang | |
allowing this has been reverted. | |||
2008-02-28 | show commands don't need sudo | An-Cheng Huang | |
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 | no need for sudo to read log messages | Stephen Hemminger | |
Since operator is now in the adm group, he/she has the ability to read log messages without need of sudo. | |||
2008-02-28 | add quoting for inline scripts in templates | An-Cheng Huang | |
2008-02-28 | fix for bug 2911: check log file name | An-Cheng Huang | |
2008-02-27 | Revert "* fix for bug 2771: bind space to completion for vbash users." | An-Cheng Huang | |
This reverts commit a1fc2f044f2e08b78931821068d08e2ea384ff10. | |||
2008-02-27 | * fix for bug 2771: bind space to completion for vbash users. | An-Cheng Huang | |
* add op commands to change the key behaviors. | |||
2008-02-27 | Merge branch 'glendale' of git:/git/vyatta-op into glendale | Mark O'Brien | |
2008-02-26 | Add quotes to user entered parameters | Stig Thormodsrud | |
2008-02-26 | Fix operator permissions for "clear interface counters" and "clear dhcp ↵ | Stig Thormodsrud | |
client process" | |||
2008-02-26 | Fix operator permissions for "clear arp" and "clear ip route cache". | Stig Thormodsrud | |
2008-02-26 | bridge status commands don't need sudo | Stephen Hemminger | |
Commands like "brctl show" don't need sudo. | |||
2008-02-26 | add command to show end of log file | Stephen Hemminger | |
Fixes: https://bugzilla.vyatta.com/show_bug.cgi?id=728 New commands: show log tail == tail -f /var/log/messages show log tail N == tail -n N /var/log/messages | |||
2008-02-25 | vc4.0.0debian/0.2 | Mark O'Brien | |
2008-02-25 | Revert "running brctl doesn't need root privledges" | Stephen Hemminger | |
This reverts commit 9c1009f00a9f4be7a55cf315c7daddd7260fa035. | |||
2008-02-25 | Revert "no longer need sudo for ethtool" | Stephen Hemminger | |
This reverts commit b2909211c50e8040f1538aa9062560f6640f88c1. | |||
2008-02-25 | Revert "no need for sudo when using ethtool" | Stephen Hemminger | |
This reverts commit 3a58fd77b5bb8aaadd7219e756bbc4ae800d1022. | |||
2008-02-25 | Revert "remove usage of sudo in tech-support script" | Stephen Hemminger | |
This reverts commit 61ed2bab2adb0b26627bbfc4fe45c23d5032c6c7. | |||
2008-02-25 | Revert "remove unneeded install steps" | Stephen Hemminger | |
This reverts commit b937e3150728aa5988531c66393a905584dc1902. | |||
2008-02-25 | remove unneeded install steps | Stephen Hemminger | |
No longer need symlinks in sudo-users since these commands are either run directly (non root) or use fixed path. | |||
2008-02-25 | remove usage of sudo in tech-support script | Stephen Hemminger | |
No longer need to be root for this: 1. iptable -L no longer needs root access 2. Use /sys/class/dmi rather than dmidecode 3. Silently ignore dumping ipsec.secrets if not readable | |||
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 | no longer need sudo for ethtool | Stephen Hemminger | |
Kernel allows the use of ethtool without requiring root access. | |||
2008-02-25 | running brctl doesn't need root privledges | Stephen Hemminger | |
Don't need sudo for running info commands. | |||
2008-02-20 | Handle 32 bit counter roll in "show interfaces". | Stig Thormodsrud | |
2008-02-20 | Merge branch 'glendale' of http://git.vyatta.com/vyatta-op into glendale | 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-20 | Bugfix: 2712 | Bob Gilligan | |
Introduce new top-level commands "ping" and "traceroute" for network troubleshooting. | |||
2008-02-19 | Fix "show dhcp client leases" so that it will parse multiple name servers. | Stig Thormodsrud | |
2008-02-19 | Add "clear dhcp client process". | Stig Thormodsrud | |
2008-02-19 | Bugfix: 2634 | Bob Gilligan | |
Add troubleshooting commands for WAN interfaces. | |||
2008-02-14 | bind '?' to "possible-completions" for help | An-Cheng Huang | |
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 |