<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/replace, 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/replace: include &lt;sys/uio.h&gt; in "system/filesys.h" in order to have struct iovec</title>
<updated>2011-09-08T06:51:48+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-09-08T06:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2c741efc993186c1f814ba0aaaf89cf80f911196'/>
<id>2c741efc993186c1f814ba0aaaf89cf80f911196</id>
<content type='text'>
This is needed on some platforms, e.g. NetBSD5.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed on some platforms, e.g. NetBSD5.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>replace: Check if we have mremap() available</title>
<updated>2011-08-14T23:51:45+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2011-08-14T22:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a171938408adde0d787b9ff40a4cebeee66d747a'/>
<id>a171938408adde0d787b9ff40a4cebeee66d747a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_signal.c</title>
<updated>2011-08-01T20:03:45+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-08-01T18:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0c67efdd68b9808542c090b9fd9920e4e37d85d0'/>
<id>0c67efdd68b9808542c090b9fd9920e4e37d85d0</id>
<content type='text'>
Make SA_RESETHAND conditional on its existance.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Mon Aug  1 22:03:45 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make SA_RESETHAND conditional on its existance.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Mon Aug  1 22:03:45 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>replace: remove waring if IOV_MAX is not defined</title>
<updated>2011-05-31T16:36:53+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2011-05-31T07:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=65f0800a34270ff0c779c9f3feb63b02d3ec800f'/>
<id>65f0800a34270ff0c779c9f3feb63b02d3ec800f</id>
<content type='text'>
as discussed on samba-techincal we currelty don't rely on it and we don't want
to flood this warning message during compile.

Autobuild-User: Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date: Tue May 31 18:36:53 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as discussed on samba-techincal we currelty don't rely on it and we don't want
to flood this warning message during compile.

Autobuild-User: Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date: Tue May 31 18:36:53 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>replace: fix build issues on GNU Hurd (#7998)</title>
<updated>2011-05-29T22:53:59+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2011-05-29T21:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a4d03620cb51638d1786c32b50953029752b7bc5'/>
<id>a4d03620cb51638d1786c32b50953029752b7bc5</id>
<content type='text'>
Patch from Samuel Thibault &lt;sthibault@debian.org&gt; to fix Debian Bug 610678
resp. BSO #7998. IOV_MAX and UIO_MAXIOV are not defined on GNU Hurd.

Autobuild-User: Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date: Mon May 30 00:53:59 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Samuel Thibault &lt;sthibault@debian.org&gt; to fix Debian Bug 610678
resp. BSO #7998. IOV_MAX and UIO_MAXIOV are not defined on GNU Hurd.

Autobuild-User: Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date: Mon May 30 00:53:59 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug found when building on an IPv6-only system by Kai Blin.</title>
<updated>2011-05-19T00:21:54+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-05-18T22:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=66c3d5d74b25b9b7703c2f48fd02a43f1d2ae9f2'/>
<id>66c3d5d74b25b9b7703c2f48fd02a43f1d2ae9f2</id>
<content type='text'>
When building on IPv6-only, doing:

hints.ai_family = AF_INET;
getaddrinfo("0.0.0.0", NULL, &amp;hints, &amp;ppres)

fails as AF_INET is unavailable on an IPv6-only system. This
causes us to fallback to our replacement getaddrinfo code
which is IPv4-only.

As we're only trying to detect a specific AIX bug here,
broaden the tests to find that bug, and also test for
working getaddrinfo in an IPv6-only safe way.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu May 19 02:21:54 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building on IPv6-only, doing:

hints.ai_family = AF_INET;
getaddrinfo("0.0.0.0", NULL, &amp;hints, &amp;ppres)

fails as AF_INET is unavailable on an IPv6-only system. This
causes us to fallback to our replacement getaddrinfo code
which is IPv4-only.

As we're only trying to detect a specific AIX bug here,
broaden the tests to find that bug, and also test for
working getaddrinfo in an IPv6-only safe way.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu May 19 02:21:54 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdef</title>
<updated>2011-05-10T18:54:06+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-05-10T18:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0791da4fdd75bca6cb4fae670fac4fc5527ab079'/>
<id>0791da4fdd75bca6cb4fae670fac4fc5527ab079</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Samba3 on OpenIndiana.</title>
<updated>2011-05-07T00:20:14+00:00</updated>
<author>
<name>Gordon Ross</name>
<email>gordon.w.ross@gmail.com</email>
</author>
<published>2011-05-06T23:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ac25835ab7b76226bd59fec9ffef46d5c5817d54'/>
<id>ac25835ab7b76226bd59fec9ffef46d5c5817d54</id>
<content type='text'>
I'd like Samba to use the native OpenLDAP and MIT Kerberos libs.
Attached are some patches to do that. (relative to git master)
It does not build for me without these.

(OpenIndiana is an off-shoot of OpenSolaris  See http://www.openindiana.org)

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Sat May  7 02:20:14 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'd like Samba to use the native OpenLDAP and MIT Kerberos libs.
Attached are some patches to do that. (relative to git master)
It does not build for me without these.

(OpenIndiana is an off-shoot of OpenSolaris  See http://www.openindiana.org)

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Sat May  7 02:20:14 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>kerberos: Only include gssapi/gssapi_krb5.h when available</title>
<updated>2011-04-30T02:58:04+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-04-30T02:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e1eae822856c076f63874d8d3b07691b3154848d'/>
<id>e1eae822856c076f63874d8d3b07691b3154848d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth</title>
<updated>2011-04-27T01:21:37+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-04-20T07:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e04bab4a19658009e53949b814a58d177966a9cd'/>
<id>e04bab4a19658009e53949b814a58d177966a9cd</id>
<content type='text'>
This will allow the GSSAPI PAC fetch code to use it.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow the GSSAPI PAC fetch code to use it.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
</feed>
