<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/include/client.h, branch talloc-2.0.0</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_client: add dispatch_send/recv() to struct rpc_pipe_client</title>
<updated>2009-07-31T10:49:45+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-07-30T12:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=dcdefc17b9840ae8a3175da80070dd27bd81a5c7'/>
<id>dcdefc17b9840ae8a3175da80070dd27bd81a5c7</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>Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.</title>
<updated>2009-04-30T22:26:43+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2009-04-30T22:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8cf78ff55312768d0b454b1d7e0560e04e6296da'/>
<id>8cf78ff55312768d0b454b1d7e0560e04e6296da</id>
<content type='text'>
Convert all uses of cli_open(), cli_nt_createXXX to NTSTATUS versions.
This is smaller than it looks, it just fixes a lot of old code.
Next up, ensure all cli_XX functions return NTSTATUS.
Jeremy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert all uses of cli_open(), cli_nt_createXXX to NTSTATUS versions.
This is smaller than it looks, it just fixes a lot of old code.
Next up, ensure all cli_XX functions return NTSTATUS.
Jeremy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Samba3 use the new common libcli/auth code</title>
<updated>2009-04-14T06:23:44+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-04-06T12:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=baf7274fed2f1ae7a9e3a57160bf5471566e636c'/>
<id>baf7274fed2f1ae7a9e3a57160bf5471566e636c</id>
<content type='text'>
This is particuarly in the netlogon client (but not server at this
stage)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is particuarly in the netlogon client (but not server at this
stage)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a bad hack to enable level 2 oplocks in torture_open_connection_share</title>
<updated>2009-04-06T19:32:08+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-04-06T18:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3084d49cc000dbfeb01d931d737c695dcd392e4a'/>
<id>3084d49cc000dbfeb01d931d737c695dcd392e4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove async_req based async libsmb infrastructure</title>
<updated>2009-04-06T19:32:07+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-04-05T21:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=64067f920405143895b1e39790e9bd2a6e176d00'/>
<id>64067f920405143895b1e39790e9bd2a6e176d00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new async libsmb infrastructure</title>
<updated>2009-04-06T19:32:06+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-04-05T18:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8bdac3615a255f65665939bda070c1b4ba93b908'/>
<id>8bdac3615a255f65665939bda070c1b4ba93b908</id>
<content type='text'>
I know this is just yet another iteration, but I like this one much better than
the one that exists right now :-)

It will do trans and echo requests without a _recv helper and without
unnecessary memcpy().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I know this is just yet another iteration, but I like this one much better than
the one that exists right now :-)

It will do trans and echo requests without a _recv helper and without
unnecessary memcpy().
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert rpc_cli_transport-&gt;trans to tevent_req</title>
<updated>2009-03-24T12:23:41+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-03-23T22:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fa6283683981c61406967ede7ad48910b602f5a4'/>
<id>fa6283683981c61406967ede7ad48910b602f5a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert rpc_cli_transport-&gt;write to tevent_req</title>
<updated>2009-03-24T12:23:41+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-03-23T22:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8e0d9d002a4b0266c9d910bf7ce9c0510c89b09f'/>
<id>8e0d9d002a4b0266c9d910bf7ce9c0510c89b09f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert rpc_cli_transport-&gt;read to tevent_req</title>
<updated>2009-03-24T12:23:40+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-03-23T22:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=22badee4bf7d75a4337a3826847070ebd7464ce8'/>
<id>22badee4bf7d75a4337a3826847070ebd7464ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:libsmb: use new simplified smb_signing code for the client side</title>
<updated>2009-03-23T11:21:14+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-03-09T08:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6af15943c6f868d08945d0ca993506c17107fbd4'/>
<id>6af15943c6f868d08945d0ca993506c17107fbd4</id>
<content type='text'>
We store the seqnum/mid mapping in the cli_request structure
for async requests and in the cli_state structure for sync calls.

We skip the signing check for oplock requests while waiting
for async requests coming in.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We store the seqnum/mid mapping in the cli_request structure
for async requests and in the cli_state structure for sync calls.

We skip the signing check for oplock requests while waiting
for async requests coming in.

metze
</pre>
</div>
</content>
</entry>
</feed>
