Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-04 | 0.99.34debian/0.99.34 | John Southworth | |
2011-10-04 | Fix some help text, add discard and confirm completion functions, fix ↵ | John Southworth | |
comment completion validation | |||
2011-10-04 | 0.99.33debian/0.99.33 | John Southworth | |
2011-10-04 | Fix completions for confirm, discard, exit, copy, rename, load, save, merge, ↵ | John Southworth | |
and loadkey to be consistent with the rest of the system | |||
2011-10-04 | Clear vyatta_cfg_comp_help when starting a new completion otherwise the ↵ | John Southworth | |
Detailed Information section from the previous completion will be retained on this completion | |||
2011-10-04 | 0.99.32debian/0.99.32 | John Southworth | |
2011-10-04 | Make show, set, delete, and run completions in configuration mode work ↵ | John Southworth | |
similarly to op mode, other top level commands still need work | |||
2011-10-03 | 0.99.31debian/0.99.31 | John Southworth | |
2011-10-03 | Prevent config mode completions from getting stuck when backspacing over them | John Southworth | |
2011-09-02 | 0.99.30debian/0.99.30 | John Southworth | |
2011-09-02 | Fix problems when using negative values | John Southworth | |
2011-08-18 | 0.99.29debian/0.99.29 | John Southworth | |
2011-08-18 | Don't eval the commands just run them; simplify the command wrapper functions | John Southworth | |
2011-08-17 | 0.99.28debian/0.99.28 | John Southworth | |
2011-08-17 | Bugfix 7442: Check if running interactively before doing binding options | John Southworth | |
2011-08-15 | 0.99.27debian/0.99.27 | John Southworth | |
2011-08-15 | Allow config mode completion to work when not at the end of the string | John Southworth | |
2011-08-09 | 0.99.26debian/0.99.26 | John Southworth | |
2011-08-09 | Fix edit level in path validation function for short commands | John Southworth | |
2011-08-03 | 0.99.25debian/0.99.25 | John Southworth | |
2011-08-03 | Move allowed-op.in to vyatta-op to allow allowed-op for unpriviledged users ↵ | John Southworth | |
to be generated at compile time. Remove boot time generation of unpriviledged allowed-op | |||
2011-08-02 | 0.99.24debian/0.99.24 | John Southworth | |
2011-08-02 | Add support for unambiguous top level commands for unpriviledged users; ↵ | John Southworth | |
generate allowed-op short commands at boot time | |||
2011-08-02 | 0.99.23debian/0.99.23 | John Southworth | |
2011-08-02 | Reorganize the bash completion and command interpreter scripts into easier ↵ | John Southworth | |
to manage chunks. Command interpreter is now in vyatta-cfg-run and common functions have been moved to vyatta-op | |||
2011-08-01 | 0.99.22debian/0.99.22 | John Southworth | |
2011-08-01 | Fix incorrect comp_words check in previous commit. My original ↵ | John Southworth | |
implementation used config.boot instead of saved | |||
2011-08-01 | 0.99.21debian/0.99.21 | John Southworth | |
2011-08-01 | Cleanup some top level completion help text and add a 'compare saved' ↵ | John Southworth | |
command so that users can check their saved config vs the working config without loading | |||
2011-08-01 | 0.99.20debian/0.99.20 | John Southworth | |
2011-08-01 | Cleanup help text for compare | John Southworth | |
2011-07-29 | 0.99.19debian/0.99.19 | Stephen Hemminger | |
2011-07-29 | Fix build on older gcc | Stephen Hemminger | |
Incorrect use of #ifdef. Gcc major version is in __GNUC__ | |||
2011-07-29 | 0.99.18debian/0.99.18 | John Southworth | |
2011-07-29 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg into oxnard | John Southworth | |
2011-07-29 | Bugfix 2823: Configuration mode command interpreter, output adjustments for ↵ | John Southworth | |
consistency | |||
2011-07-29 | Fix build of config backend on Glibc 4.6 | Stephen Hemminger | |
Bug 7188 The problem is that vyatta cfg backend is using internals of c++ templates (in std::tr1) and these will change between versions of glibc. Workaround by adding necessary conditional compilation | |||
2011-07-29 | Fix warning about unused function prototype | Stephen Hemminger | |
2011-07-27 | 0.99.17debian/0.99.17 | Deepti Kulkarni | |
2011-07-27 | Added to make op-mode commands under force to be accessible by | Deepti Kulkarni | |
user level operator. | |||
2011-07-26 | 0.99.16debian/0.99.16 | John Southworth | |
2011-07-26 | Bugfix 7374: remove redundant calls to commit on boot | John Southworth | |
2011-07-25 | 0.99.15debian/0.99.15 | John Southworth | |
2011-07-25 | Bugfix 7362: Make some adjustments to previous patch per An-Cheng's suggestions | John Southworth | |
2011-07-23 | 0.99.14debian/0.99.14 | John Southworth | |
2011-07-23 | Oops, should have been false by default. | John Southworth | |
2011-07-23 | 0.99.13debian/0.99.13 | John Southworth | |
2011-07-23 | Bugfix 7362: Make reset_paths reset to root level when resolving varrefs | John Southworth | |
2011-07-20 | 0.99.12debian/0.99.12 | John Southworth | |
2011-07-20 | Bugfix 7357: change the the run command in cfg to use the op mode wrapper to ↵ | John Southworth | |
ensure the proper environment for the commands exists (cherry picked from commit e8302f3e84dcec00e8da06f4a92ece2324d06ffa) |