Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-15 | 0.102.0+vyos1+helium1debian/0.102.0+vyos1+helium1 | Daniil Baturin | |
2014-01-08 | Add missing build dependencies. | Daniil Baturin | |
2013-11-16 | 0.102.0+hydrogen3debian/0.102.0+hydrogen3 | Daniil Baturin | |
2013-11-16 | Bug #25: Add template for running conf and op mode commands | Daniil Baturin | |
from shell scripts. | |||
2013-11-03 | 0.102.0+hydrogen2debian/0.102.0+hydrogen2 | Daniil Baturin | |
2013-11-03 | Add kernel commandline option to boot with specific config. | Daniil Baturin | |
vyos-config=/config/something | |||
2013-11-03 | Rename novyatta-$foo kernel command line option to no-vyos-$foo | Daniil Baturin | |
That option is used to disable specific init scripts, e.g no-vyos-migrate disables config migration. | |||
2013-11-03 | Some more missed Vyatta occurences. | Daniil Baturin | |
2013-11-03 | Remove some XORP-related checks. | Daniil Baturin | |
2013-11-02 | Remove support for /config on punched card^W^W floppy drive | Daniil Baturin | |
2013-11-01 | 0.101.7+daisy7debian/0.101.7+daisy7 | Daniil Baturin | |
2013-11-01 | Force release | Daniil Baturin | |
2013-11-01 | 0.101.7+daisy6debian/0.101.7+daisy6 | Daniil Baturin | |
2013-11-01 | Replace s/Vyatta/VyOS/ in init script | Daniil Baturin | |
2013-06-03 | 0.101.7+daisy5debian/0.101.7+daisy5daisy | Robert Bays | |
2013-06-03 | update init file to require vyatta-unicast | Robert Bays | |
2013-06-01 | 0.101.7+daisy4debian/0.101.7+daisy4 | Robert Bays | |
2013-06-01 | allow optional dependency on vyatta-unicast | Robert Bays | |
2013-05-16 | 0.101.7+daisy3debian/0.101.7+daisy3 | James Davidson | |
2013-05-16 | Add isMultiNode perl CLI API | James Davidson | |
2013-01-07 | 0.101.7+daisy2vyatta/VC6.6R1/i386vyatta/VC6.6R1/amd64debian/0.101.7+daisy2 | James Davidson | |
2013-01-07 | Fix compiler warnings | James Davidson | |
2012-10-13 | 0.101.7+daisy1debian/0.101.7+daisy1 | John Southworth | |
2012-10-13 | create daisy branch | John Southworth | |
2012-10-12 | 0.101.7debian/0.101.7 | John Southworth | |
2012-10-12 | new branch | John Southworth | |
2012-09-24 | 0.101.6debian/0.101.6 | James Davidson | |
2012-09-24 | Fix get_terminal_size redefinition warning | James Davidson | |
Also squelch warnings from requiring features.ph (via ioctl.ph). Fixes bug 8387 | |||
2012-09-12 | 0.101.5debian/0.101.5 | John Southworth | |
2012-09-12 | Fix a few completion bugs | John Southworth | |
1. Bugfix 8254: Show the help text first so users don't think there is only one completion for a value when it exists with non-comps 2. Fix config mode inconsistencies with operational mode. Show all values in help text. 3. Fix "exists_only" command handling. Only show nodes that exist when doing completion for show, comment, and delete. | |||
2012-09-04 | 0.101.4debian/0.101.4 | James Davidson | |
2012-09-04 | Revert "If vclient exists, run it" | James Davidson | |
This reverts commit e4630e3becc32a9a0f4fff85511f02691b07ae21. | |||
2012-09-04 | 0.101.3debian/0.101.3 | James Davidson | |
2012-09-04 | Add cstore_cfg_path_exists_effective C interface | James Davidson | |
2012-08-22 | 0.101.2debian/0.101.2 | James Davidson | |
2012-08-22 | If vclient exists, run it | James Davidson | |
2012-08-22 | 0.101.1debian/0.101.1 | John Southworth | |
2012-08-22 | Bugfix 8183: Make sure files in /config are owned by the vyattacfg group | John Southworth | |
2012-08-14 | 0.101.0debian/0.101.0 | Stephen Hemminger | |
2012-08-14 | Rewrite interface prefix matching | Stephen Hemminger | |
Bug 8279 Read network device name prefixes from file. | |||
2012-08-01 | 0.100.5debian/0.100.5 | Stephen Hemminger | |
2012-08-01 | Add support for vswitch | Stephen Hemminger | |
Placeholder for possible future work. | |||
2012-07-13 | 0.100.4debian/0.100.4 | Stephen Hemminger | |
2012-07-13 | Fix syslog level for commit messages | Stephen Hemminger | |
Bug 8208 The log level should be notice not alert. Also, the script doesn't depend on anything in Vyatta config or other Vyatta perl libaries. | |||
2012-07-13 | Optimize commit logging | Stephen Hemminger | |
Bug 8190 Use perl functions rather than going out to shell | |||
2012-07-13 | Restore original lock file semantics | Stephen Hemminger | |
Don't fail if lock file already exists | |||
2012-07-11 | 0.100.3debian/0.100.3 | Stephen Hemminger | |
2012-07-11 | Minor code cleanup | Stephen Hemminger | |
1. Make local functions static 2. Use C standard for function with no-args versus old K&R style 3. Make some arguments const | |||
2012-07-11 | Don't leak file descriptors to action | Stephen Hemminger | |
Bug 8204 Make sure we don't handle unnecessary file descriptors to child processes. This is done by marking file descriptors as close on exec, and closing pipe before exec. | |||
2012-07-11 | Log node of commit failure | Stephen Hemminger | |
Bug 8192 Put message in log about failed node |