Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-17 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-17 | Merge branch 'islavista' of git.vyatta.com:/git/vyatta-cfg into islavista | An-Cheng Huang | |
2008-11-17 | fix for bug 3922: disable "vpn" command for operators. | An-Cheng Huang | |
2008-11-14 | Fix 3919: Operator level users cannot issue ping6 command | Stig Thormodsrud | |
2008-11-07 | Avoid overhead of modprobe | Stephen Hemminger | |
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems | |||
2008-10-30 | Set history timestamp at start of shell | Stephen Hemminger | |
For Bug 250, need to get timestamp from start of shell. Otherwise, all commands show up as now | |||
2008-10-24 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavista | Stephen Hemminger | |
2008-10-24 | Expand shell history | Stephen Hemminger | |
Bugfix 250 Collect more shell history and force append Note: this overrides default setting of HISTCONTROL in .bashrc | |||
2008-10-17 | Bugfix: 3655 | Bob Gilligan | |
Unload unused RAID modules. | |||
2008-10-10 | reboot not allowed from operator level | Stephen Hemminger | |
This change prevents operator from seeing the reboot command in completion. | |||
2008-10-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2138 | rbalocca | |
2008-09-26 | Simplify the code | rbalocca | |
2008-09-26 | Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3680 (floppy config not ↵ | rbalocca | |
loaded) | |||
2008-09-10 | Allow operator user to execute top level "update" node. | Stig Thormodsrud | |
2008-08-28 | Allow use of aufs | Stephen Hemminger | |
Use $UNIONFS environment variable | |||
2008-08-21 | fix for bug 3280: ignore password etc. in history | An-Cheng Huang | |
2008-07-30 | mark vyatta-cfg as bash not sh script | Stephen Hemminger | |
This gets rid of a build error from lintian | |||
2008-07-23 | Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417 | Rick Balocca | |
2008-07-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3427 | rbalocca | |
2008-06-30 | add help string for "copy" and "rename" | An-Cheng Huang | |
2008-06-30 | fix for bug 3400. user vyatta needed modification to discard command. | Michael Larson | |
2008-06-22 | add top level op-mode commands: 'connect', 'delete', 'disconnect', and ↵ | Mohit Mehta | |
'terminal' to allowed-op file so that they not flagged as invalid commands when logged in as a operator level user | |||
2008-06-21 | Merge branch 'hollywood' of mohit@git.vyatta.com:/git/vyatta-cfg into hollywood | Mohit Mehta | |
2008-06-25 | fixed non-root user access for discard. also moved help string. | Michael Larson | |
2008-06-21 | add release and renew to allowed-op file so that operator is able to execute ↵ | Mohit Mehta | |
them | |||
2008-06-18 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywood | Michael Larson | |
2008-06-18 | fix for bug 2622: add "copy" and "rename" commands for configuration mode. | An-Cheng Huang | |
2008-06-17 | fix for bug 110. added discard command to configure mode. This command ↵ | Michael Larson | |
deletes local changes and keeps the user in configure mode. | |||
2008-06-11 | Block reboot from config mode. | Stig Thormodsrud | |
2008-05-19 | Fix for bug #3274 https://bugzilla.vyatta.com/show_bug.cgi?id=3274 | rbalocca | |
2008-05-07 | Fix problem with Default-Stop | rbalocca | |
2008-04-29 | partial fix for bug 3216: display escaped edit path correctly. | An-Cheng Huang | |
2008-03-26 | fix for bug 3032: | An-Cheng Huang | |
* rename pre-glendale start-up config. * warn user when loading a pre-glendale config. | |||
2008-03-20 | handle <> completion correctly | An-Cheng Huang | |
2008-03-20 | fix for bug 3037: shell completion | An-Cheng Huang | |
2008-03-18 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendale | Stephen Hemminger | |
2008-03-18 | Don't allow operator to run init-floppy | Stephen Hemminger | |
Bugfix: 2985 | |||
2008-03-17 | Bugfix: 2885 | Bob Gilligan | |
Place the "changes only" directory that is used by the configuration subsystem in its union mount into /tmp. We see kernel panics in unionfs at umount time in some cases when the "changes only" directory is located in a tmpfs filesystem. | |||
2008-03-12 | handle "<*>" allowed values | An-Cheng Huang | |
2008-03-12 | partial fix for bug 2987: use "less" instead of "more", and disable | An-Cheng Huang | |
"terminal" command for operator level. | |||
2008-03-11 | add LESSSECURE | An-Cheng Huang | |
2008-03-10 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | rbalocca | |
2008-03-10 | Convert from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Glendale release is licensed under GPL version 2. | |||
2008-03-05 | Add VPL to scripts and fix lintian errors | rbalocca | |
2008-02-28 | fix for bug 2924: set admin flag for root | An-Cheng Huang | |
2008-02-22 | disallow install-system for operator level | An-Cheng Huang | |
2008-02-22 | use vyattacfg for config files | An-Cheng Huang | |
2008-02-21 | fix for bug 2872: allow operator level to enter all operational commands | An-Cheng Huang | |
(except configure). | |||
2008-02-20 | Bugfix: 2712 | Bob Gilligan | |
Allow "ping", "traceroute" and "telnet" as top-level commands for un-privileged users. | |||
2008-02-01 | update config completion for "$VAR()" | An-Cheng Huang | |