Age | Commit message (Expand) | Author | Files | Lines |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -1/+1 |
2008-09-24 | check for a 0 byte in the buffer in SMB2 read | Andrew Tridgell | 1 | -0/+6 |
2008-05-29 | added support for returning the maximal access MXAC tag in SMB2 create | Andrew Tridgell | 1 | -0/+12 |
2008-05-28 | implement the documented SMB2 create blobs in the server | Andrew Tridgell | 1 | -6/+70 |
2008-05-21 | fixed SMB2 flush call, and added flush to gentest_smb2 | Andrew Tridgell | 1 | -4/+3 |
2008-05-21 | fixed SMB2 locking | Andrew Tridgell | 1 | -8/+22 |
2008-04-19 | smb_server/smb2: handle incoming oplock releases | Stefan Metzmacher | 1 | -1/+30 |
2008-04-17 | smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo... | Stefan Metzmacher | 1 | -0/+1 |
2008-04-14 | fill in unknown fields in SMB2 READ call | Andrew Tridgell | 1 | -3/+7 |
2008-02-18 | 3 places where the VFS backend doesn't handle NULL strings. | Andrew Tridgell | 1 | -0/+5 |
2008-02-13 | updated SMB2 create operation to match WSPP. | Andrew Tridgell | 1 | -11/+11 |
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25551: Convert to standard bool type. | Jelmer Vernooij | 1 | -16/+16 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22866: handle incoming chained smb2 requests in our server code to let | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r22843: pass smb2 lock requests to the ntvfs layer | Stefan Metzmacher | 1 | -1/+32 |
2007-10-10 | r17084: implement SMB2 Cancel in the server, | Stefan Metzmacher | 1 | -5/+0 |
2007-10-10 | r16989: implement SMB2 Notify in the frontend | Stefan Metzmacher | 1 | -1/+75 |
2007-10-10 | r16918: the SMB2 Ioctls are sometimes called with a wildcard handle | Stefan Metzmacher | 1 | -4/+19 |
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 | 1 | -5/+0 |
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 | r16731: send a better error code, required for vista-beta2 client | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16699: the layout of SMB2 Read and Write is identical... | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r16520: move smb2srv_break_recv back to fileio.c | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r16407: add parsing code the SMB2 GetInfo in the server | Stefan Metzmacher | 1 | -15/+0 |
2007-10-10 | r15771: this should be a o32s32 blob | 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 | 1 | -1/+53 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12092: - add dummy functions for the missing SMB2 opcodes | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r11789: - add the start of a SMB2 server | Stefan Metzmacher | 1 | -0/+74 |