summaryrefslogtreecommitdiff
path: root/source/smb_server
Commit message (Expand)AuthorAgeFilesLines
* Move our DC to implement mandetory signing.Andrew Bartlett2008-09-052-4/+10
* With a windows 2008 client, even anonymous requires signing...Andrew Bartlett2008-09-051-6/+0
* smb2srv: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-2/+29
* smb2srv: sign replies when the request was also signedStefan Metzmacher2008-08-142-7/+4
* smb2srv: use defines instead of hex valuesStefan Metzmacher2008-08-141-3/+3
* smb2srv: sign SMB2 Logoff repliesStefan Metzmacher2008-07-281-3/+17
* smb2srv: correctly hold the signing state per sessionStefan Metzmacher2008-07-284-13/+31
* initialise query_maximal_access here tooAndrew Tridgell2008-07-241-0/+1
* make sure we initialise query_maximal_accessAndrew Tridgell2008-07-241-0/+1
* smb_server/smb: handle incoming multi fragmented nttrans requestsStefan Metzmacher2008-07-071-16/+152
* smb_server/smb: prepare multi fragmented nttrans requestsStefan Metzmacher2008-07-072-4/+7
* smb_server/smb: trans(2) setup count is uint8_tStefan Metzmacher2008-07-071-2/+3
* smb_server/smb: transs and transs2 calls have different word countsStefan Metzmacher2008-07-071-1/+12
* smb_server/smb: fix crash bug with fragmented trans callsStefan Metzmacher2008-07-071-13/+20
* fixed mandatory signingAndrew Tridgell2008-06-073-2/+7
* added server side SMB2 signingAndrew Tridgell2008-06-064-1/+59
* more updates for new info levelsAndrew Tridgell2008-06-022-4/+13
* check for requested buffer size in getinfo callAndrew Tridgell2008-05-311-0/+5
* the docs shows that this is a o16s32 blobAndrew Tridgell2008-05-301-2/+1
* fix from WSPP SMB2 test 11Andrew Tridgell2008-05-291-1/+2
* added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-291-0/+12
* implement the documented SMB2 create blobs in the serverAndrew Tridgell2008-05-281-6/+70
* make sure we send a reply packet for bad create optionsAndrew Tridgell2008-05-281-1/+2
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij2008-05-261-0/+5
|\
| * stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-261-0/+5
* | Cope with no server being active.Jelmer Vernooij2008-05-261-2/+2
|/
* fix make test for EAs againAndrew Tridgell2008-05-231-2/+2
* pass in the required alignment to the EA construction routinesAndrew Tridgell2008-05-221-2/+2
* fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell2008-05-221-1/+2
* badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETERAndrew Tridgell2008-05-221-2/+2
* fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell2008-05-211-4/+3
* fixed SMB2 lockingAndrew Tridgell2008-05-212-9/+23
* Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-193-8/+10
|\
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-183-4/+4
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-183-4/+6
| * Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-183-4/+4
* | fixed warningAndrew Tridgell2008-05-161-1/+2
* | fixed file_index referenceAndrew Tridgell2008-05-161-1/+1
* | better match WSPP doc name for find flagsAndrew Tridgell2008-05-151-1/+1
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-256-121/+171
|\
| * smb_server/smb2: handle incoming oplock releasesStefan Metzmacher2008-04-191-1/+30
| * Flag smb messages array with AND_X and LARGE_REQUESTAmin Azez2008-04-181-10/+21
| * Re-order smbsrv_recv_smb_request and smb_messagesAmin Azez2008-04-181-99/+99
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-172-3/+5
| |\
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-172-3/+7
| | |\
| | * | Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-172-3/+5
| * | | fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-171-3/+3
| | |/ | |/|
| * | make smb2 read and write size configurableAndrew Tridgell2008-04-171-3/+6
| * | smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...Stefan Metzmacher2008-04-171-0/+1
| |/
| * Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-143-19/+25