summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-2/+2
2003-08-07Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison1-1/+1
2003-06-06Added EA operations to VFS layer.Jeremy Allison1-1/+17
2003-05-16add metze's patch for smb_register functionsSimo Sorce1-4/+1
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-23/+23
2003-05-12Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...Alexander Bokovoy1-5/+1
2003-05-12GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ...Alexander Bokovoy1-1/+1
2003-05-12A small patch from metze to fix builds on some platforms ...Richard Sharpe1-1/+1
2003-05-11Fix VFS layer:Alexander Bokovoy1-354/+212
2003-04-30Make the version numbers ints (patch from metze)Jelmer Vernooij1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-11/+12
2003-04-21* fix segfault when no vfs objects definedGerald Carter1-2/+2
2003-04-16More merges from HEAD:Jelmer Vernooij1-70/+163
2003-03-03Const warning fixes.Jeremy Allison1-2/+2
2003-02-02untest fix from HEAD/2.2 for wide links parameter bug.Simo Sorce1-2/+65
2003-01-06Merge from HEAD - handle VFS module load failures, change some error returns toAndrew Bartlett1-0/+6
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-12-04Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison1-8/+13
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-0/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+8
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-36/+111
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-4/+4
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison1-228/+194
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison1-24/+28
2002-03-12Missing comma from systems that have ACLs.Jim McDonough1-1/+1
2002-03-12Added POSIX ACL layer into the vfs.Jeremy Allison1-1/+24
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison1-0/+2
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison1-0/+2
2002-01-04Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison1-3/+20
2001-11-12Don't check space on every extend if strict allocate not set.Jeremy Allison1-5/+3
2001-11-12Fixed allocation bug in database prog. Some format fixes.Jeremy Allison1-43/+28
2001-11-07Added debug in truncate, fixed warning with gcc3.Jeremy Allison1-0/+1
2001-10-24Made default vfs ops static so we can use this symbol in actual modules.Tim Potter1-1/+1
2001-10-18Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter1-3/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison1-80/+16
2001-08-24get rid of compiler warningsHerb Lewis1-1/+1
2001-08-07Correctly report amount written in debug when allocation space.Jeremy Allison1-1/+1
2001-08-06Fix for getting allocate_file_space to return the correct errno.Jeremy Allison1-2/+2
2001-08-04Extra debug to see what errno is on write fail.Jeremy Allison1-0/+2
2001-08-01Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison1-2/+79
2001-07-06Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-163/+39
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-104/+109
2001-04-14configure:Jeremy Allison1-0/+10
2001-03-26smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's.Jeremy Allison1-0/+5
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison1-2/+2