<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/src/common, branch debian/0.99.32</title>
<subtitle>Vyatta configuration system (mirror of https://github.com/vyos/vyatta-cfg.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.99.32</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.99.32'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2011-03-03T23:17:40+00:00</updated>
<entry>
<title>remove deactivate-handling code from commit</title>
<updated>2011-03-03T23:17:40+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-03-03T23:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=84d379b8b8d3537a82d12d7b734209bef6c4ee63'/>
<id>urn:sha1:84d379b8b8d3537a82d12d7b734209bef6c4ee63</id>
<content type='text'>
* activate/deactivate is pending redesign, so the old code no longer applies.
* conceptually activate/deactivate should be transparent to commit so removing the old code.
</content>
</entry>
<entry>
<title>clean up commit dead code etc. etc. etc.</title>
<updated>2011-03-03T02:53:27+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-03-03T02:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=92a6e0844ffd1614eb30ae093d3e6e7e5540321f'/>
<id>urn:sha1:92a6e0844ffd1614eb30ae093d3e6e7e5540321f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change indentation in commit code</title>
<updated>2011-03-02T19:54:09+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-03-02T19:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=521e99d155759a80b2b97c6d5b827d490426c0b6'/>
<id>urn:sha1:521e99d155759a80b2b97c6d5b827d490426c0b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove compiler warnings</title>
<updated>2011-02-23T22:10:03+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-02-23T22:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=8938f8cf2ba00f7d7c95b96dcb02660b28c9fc74'/>
<id>urn:sha1:8938f8cf2ba00f7d7c95b96dcb02660b28c9fc74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up dead code etc. etc. etc.</title>
<updated>2011-02-23T00:33:45+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-02-23T00:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=95b4b15c8b0d47a7323cd74858714023c7a22a22'/>
<id>urn:sha1:95b4b15c8b0d47a7323cd74858714023c7a22a22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve memory allocation (and freeing), so commit will support a configuration booting with 6000 vpn tunnels (w/ 2 gigs ram).</title>
<updated>2011-02-11T05:09:12+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@vyatta.com</email>
</author>
<published>2011-02-11T05:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=dd3f101fad2f3160fd87a040578cc3381f3a1084'/>
<id>urn:sha1:dd3f101fad2f3160fd87a040578cc3381f3a1084</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1) Ordered evaluation of these scripts similar to what is found in</title>
<updated>2010-11-19T01:03:06+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@vyatta.com</email>
</author>
<published>2010-11-19T01:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=6ec4dddcd88975a31358983bfcebdb2c6459563e'/>
<id>urn:sha1:6ec4dddcd88975a31358983bfcebdb2c6459563e</id>
<content type='text'>
/etc/rc* system. An integer at the beginning of the script identifies
the order in which the script is executed (i.e. 01test is run before
55monkey).

2) There is now a pre-commit hook that can be used. These scripts are
located at: /etc/precommit and are invoked before commit has started
processing actions.

3) A success/failure environment flag set before a process has run has
been changed to a tri-state:

SUCCESS = all priority groups succeeded
FAILURE = all priority groups failed
PARTIAL = mixed success/failed
</content>
</entry>
<entry>
<title>change first, last, firstlast behavior to apply environment setting on each action applied. will be used to help resolve problems identified w/ fw synchronization of rules.</title>
<updated>2010-10-29T19:00:45+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@vyatta.com</email>
</author>
<published>2010-10-29T19:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=d5abfc00dcf2e606fbac6eca78eea06ead233a12'/>
<id>urn:sha1:d5abfc00dcf2e606fbac6eca78eea06ead233a12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for bug 5982.</title>
<updated>2010-08-27T18:32:07+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-08-03T20:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=cfa746fb0d41a70843a851561136dc003745f14f'/>
<id>urn:sha1:cfa746fb0d41a70843a851561136dc003745f14f</id>
<content type='text'>
upped max_length_buffer length from 1024 to 4096.

Should leave open and reassign to mendocino so that a proper string length check can be added to the commit.
(cherry picked from commit df3c80575ea539e560afc3357eb322e3e9df64bf)
</content>
</entry>
<entry>
<title>fix for bug 5960</title>
<updated>2010-08-27T02:04:24+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2010-08-27T02:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=efe1f2b5aea0065f94394b916f1fa8b447229d5a'/>
<id>urn:sha1:efe1f2b5aea0065f94394b916f1fa8b447229d5a</id>
<content type='text'>
* change "commit" to use syscalls (instead of system("...") calls) for mount/umount.
* this is a temporary fix, and such low-level details need to be moved into the backend library.
</content>
</entry>
</feed>
