<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/nsswitch/libwbclient, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>Update libwbclient version to 0.12</title>
<updated>2015-03-10T02:24:45+00:00</updated>
<author>
<name>Matthew Newton</name>
<email>matthew-git@newtoncomputing.co.uk</email>
</author>
<published>2015-03-01T23:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c6cb2d650872a8c37820b65bb2d5882207263e88'/>
<id>c6cb2d650872a8c37820b65bb2d5882207263e88</id>
<content type='text'>
Increment the minor version of the libwbclient library after new
context functions added. (Major version increase not required as
the only two functions with changed parameters are private to the
library.)

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Tue Mar 10 03:24:45 CET 2015 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increment the minor version of the libwbclient library after new
context functions added. (Major version increase not required as
the only two functions with changed parameters are private to the
library.)

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Tue Mar 10 03:24:45 CET 2015 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Move wbc global variables into global context instead</title>
<updated>2015-03-09T23:50:10+00:00</updated>
<author>
<name>Matthew Newton</name>
<email>matthew-git@newtoncomputing.co.uk</email>
</author>
<published>2015-02-22T23:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=2664d9070f3c21231627380822e619fb695db662'/>
<id>2664d9070f3c21231627380822e619fb695db662</id>
<content type='text'>
There are some global variables in use in the libwbclient
library. Now that we have a context, move these into it so that
they are thread-safe when the wbcCtx* functions are used.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some global variables in use in the libwbclient
library. Now that we have a context, move these into it so that
they are thread-safe when the wbcCtx* functions are used.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add context versions of wbclient functions</title>
<updated>2015-03-09T23:50:10+00:00</updated>
<author>
<name>Matthew Newton</name>
<email>matthew-git@newtoncomputing.co.uk</email>
</author>
<published>2015-02-21T22:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=063c56dba590eec69439eb791a420b40505d4cc0'/>
<id>063c56dba590eec69439eb791a420b40505d4cc0</id>
<content type='text'>
To make the libwbclient library thread-safe, all functions
that call through to wb_common winbindd_request_response need
to have context that they can use. This commit adds all the
necessary functions.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make the libwbclient library thread-safe, all functions
that call through to wb_common winbindd_request_response need
to have context that they can use. This commit adds all the
necessary functions.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add wbcContext to wbcRequestResponse</title>
<updated>2015-03-09T23:50:10+00:00</updated>
<author>
<name>Matthew Newton</name>
<email>matthew-git@newtoncomputing.co.uk</email>
</author>
<published>2015-01-24T00:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=348f93ff6e25c43e0233432bd2134bb9eacb0b87'/>
<id>348f93ff6e25c43e0233432bd2134bb9eacb0b87</id>
<content type='text'>
To enable libwbclient to pass winbindd context through
to the winbind client library in wb_common.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To enable libwbclient to pass winbindd context through
to the winbind client library in wb_common.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add wbcContext struct, create and free functions</title>
<updated>2015-03-09T23:50:10+00:00</updated>
<author>
<name>Matthew Newton</name>
<email>matthew-git@newtoncomputing.co.uk</email>
</author>
<published>2015-02-21T00:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=bc75e723ce063149278c95327ef91959718d27be'/>
<id>bc75e723ce063149278c95327ef91959718d27be</id>
<content type='text'>
The basic context structure and functions for libwbclient so that
libwbclient can be made thread-safe.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The basic context structure and functions for libwbclient so that
libwbclient can be made thread-safe.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use global context for winbindd_request_response</title>
<updated>2015-03-09T23:50:09+00:00</updated>
<author>
<name>Matthew Newton</name>
<email>matthew-git@newtoncomputing.co.uk</email>
</author>
<published>2015-01-23T23:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=83cfb84b78ce7141652f1fdc7f01978cdb69343f'/>
<id>83cfb84b78ce7141652f1fdc7f01978cdb69343f</id>
<content type='text'>
Updating API call in libwbclient, wbinfo, ntlm_auth and
winbind_nss_* as per previous commit to wb_common.c.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating API call in libwbclient, wbinfo, ntlm_auth and
winbind_nss_* as per previous commit to wb_common.c.

Signed-off-by: Matthew Newton &lt;matthew-git@newtoncomputing.co.uk&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nsswitch: allow passing the domain name to wbcPingDC[2]()</title>
<updated>2014-12-19T12:15:12+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-12-10T14:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=f80f585d959b03a41434e48ffa31cac842a76ade'/>
<id>f80f585d959b03a41434e48ffa31cac842a76ade</id>
<content type='text'>
winbindd already supports this.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
winbindd already supports this.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>As David Woodhouse points out, this breaks backwards compatibility.</title>
<updated>2014-07-14T19:54:08+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2014-07-14T17:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=ca1e4af466af83c0f28804813dc19a77c340f981'/>
<id>ca1e4af466af83c0f28804813dc19a77c340f981</id>
<content type='text'>
https://bugzilla.samba.org/show_bug.cgi?id=10692

Revert "libwbclient: reject unknown named blobs in wbcCredentialCache()"

This reverts commit 740d12d1e77d356ff22c3725dce8d5019c86a7a5.

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Mon Jul 14 21:54:08 CEST 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.samba.org/show_bug.cgi?id=10692

Revert "libwbclient: reject unknown named blobs in wbcCredentialCache()"

This reverts commit 740d12d1e77d356ff22c3725dce8d5019c86a7a5.

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Mon Jul 14 21:54:08 CEST 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libwbclient: reject unknown named blobs in wbcCredentialCache()</title>
<updated>2014-07-10T20:30:45+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-07-10T03:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=740d12d1e77d356ff22c3725dce8d5019c86a7a5'/>
<id>740d12d1e77d356ff22c3725dce8d5019c86a7a5</id>
<content type='text'>
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10692

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Thu Jul 10 22:30:45 CEST 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10692

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Thu Jul 10 22:30:45 CEST 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libwbclient: allow only one initial_blob/challenge_blob in wbcCredentialCache()</title>
<updated>2014-07-10T18:04:13+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-07-10T03:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=6704799decbbff2ebecf28c771dc77a0b75b8277'/>
<id>6704799decbbff2ebecf28c771dc77a0b75b8277</id>
<content type='text'>
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10692

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10692

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
