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