index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
globals.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-24
s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancel
Stefan Metzmacher
1
-0
/
+2
2009-06-24
s3:smbd: keep a list of outstanding SMB2 requests
Stefan Metzmacher
1
-0
/
+4
2009-06-24
s3:smbd: add smbd_smb2_send_oplock_break()
Stefan Metzmacher
1
-0
/
+5
2009-06-09
s3:smbd: more validation of the incoming SMB2 requests
Stefan Metzmacher
1
-0
/
+2
2009-06-05
s3:smbd: keep the chain_fsp for SMB2 requests
Stefan Metzmacher
1
-0
/
+2
2009-06-05
s3:smbd: add support for SMB2 Ioctl
Stefan Metzmacher
1
-0
/
+1
2009-06-05
s3:smbd: make smbd_server_connection_terminate() a macro
Stefan Metzmacher
1
-0
/
+6
2009-06-05
s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...
Stefan Metzmacher
1
-6
/
+10
2009-06-04
Change smbd_smb2_request_error() to add a __location__.
Jeremy Allison
1
-4
/
+3
2009-06-03
s3:smbd: implement SMB2 Write
Stefan Metzmacher
1
-0
/
+1
2009-06-03
s3:smbd: implement SMB2 Read
Stefan Metzmacher
1
-0
/
+1
2009-06-03
s3:smbd: implement SMB2 Flush
Stefan Metzmacher
1
-0
/
+1
2009-06-03
s3:smbd: implement SMB2 Close
Stefan Metzmacher
1
-0
/
+1
2009-06-03
s3:smbd: implement a simple version of SMB2 Create
Stefan Metzmacher
1
-0
/
+1
2009-06-03
s3:smbd: add smbd_smb2_fake_smb_request()
Stefan Metzmacher
1
-0
/
+2
2009-06-03
s3:smbd: create a connection_struct in SMB2 Tree Connect
Stefan Metzmacher
1
-0
/
+1
2009-06-03
s3:smbd: create a user_struct for compat in SMB2 Session Setup
Stefan Metzmacher
1
-0
/
+2
2009-06-03
s3:smbd: move tcon specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-5
/
+6
2009-06-03
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-12
/
+15
2009-06-03
s3:smbd: move some session specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-8
/
+10
2009-06-03
s3:smbd: move already_got_session to struct smbd_server_connection
Stefan Metzmacher
1
-2
/
+3
2009-06-03
s3:smbd: move max_recv to struct smbd_server_connection
Stefan Metzmacher
1
-5
/
+5
2009-06-03
s3:smbd: move negprot related globals to struct smbd_server_connection
Stefan Metzmacher
1
-5
/
+7
2009-06-03
s3:smbd: move pending_auth_data list to struct smbd_server_connection
Stefan Metzmacher
1
-5
/
+4
2009-05-26
s3:smbd: remove unused global 'orig_inbuf'
Stefan Metzmacher
1
-1
/
+0
2009-05-26
s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connection
Stefan Metzmacher
1
-3
/
+5
2009-05-26
s3:smbd: add support for SMB2 signing
Stefan Metzmacher
1
-0
/
+11
2009-05-22
s3:smbd: implement SMB2 Tree Disconnect
Stefan Metzmacher
1
-0
/
+1
2009-05-22
s3:smbd: implement SMB2 Tree Connect
Stefan Metzmacher
1
-0
/
+23
2009-05-22
s3:smbd: implement SMB2 Logoff
Stefan Metzmacher
1
-0
/
+1
2009-05-20
s3:smbd: check the incoming session id for SMB2 requests
Stefan Metzmacher
1
-0
/
+6
2009-05-20
s3:smbd: implement SMB2 Session Setup with raw NTLMSSP
Stefan Metzmacher
1
-0
/
+22
2009-05-20
s3:smbd: add smbd_smb2_request_done_ex()
Stefan Metzmacher
1
-0
/
+3
2009-05-20
s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)
Stefan Metzmacher
1
-0
/
+1
2009-05-20
s3:smbd: allow SMB 2.002 dialect in SMB1 negprot
Stefan Metzmacher
1
-0
/
+1
2009-05-20
s3:smbd: add support for SMB2 Negotiate
Stefan Metzmacher
1
-0
/
+2
2009-05-20
s3:smbd: make negprot_spnego() non static
Stefan Metzmacher
1
-0
/
+2
2009-05-20
s3:smbd: add infrastructure for SMB2 support
Stefan Metzmacher
1
-0
/
+76
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-0
/
+1
2009-01-27
s3:smbd: make kernel oplocks event driven
Stefan Metzmacher
1
-6
/
+0
2009-01-27
s3:smbd: convert aio to use tevent_signal
Stefan Metzmacher
1
-2
/
+1
2009-01-27
s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD
Stefan Metzmacher
1
-3
/
+0
2009-01-22
s3:smbd: restructure kernel oplocks code
Stefan Metzmacher
1
-8
/
+1
2009-01-09
s3:smbd: handle incoming smb requests via event handlers
Stefan Metzmacher
1
-0
/
+6
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-0
/
+219
[prev]