Age | Commit message (Expand) | Author | Files | Lines |
2010-08-13 | s3-smbd: Fixed indent. | Andreas Schneider | 1 | -2/+3 |
2010-06-08 | Fix a valgrind error found by SMB2-COMPOUND test. | Jeremy Allison | 1 | -0/+8 |
2010-04-23 | s3-smbd: group print relate data in own structure | Simo Sorce | 1 | -1/+9 |
2010-03-28 | s3: Use bitmap_talloc in files.c | Volker Lendecke | 1 | -1/+2 |
2010-03-22 | s3: file_walk_table -> files_forall | Volker Lendecke | 1 | -1/+1 |
2010-03-22 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -6/+6 |
2009-12-02 | Fix bug #6837 - "Too many open files" when trying to access large number of f... | Jeremy Allison | 1 | -2/+0 |
2009-10-07 | Oops. Don't break the build.. | Jeremy Allison | 1 | -3/+2 |
2009-10-07 | Make the logic a lot clearer and fix the comment to match. | Jeremy Allison | 1 | -15/+10 |
2009-10-07 | Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with rec... | Jeremy Allison | 1 | -3/+1 |
2009-08-06 | s3: Fix a bug in renames of directories | Tim Prouty | 1 | -6/+19 |
2009-07-20 | s3: Separate out a new file: filename_utils.c | Tim Prouty | 1 | -9/+0 |
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -15/+58 |
2009-07-20 | s3: Change file_structs to be allocated with talloc instead of malloc | Tim Prouty | 1 | -10/+15 |
2009-05-18 | Add "file_walk_table" to do stuff with all open files | Volker Lendecke | 1 | -0/+22 |
2009-04-16 | Add notify_onelevel.tdb | Volker Lendecke | 1 | -0/+4 |
2009-02-26 | Make us pass the RAW-RENAME torture test I just added. | Jeremy Allison | 1 | -0/+43 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -17/+1 |
2008-11-21 | First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file. | Jeremy Allison | 1 | -41/+33 |
2008-10-25 | Remove "pipe_handle_offset" -- pipes now use "struct files_struct" | Volker Lendecke | 1 | -5/+0 |
2008-10-13 | Remove the chain_fsp global | Volker Lendecke | 1 | -19/+9 |
2008-10-13 | Pass struct smb_request to file_free | Volker Lendecke | 1 | -4/+4 |
2008-10-13 | Pass struct smb_request to file_new | Volker Lendecke | 1 | -7/+6 |
2008-10-13 | Pass struct smb_request to file_fsp | Volker Lendecke | 1 | -1/+1 |
2008-10-09 | Remove a pointless level of indirection | Volker Lendecke | 1 | -3/+1 |
2008-09-26 | Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F... | Jeremy Allison | 1 | -4/+6 |
2008-09-24 | Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit... | Jeremy Allison | 1 | -4/+2 |
2008-05-02 | Remove the "stat_open()" function, flag, and all associated code. It was only | Jeremy Allison | 1 | -1/+0 |
2008-04-07 | smbd: implement the strange write time update logic | Stefan Metzmacher | 1 | -26/+3 |
2007-12-19 | Release per-fsp data on file closure. | James Peach | 1 | -0/+5 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -0/+1 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24102: Pass the fid instead of inbuf and an offset to file_fsp. | Volker Lendecke | 1 | -6/+2 |
2007-10-10 | r23996: One more const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23589: Ensure we will always release any timeout handler | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -1/+1 |
2007-10-10 | r23183: Check in a change made by Tridge: | Volker Lendecke | 1 | -27/+21 |
2007-10-10 | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r21319: Remove functions not needed anymore | Volker Lendecke | 1 | -44/+0 |
2007-10-10 | r21279: Get rid of 'aio write behind', this is broken. | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r21092: Ok, that's the one that activates the Samba4 notify backend. | Volker Lendecke | 1 | -1/+4 |
2007-10-10 | r20854: Ok, now I think we're at a point where looking at notify starts to ma... | Volker Lendecke | 1 | -0/+46 |
2007-10-10 | r20634: A *LOT* more work is necessary before touching notify remotely starts... | Volker Lendecke | 1 | -46/+0 |
2007-10-10 | r20442: Slight rewrite of the change notify infrastructure. This now survives... | Volker Lendecke | 1 | -24/+33 |
2007-10-10 | r20394: This is a *VERY* early start of my work on notify. | Volker Lendecke | 1 | -0/+37 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -26/+44 |
2007-10-10 | r15817: Remove some unused code | Volker Lendecke | 1 | -20/+0 |
2007-10-10 | r15668: DOS or FCB opens share one share mode entry from different | Jeremy Allison | 1 | -4/+4 |