summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-14Need to run commands via evalStephen Hemminger
Revert "don't run commands in subshell" This change fixed the interrupting pipeline problem, but broke the ability to put builtin shell commands in run: tag. This reverts commit f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94.
2008-03-13don't run commands in subshellStephen Hemminger
To fix Bug 2867, don't run commands in sub shell (ie eval) and have pager quit on interrupt.
2008-03-12Fix syntax error in control file + add a missing dependency: "less"rbalocca
2008-03-12Move init-floppy to /opt/vyatta/sbinStephen Hemminger
This command won't work for operator (same as install-system).
2008-03-12Fix this a different way.Stephen Hemminger
Revert "remove init-floppy" This reverts commit 79199f70a8268c832555d2b440ceff1fd613469e.
2008-03-12remove init-floppyStephen Hemminger
The script is not secure and prompts for sudo password. Bugfix: 2985
2008-03-10Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> enhancement
2008-03-10Fix Bug 2863 "show bridge" prompts for sudo passwordMohit Mehta
- "show bridge" works in operator mode without asking for sudo password
2008-03-10Fix Bug 2707 Missing from GlendaleMohit Mehta
- show files <directory> functionality added
2008-03-10Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-op into glendaleStephen Hemminger
2008-03-10Update license from VPL 1.0 to GPLv2Stephen Hemminger
Change license boilerplate text from VPL1.0 to GPLv2
2008-03-10Fix 2965: IPv6 Interface information not shown in show interfacesChristopher LILJENSTOLPE
2008-03-10Add show license commandStephen 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-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> fixed
2008-03-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> fixed
2008-03-06Bugfix: 2879Bob Gilligan
Add output from /var/log/dmesg to show techsupport command.
2008-03-04Merge branch 'glendale' of git:/git/vyatta-op into glendalerbalocca
2008-03-04Remove postrm from configure.ac, since it was deletedrbalocca
2008-03-03tech-support is a shell scriptStephen Hemminger
Change mode to reflect fact it is executable.
2008-03-03no longer need sudo-users links for commandsStephen 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-03don't use sudo-users for ip commandsStephen Hemminger
Use explicit path when running ip commands to flush cache etc, since now this is allowed for operator by /etc/sudoers.
2008-03-03Use hardcoded path to ethtoolStephen Hemminger
For security, use hardcoded path to command.
2008-03-03Merge branch 'glendale' of http://suva.vyatta.com/vyatta-op into glendaleStephen Hemminger
2008-03-03Add quotes around user inputStig Thormodsrud
2008-02-29Follow log file through log rotationJustin Fletcher
2008-02-29partial fix for bug 2771: change default for root and add command forAn-Cheng Huang
setting key behavior.
2008-02-29remove root requirementStephen Hemminger
By using vyatta-show-dmi and the operator/sudoers this script can now be run without being root.
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-28add quoting for inline scripts in templatesAn-Cheng Huang
2008-02-28fix for bug 2911: check log file nameAn-Cheng Huang
2008-02-27Revert "* 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-27Merge branch 'glendale' of git:/git/vyatta-op into glendaleMark O'Brien
2008-02-26Add quotes to user entered parametersStig Thormodsrud
2008-02-26Fix operator permissions for "clear interface counters" and "clear dhcp ↵Stig Thormodsrud
client process"
2008-02-26Fix operator permissions for "clear arp" and "clear ip route cache".Stig Thormodsrud
2008-02-26bridge status commands don't need sudoStephen Hemminger
Commands like "brctl show" don't need sudo.
2008-02-26add command to show end of log fileStephen 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-25vc4.0.0debian/0.2Mark O'Brien
2008-02-25Revert "running brctl doesn't need root privledges"Stephen Hemminger
This reverts commit 9c1009f00a9f4be7a55cf315c7daddd7260fa035.
2008-02-25Revert "no longer need sudo for ethtool"Stephen Hemminger
This reverts commit b2909211c50e8040f1538aa9062560f6640f88c1.
2008-02-25Revert "no need for sudo when using ethtool"Stephen Hemminger
This reverts commit 3a58fd77b5bb8aaadd7219e756bbc4ae800d1022.
2008-02-25Revert "remove usage of sudo in tech-support script"Stephen Hemminger
This reverts commit 61ed2bab2adb0b26627bbfc4fe45c23d5032c6c7.
2008-02-25Revert "remove unneeded install steps"Stephen Hemminger
This reverts commit b937e3150728aa5988531c66393a905584dc1902.
2008-02-25remove unneeded install stepsStephen Hemminger
No longer need symlinks in sudo-users since these commands are either run directly (non root) or use fixed path.
2008-02-25remove usage of sudo in tech-support scriptStephen 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-25no need for sudo when using ethtoolStephen Hemminger
No longer need sudo when doing ethtool commands to get status.