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
/
vfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>.
Jeremy Allison
1
-0
/
+3
2007-10-10
r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>.
Jeremy Allison
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-4
/
+4
2007-10-10
r3823: Fix bug reported by Tom Dickson <tdickson@inostor.com> with
Jeremy Allison
1
-1
/
+2
2007-10-10
r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to
Jeremy Allison
1
-2
/
+5
2007-10-10
r2152: Fix for bug #1674, move the symlinks checks into reduce_name().
Jeremy Allison
1
-23
/
+19
2007-10-10
r1866: Fix for bug #1602 reported by <m.proehl@science-computing.de>.
Jeremy Allison
1
-2
/
+6
2007-10-10
r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all
Jeremy Allison
1
-0
/
+9
2007-10-10
r933: When using widelinks = no, use realpath to canonicalize the
Jeremy Allison
1
-1
/
+26
2007-10-10
r658: Oops - make smbclient work again with widelinks = no :-).
Jeremy Allison
1
-0
/
+4
2007-10-10
r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...
Jeremy Allison
1
-141
/
+96
2007-10-10
r421: Fix debug message. Closes bugzilla #1305.
Tim Potter
1
-1
/
+1
2004-03-05
Several mb tidyups - getting ready to address the XXX_sub function.
Jeremy Allison
1
-6
/
+7
2004-03-05
all_string_sub() is broken as it doesn't handle mb chars correctly (and
Jeremy Allison
1
-16
/
+1
2004-01-06
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
1
-0
/
+43
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
1
-2
/
+2
2003-08-07
Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
Jeremy Allison
1
-1
/
+1
2003-06-06
Added EA operations to VFS layer.
Jeremy Allison
1
-1
/
+17
2003-05-16
add metze's patch for smb_register functions
Simo Sorce
1
-4
/
+1
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-23
/
+23
2003-05-12
Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...
Alexander Bokovoy
1
-5
/
+1
2003-05-12
GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ...
Alexander Bokovoy
1
-1
/
+1
2003-05-12
A small patch from metze to fix builds on some platforms ...
Richard Sharpe
1
-1
/
+1
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-354
/
+212
2003-04-30
Make the version numbers ints (patch from metze)
Jelmer Vernooij
1
-1
/
+1
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-11
/
+12
2003-04-21
* fix segfault when no vfs objects defined
Gerald Carter
1
-2
/
+2
2003-04-16
More merges from HEAD:
Jelmer Vernooij
1
-70
/
+163
2003-03-03
Const warning fixes.
Jeremy Allison
1
-2
/
+2
2003-02-02
untest fix from HEAD/2.2 for wide links parameter bug.
Simo Sorce
1
-2
/
+65
2003-01-06
Merge from HEAD - handle VFS module load failures, change some error returns to
Andrew Bartlett
1
-0
/
+6
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-1
/
+1
2002-12-04
Fix for 64 bit issues with oplocks and allocation size.
Jeremy Allison
1
-8
/
+13
2002-10-23
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
1
-0
/
+3
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-1
/
+8
2002-08-17
Sync 3.0 branch with head
Jelmer Vernooij
1
-36
/
+111
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-4
/
+4
2002-03-27
Removed HAVE_LIBDL from most places (except system.c). Added checks for
Jeremy Allison
1
-228
/
+194
2002-03-19
Sync up vfs changes from 2.2.x.
Jeremy Allison
1
-24
/
+28
2002-03-12
Missing comma from systems that have ACLs.
Jim McDonough
1
-1
/
+1
2002-03-12
Added POSIX ACL layer into the vfs.
Jeremy Allison
1
-1
/
+24
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-20
Attempt to fix bugs in write cache code (yes I know it's going away :-).
Jeremy Allison
1
-0
/
+2
2002-01-10
Getting ready to add UNIX extensions in HEAD also.
Jeremy Allison
1
-0
/
+2
2002-01-04
Re-wrote the guts of the rename_internals code to cope with a reported
Jeremy Allison
1
-3
/
+20
2001-11-12
Don't check space on every extend if strict allocate not set.
Jeremy Allison
1
-5
/
+3
2001-11-12
Fixed allocation bug in database prog. Some format fixes.
Jeremy Allison
1
-43
/
+28
2001-11-07
Added debug in truncate, fixed warning with gcc3.
Jeremy Allison
1
-0
/
+1
2001-10-24
Made default vfs ops static so we can use this symbol in actual modules.
Tim Potter
1
-1
/
+1
2001-10-18
Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.
Tim Potter
1
-3
/
+3
[prev]
[next]