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