summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2019-08-31T1543: add source address option for commit archive host connections.Daniil Baturin
2019-01-26T1206: fix logrotate config permissions.Daniil Baturin
2018-10-28T570: use the edit level agnostic option for config export on commit archiving.Daniil Baturin
2017-12-22T504: Switch off cURL "URL globbing parser"lithiumChristian Poessinger
2016-01-26Allow log rotation for group "vyattacfg"Kim Hagen
2015-10-25Bug 584 - Allow sftp as copy and commit-archive location destination.Leon Messner
2015-07-11vyatta-config-mgmt: set the saved config filename to use vyosAlex Harpin
Set the saved config filename to use vyos as it's default instead of vyatta if the host has no hostname set.
2015-07-11vyatta-config-mgmt: config archive fails on unknown ssh host keyAlex Harpin
If the remote host configured for commit-archive hasn't been connected to before then it's host key is missing in known_hosts. If this is the case, then prompt the user to confirm the hosts authenticity after presenting them with the host keys fingerprint, inserting it into known_hosts and continuing with the archive if it's correct. Bug #517 http://bugzilla.vyos.net/show_bug.cgi?id=517
2011-05-24simplify commit-archive implementationAn-Cheng Huang
2011-05-23fix showConfig usage for "compare"An-Cheng Huang
* default behavior for showConfig is to compare @ACTIVE and @WORKING, so no need to write to a file first. * previously @ACTIVE was written to a file first _without_ "default" values, which means any "default" value in @WORKING will be printed by "compare" even if it has not been changed.
2011-05-16eliminate hard-coded commit hook directoryAn-Cheng Huang
2011-03-27Change the compare script to use the new cli-shell-api showConfig apiJohn Southworth
2011-01-12Fix 6674: Internal errors for "compare <> <>".Stig Thormodsrud
Add check for null diff. (cherry picked from commit 872f19b5b0890a494bda82eed9143338afaee5fe)
2011-01-04Change to use euid to get login name.Stig Thormodsrud
2010-12-22Rename 'remote-archive commit-uri' to 'commit-archive location' per design ↵Stig Thormodsrud
spec review comments.
2010-12-04Set COMMIT_VIA for initial commit-revisions setup.Stig Thormodsrud
2010-12-03Change 'config-mgmt' to 'config-management' to appease support.Stig Thormodsrud
2010-12-03Fix 6511: compare perl errors after failed commit.Stig Thormodsrud
Add check for empty diff before trying to filter it.
2010-12-01Add newline after diff.Stig Thormodsrud
2010-11-23Change commit revisions script to use COMMIT_VIA env var.Stig Thormodsrud
2010-11-22Change commit-confirm to rollback to last saved config rather than active.Stig Thormodsrud
2010-11-20Add number to /etc/commit scripts to set execution ordering.Stig Thormodsrud
2010-11-20Revert usage of libwww-curl-perl since it doesn't support scp.Stig Thormodsrud
2010-11-20Filter suprious temp file lines from diff output.Stig Thormodsrud
2010-11-19Filter version string off diff when comparing active/working to a file.Stig Thormodsrud
2010-11-19Check sessionChanged before creating active/working config files.Stig Thormodsrud
2010-11-18Change "compare" command to use cfgShow --show-working-only.Stig Thormodsrud
2010-11-11Add "show-commit-log-brief" for tab completion.Stig Thormodsrud
2010-11-10Fix rollback such that it also goes throught the revisioning.Stig Thormodsrud
2010-11-09Fix writing of config file on file rollback.Stig Thormodsrud
2010-11-09Add first pass commit-confirm and rollback (requires reboot for now).Stig Thormodsrud
2010-11-08Add check for valid integer.Stig Thormodsrud
2010-11-07Append hostname on config.boot file for commit-uri.Stig Thormodsrud
2010-11-07Fix permissions problems when user isn't vyatta.Stig Thormodsrud
2010-11-05Fixes for config-mgmt.Stig Thormodsrud
- fix permission problems - remove link on disable of commit-revisions. - don't push if file hasn't changed or on boot - save a baseline config when 1st starting the feature.
2010-11-05Don't save a rev if the file hasn't changed.Stig Thormodsrud
2010-11-02Convert perl system call to use WWW::Curl moduleStig Thormodsrud
2010-11-02Add revision compare functionalityStig Thormodsrud
2010-10-28Move commit-uri under remote-archive.Stig Thormodsrud
2010-10-26Create vyatta-config-mgmt repo.debian/0.1Stig Thormodsrud