Age | Commit message (Expand) | Author | Files | Lines |
2011-11-15 | s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue() | Stefan Metzmacher | 1 | -1/+1 |
2011-11-05 | Move the SEC_DIR_LIST check into dptr_create for SMB2 and now for SMB1. | Jeremy Allison | 1 | -5/+0 |
2011-10-13 | s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ... | Stefan Metzmacher | 1 | -1/+1 |
2011-09-21 | Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead... | Jeremy Allison | 1 | -1/+1 |
2011-09-07 | s3:smb2_server: return OBJECT_NAME_INVALID if the path is terminated in SMB2_... | Stefan Metzmacher | 1 | -0/+8 |
2011-09-07 | s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_find.c | Stefan Metzmacher | 1 | -13/+5 |
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -1/+1 |
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-trans2: only include trans2.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s... | Andrew Tridgell | 1 | -1/+1 |
2011-02-10 | Make it clear we're using the open file pathname. | Jeremy Allison | 1 | -6/+4 |
2011-02-09 | Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F... | Jeremy Allison | 1 | -0/+1 |
2011-02-08 | Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ... | Jeremy Allison | 1 | -4/+1 |
2010-05-19 | (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-... | Jeremy Allison | 1 | -1/+1 |
2010-05-13 | Fix bug 7399 - SMB2: QUERY_DIRECTORY is returning invalid values. | Jeremy Allison | 1 | -1/+5 |
2010-04-29 | Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values. | Jeremy Allison | 1 | -4/+22 |
2009-08-19 | s3:smbd: implement SMB2 Find (Query Directory) | Stefan Metzmacher | 1 | -1/+197 |
2009-08-17 | s3:smbd: implement SMB2 Cancel correctly. | Stefan Metzmacher | 1 | -5/+1 |
2009-08-12 | libcli: move some common SMB and SMB2 stuff into libcli/smb/ | Stefan Metzmacher | 1 | -1/+1 |
2009-08-08 | s3:smbd: rename conn => sconn for smbd_server_connection structs | Stefan Metzmacher | 1 | -4/+4 |
2009-07-24 | Fix a few uninitialized variable warnings | Volker Lendecke | 1 | -1/+1 |
2009-07-02 | s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) support | Stefan Metzmacher | 1 | -0/+262 |