summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.h
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: implement SMB2 WriteStefan Metzmacher2009-06-031-0/+1
* s3:smbd: implement SMB2 ReadStefan Metzmacher2009-06-031-0/+1
* s3:smbd: implement SMB2 FlushStefan Metzmacher2009-06-031-0/+1
* s3:smbd: implement SMB2 CloseStefan Metzmacher2009-06-031-0/+1
* s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher2009-06-031-0/+1
* s3:smbd: add smbd_smb2_fake_smb_request()Stefan Metzmacher2009-06-031-0/+2
* s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher2009-06-031-0/+1
* s3:smbd: create a user_struct for compat in SMB2 Session SetupStefan Metzmacher2009-06-031-0/+2
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-5/+6
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-12/+15
* s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-8/+10
* s3:smbd: move already_got_session to struct smbd_server_connectionStefan Metzmacher2009-06-031-2/+3
* s3:smbd: move max_recv to struct smbd_server_connectionStefan Metzmacher2009-06-031-5/+5
* s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-5/+7
* s3:smbd: move pending_auth_data list to struct smbd_server_connectionStefan Metzmacher2009-06-031-5/+4
* s3:smbd: remove unused global 'orig_inbuf'Stefan Metzmacher2009-05-261-1/+0
* s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher2009-05-261-3/+5
* s3:smbd: add support for SMB2 signingStefan Metzmacher2009-05-261-0/+11
* s3:smbd: implement SMB2 Tree DisconnectStefan Metzmacher2009-05-221-0/+1
* s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher2009-05-221-0/+23
* s3:smbd: implement SMB2 LogoffStefan Metzmacher2009-05-221-0/+1
* s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher2009-05-201-0/+6
* s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher2009-05-201-0/+22
* s3:smbd: add smbd_smb2_request_done_ex()Stefan Metzmacher2009-05-201-0/+3
* s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)Stefan Metzmacher2009-05-201-0/+1
* s3:smbd: allow SMB 2.002 dialect in SMB1 negprotStefan Metzmacher2009-05-201-0/+1
* s3:smbd: add support for SMB2 NegotiateStefan Metzmacher2009-05-201-0/+2
* s3:smbd: make negprot_spnego() non staticStefan Metzmacher2009-05-201-0/+2
* s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher2009-05-201-0/+76
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-0/+1
* s3:smbd: make kernel oplocks event drivenStefan Metzmacher2009-01-271-6/+0
* s3:smbd: convert aio to use tevent_signalStefan Metzmacher2009-01-271-2/+1
* s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher2009-01-271-3/+0
* s3:smbd: restructure kernel oplocks codeStefan Metzmacher2009-01-221-8/+1
* s3:smbd: handle incoming smb requests via event handlersStefan Metzmacher2009-01-091-0/+6
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-0/+219