summaryrefslogtreecommitdiffstats
path: root/source/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison2002-01-041-3/+20
* Don't check space on every extend if strict allocate not set.Jeremy Allison2001-11-121-5/+3
* Fixed allocation bug in database prog. Some format fixes.Jeremy Allison2001-11-121-43/+28
* Added debug in truncate, fixed warning with gcc3.Jeremy Allison2001-11-071-0/+1
* Made default vfs ops static so we can use this symbol in actual modules.Tim Potter2001-10-241-1/+1
* Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter2001-10-181-3/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-041-80/+16
* get rid of compiler warningsHerb Lewis2001-08-241-1/+1
* Correctly report amount written in debug when allocation space.Jeremy Allison2001-08-071-1/+1
* Fix for getting allocate_file_space to return the correct errno.Jeremy Allison2001-08-061-2/+2
* Extra debug to see what errno is on write fail.Jeremy Allison2001-08-041-0/+2
* Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison2001-08-011-2/+79
* Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison2001-07-061-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-163/+39
* Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-291-104/+109
* configure:Jeremy Allison2001-04-141-0/+10
* smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's.Jeremy Allison2001-03-261-0/+5
* Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-191-2/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0
* include/vfs.h:Jeremy Allison2001-01-231-1/+11
* Added OLD_NTDOMAIN to remove warnings about undefined functions.Jeremy Allison2000-12-081-0/+2
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-0/+18
* Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2000-11-141-36/+61
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-061-8/+14
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-191-0/+2
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-40/+40
* Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison2000-10-061-63/+0
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-30/+32
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-051-5/+38
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-0/+24
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-25/+388
* Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison2000-08-301-0/+9
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+3
* Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail...Jeremy Allison2000-05-051-1/+0
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-021-2/+7
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-1/+6
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-4/+3
* Fix some compile warnings.Tim Potter2000-02-041-0/+7
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-031-2/+2
* Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2000-02-031-0/+450
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-379/+0
* Pass VFS options defined in smb.conf to vfs_init() function.Tim Potter1999-07-221-4/+7
* Rewrite of VFS initialisation routines.Tim Potter1999-04-201-101/+114
* Removed unused vfs_read_data() function at the request of tridge.Tim Potter1999-04-141-49/+0
* Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1999-04-081-0/+2
* Disable VFS routines if no libdl available.Tim Potter1999-04-051-3/+6
* Wrote VFS initialisation routines.Tim Potter1999-04-041-0/+407