summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2
Commit message (Collapse)AuthorAgeFilesLines
* r12725: some minor updatesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit f2e97983f278211c6d70400ce1f43d6a69df0d8a)
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 63917616016133c623fc6ff59454bc313ee7dd8f)
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-103-5/+0
| | | | (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-102-0/+3
| | | | (This used to be commit 0aca5fd5130d980d07398f3291d294202aefe3c2)
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-3/+2
| | | | | | | the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time. (This used to be commit b24f2583edee38abafa58578d8b5c4b43e517def)
* r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher2007-10-101-6/+6
| | | | | | | | when the client sends UID = 0, otherwise we return NT_STATUS_USER_SESSION_DELETED metze (This used to be commit 15973be48e3da0a49130911b9d3f192338c23783)
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-103-5/+7
| | | | | metze (This used to be commit 4d527ac005086c2db954578b4126ca128e436e01)
* r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher2007-10-101-0/+46
| | | | | metze (This used to be commit 40b301c6bdb329ad347ac8a474be85dcbc671518)
* r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher2007-10-101-2/+122
| | | | | | | - implement smb2srv_tdis() metze (This used to be commit cb9ddf7997731a4ad21f274fcb2e713614b382ef)
* r12093: add missing fileStefan Metzmacher2007-10-101-0/+74
| | | | | metze (This used to be commit 1506be37db16e24c3694278739fc3e52719d0d8b)
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-105-12/+82
| | | | | | | - implement keepalive and logoff metze (This used to be commit 859ab627f45a5acca1deb66b8abdc38eaf49e5a2)
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2007-10-101-1/+1
| | | | | the number of warnings generated now. (This used to be commit d479f2d7607adc698d71c5ba26932c72a26dcaab)
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-107-0/+803
- it does Negprot and SessionSetup yet the rest returns NT_STATUS_NOT_IMPLEMENTED - it's off by default, enable with: smbsrv:enable smb2 = yes - negotition in the SMB Negprot isn't supported yet - it's only tested with smbtorture SMB2-CONNECT not with vista as client metze (This used to be commit 08b31d5f618d2e416cb9812ad3a49754cd7212b8)