index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
files.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-10-10
r14460: SMBexit closes by pid and vuid. Tested with smbtorture.
Jeremy Allison
1
-3
/
+3
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
1
-3
/
+3
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-21
/
+12
2007-10-10
r9985: Move the all the strict sync logic into file_sync().
James Peach
1
-1
/
+1
2007-10-10
r8292: Tidy up function comments.
Jeremy Allison
1
-2
/
+10
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-9
/
+73
2007-10-10
r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...
Jeremy Allison
1
-4
/
+2
2007-10-10
r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.
Jeremy Allison
1
-0
/
+4
2007-10-10
r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). Also
Jeremy Allison
1
-2
/
+57
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...
Jeremy Allison
1
-22
/
+24
2003-09-17
Fix coredump from Samba4 torture suite.
Jeremy Allison
1
-0
/
+2
2003-08-19
Implement SMBexit properly. Found by Samba4 tester. You must do a make
Jeremy Allison
1
-0
/
+16
2003-08-16
Implemented the level 1010 NT rename level. Many fixes for Samba4 test
Jeremy Allison
1
-0
/
+12
2003-05-22
Stat opens can have fsp->fd == -1 and will have a share entry. Ensure
Jeremy Allison
1
-2
/
+10
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
1
-0
/
+4
2002-10-22
Fix for systems that allow more than 65536 open files per process.
Jeremy Allison
1
-1
/
+8
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-20
Move from timestamp to gen count file id's for finding oplocked files
Jeremy Allison
1
-20
/
+57
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-1
/
+1
2001-04-14
configure:
Jeremy Allison
1
-2
/
+3
2001-04-13
Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hard
Jeremy Allison
1
-3
/
+3
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-2
/
+0
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+2
2000-05-10
Fix for misunderstanding of fsync added when vfs layer
Herb Lewis
1
-1
/
+1
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-1
/
+1
2000-04-24
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
1
-10
/
+23
2000-04-22
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
1
-1
/
+7
2000-04-10
initialise fsp->fd to -1
Andrew Tridgell
1
-0
/
+1
2000-04-10
the bulk of the changes to get rid of fd_ptr and move print open
Andrew Tridgell
1
-106
/
+12
2000-02-03
Mega-VFS merge. Yeah baby!
Tim Potter
1
-1
/
+1
2000-01-16
use string_set() instead of string_init()
Andrew Tridgell
1
-1
/
+1
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-12
/
+6
1999-08-13
spelling mistake.
Luke Leighton
1
-1
/
+1
1999-04-20
Changed arguments to fsync() function to break dependency on
Tim Potter
1
-2
/
+3
1999-04-04
Use VFS operations for file I/O.
Tim Potter
1
-3
/
+2
1998-11-18
Fixed crash bug which was assuming that fd_ptr was always non-null
Jeremy Allison
1
-2
/
+5
1998-10-23
Reasonably large change to give us *exactly* correct NT delete on close seman...
Jeremy Allison
1
-0
/
+35
1998-10-16
Re-added code to tell the user how many open files they
Jeremy Allison
1
-5
/
+15
1998-10-08
- fixed a bunch of warnings and minor errors
Andrew Tridgell
1
-1
/
+1
1998-10-05
added a function set_maxfiles() to set our file rlimit to the max
Andrew Tridgell
1
-27
/
+8
1998-10-01
got rid of USE_FILES_ARRAY code (it was unused)
Andrew Tridgell
1
-106
/
+4
1998-09-30
(Finally) implemented "max open files" as a global smb.conf parameter.
Jeremy Allison
1
-22
/
+44
1998-09-23
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
1
-13
/
+15
1998-09-10
smb.h: Removed fdnum from file_fd_struct. Not needed.
Jeremy Allison
1
-29
/
+109
1998-09-05
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
1
-4
/
+4
[next]