Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in this | Stefan Metzmacher | 1 | -14/+20 |
2007-10-10 | r17274: fix typos | Stefan Metzmacher | 1 | -2/+2 |
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 | 5 | -41/+52 |
2007-10-10 | r17084: implement SMB2 Cancel in the server, | Stefan Metzmacher | 4 | -11/+125 |
2007-10-10 | r17012: don't try to send any data when the socket is gone already... | Stefan Metzmacher | 2 | -0/+19 |
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 | r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA... | Stefan Metzmacher | 1 | -16/+17 |
2007-10-10 | r16979: - ntcancel should compare TID,UID,MID and PID | Stefan Metzmacher | 1 | -3/+10 |
2007-10-10 | r16950: remove the smb mid from the ntvfs layer and keep a list of pending | Stefan Metzmacher | 6 | -19/+44 |
2007-10-10 | r16923: remove unused substitude code | Stefan Metzmacher | 2 | -30/+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 | r16871: zero padding bytes | Stefan Metzmacher | 1 | -0/+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 | r16834: split the level's of smb_search_first/smb_search_next and the levels | Stefan Metzmacher | 3 | -32/+36 |
2007-10-10 | r16815: split out search levels which are also used by smb2 | Stefan Metzmacher | 2 | -127/+148 |
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 | r16735: vista beta2 reuses the tcp connect where it does the | Stefan Metzmacher | 1 | -15/+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 | 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 |