summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-29should't source files within function b/c it messes variable scopeTom Grennan
2007-11-28use '<*>' format for symbolic helpTom Grennan
2007-11-28use utility function to retrieve allowed hosts/addressesTom Grennan
2007-11-28add utility function to return allowed hosts/addresses during completion and ...Tom Grennan
2007-11-28donot complete "<*>" allowed values; instead just list in helpTom Grennan
2007-11-27add tech-support commandAn-Cheng Huang
2007-11-21allow "show ntp <hostname|address>"Tom Grennan
2007-11-21allow <port|service> and fix path if vyatta-system not installedTom Grennan
2007-11-21allow <hostname|address> and fix path if vyatta-system not installedTom Grennan
2007-11-21require server entry with "set date ntp"Tom Grennan
2007-11-21set date ntp [HOSTNAME | A.B.C.D | X:X::X:X | ntp.vyatta.com ]Tom Grennan
2007-11-21define allowed field of bash builtin "set OPTION..."Tom Grennan
2007-11-21filter repetitive help stringsTom Grennan
2007-11-21expand help label and use echo instead of printfTom Grennan
2007-11-21fix bug 2493Tom Grennan
2007-11-15allow "root-level" completion/helpAn-Cheng Huang
2007-11-14Add cli for telnet client.Stig Thormodsrud
2007-11-14Port "show version" to eureka.Stig Thormodsrud
2007-11-07use "Incomplete" instead of "Invalid"An-Cheng Huang
2007-11-07add '<Enter>' to help text if the current command line is a valid command.An-Cheng Huang
2007-11-07invalid op-mode command results in error messageAn-Cheng Huang
2007-11-07Add cli for init-floppy and install-system.Stig Thormodsrud
2007-11-05Modified help textJustin Fletcher
2007-11-05Add "reboot" command.Stig Thormodsrud
2007-11-04Fix permission for "show system boot-messages".Stig Thormodsrud
2007-11-04Add "show vrrp".Stig Thormodsrud
2007-11-02* "show configuration" command now hides default values.An-Cheng Huang
2007-11-02Fix "show log" for multiple message files.Stig Thormodsrud
2007-11-02- Add "show log"Stig Thormodsrud
2007-10-31preserve op mode functions in config mode (for "run" command).An-Cheng Huang
2007-10-31rename bash completion script to enforce ordering.An-Cheng Huang
2007-10-24add 'show configuration' commandAn-Cheng Huang
2007-10-16add top level node for clearTom Grennan
2007-10-11Remove terminal nodesTom Grennan
2007-10-11Add template stubbs for top level 'no' and 'set' commandsTom Grennan
2007-10-11Simplify things by separating run and expansion mode command line scans.Tom Grennan
2007-10-05fix completion of nodes with wild card and named argsTom Grennan
2007-10-05Use empty or missing "allowed:" fields in node.tag/node.def as wildTom Grennan
2007-10-04don't eval help string; so, no longer needs to be quoted in node.def filesTom Grennan
2007-10-04make sure wildcard is appended to allowed list, even with null HOSTFILETom Grennan
2007-10-04add description of operational templatesTom Grennan
2007-10-03replace for loop in allowed search with shell var expansionTom Grennan
2007-10-03quote help string evaluation to allow use of special chars like [] in stringTom Grennan
2007-10-03use the command verb "set" instead of "assign" with pass-throughTom Grennan
2007-10-02allow wildcard with specfied listTom Grennan
2007-10-02move operational date command completion to:Tom Grennan
2007-10-02cleanup the help pseudo-completion strings used as line separatorTom Grennan
2007-10-02beautify help message with extra long completion tagsTom Grennan
2007-10-02quote the evaled allowed value commandTom Grennan
2007-10-01donot complete wildcards (--)Tom Grennan