Age | Commit message (Expand) | Author | Files | Lines |
2009-09-19 | s4-smbd: minimise includes in smbd/ and smb_server | Andrew Tridgell | 1 | -1/+0 |
2008-09-24 | the offset is 16 bits in SMB2 fileinfo | Andrew Tridgell | 1 | -1/+1 |
2008-05-31 | check for requested buffer size in getinfo call | Andrew Tridgell | 1 | -0/+5 |
2008-05-30 | the docs shows that this is a o16s32 blob | Andrew Tridgell | 1 | -2/+1 |
2008-02-14 | updated SMB2 code for getinfo according to WSPP docs | Andrew Tridgell | 1 | -22/+20 |
2008-02-14 | A better way to handle the different format of RenameInformation in SMB2 | Andrew Tridgell | 1 | -0/+5 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 1 | -1/+1 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -10/+14 |
2007-10-10 | r25551: Convert to standard bool type. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r16872: when we know the data length we can preallocate the buffer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16733: implement SMB2 SetInfo | Stefan Metzmacher | 1 | -1/+16 |
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 | 1 | -5/+0 |
2007-10-10 | r16467: implement SMB2 GetInfo server code | Stefan Metzmacher | 1 | -7/+166 |
2007-10-10 | r16407: add parsing code the SMB2 GetInfo in the server | Stefan Metzmacher | 1 | -0/+77 |