<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libnet/userinfo.c, branch talloc-2.1.3</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:libnet: let libnet_rpc_userinfo() take tevent_context/dcerpc_binding_handle</title>
<updated>2014-01-16T15:22:51+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-01-14T11:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=208991e497d137d27bc5afb33d4cbf32de67ddee'/>
<id>208991e497d137d27bc5afb33d4cbf32de67ddee</id>
<content type='text'>
This avoids usage/dereferencing 'struct dcerpc_pipe'.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids usage/dereferencing 'struct dcerpc_pipe'.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libnet: let libnet_rpc_userinfo_send() take tevent_context/dcerpc_binding_handle</title>
<updated>2014-01-16T15:22:51+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-01-14T11:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=59fb19ebc475c50cb50c4d6ff41a68a9c7414b3b'/>
<id>59fb19ebc475c50cb50c4d6ff41a68a9c7414b3b</id>
<content type='text'>
This avoids usage/dereferencing 'struct dcerpc_pipe'.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids usage/dereferencing 'struct dcerpc_pipe'.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.</title>
<updated>2013-12-09T06:05:46+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2013-11-08T05:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0dc618189469bf389a583eb346ddc6acaad1c644'/>
<id>0dc618189469bf389a583eb346ddc6acaad1c644</id>
<content type='text'>
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10185

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Signed-off-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=10185

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libnet: pass an explicit mem_ctx to libnet_rpc_userinfo_send() (bug #8889)</title>
<updated>2012-04-24T14:43:03+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-04-24T11:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=84ae92da6ba4a060bd53cb73c83a86c0cc699115'/>
<id>84ae92da6ba4a060bd53cb73c83a86c0cc699115</id>
<content type='text'>
This hopefully fixes the flakey autobuild.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Tue Apr 24 16:43:03 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This hopefully fixes the flakey autobuild.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Tue Apr 24 16:43:03 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-libnet Always return after composite_error()</title>
<updated>2012-04-23T10:48:02+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-04-23T07:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4f7666f97120a01e5bbbf335cf3effbddd2b5cd2'/>
<id>4f7666f97120a01e5bbbf335cf3effbddd2b5cd2</id>
<content type='text'>
This can and does cause crashes as multiple conflicting sets of callbacks run on
memory that may have been destroyed.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can and does cause crashes as multiple conflicting sets of callbacks run on
memory that may have been destroyed.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-libnet: Fix continue_groupinfo_openuser to check correct state info</title>
<updated>2012-04-23T10:48:02+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-04-23T07:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3ffd0f8423ce5d6bf3c9dd06c9402193c00c33b1'/>
<id>3ffd0f8423ce5d6bf3c9dd06c9402193c00c33b1</id>
<content type='text'>
This meant that we would attempt to query the user that we could not open.

This is a mirror of 4ba1647d5db59e5bb4911c399111e9286aac1a8e.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This meant that we would attempt to query the user that we could not open.

This is a mirror of 4ba1647d5db59e5bb4911c399111e9286aac1a8e.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-libnet: Move to talloc_get_type_abort()</title>
<updated>2012-03-01T11:04:46+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-03-01T10:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1a5eafba13fa54dd44626625886d1e7a4adf5a2c'/>
<id>1a5eafba13fa54dd44626625886d1e7a4adf5a2c</id>
<content type='text'>
The NULL pointer dereference from talloc_get_type() might be free, but the
information on the actual and expected types from talloc_get_type_abort()
is priceless! :-)

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The NULL pointer dereference from talloc_get_type() might be free, but the
information on the actual and expected types from talloc_get_type_abort()
is priceless! :-)

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libnet/userinfo.c: make use of use tevent_req based dcerpc_binding_handle stubs</title>
<updated>2010-03-12T14:25:44+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-03-10T08:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a8967c378c771697760f47996aaae8f3d1e4a98b'/>
<id>a8967c378c771697760f47996aaae8f3d1e4a98b</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>s4:libnet: make use of explicit dcerpc_*_recv functions</title>
<updated>2010-03-01T15:11:53+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-02-27T09:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f995e596bbc0e1b44335b10bf23458ac7328188b'/>
<id>f995e596bbc0e1b44335b10bf23458ac7328188b</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>Fix compiler warnings in libnet.</title>
<updated>2008-12-23T21:11:21+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-12-23T21:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ff26cb4b1c1d0292231e1cfc0490f4be6040d3e3'/>
<id>ff26cb4b1c1d0292231e1cfc0490f4be6040d3e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
