Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17297: Some compilers don't seem to like the ;; | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17268: change the smb2 session setup to use the new gensec_update_send/recv(... | Stefan Metzmacher | 1 | -61/+91 |
2007-10-10 | r17206: Add a modular API for share configuration. | Simo Sorce | 1 | -13/+14 |
2007-10-10 | r17084: implement SMB2 Cancel in the server, | Stefan Metzmacher | 3 | -11/+108 |
2007-10-10 | r17012: don't try to send any data when the socket is gone already... | Stefan Metzmacher | 1 | -0/+13 |
2007-10-10 | r17009: set the protocol version correct | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16989: implement SMB2 Notify in the frontend | Stefan Metzmacher | 1 | -1/+75 |
2007-10-10 | r16950: remove the smb mid from the ntvfs layer and keep a list of pending | Stefan Metzmacher | 2 | -2/+0 |
2007-10-10 | r16918: the SMB2 Ioctls are sometimes called with a wildcard handle | Stefan Metzmacher | 1 | -4/+19 |
2007-10-10 | r16913: better return the same values as vista beta2 | Stefan Metzmacher | 1 | -2/+16 |
2007-10-10 | r16912: I messed up the numbers for ipc and print shares... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r16911: the TID is only 32 bits...don't overwrite parts of the UID field | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16910: - don't search the wildcard handle | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r16889: implement SMB2 Ioctl in the frontend | Stefan Metzmacher | 1 | -1/+38 |
2007-10-10 | r16875: implement SMB2 Find in the frontend | Stefan Metzmacher | 3 | -5/+168 |
2007-10-10 | r16872: when we know the data length we can preallocate the buffer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16870: copy over the status from the ntvfs request to the smb2 request | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16869: - if we know the blob length, we can preallocated the memory | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r16740: just say the directory is empty | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16738: vista beta2 use FILE_CLOSED as error for an invalid file handle | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16734: the 2 bytes after the opcode and before the flags, | Stefan Metzmacher | 3 | -11/+12 |
2007-10-10 | r16733: implement SMB2 SetInfo | Stefan Metzmacher | 1 | -1/+16 |
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 | 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 | 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 | r16456: return on error... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16410: remove some warnings of talloc_steal() usage without target | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16407: add parsing code the SMB2 GetInfo in the server | Stefan Metzmacher | 3 | -15/+78 |
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 | 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 | 1 | -1/+1 |
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 | 1 | -4/+4 |
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 | r15746: - reorder elements of smb2srv_request | Stefan Metzmacher | 1 | -7/+15 |
2007-10-10 | r15743: use union smb_tcon | Stefan Metzmacher | 1 | -16/+17 |