Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2011-07-15 | 0.99.11debian/0.99.11 | Deepti Kulkarni | |
2011-07-15 | filter run-parts messages is no longer required. | Deepti Kulkarni | |
2011-07-15 | 0.99.10debian/0.99.10 | John Southworth | |
2011-07-15 | Bugfix 7331: better fix for the bug | John Southworth | |
(cherry picked from commit fdac525b7596f1b18c201bdcd5923d3e76453ebd) | |||
2011-07-15 | Don't allow users to set migration comments | John Southworth | |
(cherry picked from commit 9f1ff5427e0f72f2bded287be6e1d4cf442945cb) | |||
2011-07-15 | Bugfix 7331: Napa timeframe fix for config migration commment bug. Will ↵ | John Southworth | |
investigate if this is a viable long term fix or if we want to find another way to ignore migrated comments for oxnard (cherry picked from commit 5aeb46dbdb903a1921bd38e5bfc1acd53cd08c6a) | |||
2011-07-07 | 0.99.9debian/0.99.9 | Deepti Kulkarni | |
2011-07-07 | new branch | Deepti Kulkarni | |
2011-07-05 | 0.99.8debian/0.99.8 | John Southworth | |
2011-07-05 | Move the is_uniq_address function to Interface.pm | John Southworth | |
2011-07-01 | 0.99.7debian/0.99.7 | John Southworth | |
2011-07-01 | Add another check for out_stream now all refrences are validated before ↵ | John Southworth | |
writing to it | |||
2011-06-30 | Bugfix 7259: check that out_stream is not null before attempting to write to it | John Southworth | |
2011-06-30 | Bugfix 7224: check nodes immediate children for changes when the node its ↵ | John Southworth | |
self is unchanged. If a child has changed run the commit check for the node | |||
2011-06-17 | Comment out unused functions | Stephen Hemminger | |
2011-06-15 | 0.99.6debian/0.99.6 | Bob Gilligan | |
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-06-15 | 0.99.5debian/0.99.5 | Bob Gilligan | |
2011-06-15 | Bugfix 6767: Move log files from /tmp to /var/log/vyatta. | Bob Gilligan | |
2011-06-13 | 0.99.4debian/0.99.4 | Deepti Kulkarni | |
2011-06-13 | part of bug fix 7178 - suppress the non-required messages. | Deepti Kulkarni | |
2011-06-13 | 0.99.3debian/0.99.3 | Deepti Kulkarni | |
2011-06-13 | bug fix for 7178 - commit hook for demo-entitlement notifications not working. | Deepti Kulkarni | |
2011-06-10 | 0.99.2debian/0.99.2 | John Southworth | |
2011-06-10 | Adjust the number of characters we print when creating an offset to the ↵ | John Southworth | |
buffer to remove the errloc tag | |||
2011-06-09 | 0.99.1debian/0.99.1 | John Southworth | |
2011-06-09 | Bugfix 7153: Initialize buffer before reading into it | John Southworth | |