summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+0
2001-01-23include/vfs.h:Jeremy Allison1-1/+11
2000-12-08Added OLD_NTDOMAIN to remove warnings about undefined functions.Jeremy Allison1-0/+2
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-0/+18
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison1-36/+61
2000-11-06Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison1-8/+14
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison1-0/+2
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-40/+40
2000-10-06Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison1-63/+0
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-30/+32
2000-10-05Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison1-5/+38
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison1-0/+24
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-25/+388
2000-08-30Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison1-0/+9
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+3
2000-05-05Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail...Jeremy Allison1-1/+0
2000-05-02Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison1-2/+7
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-1/+6
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-4/+3
2000-02-04Fix some compile warnings.Tim Potter1-0/+7
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter1-2/+2
2000-02-03Comments to use vfs_* functions instead of dos_* unless reallyTim Potter1-0/+450
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-379/+0
1999-07-22Pass VFS options defined in smb.conf to vfs_init() function.Tim Potter1-4/+7
1999-04-20Rewrite of VFS initialisation routines.Tim Potter1-101/+114
1999-04-14Removed unused vfs_read_data() function at the request of tridge.Tim Potter1-49/+0
1999-04-08Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1-0/+2