<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/nsswitch, 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>Make winbind client library thread-safe by adding context</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-23T22:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=60c7571984d7f1612828a72fae3ed8e66037d1f7'/>
<id>60c7571984d7f1612828a72fae3ed8e66037d1f7</id>
<content type='text'>
Rather than keep state in global variables, store the current
context such as the winbind file descriptor in a struct that is
passed in. This makes the winbind client library 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>
Rather than keep state in global variables, store the current
context such as the winbind file descriptor in a struct that is
passed in. This makes the winbind client library 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>pam: Fix CID 1034871 Resource leak</title>
<updated>2015-03-03T19:03:25+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2015-03-03T15:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=6b898481afc7f2d20ca679632b516359e7afaf6a'/>
<id>6b898481afc7f2d20ca679632b516359e7afaf6a</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Ralph Boehme &lt;slow@samba.org&gt;

Autobuild-User(master): Ralph Böhme &lt;slow@samba.org&gt;
Autobuild-Date(master): Tue Mar  3 20:03:25 CET 2015 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Ralph Boehme &lt;slow@samba.org&gt;

Autobuild-User(master): Ralph Böhme &lt;slow@samba.org&gt;
Autobuild-Date(master): Tue Mar  3 20:03:25 CET 2015 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>pam: Fix CID 1034870 Resource leak</title>
<updated>2015-03-03T16:34:39+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2015-03-03T15:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=ad3e38f6bb65fdf16cc792b97333a74d49f345bf'/>
<id>ad3e38f6bb65fdf16cc792b97333a74d49f345bf</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Ralph Boehme &lt;slow@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Ralph Boehme &lt;slow@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nss-wins: Do not lookup invalid netbios names</title>
<updated>2015-02-23T21:32:48+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2015-01-30T13:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=a782ae1da463433b6f5199acd0d093583780dd20'/>
<id>a782ae1da463433b6f5199acd0d093583780dd20</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@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>
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
