index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
smbd
/
open.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Very curious. It turns out attribute matching on truncate only matters
Jeremy Allison
2002-11-19
1
-2
/
+2
*
Fix to correctly return NT_STATUS_DELETE_PENDING.
Jeremy Allison
2002-11-05
1
-0
/
+1
*
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
2002-10-23
1
-1
/
+5
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-8
/
+57
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-6
/
+12
*
Matched W2K *insane* open semantics....
Jeremy Allison
2002-03-26
1
-0
/
+18
*
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
2002-03-23
1
-167
/
+164
*
Fix stupid typo !
Jeremy Allison
2002-03-21
1
-2
/
+2
*
Remove the "stat open" code - make it inline. This should fix the
Jeremy Allison
2002-03-20
1
-74
/
+27
*
Added POSIX ACL layer into the vfs.
Jeremy Allison
2002-03-12
1
-1
/
+1
*
Implemented default ACL patch (set inherit acls = true on a per share basis).
Jeremy Allison
2002-03-11
1
-2
/
+12
*
Fixed delete on close semantics - preparing for share mode rewrite.
Jeremy Allison
2002-03-07
1
-0
/
+2
*
This is a nasty hack to fix "xcopy /o" from win2000 on a Samba share
Andrew Tridgell
2002-02-26
1
-13
/
+46
*
Merge of smbclient print crash bug fix from app head.
Tim Potter
2002-02-15
1
-2
/
+4
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Fixed display of "remote downlevel document" in old print job submission
Jeremy Allison
2002-01-25
1
-1
/
+1
*
don't use O_NONBLOCK in open(). This was added erroneously for kernel
Andrew Tridgell
2002-01-17
1
-4
/
+0
*
Added the O_NOFOLLOW flag if follow symlinks is set off.
Jeremy Allison
2002-01-12
1
-0
/
+6
*
Moved fchown_acl change to the point where we *really* know if we
Jeremy Allison
2001-12-16
1
-10
/
+10
*
Spelling pedents strike again :-).
Jeremy Allison
2001-11-28
1
-1
/
+1
*
Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from
Jeremy Allison
2001-11-28
1
-2
/
+2
*
Re-added "Share modes" meaning don't allow deny mode conflict. Due to
Jeremy Allison
2001-11-28
1
-2
/
+10
*
Fix for the logic bug wrt. existant oplocks. See long message
Jeremy Allison
2001-11-27
1
-5
/
+2
*
nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.
Jeremy Allison
2001-11-27
1
-1
/
+1
*
Fixed delete on close bug. Added core dump code to winbindd.
Jeremy Allison
2001-11-23
1
-1
/
+22
*
Move from timestamp to gen count file id's for finding oplocked files
Jeremy Allison
2001-10-20
1
-7
/
+2
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
Change log message to 2 from zero when failing to create directory.
Jeremy Allison
2001-09-24
1
-1
/
+1
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-9
/
+8
*
use variables _before_ freeing them!
Simo Sorce
2001-09-15
1
-3
/
+2
*
fixed formatting to make the code vaguely readable. It's still a dogs
Andrew Tridgell
2001-09-05
1
-142
/
+143
*
converted smbd to use NTSTATUS by default
Andrew Tridgell
2001-08-27
1
-4
/
+1
*
Missed '\' at eol...
Jeremy Allison
2001-08-22
1
-1
/
+1
*
Tidyup fixes for fcntl spin problem.
Jeremy Allison
2001-08-22
1
-3
/
+13
*
Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.
Jeremy Allison
2001-08-22
1
-9
/
+35
*
This is Jeremy pretending to be Volker, 'cos the
Volker Lendecke
2001-08-21
1
-0
/
+10
*
We were making an assumption in the oplock
Jeremy Allison
2001-07-24
1
-1
/
+0
*
Fix race where wrong action (created or opened) could be returned.
Jeremy Allison
2001-07-05
1
-0
/
+8
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-24
/
+2
*
Fixed the first locking error (test #8 found by locktest code from
Jeremy Allison
2001-06-30
1
-1
/
+1
*
Extra debug in open.c, fix for bad debug message in reply.c
Jeremy Allison
2001-06-19
1
-2
/
+2
*
Removed mktemp from HEAD - same as done in 2.2.
Jeremy Allison
2001-04-18
1
-1
/
+1
*
Finally got the semantics right (hurrah!).
Jeremy Allison
2001-04-16
1
-6
/
+14
*
Correct fix for open readonly with truncate.
Jeremy Allison
2001-04-16
1
-17
/
+18
*
This little piece of insanity is inspired by the
Jeremy Allison
2001-04-14
1
-3
/
+18
*
configure:
Jeremy Allison
2001-04-14
1
-7
/
+47
*
Fixed potential file descriptor leak with MS-Access fix.
Jeremy Allison
2001-04-13
1
-1
/
+9
*
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
2001-03-30
1
-6
/
+39
*
smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved it
Jeremy Allison
2001-03-26
1
-3
/
+6
[next]