summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-01ignore return statements warnings/errors, maybe we should do something with ↵Kim Hagen
the return codes?
2017-11-01enable hardening and remove deprecation allowingKim Hagen
2017-11-01only do "g_type_init()" if version is 2.35.0Kim Hagen
2017-11-01replace deprecated auto_ptr for unique_ptrKim Hagen
2017-10-25fix compilation errorKim
2017-10-25try not to tear down session on bootKim
2017-08-28fix compilation errors on newer gccKim Hagen
2017-08-28option to install higher version of libboost-filesystemKim
2017-08-18T353: oops, forgot one more bit of the python install.Daniil Baturin
2017-08-18T353: remove the python library from vyatta-cfg.Daniil Baturin
2017-08-18T352: move the config library to its own package.Daniil Baturin
2017-04-27include etc/logrotate.d/auth in debian packageKim
2017-04-27add logrotate for auth.logKim Hagen
2017-03-30cleanup mount functionsKim
2017-03-30mounting different persistenceKim
if persistence is set for /config on an other device then also create and mount /config
2017-01-09Merge pull request #7 from jhendryUK/add_python_vyos_mgmt_to_vyatta_cfgDaniil Baturin
Adding python-vyos-mgmt library to vyatta-cfg package
2017-01-09Adding python-vyos-mgmt library to vyatta-cfg packageJason Hendry
2016-12-30Add initial draft of the python config library.Daniil Baturin
2016-12-26also output script to consoleKim
2016-08-05update script to correct fileKim Hagen
2016-08-05add enable and disable systemd serviceKim Hagen
2016-08-05revert compat number back to 5 to prevent compilation errorsKim Hagen
2016-08-05rewrite debian rules file and include systemd service for vyatta-router scriptKim Hagen
2016-02-26Do not remove dhclient.conf, the default config is harmless anyway.Daniil Baturin
2016-02-24Fix "Subroutine Vyatta::Misc::sockaddr_in6 redefined at" message.Kim Hagen
2016-02-09Use dhcp instead of dhcp3.Kim Hagen
2016-02-05Add function to bash-completion script to fix message "bad array subs cript"Kim Hagen
2016-02-05Change vyatta-union to vyos-union.Thomas Jepp
2016-02-03Actually mount /boot and /boot/grub on Jessie.Thomas Jepp
2016-01-240.102.0+vyos2+current1debian/0.102.0+vyos2+current1Kim Hagen
2015-12-17Fix the reversed sort order for nodes.Thomas Jepp
2015-12-17Go back to using the apt version comparison for node sorting.Thomas Jepp
2015-12-17Remove the dependency on apt.Thomas Jepp
2015-12-17Replace dpkg version comparisions with strcmp.Thomas Jepp
2015-12-16Update Makefile.am and configure.ac to properly add GObject linking.Thomas Jepp
2015-12-16More fixes to cstore-unionfs & cli_shell_api.Thomas Jepp
2015-11-23Build fixes for updated libraries on Jessie.Thomas Jepp
2015-11-23Fix missing build depends and runtime depends. Add a runtime dependency on ↵Thomas Jepp
vyatta-quagga to ensure packages are configured in the right order.
2015-11-140.102.0+vyos2+lithium18debian/0.102.0+vyos2+lithium18Alex Harpin
2015-11-14vyatta-cfg: allow package to depend on development buildsAlex Harpin
Allow the vyatta-cfg package to depend on development of libvyatta-cfg so development ISOs can be built using it.
2015-10-260.102.0+vyos2+lithium17debian/0.102.0+vyos2+lithium17Alex Harpin
2015-10-26Merge pull request #5 from elonhub/add-sftpDaniil Baturin
Bug 584 - Allow sftp as copy and commit-archive location destination
2015-10-25Prevent grouping from capturingLeon Messner
2015-10-25Bug 584 - Allow sftp as copy and commit-archive location destination.Leon Messner
2015-10-170.102.0+vyos2+lithium16debian/0.102.0+vyos2+lithium16Alex Harpin
2015-10-17vyatta-cfg: add port checking routine to misc.pmAlex Harpin
Add a port checking routine to Vyatta/Misc.pm to allow commits to check if a port is currently in use before allowing them. This is in connection with Bug #43, where no port checking was done on commit.
2015-10-100.102.0+vyos2+lithium15debian/0.102.0+vyos2+lithium15Alex Harpin
2015-10-10vyatta-cfg: double quoted config values ending in \ are not reboot safeAlex Harpin
Configurations that contain double quoted values that ended in \ were causing parse errors on load / reboot, resulting in a failure to load the config file and an empty config. This commit adds extra logic to the lex parsing of the config file to catch this particular case whilst still allowing escaped quotes in the middle of quoted values. Bug #593 http://bugzilla.vyos.net/show_bug.cgi?id=593
2015-07-110.102.0+vyos2+lithium14debian/0.102.0+vyos2+lithium14berylliumAlex Harpin
2015-07-11vyatta-cfg: formatting changes for style consistencyAlex Harpin
Perltidy run on scripts/vyatta-config-loader.pl and scripts/vyatta-save-config.pl to have consistent identation levels and style throughout.