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
/
source3
/
smbd
/
vfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r933: When using widelinks = no, use realpath to canonicalize the
Jeremy Allison
2007-10-10
1
-1
/
+26
*
r658: Oops - make smbclient work again with widelinks = no :-).
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...
Jeremy Allison
2007-10-10
1
-141
/
+96
*
r421: Fix debug message. Closes bugzilla #1305.
Tim Potter
2007-10-10
1
-1
/
+1
*
Several mb tidyups - getting ready to address the XXX_sub function.
Jeremy Allison
2004-03-05
1
-6
/
+7
*
all_string_sub() is broken as it doesn't handle mb chars correctly (and
Jeremy Allison
2004-03-05
1
-16
/
+1
*
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
2004-01-06
1
-0
/
+43
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
1
-2
/
+2
*
Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
Jeremy Allison
2003-08-07
1
-1
/
+1
*
Added EA operations to VFS layer.
Jeremy Allison
2003-06-06
1
-1
/
+17
*
add metze's patch for smb_register functions
Simo Sorce
2003-05-16
1
-4
/
+1
*
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
2003-05-14
1
-23
/
+23
*
Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...
Alexander Bokovoy
2003-05-12
1
-5
/
+1
*
GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ...
Alexander Bokovoy
2003-05-12
1
-1
/
+1
*
A small patch from metze to fix builds on some platforms ...
Richard Sharpe
2003-05-12
1
-1
/
+1
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
1
-354
/
+212
*
Make the version numbers ints (patch from metze)
Jelmer Vernooij
2003-04-30
1
-1
/
+1
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
1
-11
/
+12
*
* fix segfault when no vfs objects defined
Gerald Carter
2003-04-21
1
-2
/
+2
*
More merges from HEAD:
Jelmer Vernooij
2003-04-16
1
-70
/
+163
*
Const warning fixes.
Jeremy Allison
2003-03-03
1
-2
/
+2
*
untest fix from HEAD/2.2 for wide links parameter bug.
Simo Sorce
2003-02-02
1
-2
/
+65
*
Merge from HEAD - handle VFS module load failures, change some error returns to
Andrew Bartlett
2003-01-06
1
-0
/
+6
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-1
/
+1
*
Fix for 64 bit issues with oplocks and allocation size.
Jeremy Allison
2002-12-04
1
-8
/
+13
*
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
2002-10-23
1
-0
/
+3
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-1
/
+8
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-36
/
+111
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-4
/
+4
*
Removed HAVE_LIBDL from most places (except system.c). Added checks for
Jeremy Allison
2002-03-27
1
-228
/
+194
*
Sync up vfs changes from 2.2.x.
Jeremy Allison
2002-03-19
1
-24
/
+28
*
Missing comma from systems that have ACLs.
Jim McDonough
2002-03-12
1
-1
/
+1
*
Added POSIX ACL layer into the vfs.
Jeremy Allison
2002-03-12
1
-1
/
+24
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Attempt to fix bugs in write cache code (yes I know it's going away :-).
Jeremy Allison
2002-01-20
1
-0
/
+2
*
Getting ready to add UNIX extensions in HEAD also.
Jeremy Allison
2002-01-10
1
-0
/
+2
*
Re-wrote the guts of the rename_internals code to cope with a reported
Jeremy Allison
2002-01-04
1
-3
/
+20
*
Don't check space on every extend if strict allocate not set.
Jeremy Allison
2001-11-12
1
-5
/
+3
*
Fixed allocation bug in database prog. Some format fixes.
Jeremy Allison
2001-11-12
1
-43
/
+28
*
Added debug in truncate, fixed warning with gcc3.
Jeremy Allison
2001-11-07
1
-0
/
+1
*
Made default vfs ops static so we can use this symbol in actual modules.
Tim Potter
2001-10-24
1
-1
/
+1
*
Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.
Tim Potter
2001-10-18
1
-3
/
+3
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-1
/
+1
*
Merge of transfer file code from 2.2, fix for readbraw.
Jeremy Allison
2001-09-04
1
-80
/
+16
*
get rid of compiler warnings
Herb Lewis
2001-08-24
1
-1
/
+1
*
Correctly report amount written in debug when allocation space.
Jeremy Allison
2001-08-07
1
-1
/
+1
*
Fix for getting allocate_file_space to return the correct errno.
Jeremy Allison
2001-08-06
1
-2
/
+2
*
Extra debug to see what errno is on write fail.
Jeremy Allison
2001-08-04
1
-0
/
+2
*
Added "strict allocate" per share parameter. This causes actual on-disk alloc...
Jeremy Allison
2001-08-01
1
-2
/
+79
[next]