Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-21 | use less prompt to display the "show" content | Tom Grennan | |
2008-03-21 | fix typo in bug fix 3017 | Tom Grennan | |
2008-03-20 | this is an architecture independent package | Tom Grennan | |
so, remove the architecture specific configuration tests to speed-up build | |||
2008-03-20 | fix bug 3017 | Tom Grennan | |
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail | |||
2008-03-20 | Merge branch 'glendale' into hollywood | Rick Balocca | |
2008-03-19 | Merge branch 'glendale' of git:/git/vyatta-op into glendale | Mark O'Brien | |
Conflicts: debian/changelog | |||
2008-03-18 | 3.0.1 | Mark O'Brien | |
2008-03-18 | VC4.0.1debian/0.3 | Mark O'Brien | |
2008-03-17 | Fix Bug 802 VRRP - add "show vrrp summary" command (TC 3.2.5.7.2) | Mohit Mehta | |
- "show vrrp summary" command added | |||
2008-03-14 | Better fix for interrupted shell commands problem. | Stephen Hemminger | |
By doing pipeline as: eval "( $cmd ) | $PAGER" this avoids the problem that if top level pipeline is interrupted the shell puts the command into stopped mode. Since job control commands are not available in operational mode, the job would stay stuck. | |||
2008-03-14 | Need to run commands via eval | Stephen 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-13 | don't run commands in subshell | Stephen Hemminger | |
To fix Bug 2867, don't run commands in sub shell (ie eval) and have pager quit on interrupt. | |||
2008-03-12 | Fix syntax error in control file + add a missing dependency: "less" | rbalocca | |
2008-03-12 | Move init-floppy to /opt/vyatta/sbin | Stephen Hemminger | |
This command won't work for operator (same as install-system). | |||
2008-03-12 | Fix this a different way. | Stephen Hemminger | |
Revert "remove init-floppy" This reverts commit 79199f70a8268c832555d2b440ceff1fd613469e. | |||
2008-03-12 | remove init-floppy | Stephen Hemminger | |
The script is not secure and prompts for sudo password. Bugfix: 2985 | |||
2008-03-10 | Fix Bug 2707 Missing from Glendale | Mohit Mehta | |
- Delete log file <> enhancement | |||
2008-03-10 | Fix Bug 2863 "show bridge" prompts for sudo password | Mohit Mehta | |
- "show bridge" works in operator mode without asking for sudo password | |||
2008-03-10 | Fix Bug 2707 Missing from Glendale | Mohit Mehta | |
- show files <directory> functionality added | |||
2008-03-10 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-op into glendale | Stephen Hemminger | |
2008-03-10 | Update license from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Change license boilerplate text from VPL1.0 to GPLv2 | |||
2008-03-10 | Fix 2965: IPv6 Interface information not shown in show interfaces | Christopher LILJENSTOLPE | |
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. |