Stefan Metzmacher
75d03970b7
s3:smbd: move more session specific globals to struct smbd_server_connection
...
metze
2009-06-03 17:54:37 +02:00
Stefan Metzmacher
356f0336e5
s3:smbd: move some session specific globals to struct smbd_server_connection
...
metze
2009-06-03 17:54:37 +02:00
Stefan Metzmacher
f554af1871
s3:smbd: move already_got_session to struct smbd_server_connection
...
metze
2009-06-03 17:54:37 +02:00
Stefan Metzmacher
d9843b3db4
s3:smbd: move max_recv to struct smbd_server_connection
...
metze
2009-06-03 17:54:37 +02:00
Stefan Metzmacher
e16e7146b3
s3:smbd: move negprot related globals to struct smbd_server_connection
...
metze
2009-06-03 17:54:37 +02:00
Stefan Metzmacher
f20ded603b
s3:smbd: move pending_auth_data list to struct smbd_server_connection
...
metze
2009-06-03 17:54:36 +02:00
Stefan Metzmacher
52f2f9449f
s3:smbd: remove unused global 'orig_inbuf'
...
metze
2009-05-26 16:36:25 +02:00
Stefan Metzmacher
ebc860ebeb
s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connection
...
metze
2009-05-26 10:48:12 +02:00
Stefan Metzmacher
31c6679bf1
s3:smbd: add support for SMB2 signing
...
metze
2009-05-26 09:53:06 +02:00
Stefan Metzmacher
202509a347
s3:smbd: implement SMB2 Tree Disconnect
...
metze
2009-05-22 14:03:14 +02:00
Stefan Metzmacher
7dfbb2835f
s3:smbd: implement SMB2 Tree Connect
...
For now this only checks if the share is present or not.
metze
2009-05-22 14:03:13 +02:00
Stefan Metzmacher
1f59788516
s3:smbd: implement SMB2 Logoff
...
metze
2009-05-22 10:28:37 +02:00
Stefan Metzmacher
5d3d51e9ad
s3:smbd: check the incoming session id for SMB2 requests
...
metze
2009-05-20 20:53:39 +02:00
Stefan Metzmacher
1ecdc8588d
s3:smbd: implement SMB2 Session Setup with raw NTLMSSP
...
metze
2009-05-20 20:53:34 +02:00
Stefan Metzmacher
eac1235519
s3:smbd: add smbd_smb2_request_done_ex()
...
Some times we have to return a non-error response
with status != NT_STATUS_OK.
metze
2009-05-20 20:53:31 +02:00
Stefan Metzmacher
4abd5f34d9
s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)
...
metze
2009-05-20 15:43:00 +02:00
Stefan Metzmacher
d7d73b08e9
s3:smbd: allow SMB 2.002 dialect in SMB1 negprot
...
We create a dummy SMB2 Negotiate inbuf and pass the
connection to the SMB2 engine.
metze
2009-05-20 15:43:00 +02:00
Stefan Metzmacher
3ef6a5ae9e
s3:smbd: add support for SMB2 Negotiate
...
This is not complete, but a start that makes the
samba4 smb2 client happy.
metze
2009-05-20 15:42:59 +02:00
Stefan Metzmacher
c14dd15c6a
s3:smbd: make negprot_spnego() non static
...
metze
2009-05-20 15:42:58 +02:00
Stefan Metzmacher
688945a994
s3:smbd: add infrastructure for SMB2 support
...
This is disabled by default and activated by
"max protocol = SMB2".
metze
2009-05-20 15:42:24 +02:00
Stefan Metzmacher
c16c90a1cb
s3:smbd: use new simplified snb_signing code in the server
...
We keep the seqnum/mid mapping in the smb_request structure.
This also moves one global variable into the
smbd_server_connection struct.
metze
2009-03-23 12:21:13 +01:00
Stefan Metzmacher
52f6a4436f
s3:smbd: make kernel oplocks event driven
...
And use signal events for Linux oplocks.
metze
2009-01-27 15:28:10 +01:00
Stefan Metzmacher
b8c416fe2a
s3:smbd: convert aio to use tevent_signal
...
metze
2009-01-27 15:28:09 +01:00
Stefan Metzmacher
ac61f650ae
s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD
...
metze
2009-01-27 15:28:07 +01:00
Stefan Metzmacher
196028ab7b
s3:smbd: restructure kernel oplocks code
...
This converts the irix oplocks code to use a fd event
and removes the last special case for file descriptors
for the main sys_select().
metze
2009-01-22 12:37:29 +01:00
Stefan Metzmacher
aeb798c325
s3:smbd: handle incoming smb requests via event handlers
...
We use a fd event and receive incoming smb requests
when the fd becomes readable. It's not completely
nonblocking yet, but it should behave like the old code.
We use timed events to trigger retries for deferred open calls.
metze
2009-01-09 08:45:40 +01:00
Stefan Metzmacher
3dde0cbb76
s3:smbd: move all globals and static variables in globals.[ch]
...
The goal is to move all this variables into a big context structure.
metze
2009-01-08 12:22:21 +01:00