Age | Commit message (Expand) | Author | Files | Lines |
2009-07-03 | For non-existent streams we have to return OBJECT_NAME_NOT_FOUND | Volker Lendecke | 1 | -1/+1 |
2009-07-02 | s3:smbd: add marshalling layer for SMB2 Lock support | Stefan Metzmacher | 3 | -1/+231 |
2009-07-02 | s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) support | Stefan Metzmacher | 3 | -1/+264 |
2009-07-02 | s3:smbd: add marshalling layer for SMB2 Break support (SMB 2.002 only) | Stefan Metzmacher | 3 | -1/+216 |
2009-07-02 | s3:smbd: add marshalling layer for SMB2 SetInfo support | Stefan Metzmacher | 3 | -1/+221 |
2009-07-02 | s3:smbd: add marshalling layer for SMB2 GetInfo support | Stefan Metzmacher | 3 | -1/+260 |
2009-07-02 | s3:smbd: add support for SMB2 Notify | Stefan Metzmacher | 3 | -1/+377 |
2009-07-02 | s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b... | Stefan Metzmacher | 2 | -14/+33 |
2009-07-02 | s3:smbd: simplify the notify code a bit and always reply via change_notify_re... | Stefan Metzmacher | 2 | -34/+27 |
2009-07-02 | s3:smbd: push nttrans and trans2 responses with no data to the client | Stefan Metzmacher | 2 | -0/+16 |
2009-07-02 | s3:smbd: restore the 3.0.x bahavior of send_nt_replies() | Stefan Metzmacher | 1 | -0/+5 |
2009-07-02 | s3:smbd: move global notify_changes_by_mid to smbd_server_connection | Stefan Metzmacher | 3 | -7/+8 |
2009-07-02 | s3:smbd: allow the offset to the path being 0 in SMB2 create | Stefan Metzmacher | 1 | -1/+3 |
2009-07-01 | Ensure we don't use delayed writes on POSIX opened files. | Jeremy Allison | 2 | -0/+15 |
2009-07-01 | Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex... | Jeremy Allison | 1 | -3/+31 |
2009-07-01 | s3:smbd: remove unused variables passed to parent_dirname() | Stefan Metzmacher | 2 | -5/+3 |
2009-06-29 | s3:fix build of old linux quota system and other unixes' quota implementation | Michael Adam | 1 | -14/+14 |
2009-06-27 | Stop listening for inotify data when there's none | Volker Lendecke | 1 | -0/+1 |
2009-06-27 | Fix some nonempty blank lines | Volker Lendecke | 1 | -9/+9 |
2009-06-27 | s3/lanman: Workaround for KB932762. | Volker Lendecke | 1 | -0/+1 |
2009-06-25 | s3: pass a valid stat into file_ntimes() | Tim Prouty | 2 | -3/+3 |
2009-06-25 | s3 file_access: Convert some more functions over to use smb_filneame | Tim Prouty | 5 | -42/+62 |
2009-06-25 | s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname() | Tim Prouty | 1 | -5/+1 |
2009-06-25 | s3: Remove get_full_smb_filename() from open_directory() | Tim Prouty | 1 | -19/+9 |
2009-06-25 | s3: Change set_ea() and its callers to use smb_filename | Tim Prouty | 2 | -14/+17 |
2009-06-25 | Fix bug #6506 - SMBD server doesn't set EAs when a file is overwritten in NT_... | Jeremy Allison | 1 | -1/+2 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 15 | -383/+573 |
2009-06-24 | s3: Convert is_visible_file to use talloc_asprintf instead of malloc | Tim Prouty | 1 | -14/+15 |
2009-06-24 | s3:smbd: send SMB2 interim responses for async calls | Stefan Metzmacher | 5 | -0/+25 |
2009-06-24 | s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancel | Stefan Metzmacher | 2 | -1/+157 |
2009-06-24 | s3:smbd: keep a list of outstanding SMB2 requests | Stefan Metzmacher | 2 | -28/+69 |
2009-06-24 | s3:smbd: add smbd_smb2_send_oplock_break() | Stefan Metzmacher | 2 | -0/+93 |
2009-06-24 | s3:smbd: the SMB2-COMPOUND test shows that the related vs. unrelated flags is... | Stefan Metzmacher | 1 | -0/+7 |
2009-06-22 | s3: forward MSG_DEBUG from smbd parent to all children | Aravind Srinivasan | 2 | -14/+34 |
2009-06-19 | Fix coverity #676. Forward NULL. | Jeremy Allison | 1 | -0/+6 |
2009-06-19 | Fix Coverity IDs 922 and 933 | Volker Lendecke | 1 | -2/+5 |
2009-06-18 | Fix bug 4699: Remove pidfile on clean shutdown | Volker Lendecke | 1 | -0/+3 |
2009-06-18 | acl_group_override() doesn't need to call stat. Pass this | Jeremy Allison | 1 | -28/+17 |
2009-06-18 | Add some const to the stat struct in the dosmode calls. | Jeremy Allison | 6 | -83/+64 |
2009-06-18 | Replace the boilerplate calls to : | Jeremy Allison | 5 | -268/+146 |
2009-06-17 | s3: Change SMB_VFS_OPEN to take an smb_filename struct | Tim Prouty | 3 | -7/+22 |
2009-06-17 | s3: Plumb smb_filename from create_file all of the way down to fd_open | Tim Prouty | 3 | -196/+276 |
2009-06-17 | Fix bug #6476 - more then 3000 smbd-zombies in memory | Jeremy Allison | 1 | -0/+12 |
2009-06-16 | Remove msdfs pathname processing from default create file. | Jeremy Allison | 1 | -25/+0 |
2009-06-16 | Fix msdfs after the change to smb_filename struct. We must *always* | Jeremy Allison | 4 | -27/+138 |
2009-06-12 | s3: Plumb smb_filename through SMB_VFS_CREATE_FILE | Tim Prouty | 6 | -257/+234 |
2009-06-12 | s3: Add smb_filename utility functions and fix a bug in copy_smb_filename | Tim Prouty | 1 | -5/+85 |
2009-06-12 | Check for error in transfer_file return also. | Jeremy Allison | 1 | -1/+7 |
2009-06-12 | Fix bug 6440 | Volker Lendecke | 1 | -11/+19 |
2009-06-12 | Simplify close_normal_file() | Volker Lendecke | 1 | -22/+21 |