summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
...
* r16732: use the given macrosStefan Metzmacher2007-10-101-30/+5
* r16731: send a better error code, required for vista-beta2 clientStefan Metzmacher2007-10-101-1/+1
* r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2007-10-101-39/+8
* r16705: fix a bug found by valgrind...Stefan Metzmacher2007-10-101-2/+4
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-101-2/+0
* r16671: allow usage of smbsrv_pull_passthru_sfileinfo() without,Stefan Metzmacher2007-10-101-0/+7
* r16670: try to match the vista error codes a bit moreStefan Metzmacher2007-10-101-4/+24
* r16666: implement setting of security_descriptors via SMB2 SetInfoStefan Metzmacher2007-10-101-5/+43
* r16621: split out passthru levels of setfileinfoStefan Metzmacher2007-10-102-55/+102
* r16568: add parsing code for SMB2 SetInfoStefan Metzmacher2007-10-101-1/+65
* r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher2007-10-102-5/+5
* r16467: implement SMB2 GetInfo server codeStefan Metzmacher2007-10-101-7/+166
* r16466: for SMB2_ALL_EAS it's not valid for the ntvfs backends to returnStefan Metzmacher2007-10-101-0/+9
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-102-3/+3
* r16457: fix typoStefan Metzmacher2007-10-101-1/+1
* r16456: return on error...Stefan Metzmacher2007-10-101-0/+2
* r16450: fix the build...Stefan Metzmacher2007-10-101-0/+2
* r16449: move some code to a generic placeStefan Metzmacher2007-10-103-513/+543
* r16448: add more error checksStefan Metzmacher2007-10-101-53/+47
* r16444: - split out qfsinfo passthru levelsStefan Metzmacher2007-10-101-85/+83
* r16443: add push code for SMB2 levelsStefan Metzmacher2007-10-101-0/+36
* r16440: split out passthru level into a new functions,Stefan Metzmacher2007-10-101-71/+116
* r16410: remove some warnings of talloc_steal() usage without targetStefan Metzmacher2007-10-102-2/+2
* r16407: add parsing code the SMB2 GetInfo in the serverStefan Metzmacher2007-10-103-15/+78
* r16403: remove dependency to smbsrv_request next part...Stefan Metzmacher2007-10-101-21/+27
* r16402: start to remove the dependecy to smbsrv_request from the parsing func...Stefan Metzmacher2007-10-101-57/+77
* r16401: keep the old pointer when realloc fails, this is needed for theStefan Metzmacher2007-10-101-2/+4
* r16400: add more error checksStefan Metzmacher2007-10-101-47/+55
* r16399: - split out pushing smb_fsinfo into a DATA_BLOBStefan Metzmacher2007-10-101-67/+76
* r16357: - start get rid of void parsing functionsStefan Metzmacher2007-10-101-223/+233
* r16023: we don't need a global variable here...Stefan Metzmacher2007-10-101-1/+1
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-103-7/+4
* r15827: fixed a spelling errorAndrew Tridgell2007-10-101-1/+1
* r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...Stefan Metzmacher2007-10-101-1/+1
* r15802: merge tridge's fix to the SMB2 serverStefan Metzmacher2007-10-101-4/+1
* r15799: fixed the problem with BASE-DISCONNECT after the recent memory leakAndrew Tridgell2007-10-101-0/+1
* r15796: this talloc_reference() was causing a memory leak on every NTVFSAndrew Tridgell2007-10-101-4/+0
* r15771: this should be a o32s32 blobStefan Metzmacher2007-10-101-1/+1
* r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher2007-10-101-0/+1
* r15769: this functions belong to params/ so move it.Stefan Metzmacher2007-10-103-20/+2
* r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher2007-10-101-1/+39
* r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher2007-10-101-1/+27
* r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher2007-10-101-1/+32
* r15754: - implement SMB2 CloseStefan Metzmacher2007-10-101-1/+34
* r15753: implement SMB2 CreateStefan Metzmacher2007-10-102-1/+150
* r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher2007-10-103-13/+22
* r15749: - pass in a dummy oplock callbackStefan Metzmacher2007-10-101-4/+118
* r15748: - implement SMB2 TreeConnect server codeStefan Metzmacher2007-10-101-5/+105
* r15747: move some functions to the protocol independend part of theStefan Metzmacher2007-10-102-42/+34
* r15746: - reorder elements of smb2srv_requestStefan Metzmacher2007-10-101-7/+15