summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560.Tim Potter2007-10-101-1/+1
* r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.auJeremy Allison2007-10-101-1/+3
* r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>.Jeremy Allison2007-10-101-0/+3
* r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>.Jeremy Allison2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r3823: Fix bug reported by Tom Dickson <tdickson@inostor.com> withJeremy Allison2007-10-101-1/+2
* r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison2007-10-101-2/+5
* r2152: Fix for bug #1674, move the symlinks checks into reduce_name().Jeremy Allison2007-10-101-23/+19
* r1866: Fix for bug #1602 reported by <m.proehl@science-computing.de>.Jeremy Allison2007-10-101-2/+6
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-0/+9
* r933: When using widelinks = no, use realpath to canonicalize theJeremy Allison2007-10-101-1/+26
* r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison2007-10-101-0/+4
* r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison2007-10-101-141/+96
* r421: Fix debug message. Closes bugzilla #1305.Tim Potter2007-10-101-1/+1
* Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison2004-03-051-6/+7
* all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2004-03-051-16/+1
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-061-0/+43
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+2
* Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison2003-08-071-1/+1
* Added EA operations to VFS layer.Jeremy Allison2003-06-061-1/+17
* 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