Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-30 | T6527: remove legacy Perl library components | Christian Breunig | |
2023-07-09 | T3355: remove legacy code and migrate remains to vyos-1x repo | Christian Breunig | |
2018-10-15 | Rework vyos router init (#11) | Kim | |
* Add a systemd vyos.target and split the vyatta-router init script to multiple systemd scripts. * remove ref to cloud-init * Remove vyatta-router init and rename vyatta-router to vyos-initialize. * Install files to correct dirs * try to fix systemd boot issues * Update script names run config load in background to not block systemd * Prevent cat: write error: Broken pipe * Rework vyos startup * add systemd to Makefile.am * Update script name * Fix inclusion of getty conf * Fix indentation | |||
2017-11-01 | enable hardening and remove deprecation allowing | Kim Hagen | |
2017-08-28 | fix compilation errors on newer gcc | Kim Hagen | |
2017-08-18 | T353: oops, forgot one more bit of the python install. | Daniil Baturin | |
2017-08-18 | T353: remove the python library from vyatta-cfg. | Daniil Baturin | |
2017-01-09 | Adding python-vyos-mgmt library to vyatta-cfg package | Jason Hendry | |
2016-08-05 | rewrite debian rules file and include systemd service for vyatta-router script | Kim Hagen | |
2015-06-15 | vyatta-cfg: update dh_gencontrol with new development build flag | Alex Harpin | |
2014-03-10 | Import and adapt Kim Hagen's changes for union-fs support. | Daniil Baturin | |
2012-06-03 | Fix more load/commit memory leaks | John Southworth | |
This fixes some more of the memory leaks in load and commit. Some still exist in the legacy cli_new/cli_parse code. Since that code is supposed to be rewritten such that it interfaces with the rewritten commit code in a clean way, these will not be fixed right now. | |||
2010-08-10 | separate libvyatta-cfg1 package | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-02-04 | Be unsafe, don't harden | Stephen Hemminger | |
If code has latent bugs, we don't want to know about them this late in release. | |||
2010-02-03 | Turn on debian hardening | Stephen Hemminger | |
2008-12-12 | "files" file should be removed before package build | An-Cheng Huang | |
2008-11-19 | add support for development build | An-Cheng Huang | |
2008-11-13 | Optimize for size | Stephen Hemminger | |
Optimizing for size generates better code, especially on cache starved processors. | |||
2007-09-27 | added dependency to "configure" target. | An-Cheng Huang | |
2007-09-25 | initial import (from eureka /cli) plus new build system.upstream | An-Cheng Huang | |