Age | Commit message (Expand) | Author | Files | Lines |
2010-03-12 | Remove more uses of "extern struct current_user current_user;". | Jeremy Allison | 1 | -7/+5 |
2010-01-12 | Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ... | Jeremy Allison | 1 | -2/+6 |
2010-01-12 | Fix bug #6876 - Delete of an object whose parent folder does not have delete ... | Jeremy Allison | 1 | -0/+3 |
2009-12-03 | Refactor reply_rmdir to use handle based code. All | Jeremy Allison | 1 | -2/+258 |
2009-11-29 | s3: "check_magic" only looks at the size | Volker Lendecke | 1 | -1/+1 |
2009-11-29 | s3: Pass the "fake dir create times" parameter to sys_*stat | Volker Lendecke | 1 | -1/+1 |
2009-11-05 | Got the logic simplification worked out so we still pass | Jeremy Allison | 1 | -22/+37 |
2009-11-05 | Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplify | Jeremy Allison | 1 | -7/+27 |
2009-11-05 | Simplify the logic - remove extraneous argument and calls to set_close_write_... | Jeremy Allison | 1 | -27/+7 |
2009-11-05 | Fix explicit set of write time on close. | Jeremy Allison | 1 | -1/+5 |
2009-11-05 | Get closer to an accurate model of Windows timestamp changes. | Jeremy Allison | 1 | -2/+19 |
2009-10-02 | Remove lots of duplicate code and move it into one | Jeremy Allison | 1 | -22/+7 |
2009-08-19 | s3:smbd: store a dirptr on the files_struct for SMB2 Query Directory | Stefan Metzmacher | 1 | -0/+4 |
2009-07-21 | s3: Remove unnecessary callers of get_full_smb_filename | Tim Prouty | 1 | -4/+1 |
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -93/+70 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_NTIMES | Tim Prouty | 1 | -14/+21 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 1 | -35/+67 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -4/+6 |
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 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -1/+1 |
2009-02-25 | Fix more POSIX path lstat calls. Fix bug where close can return | Jeremy Allison | 1 | -5/+17 |
2009-02-09 | s3 oplocks: Remove oplocks before handling delete on close semantics | Tim Prouty | 1 | -4/+5 |
2009-02-09 | s3 oplocks: Add capabilites flags field to the kernel_oplocks struct | Tim Prouty | 1 | -0/+4 |
2009-01-23 | Extend NTIMES to allow setting create_time | todd stecher | 1 | -4/+4 |
2009-01-09 | s3: Add delete_all_streams to proto.h | Tim Prouty | 1 | -1/+1 |
2009-01-06 | Fix bug #6017, - magic script does not work. based on a patch from monyo@samb... | Jeremy Allison | 1 | -3/+13 |
2008-12-09 | s3: Call fd_close from close_directory | Tim Prouty | 1 | -0/+7 |
2008-11-21 | First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file. | Jeremy Allison | 1 | -5/+3 |
2008-10-13 | Pass struct smb_request to file_free | Volker Lendecke | 1 | -11/+14 |
2008-05-27 | Allow server manager to close open files selected by id. | Jeremy Allison | 1 | -0/+34 |
2008-05-10 | Remove "user" from connection_struct | Volker Lendecke | 1 | -1/+1 |
2008-05-02 | Remove the "stat_open()" function, flag, and all associated code. It was only | Jeremy Allison | 1 | -16/+0 |
2008-04-07 | smbd: implement the strange write time update logic | Stefan Metzmacher | 1 | -5/+73 |
2008-04-07 | locking: store the write time in the locking.tdb | Stefan Metzmacher | 1 | -2/+4 |
2008-04-01 | smbd: always close the base_fsp even if the real close returned an error | Stefan Metzmacher | 1 | -4/+0 |
2008-01-19 | Add streams support | Volker Lendecke | 1 | -4/+111 |
2008-01-11 | Fix a build warning. | Günther Deschner | 1 | -0/+1 |
2008-01-10 | Don't switch user contexts unless you have to. Saves | Jeremy Allison | 1 | -14/+25 |
2008-01-10 | use talloc_tos in a few more places | Volker Lendecke | 1 | -2/+2 |
2007-12-22 | Remove redundant connection_struct from check_magic() parameter list. | Michael Adam | 1 | -2/+3 |
2007-12-22 | Remove redundant connection_struct from fd_close() parameter list. | Michael Adam | 1 | -1/+1 |
2007-11-23 | smbd: close_stat() should be static | Stefan Metzmacher | 1 | -1/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -3/+17 |
2007-10-10 | r25118: More pstring elimination. | Jeremy Allison | 1 | -45/+58 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24464: Now Volker removed the readbmpx we don't need cached errors any more. | Jeremy Allison | 1 | -1/+0 |