<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/util/wscript_build, branch talloc-2.0.7</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>lib/util Remove samba-util-common!</title>
<updated>2011-06-20T23:36:22+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-20T10:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5db74b9607f4a5fc5ecaa8be0d744222cd55153c'/>
<id>5db74b9607f4a5fc5ecaa8be0d744222cd55153c</id>
<content type='text'>
All of this code is now in common, so we don't need the second
'-common' library any more!

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of this code is now in common, so we don't need the second
'-common' library any more!

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/util Bring samba4 unix -&gt; nt_status code in common.</title>
<updated>2011-06-20T04:36:06+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-20T04:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=018f4a5889743f742a59e9ad72056b2ea09adfe9'/>
<id>018f4a5889743f742a59e9ad72056b2ea09adfe9</id>
<content type='text'>
Due to library link orders, this is already the function that is being
used.  However we still need to sort out the duplicate symbol issues,
probably by renaming things.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to library link orders, this is already the function that is being
used.  However we still need to sort out the duplicate symbol issues,
probably by renaming things.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>util: moved nt_errstr() into common code</title>
<updated>2011-06-17T07:08:59+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-06-17T04:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b341979adb950ae6abd518df3a170db9e9708797'/>
<id>b341979adb950ae6abd518df3a170db9e9708797</id>
<content type='text'>
this brings nt_errstr() into common code, using the new
talloc_stackframe_exists() to ensure that we only allocate an error
string using talloc_tos() if a talloc stackframe does currently
exists. This makes it safe to use in external libraries

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this brings nt_errstr() into common code, using the new
talloc_stackframe_exists() to ensure that we only allocate an error
string using talloc_tos() if a talloc stackframe does currently
exists. This makes it safe to use in external libraries

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/util Move NTSTATUS table to the top level</title>
<updated>2011-05-06T05:51:24+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-04T05:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=db74cad1c638ae2142b89757397b50009ea0678a'/>
<id>db74cad1c638ae2142b89757397b50009ea0678a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top level</title>
<updated>2011-05-06T05:51:24+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-04T03:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f1ec28827f61fcb168249aa9855e7f19c65780ae'/>
<id>f1ec28827f61fcb168249aa9855e7f19c65780ae</id>
<content type='text'>
This takes the Samba4 version, with the NT_STATUS_IS_DOS() check.
This will be used in smbd/error.c shortly.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This takes the Samba4 version, with the NT_STATUS_IS_DOS() check.
This will be used in smbd/error.c shortly.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>build: put doserr.c into it's own subsystem, so it's no longer a duplicate</title>
<updated>2011-04-29T08:00:32+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-04-29T06:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f96793142d0b5a6e0bdb0bcf4811178f3274949c'/>
<id>f96793142d0b5a6e0bdb0bcf4811178f3274949c</id>
<content type='text'>
Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Fri Apr 29 10:00:32 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Fri Apr 29 10:00:32 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
