<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/heimdal/lib/com_err/parse.y, branch talloc-2.1.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>s4:heimdal: import lorikeet-heimdal-201107150856 (commit 48936803fae4a2fb362c79365d31f420c917b85b)</title>
<updated>2011-07-15T09:15:05+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-07-15T07:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=255e3e18e00f717d99f3bc57c8a8895ff624f3c3'/>
<id>255e3e18e00f717d99f3bc57c8a8895ff624f3c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:heimdal: import lorikeet-heimdal-201101310455 (commit aa88eb1a05c4985cc23fb65fc1bad75bdce01c1f)</title>
<updated>2011-02-02T04:19:03+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-01-31T04:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2d9bcc861d6b2cd67d7c6439e90d9ac4a600f0f2'/>
<id>2d9bcc861d6b2cd67d7c6439e90d9ac4a600f0f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:heimdal: import lorikeet-heimdal-201012010201 (commit 81fe27bcc0148d410ca4617f8759b9df1a5e935c)</title>
<updated>2010-12-01T06:00:47+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-11-29T00:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c5bea98ddb2f7967df572160f639da3cba381a87'/>
<id>c5bea98ddb2f7967df572160f639da3cba381a87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:heimdal: import lorikeet-heimdal-201011102149 (commit 5734d03c20e104c8f45533d07f2a2cbbd3224f29)</title>
<updated>2010-11-15T01:25:06+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-11-11T00:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1342185e333cb8139b7a70b7fe43571bcc2716a7'/>
<id>1342185e333cb8139b7a70b7fe43571bcc2716a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-heimdal: fixed the use of error_message() in heimdal</title>
<updated>2010-10-30T12:48:59+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-10-29T00:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4bd7814a4e2970a1276b91b93987ce4fa9406c19'/>
<id>4bd7814a4e2970a1276b91b93987ce4fa9406c19</id>
<content type='text'>
the lex code in heimdal had a function error_message() which conflicts
with a function from the com_err library. This replaces it with
lex_err_message()

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the lex code in heimdal had a function error_message() which conflicts
with a function from the com_err library. This replaces it with
lex_err_message()

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6e5b73e892ff34b6865ba)</title>
<updated>2009-06-11T21:45:48+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-06-08T09:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9b261c008a395a323e0516f4cd3f3134aa050577'/>
<id>9b261c008a395a323e0516f4cd3f3134aa050577</id>
<content type='text'>
Also including the supporting changes required to pass make test

A number of heimdal functions and constants have changed since we last
imported a tree (for the better, but inconvenient for us).

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also including the supporting changes required to pass make test

A number of heimdal functions and constants have changed since we last
imported a tree (for the better, but inconvenient for us).

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4: import lorikeet-heimdal-200810271034</title>
<updated>2008-10-28T07:53:09+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-10-27T10:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2b29b7186459d945ec448694164bfe4239b30d72'/>
<id>2b29b7186459d945ec448694164bfe4239b30d72</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>heimdal: import heimdal's trunk svn rev 23697 + lorikeet-heimdal patches</title>
<updated>2008-08-26T17:46:38+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-08-26T17:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=243321b4bbe273cf3a9105ca132caa2b53e2f263'/>
<id>243321b4bbe273cf3a9105ca132caa2b53e2f263</id>
<content type='text'>
This is based on f56a3b1846c7d462542f2e9527f4d0ed8a34748d in my heimdal-wip repo.

metze
(This used to be commit 467a1f2163a63cdf1a4c83a69473db50e8794f53)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is based on f56a3b1846c7d462542f2e9527f4d0ed8a34748d in my heimdal-wip repo.

metze
(This used to be commit 467a1f2163a63cdf1a4c83a69473db50e8794f53)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25732: import updated parse.y files from lorikeet-heimdal</title>
<updated>2007-12-21T04:43:32+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2007-10-25T17:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=12215fadf8c0122ff9da58ebaab49fde5247d378'/>
<id>12215fadf8c0122ff9da58ebaab49fde5247d378</id>
<content type='text'>
I wonder why they're not updated as the parse.[ch]
are generated from the new versions already...

metze
(This used to be commit 9735715a0f2c8ea0c6ff5ba5adde6b6a6fb43aed)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I wonder why they're not updated as the parse.[ch]
are generated from the new versions already...

metze
(This used to be commit 9735715a0f2c8ea0c6ff5ba5adde6b6a6fb43aed)
</pre>
</div>
</content>
</entry>
<entry>
<title>r8302: import mini HEIMDAL into the tree</title>
<updated>2007-10-10T18:19:33+00:00</updated>
<author>
<name>Heimdal Import User</name>
<email>samba-bugs@samba.org</email>
</author>
<published>2005-07-11T01:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=954c01728e0c7485b72c9a5d5737e5f6bd0cf0b9'/>
<id>954c01728e0c7485b72c9a5d5737e5f6bd0cf0b9</id>
<content type='text'>
(This used to be commit 118be28a7aef233799956615a99d1a2a74dac175)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 118be28a7aef233799956615a99d1a2a74dac175)
</pre>
</div>
</content>
</entry>
</feed>
