summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-22s3:smbd: add echo handler information to struct smbd_server_connectionStefan Metzmacher1-0/+19
2010-03-22s3:smbd: add smbd_[un]lock_socket() dummiesStefan Metzmacher1-0/+3
2010-03-01s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke1-2/+0
2010-01-12Remove the global char *LastDir.Jeremy Allison1-1/+0
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke1-1/+0
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke1-0/+1
2009-08-19s3:smbd: add a generic smbd_dirptr_lanman2_entry() functionStefan Metzmacher1-0/+21
2009-08-19s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2Stefan Metzmacher1-0/+5
2009-08-17s3:smbd: add smbd_notify_cancel_by_smbreq()Stefan Metzmacher1-0/+3
2009-08-17s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher1-1/+8
2009-08-12Fix BASE-DELAYWRITE test by removing const from struct smb_filenameJeremy Allison1-1/+1
2009-08-08s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher1-3/+3
2009-08-07s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher1-5/+6
2009-08-07s3:smbd: add generic smbd_dirptr_get_entry()Stefan Metzmacher1-0/+21
2009-07-22s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()Tim Prouty1-1/+0
2009-07-13s3:smbd: make smbd_do_qfsinfo() non static for use in SMB2 GetInfoStefan Metzmacher1-0/+9
2009-07-13s3:smbd: make smbd_do_setfilepathinfo() non static for use in SMB2 SetInfoStefan Metzmacher1-0/+9
2009-07-12s3:smbd: make smbd_do_qfilepathinfo() non static for use in SMB2Stefan Metzmacher1-0/+16
2009-07-10s3:smbd: make smbd_do_locking() non staticStefan Metzmacher1-0/+17
2009-07-02s3:smbd: add marshalling layer for SMB2 Lock supportStefan Metzmacher1-0/+1
2009-07-02s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) supportStefan Metzmacher1-0/+1
2009-07-02s3:smbd: add marshalling layer for SMB2 Break support (SMB 2.002 only)Stefan Metzmacher1-0/+1
2009-07-02s3:smbd: add marshalling layer for SMB2 SetInfo supportStefan Metzmacher1-0/+1
2009-07-02s3:smbd: add marshalling layer for SMB2 GetInfo supportStefan Metzmacher1-0/+1
2009-07-02s3:smbd: add support for SMB2 NotifyStefan Metzmacher1-0/+1
2009-07-02s3:smbd: move global notify_changes_by_mid to smbd_server_connectionStefan Metzmacher1-2/+2
2009-06-24s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancelStefan Metzmacher1-0/+2
2009-06-24s3:smbd: keep a list of outstanding SMB2 requestsStefan Metzmacher1-0/+4
2009-06-24s3:smbd: add smbd_smb2_send_oplock_break()Stefan Metzmacher1-0/+5
2009-06-09s3:smbd: more validation of the incoming SMB2 requestsStefan Metzmacher1-0/+2
2009-06-05s3:smbd: keep the chain_fsp for SMB2 requestsStefan Metzmacher1-0/+2
2009-06-05s3:smbd: add support for SMB2 IoctlStefan Metzmacher1-0/+1
2009-06-05s3:smbd: make smbd_server_connection_terminate() a macroStefan Metzmacher1-0/+6
2009-06-05s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher1-6/+10
2009-06-04Change smbd_smb2_request_error() to add a __location__.Jeremy Allison1-4/+3
2009-06-03s3:smbd: implement SMB2 WriteStefan Metzmacher1-0/+1
2009-06-03s3:smbd: implement SMB2 ReadStefan Metzmacher1-0/+1
2009-06-03s3:smbd: implement SMB2 FlushStefan Metzmacher1-0/+1
2009-06-03s3:smbd: implement SMB2 CloseStefan Metzmacher1-0/+1
2009-06-03s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher1-0/+1
2009-06-03s3:smbd: add smbd_smb2_fake_smb_request()Stefan Metzmacher1-0/+2
2009-06-03s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher1-0/+1
2009-06-03s3:smbd: create a user_struct for compat in SMB2 Session SetupStefan Metzmacher1-0/+2
2009-06-03s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher1-5/+6
2009-06-03s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher1-12/+15
2009-06-03s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher1-8/+10
2009-06-03s3:smbd: move already_got_session to struct smbd_server_connectionStefan Metzmacher1-2/+3
2009-06-03s3:smbd: move max_recv to struct smbd_server_connectionStefan Metzmacher1-5/+5
2009-06-03s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher1-5/+7
2009-06-03s3:smbd: move pending_auth_data list to struct smbd_server_connectionStefan Metzmacher1-5/+4