Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | include etc/logrotate.d/auth in debian package | Kim | |
2016-02-09 | Use dhcp instead of dhcp3. | Kim Hagen | |
2015-12-17 | Go back to using the apt version comparison for node sorting. | Thomas Jepp | |
2015-12-17 | Remove the dependency on apt. | Thomas Jepp | |
2015-12-16 | Update Makefile.am and configure.ac to properly add GObject linking. | Thomas Jepp | |
2015-11-23 | Build fixes for updated libraries on Jessie. | Thomas Jepp | |
2015-04-03 | Bug #538: add scripts for running user commit hooks. | Daniil Baturin | |
2014-03-10 | Import and adapt Kim Hagen's changes for union-fs support. | Daniil Baturin | |
2013-11-16 | Bug #25: Add template for running conf and op mode commands | Daniil Baturin | |
from shell scripts. | |||
2012-05-15 | Remove vrrp files from Makefile | John Southworth | |
2012-05-10 | Bugfix 8079: fix require sys/ioctl.ph confilcts | John Southworth | |
perl only allows a require to be done once. If it is done in two included modules the module or function in the module used second doesn't have the data in the required file in its scope. To prevent this I created a third module that contains the functions that require 'sys/ioctl.ph' so that there is no longer a conflict. | |||
2012-02-28 | bug fix for 4718 - enhancement that will log commits in syslog for all | Deepti Kulkarni | |
successful (complete) commits for all commit methods. | |||
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-06-15 | Bugfix 6767: Syslog any errors from rmmod instead of writing to log file. | Bob Gilligan | |
Also rotate the config related log files under /var/log/vyatta so that they don't fill up the root filesystem. | |||
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-10 | preliminary implementation of new commit | An-Cheng Huang | |
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) | |||
2011-03-02 | clean up commit dead code etc. etc. etc. | An-Cheng Huang | |
2011-02-28 | add config template abstraction | An-Cheng Huang | |
2011-02-23 | compile commit with g++ | An-Cheng Huang | |
2010-12-13 | make the library croak when internal error occurs in perl context. | An-Cheng Huang | |
* extend output/assert mechanism and simplify code. * when handling internal error, automatically detect perl context and croak if the library is used from perl. | |||
2010-12-06 | Add some file common file routines | Stephen Hemminger | |
Perl versions of commonly used backquote escapes. | |||
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-11-29 | disable activate/deactivate for mendocino as discussed. | An-Cheng Huang | |
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 | Remove unused net_set | Stephen Hemminger | |
Part of earlier effort to use less sudo. Not currently used. | |||
2010-11-11 | continue config parser work | An-Cheng Huang | |
* add parser to package build. * add prefix, error handling, etc. * fix handling of empty and 1-char values in lex. * add API function. | |||
2010-11-10 | switch to new output framework | An-Cheng Huang | |
* change showCfg to use new code. * remove old files. | |||
2010-11-09 | initial rework of config output framework | An-Cheng Huang | |
* separate data from algorithm. * prepare for unified input/output framework. | |||
2010-10-27 | Update makefile to reflect moved irqaffin programs | Stephen Hemminger | |
2010-10-07 | moved code for zones to vyatta-zone package | Mohit Mehta | |
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-24 | add extensible node sorting mechanism | An-Cheng Huang | |
* unify node sorting implementation into the backend library. * allow future implementation of per-node, customized sorting policy. | |||
2010-08-11 | add symlink for shell API binary | An-Cheng Huang | |
2010-08-10 | add functions to shell API | An-Cheng Huang | |
2010-07-28 | add cstore-specific header file | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-06-17 | add boot hook script. | Michael Larson | |
2010-06-05 | add commit hook directory. | Michael Larson | |
The entitlement bug can be fixed https://bugzilla.vyatta.com/show_bug.cgi?id=5354 by adding a hook into this directory. | |||
2010-05-26 | script that will remove migration comments from configuration file. to ↵ | Michael Larson | |
remove these comments from the comments in the action configuration the user should: 1) save their current configuration 2) run this script on the saved configuration 3) reload their configuration (which will strip the migration comments from the active configuration tree) | |||
2010-05-21 | Rename sysfs to net_set | Stephen Hemminger | |
Less chance of name collision, and useful for /proc as well. | |||
2010-05-21 | Merge branch 'larkspur' of vm:git/vyatta-cfg into larkspur | Stephen Hemminger | |
2010-05-21 | Add command to get/set sysfs files | Stephen Hemminger | |
By using a command (instead of echo), it is possible to set capability and avoid sudo. | |||
2010-05-14 | POC implementation of unified enumeration mechanism | An-Cheng Huang | |
* use "enumeration" template field for both CLI completion and GUI2 enumeration support. * CLI completion now uses enumeration if it exists. * add "existing-interfaces" script as an example. | |||
2010-05-14 | initial checkin of comment feature for cli. | Michael Larson | |
/* to create a comment */ > comment [PATH-TO-NODE] "my comments" /* to delete a comment */ > comment [PATH-TO-NODE] "" | |||
2010-05-04 | initial working version of activate and deactivate: load,save,show,commit ↵ | Michael Larson | |
supported. | |||
2010-02-03 | Move modprobe.d/no-copybreak to vyatta-cfg-system package | Stephen Hemminger | |
It is really part of interfaces not vyatta-cfg | |||
2010-02-03 | Rename vyatta-ofr to vyatta-router | Stephen Hemminger | |
Bug 4386 vyatta-ofr is out of date product name. | |||
2009-12-22 | Revert "Workaround issues with floppy formatting on some VM and hardware" | Stephen Hemminger | |
This reverts commit ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9. Conflicts: Makefile.am | |||
2009-12-21 | Modprobe files are not executable scripts | Stephen Hemminger | |
The files in modprobe.d are not supposed to be marked as executable. Fixes lintian warning. | |||
2009-12-21 | Workaround issues with floppy formatting on some VM and hardware | Stephen Hemminger | |
This is a known upstream kernel bug, but turning off DMA should solve majority of problem. |