<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/rpc_server/netlogon, branch talloc-2.3.4</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>s3:rpc_server: Fix possible NULL dereference</title>
<updated>2022-01-10T23:31:33+00:00</updated>
<author>
<name>Pavel Filipenský</name>
<email>pfilipen@redhat.com</email>
</author>
<published>2022-01-07T10:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=41c86c9dda3fd7a733f54fa1af31adec96bb4a33'/>
<id>41c86c9dda3fd7a733f54fa1af31adec96bb4a33</id>
<content type='text'>
Found by covscan.

Pair-Programmed-With: Andreas Schneider &lt;asn@samba.org&gt;

Signed-off-by: Pavel Filipenský &lt;pfilipen@redhat.com&gt;
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>
Found by covscan.

Pair-Programmed-With: Andreas Schneider &lt;asn@samba.org&gt;

Signed-off-by: Pavel Filipenský &lt;pfilipen@redhat.com&gt;
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rpc_server3: Remove pipes_struct-&gt;auth</title>
<updated>2022-01-05T00:11:38+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2021-10-04T11:50:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0a7ecf1880a8d3191a142ed5d18d57fbe858f86c'/>
<id>0a7ecf1880a8d3191a142ed5d18d57fbe858f86c</id>
<content type='text'>
Replace with a call to dcesrv_call_auth_info(p-&gt;dce_call)

Signed-off-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>
Replace with a call to dcesrv_call_auth_info(p-&gt;dce_call)

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rpc_server3: Remove pipes_struct-&gt;session_info</title>
<updated>2022-01-05T00:11:38+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2021-10-04T11:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8379d8cd532be9540cd61332923b76197ddb1e2c'/>
<id>8379d8cd532be9540cd61332923b76197ddb1e2c</id>
<content type='text'>
This is a big patch, but all it does is replace all "p-&gt;session_info"
with "session_info" after introducing a local variable from
dcesrv_call_session_info(p-&gt;dce_call).

Signed-off-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>
This is a big patch, but all it does is replace all "p-&gt;session_info"
with "session_info" after introducing a local variable from
dcesrv_call_session_info(p-&gt;dce_call).

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rpc_server3: Remove pipes_struct-&gt;remote_address</title>
<updated>2022-01-05T00:11:37+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2021-10-04T10:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=640f4403c65f3d07551127c1fe6ce8f9ed2b6785'/>
<id>640f4403c65f3d07551127c1fe6ce8f9ed2b6785</id>
<content type='text'>
Also available via dcesrv_connection_get_remote_address(p-&gt;dce_call-&gt;conn)

Signed-off-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>
Also available via dcesrv_connection_get_remote_address(p-&gt;dce_call-&gt;conn)

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rpc_server3: Remove pipes_struct-&gt;local_address</title>
<updated>2022-01-05T00:11:37+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2021-10-04T10:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5a0155fb51dff6ce9f874f29ca847aebf349108d'/>
<id>5a0155fb51dff6ce9f874f29ca847aebf349108d</id>
<content type='text'>
Also available via dcesrv_connection_get_local_address(p-&gt;dce_call-&gt;conn)

Signed-off-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>
Also available via dcesrv_connection_get_local_address(p-&gt;dce_call-&gt;conn)

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:rpc_server: Activate samba-dcerpcd</title>
<updated>2021-12-10T14:02:30+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2021-06-18T17:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a7c65958a15149918415b7456d6f20ee8c9669d2'/>
<id>a7c65958a15149918415b7456d6f20ee8c9669d2</id>
<content type='text'>
This is the big switch to use samba-dcerpcd for the RPC services in
source3/. It is a pretty big and unordered patch, but I don't see a
good way to split this up into more manageable pieces without
sacrificing bisectability even more. Probably I could cut out a few
small ones, but a major architechtural switch like this will always be
messy.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Samuel Cabrero &lt;scabrero@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the big switch to use samba-dcerpcd for the RPC services in
source3/. It is a pretty big and unordered patch, but I don't see a
good way to split this up into more manageable pieces without
sacrificing bisectability even more. Probably I could cut out a few
small ones, but a major architechtural switch like this will always be
messy.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Samuel Cabrero &lt;scabrero@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>source3: move lib/substitute.c functions out of proto.h</title>
<updated>2021-11-11T13:49:32+00:00</updated>
<author>
<name>Ralph Boehme</name>
<email>slow@samba.org</email>
</author>
<published>2021-11-10T19:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=25043ebb2e6f74592e802f78d327f844e615a442'/>
<id>25043ebb2e6f74592e802f78d327f844e615a442</id>
<content type='text'>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14897

Signed-off-by: Ralph Boehme &lt;slow@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@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=14897

Signed-off-by: Ralph Boehme &lt;slow@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>rpc_server3: Use dcesrv_iface_state in netlogon3</title>
<updated>2021-10-08T19:28:32+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2021-10-07T09:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=426a7b4805597b47df176288e3ed981b69d9c207'/>
<id>426a7b4805597b47df176288e3ed981b69d9c207</id>
<content type='text'>
Align with the source4/rpc_server/netlogon

Signed-off-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>
Align with the source4/rpc_server/netlogon

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>netlogon: Move netlogon_server_pipe_state to netlogon.idl</title>
<updated>2021-10-08T19:28:32+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2021-10-07T08:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=246a5ceab1cba9935af436154172b9e39dc685d7'/>
<id>246a5ceab1cba9935af436154172b9e39dc685d7</id>
<content type='text'>
Make this available as a shared structure for both source3 and source4

Signed-off-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>
Make this available as a shared structure for both source3 and source4

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rpc_server3: Remove "pipes_struct-&gt;opnum"</title>
<updated>2021-10-08T19:28:32+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2021-10-04T08:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ed9e2850bfc2b4d89da45b36871afe5d6ec88bd0'/>
<id>ed9e2850bfc2b4d89da45b36871afe5d6ec88bd0</id>
<content type='text'>
Also available via dce_call-&gt;pkt.u.request.opnum

Signed-off-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>
Also available via dce_call-&gt;pkt.u.request.opnum

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