diff options
author | Gerald Carter <jerry@samba.org> | 2000-07-03 04:26:37 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-07-03 04:26:37 +0000 |
commit | 8d429db41075618372b6a18e7d4eb064f7839467 (patch) | |
tree | 49448a09ab85e0437d42ee55bd0da075673d7400 /source3/include/client.h | |
parent | 098b7b378c72632d8c3df0b795ac1e4c5dbfb04a (diff) | |
download | samba-8d429db41075618372b6a18e7d4eb064f7839467.tar.gz samba-8d429db41075618372b6a18e7d4eb064f7839467.tar.xz samba-8d429db41075618372b6a18e7d4eb064f7839467.zip |
first pass at merging rpcclient from TNG to HEAD. You can get a
semi-connection and a rpcclient prompt, but no functionality there yet.
Will be a few more days on that.
The changes to the header files were minor. A few struct's and a few
additional fields to existing ones. No deletions. **minimal change
necessary** :-) Well, maybe not minimal, but I tried.
All other programs compile, link and run ok from what I can tell so
I don;t think I broke anything.
--jerry
(This used to be commit cd7f0b0b91afd3331c0607ba2fcb3ccdd41ecebf)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 406f2e972c9..625277d856c 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -124,6 +124,8 @@ struct cli_state { fstring clnt_name_slash; /* \\local client. */ uint16 max_xmit_frag; uint16 max_recv_frag; + vuser_key key; + uint32 ntlmssp_flags; BOOL use_oplocks; /* should we use oplocks? */ }; |