<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-config-mgmt.git/scripts, branch lithium</title>
<subtitle>Vyatta config management config &amp; op templates/scripts (mirror of https://github.com/vyos/vyatta-config-mgmt.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-config-mgmt.git/atom?h=lithium</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/atom?h=lithium'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/'/>
<updated>2017-12-22T17:06:24+00:00</updated>
<entry>
<title>T504: Switch off cURL "URL globbing parser"</title>
<updated>2017-12-22T17:06:24+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2017-12-22T17:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=48b0890a8b97ca6b0013b8e53eca3e5d75968380'/>
<id>urn:sha1:48b0890a8b97ca6b0013b8e53eca3e5d75968380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow log rotation for group "vyattacfg"</title>
<updated>2016-01-26T09:10:17+00:00</updated>
<author>
<name>Kim Hagen</name>
<email>kim.sidney@gmail.com</email>
</author>
<published>2016-01-26T09:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=fa9d8506c54edac29a290eab026740d06e234630'/>
<id>urn:sha1:fa9d8506c54edac29a290eab026740d06e234630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug 584 - Allow sftp as copy and commit-archive location destination.</title>
<updated>2015-10-25T14:59:00+00:00</updated>
<author>
<name>Leon Messner</name>
<email>elon@zwelf.net</email>
</author>
<published>2015-10-25T14:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=6189aaa14c703d4694652c3ff9fcedbaf6601657'/>
<id>urn:sha1:6189aaa14c703d4694652c3ff9fcedbaf6601657</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyatta-config-mgmt: set the saved config filename to use vyos</title>
<updated>2015-07-11T14:19:36+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-07-11T14:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=54b48d019ca83023b61b6171e94e66b0c9d8fa8d'/>
<id>urn:sha1:54b48d019ca83023b61b6171e94e66b0c9d8fa8d</id>
<content type='text'>
Set the saved config filename to use vyos as it's default instead of
vyatta if the host has no hostname set.
</content>
</entry>
<entry>
<title>vyatta-config-mgmt: config archive fails on unknown ssh host key</title>
<updated>2015-07-11T14:16:33+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-07-11T14:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=6266be88206dffc82e8522e97db6718657443e0e'/>
<id>urn:sha1:6266be88206dffc82e8522e97db6718657443e0e</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>simplify commit-archive implementation</title>
<updated>2011-05-24T22:04:08+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-05-24T22:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=c28add8e387cbafb5fb4774fa0f12ee5a3e5fec6'/>
<id>urn:sha1:c28add8e387cbafb5fb4774fa0f12ee5a3e5fec6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix showConfig usage for "compare"</title>
<updated>2011-05-23T23:45:06+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-05-23T23:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=9fdfdd66cd10415e331017c8f324f29cbb064c09'/>
<id>urn:sha1:9fdfdd66cd10415e331017c8f324f29cbb064c09</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>eliminate hard-coded commit hook directory</title>
<updated>2011-05-17T03:18:05+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-05-17T03:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=4e85f8981ff93348c74f637730dad097eaaddc1a'/>
<id>urn:sha1:4e85f8981ff93348c74f637730dad097eaaddc1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the compare script to use the new cli-shell-api showConfig api</title>
<updated>2011-03-28T05:29:20+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2011-03-28T05:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=6370b386ccb1721f50f57e6427683d77876811c4'/>
<id>urn:sha1:6370b386ccb1721f50f57e6427683d77876811c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix 6674: Internal errors for "compare &lt;&gt; &lt;&gt;".</title>
<updated>2011-01-12T20:19:40+00:00</updated>
<author>
<name>Stig Thormodsrud</name>
<email>stig@vyatta.com</email>
</author>
<published>2011-01-12T20:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-config-mgmt.git/commit/?id=e495e3dab1062b776afa3313b88f333ab72259e2'/>
<id>urn:sha1:e495e3dab1062b776afa3313b88f333ab72259e2</id>
<content type='text'>
Add check for null diff.
(cherry picked from commit 872f19b5b0890a494bda82eed9143338afaee5fe)
</content>
</entry>
</feed>
