summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-2/+2
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij4-5/+5
2008-10-13Fixed a variable undeclared compilation errorTim Prouty1-0/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij6-6/+6
2008-10-05smbd3 is unhappy if stderr is not openVolker Lendecke1-1/+2
2008-10-05Re-enable build of smb_samba3.c after the rename smbd->sambaVolker Lendecke1-1/+1
2008-09-30s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ...Stefan Metzmacher1-5/+6
2008-09-29NetApp found that we never set the smb signing flags2.Andrew Bartlett1-0/+4
2008-09-24we need different error handling for truncated packets in NETPROT andAndrew Tridgell1-2/+39
2008-09-24we should terminate the connection on a bad negprot packet sizeAndrew Tridgell1-2/+2
2008-09-24- add reserved field in basic_information levelAndrew Tridgell1-3/+25
2008-09-24record highest seq number in SMB2 to check for seqnum going backwardsAndrew Tridgell1-0/+2
2008-09-24cope with body_size zero in SMB2 receiveAndrew Tridgell1-1/+2
2008-09-24check for a 0 byte in the buffer in SMB2 readAndrew Tridgell1-0/+6
2008-09-24the offset is 16 bits in SMB2 fileinfoAndrew Tridgell1-1/+1
2008-09-24fixed error code for bad keepaliveAndrew Tridgell1-1/+1
2008-09-24stricter checking of SMB2 echo body (per the spec)Andrew Tridgell1-1/+6
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-09-23s4:smb_server: remove the bogus smbsrv_signing_restart()Stefan Metzmacher2-41/+2
2008-09-22Explain why we use signing for DCs, but not file serversAndrew Bartlett1-0/+9
2008-09-22process incoming connections and fork a samba3 in inetd modeStefan Metzmacher2-0/+182
2008-09-21Revert "Rename smbd -> samba."Jelmer Vernooij1-1/+1
2008-09-21Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-09-05Move our DC to implement mandetory signing.Andrew Bartlett2-4/+10
2008-09-05With a windows 2008 client, even anonymous requires signing...Andrew Bartlett1-6/+0
2008-08-14smb2srv: async replies with STATUS_PENDING are not signedStefan Metzmacher1-2/+29
2008-08-14smb2srv: sign replies when the request was also signedStefan Metzmacher2-7/+4
2008-08-14smb2srv: use defines instead of hex valuesStefan Metzmacher1-3/+3
2008-07-28smb2srv: sign SMB2 Logoff repliesStefan Metzmacher1-3/+17
2008-07-28smb2srv: correctly hold the signing state per sessionStefan Metzmacher4-13/+31
2008-07-24initialise query_maximal_access here tooAndrew Tridgell1-0/+1
2008-07-24make sure we initialise query_maximal_accessAndrew Tridgell1-0/+1
2008-07-07smb_server/smb: handle incoming multi fragmented nttrans requestsStefan Metzmacher1-16/+152
2008-07-07smb_server/smb: prepare multi fragmented nttrans requestsStefan Metzmacher2-4/+7
2008-07-07smb_server/smb: trans(2) setup count is uint8_tStefan Metzmacher1-2/+3
2008-07-07smb_server/smb: transs and transs2 calls have different word countsStefan Metzmacher1-1/+12
2008-07-07smb_server/smb: fix crash bug with fragmented trans callsStefan Metzmacher1-13/+20
2008-06-07fixed mandatory signingAndrew Tridgell3-2/+7
2008-06-06added server side SMB2 signingAndrew Tridgell4-1/+59
2008-06-02more updates for new info levelsAndrew Tridgell2-4/+13
2008-05-31check for requested buffer size in getinfo callAndrew Tridgell1-0/+5
2008-05-30the docs shows that this is a o16s32 blobAndrew Tridgell1-2/+1
2008-05-29fix from WSPP SMB2 test 11Andrew Tridgell1-1/+2
2008-05-29added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell1-0/+12
2008-05-28implement the documented SMB2 create blobs in the serverAndrew Tridgell1-6/+70
2008-05-28make sure we send a reply packet for bad create optionsAndrew Tridgell1-1/+2
2008-05-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij1-0/+5
2008-05-26stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell1-0/+5
2008-05-26Cope with no server being active.Jelmer Vernooij1-2/+2
2008-05-23fix make test for EAs againAndrew Tridgell1-2/+2