summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* add metze's patch for smb_register functionsSimo Sorce2003-05-161-4/+1
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-23/+23
* Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...Alexander Bokovoy2003-05-121-5/+1
* GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ...Alexander Bokovoy2003-05-121-1/+1
* A small patch from metze to fix builds on some platforms ...Richard Sharpe2003-05-121-1/+1
* Fix VFS layer:Alexander Bokovoy2003-05-111-354/+212
* Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-301-1/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-11/+12
* * fix segfault when no vfs objects definedGerald Carter2003-04-211-2/+2
* More merges from HEAD:Jelmer Vernooij2003-04-161-70/+163
* Const warning fixes.Jeremy Allison2003-03-031-2/+2
* untest fix from HEAD/2.2 for wide links parameter bug.Simo Sorce2003-02-021-2/+65
* Merge from HEAD - handle VFS module load failures, change some error returns toAndrew Bartlett2003-01-061-0/+6
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-041-8/+13
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-0/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+8
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-36/+111
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-4/+4
* Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2002-03-271-228/+194
* Sync up vfs changes from 2.2.x.Jeremy Allison2002-03-191-24/+28
* Missing comma from systems that have ACLs.Jim McDonough2002-03-121-1/+1
* Added POSIX ACL layer into the vfs.Jeremy Allison2002-03-121-1/+24
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison2002-01-201-0/+2
* Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2002-01-101-0/+2
* 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