Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-02-01 | fix for bug 2616: implement "up" and "top" in configure mode. | An-Cheng Huang | |
2008-02-01 | fix for bug 2614: allow "edit" operation on non-existent nodes. | An-Cheng Huang | |
2008-01-28 | * don't require backslash line-continuation in expressions. | An-Cheng Huang | |
* make comment terminate the previous field. * add standalone test. | |||
2008-01-28 | skip spaces immediately after field names | An-Cheng Huang | |
2008-01-24 | Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendale | An-Cheng Huang | |
2008-01-24 | Removed stale init entries for dhcpd, dhcrelay, and lighttpd daemons. Bug ↵ | Marat Nepomnyashy | |
2692 fix. | |||
2008-01-24 | add "official" support for "comp_help" and "allowed" in config template | An-Cheng Huang | |
parser (ignored by backend). | |||
2008-01-23 | Revert "fix bug 2658" | Tom Grennan | |
This reverts commit 31d8f4539b68b3e65b0d98bce0d564705ffa1992. Conflicts: etc/init.d/vyatta-ofr | |||
2008-01-23 | Revert "only rescan interfaces if vyatta udev script is installed" | Tom Grennan | |
This reverts commit 85b14c8232b1e59ce9bb42bb69935f2349823b96. | |||
2008-01-22 | only rescan interfaces if vyatta udev script is installed | Tom Grennan | |
2008-01-22 | use log_action_*_msg for config mount/umount | Tom Grennan | |
2008-01-21 | fix bug 2658 | Tom Grennan | |
force udev rescan w/in vyatta-ofr init so that we can update interface list in config file *after* filesystem is writable | |||
2008-01-03 | Merge branch 'glendale' of http://suva.vyatta.com/vyatta-cfg into glendale | Tom Grennan | |
2008-01-03 | work w/ either quagga (debian) or vyatta-quagga packages | Tom Grennan | |
2007-12-19 | fix for bug 2540: make variables read-write | An-Cheng Huang | |
2007-12-14 | make sure config dir has right group/permissions | An-Cheng Huang | |
2007-12-13 | Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg | Tom Grennan | |
2007-12-13 | move floppy handler to initrd | Tom Grennan | |
2007-12-13 | support aufs and unionfs | Tom Grennan | |
2007-12-13 | use the right group name for config change notification. | An-Cheng Huang | |
2007-12-12 | add completion/help for pipe commands | An-Cheng Huang | |
2007-12-07 | add policy mechanism for user management: per-level policies control | An-Cheng Huang | |
default restricted mode and allowed op/cfg/pipe commands. | |||
2007-11-30 | use the default pager set in op mode for config mode "show" output. | An-Cheng Huang | |
2007-11-29 | * add completion for "pipe". | An-Cheng Huang | |
* don't use eval for "show". | |||
2007-11-27 | don't expand empty command line | An-Cheng Huang | |
2007-11-15 | add "root-level" completion/help | An-Cheng Huang | |
2007-11-07 | * support rc.local on persistent storage. | An-Cheng Huang | |
* start vyatta-ofr at S90. | |||
2007-11-06 | correct owner/permissions for saved config files | An-Cheng Huang | |
2007-11-06 | handle "type:" without help string | An-Cheng Huang | |
2007-11-06 | correctly handle "type help" in completion | An-Cheng Huang | |
2007-11-06 | Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg | Tom Grennan | |
Conflicts: etc/init.d/vyatta-ofr | |||
2007-11-06 | config priorities... | Tom Grennan | |
/opt/vyatta/etc/config if .../config.boot exists otherwise, bind /opt/vyatta/etc/config to either ~root/vyatta/config or /media/floppy/config (in order) if neither exist, create ~root/vyatta/config | |||
2007-11-06 | handle config directory in vyatta-ofr init. | An-Cheng Huang | |
2007-11-02 | * config-mode "show" command now hides default values. | An-Cheng Huang | |
* add "show -all" command to display all values. * "save" command saves all values. | |||
2007-11-01 | remove unused subinits from vyatta-ofr init | An-Cheng Huang | |
2007-10-31 | ignore trailing spaces in config templates | An-Cheng Huang | |
2007-10-31 | add config-mode "run" command (for running op mode commands). | An-Cheng Huang | |
2007-10-31 | rename bash completion script to enforce ordering. | An-Cheng Huang | |
2007-10-26 | add proper handling of values with "spaces". | An-Cheng Huang | |
2007-10-24 | * add dynamic "allowed" support for config-mode completion. | An-Cheng Huang | |
* add support for completion help text. * add an example for each of the above ("ethernet" and "ethernet/duplex"). | |||
2007-10-24 | move default config to vyatta-cfg-system. if vyatta-cfg-system is not | An-Cheng Huang | |
installed, an empty config is used. | |||
2007-10-24 | escape '*' for config-mode completion | An-Cheng Huang | |
2007-10-24 | make sure config directories have correct permissions. | An-Cheng Huang | |
2007-10-23 | use 'quaggavty' group | An-Cheng Huang | |
2007-10-22 | add 'config_dev' and 'config_path' kernel command-line options to allow | An-Cheng Huang | |
a user to specify the device and path of the startup configuration file, e.g., '... config_dev=sda1 config_path=/config.boot'. | |||
2007-10-17 | import the vyatta-ofr init script from old eureka. | An-Cheng Huang | |
2007-10-09 | remove op-mode set alias in cfg mode. | An-Cheng Huang | |
2007-10-09 | use full path for cli binaries. | An-Cheng Huang | |