summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16466: for SMB2_ALL_EAS it's not valid for the ntvfs backends to returnStefan Metzmacher1-0/+9
2007-10-10r16464: split client and server min/max protocol settingsStefan Metzmacher2-3/+3
2007-10-10r16457: fix typoStefan Metzmacher1-1/+1
2007-10-10r16456: return on error...Stefan Metzmacher1-0/+2
2007-10-10r16450: fix the build...Stefan Metzmacher1-0/+2
2007-10-10r16449: move some code to a generic placeStefan Metzmacher3-513/+543
2007-10-10r16448: add more error checksStefan Metzmacher1-53/+47
2007-10-10r16444: - split out qfsinfo passthru levelsStefan Metzmacher1-85/+83
2007-10-10r16443: add push code for SMB2 levelsStefan Metzmacher1-0/+36
2007-10-10r16440: split out passthru level into a new functions,Stefan Metzmacher1-71/+116
2007-10-10r16410: remove some warnings of talloc_steal() usage without targetStefan Metzmacher2-2/+2
2007-10-10r16407: add parsing code the SMB2 GetInfo in the serverStefan Metzmacher3-15/+78
2007-10-10r16403: remove dependency to smbsrv_request next part...Stefan Metzmacher1-21/+27
2007-10-10r16402: start to remove the dependecy to smbsrv_request from the parsing func...Stefan Metzmacher1-57/+77
2007-10-10r16401: keep the old pointer when realloc fails, this is needed for theStefan Metzmacher1-2/+4
2007-10-10r16400: add more error checksStefan Metzmacher1-47/+55
2007-10-10r16399: - split out pushing smb_fsinfo into a DATA_BLOBStefan Metzmacher1-67/+76
2007-10-10r16357: - start get rid of void parsing functionsStefan Metzmacher1-223/+233
2007-10-10r16023: we don't need a global variable here...Stefan Metzmacher1-1/+1
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell3-7/+4
2007-10-10r15827: fixed a spelling errorAndrew Tridgell1-1/+1
2007-10-10r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...Stefan Metzmacher1-1/+1
2007-10-10r15802: merge tridge's fix to the SMB2 serverStefan Metzmacher1-4/+1
2007-10-10r15799: fixed the problem with BASE-DISCONNECT after the recent memory leakAndrew Tridgell1-0/+1
2007-10-10r15796: this talloc_reference() was causing a memory leak on every NTVFSAndrew Tridgell1-4/+0
2007-10-10r15771: this should be a o32s32 blobStefan Metzmacher1-1/+1
2007-10-10r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher1-0/+1
2007-10-10r15769: this functions belong to params/ so move it.Stefan Metzmacher3-20/+2
2007-10-10r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher1-1/+39
2007-10-10r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher1-1/+27
2007-10-10r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher1-1/+32
2007-10-10r15754: - implement SMB2 CloseStefan Metzmacher1-1/+34
2007-10-10r15753: implement SMB2 CreateStefan Metzmacher2-1/+150
2007-10-10r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher3-13/+22
2007-10-10r15749: - pass in a dummy oplock callbackStefan Metzmacher1-4/+118
2007-10-10r15748: - implement SMB2 TreeConnect server codeStefan Metzmacher1-5/+105
2007-10-10r15747: move some functions to the protocol independend part of theStefan Metzmacher2-42/+34
2007-10-10r15746: - reorder elements of smb2srv_requestStefan Metzmacher1-7/+15
2007-10-10r15745: - reorder the elements of smbsrv_requestStefan Metzmacher1-10/+12
2007-10-10r15743: use union smb_tconStefan Metzmacher1-16/+17
2007-10-10r15742: use union smb_sessetupStefan Metzmacher1-18/+19
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2-0/+4
2007-10-10r15739: return False when the function is called with an invalid levelStefan Metzmacher1-1/+1
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher10-105/+522
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher1-1/+9
2007-10-10r15715: add my copyrightStefan Metzmacher1-1/+2
2007-10-10r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...Stefan Metzmacher1-22/+32
2007-10-10r15711: - make use of nttrans_setup_reply()Stefan Metzmacher1-14/+9
2007-10-10r15710: - we no longer need to set the nttrans out fields to zeroStefan Metzmacher1-11/+5
2007-10-10r15709: - return an error is better than ignoring a non supported requestStefan Metzmacher1-0/+2