<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git, branch debian/0.20.29</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.20.29</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.20.29'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2012-09-05T21:13:13+00:00</updated>
<entry>
<title>0.20.29</title>
<updated>2012-09-05T21:13:13+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-05T21:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c9676bf31161177987561f1f36e71c3983913423'/>
<id>urn:sha1:c9676bf31161177987561f1f36e71c3983913423</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-system into pacifica</title>
<updated>2012-09-05T21:13:12+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-05T21:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=9d9593dc1594196995d038fcb2a9a71ec1c5d9a5'/>
<id>urn:sha1:9d9593dc1594196995d038fcb2a9a71ec1c5d9a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 8326</title>
<updated>2012-09-05T21:04:30+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-05T21:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e2811040b1b6bf1e94f1878ade872dfef3cdf0ea'/>
<id>urn:sha1:e2811040b1b6bf1e94f1878ade872dfef3cdf0ea</id>
<content type='text'>
Fix password change script save function to work as it does in
vyattacfg.

Fix empty substitution on 'plaintext-password ""' causing script error.
</content>
</entry>
<entry>
<title>0.20.28</title>
<updated>2012-09-05T01:31:25+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-09-05T01:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=3b677e681161595c1ffea237fd9defe5889010b7'/>
<id>urn:sha1:3b677e681161595c1ffea237fd9defe5889010b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Configure logrotate to maintain log file ownership</title>
<updated>2012-09-05T01:28:12+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-09-05T01:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=288ab75d4f2aed39e8993d82f127e6e9dc16b973'/>
<id>urn:sha1:288ab75d4f2aed39e8993d82f127e6e9dc16b973</id>
<content type='text'>
logrotate needs the create config option so that it keeps the
original log file's permissions and ownership.

Fixes bug 8240
</content>
</entry>
<entry>
<title>0.20.27</title>
<updated>2012-09-04T23:40:49+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-04T23:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=27f5c1063dc835de4d0b6ea2052e6adef72a264f'/>
<id>urn:sha1:27f5c1063dc835de4d0b6ea2052e6adef72a264f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 8290</title>
<updated>2012-09-04T23:36:24+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-04T23:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=918bd40d3e3f238a800b1486f70e2d5ee1d71a72'/>
<id>urn:sha1:918bd40d3e3f238a800b1486f70e2d5ee1d71a72</id>
<content type='text'>
  Don't allow default password to persist after first boot.

  Due to the numerous ways a user can get a vyatta system this required
  a lot of changes.

  1. Don't allow a user to set a password to 'vyatta' after first login,
  but allow it on the initial boot otherwise the system will have no
  user.
  2. Don't allow the password to be set to vyatta in installer.
  3. Force password change on first login. under the following
  conditions:
  3.a. User is an admin level user. Operators do not have the abillity
  to change the config so they can't change passwords. Allow 'vyatta' to
  be the password until an admin logs in.
  3.b. This is not the livecd, its silly to force a password change
  before install.
</content>
</entry>
<entry>
<title>Bugfix 6967: Test if an address is already applied to an interface before attempting to apply it</title>
<updated>2012-08-31T00:32:44+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-08-31T00:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=8faaec7b1b9bd034449348b693c5216e349a04ec'/>
<id>urn:sha1:8faaec7b1b9bd034449348b693c5216e349a04ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.20.26</title>
<updated>2012-08-29T18:04:41+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-08-29T18:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=b1db793cc89a00afca627b9419c24e4315b77a84'/>
<id>urn:sha1:b1db793cc89a00afca627b9419c24e4315b77a84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Force Xen installs to use ext3 without write barriers</title>
<updated>2012-08-29T17:48:08+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-08-29T17:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=1867ce76ef780666982434f9f41fab383f8fbfa5'/>
<id>urn:sha1:1867ce76ef780666982434f9f41fab383f8fbfa5</id>
<content type='text'>
In oxnard our Xen images used ext3 without write barriers. This patch is
a workaround for bug 8303. The goal of this patch is to provide a workable
solution that is no worse than our previous behavior until Xenserver has
the write barrier fix available in Xen integrated.
</content>
</entry>
</feed>
