Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-16 | reimplement commit hooks mechanism | An-Cheng Huang | |
* do NOT reinvent the wheel (directory traversal, sorting, script execution, etc.) when the functionality is already provided by the system. * eliminate hard-coded hook directory in various feastures. everyone should obtain the directory path from the config backend. | |||
2011-05-16 | rectify conditional code | Mohit Mehta | |
2011-05-14 | raise max number of inodes for config tmpfs mount | An-Cheng Huang | |
2011-05-11 | Fix Bug 7012 make /config available with init-floppy | Mohit Mehta | |
2011-05-10 | clean up when committing no changes | An-Cheng Huang | |
(cherry picked from commit 113b5ee593fd3196e2b1c828c3dd82032758e492) | |||
2011-05-06 | fix typo in help text | Michael Larson | |
2011-02-16 | fix for bug 6754 | An-Cheng Huang | |
* force all command-line words to be non-options. | |||
2011-01-24 | Fix 6727: should have a friendlier message on rollback error. | Stig Thormodsrud | |
(cherry picked from commit e973b4d3ab1067525b4439a34598308d17065233) | |||
2011-01-20 | Fix 6669: help strings for confirm and commit-confirm are not very clear | Stig Thormodsrud | |
(cherry picked from commit 77d6d68d7674009b98722173a66e6b5d6cc188d1) | |||
2011-01-20 | fix for bug 6690 | An-Cheng Huang | |
* return to top level before saving (to be consistent with load). (cherry picked from commit bc0c9107d5f5cda86646b8162950938e52a2333f) | |||
2011-01-11 | Fix 6671: commit-confirm checks if there is any configuraion change after ↵ | Stig Thormodsrud | |
confirm is requested (cherry picked from commit 2b9bd473a6341d5d2681e59120a4e689a52b25c5) | |||
2011-01-05 | Fix completion of IPv6 address | Stephen Hemminger | |
By default bash completion considers ':' as seperator between tokens when doing completion. But the list of characters is configurable. (cherry picked from commit a7fcaabddafd970790abd99cd9afed0625aac49b) | |||
2010-12-14 | provide default filename completion | An-Cheng Huang | |
2010-12-06 | fix for bug 6494 | An-Cheng Huang | |
* fix alternating completion/help for empty command line. | |||
2010-12-03 | change boot-time config loading to use new implementation in backend. | An-Cheng Huang | |
* add new boot-time config loading script that uses shell API to access backend directly, bypassing wrapper. * use new loadFile implementation in the backend to perform the actual "load" operation (without "commit"). this reduces the "pre-commit" load time by ~60%. | |||
2010-12-03 | Pipe "compare" output through pager. | Stig Thormodsrud | |
2010-12-01 | Simplify failure message handling | Stephen Hemminger | |
1. If sub-init failed then generate failure (not warning) if exit code is -1. 2. Don't need if test to check for disabled load. | |||
2010-12-01 | Fix default completion in commit mode | Stephen Hemminger | |
This adds completion for # se<TAB> | |||
2010-11-30 | Use new bash empty command completion | Stephen Hemminger | |
In newer version of bash the complete -E is used to do command completion at top level. | |||
2010-11-29 | disable activate/deactivate for mendocino as discussed. | An-Cheng Huang | |
2010-11-24 | Don't put sh-bang on bash completion script | Stephen Hemminger | |
The bash completion scripts are special and should not have #! This fixes debian build warning as well. | |||
2010-11-24 | Rename raid cleanup log file | Stephen Hemminger | |
Standard practice is to use '.log' suffix not _log | |||
2010-11-24 | Remove ACPI cpufreq hack | Stephen Hemminger | |
Now that cpufrequtils package is integrated, no longer need Vyatta specific hack to load cpu frequency modules | |||
2010-11-24 | Use LSB log status routines correctly | Stephen Hemminger | |
Need to get correct exit status from failed config (or other steps) and call log_end_msg to display that status. The load config step is run in sub-shell therefore can use exec to avoid one fork. | |||
2010-11-24 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino | Stephen Hemminger | |
2010-11-24 | Rename bash completion script | Stephen Hemminger | |
The scripts in /etc/bash_completion.d are not named with number like init files. Also completion script should not be marked executable. | |||
2010-11-24 | Bind mount /opt/vyatta/etc/config to /config. | Bob Gilligan | |
2010-11-23 | Add COMMIT_VIA environment variable. | Stig Thormodsrud | |
2010-11-22 | Add warning if using "commit confirm" instead of "commit-confirm". | Stig Thormodsrud | |
2010-11-11 | Add warning when saving if there are uncommitted changes. | Stig Thormodsrud | |
2010-11-11 | Add completion for commit and commit-confirm. | Stig Thormodsrud | |
2010-11-11 | Add tab completion for "compare" command. | Stig Thormodsrud | |
2010-11-11 | Add completion for rollback. | Stig Thormodsrud | |
2010-11-09 | Add optional minutes parameter to commit-confirm. | Stig Thormodsrud | |
2010-11-09 | Add commit-confirm, confirm, and rollback to bash completions. | Stig Thormodsrud | |
2010-11-02 | Add hook to call config mode 'compare' | Stig Thormodsrud | |
2010-10-18 | Pull the little run_init hack out | Stephen Hemminger | |
2010-10-14 | Have init reread inittab after config | Stephen Hemminger | |
Need to have init re-read configuration but only after Vyatta config (to avoid dropping serial login) | |||
2010-10-13 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino | Stephen Hemminger | |
2010-10-01 | Pass optional commit comment through commit to commit hooks. | Stig Thormodsrud | |
2010-09-24 | cleanup | An-Cheng Huang | |
* set help string only if available. * use "builtin" explicitly. | |||
2010-09-08 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino | Stephen Hemminger | |
2010-08-26 | new implementation for config output | An-Cheng Huang | |
* replace the original ConfigOutput perl module. * simplify logic and fix bugs in original code. | |||
2010-08-18 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino | Stephen Hemminger | |
2010-08-12 | remove unneeded env variables | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-07-28 | Ignore run_init unless running in selinux | Stephen Hemminger | |
2010-07-28 | Add range and ipv6range as val_help types | Stephen Hemminger | |
This usage is common in firewall code. (cherry picked from commit 2e676eab9d35e8faf0df8676fc832c3178ff3feb) | |||
2010-07-27 | handle single quotes in comp_help | An-Cheng Huang | |
(cherry picked from commit 2c2d2f6e9c3e27a5ab7422ff6b3474ca901de4da) | |||
2010-07-22 | first commit to mendocino! | Michael Larson | |
re-enable activate/deactivate |