summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green1-0/+2
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-0/+1
2007-10-10r14746: Add the Samba4 replacements for opendir/readdir etc. toJeremy Allison1-1/+1
2007-10-10r11428: Fix bug #3192 by actually hooking up the dfree cachingJeremy Allison1-1/+1
2007-10-10r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison1-0/+1
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-10/+10
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-15/+24
2007-10-10r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison1-0/+66
2007-10-10r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison1-2/+4
2007-10-10r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560.Tim Potter1-1/+1
2007-10-10r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.auJeremy Allison1-1/+3
2007-10-10r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>.Jeremy Allison1-0/+3
2007-10-10r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>.Jeremy Allison1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r3823: Fix bug reported by Tom Dickson <tdickson@inostor.com> withJeremy Allison1-1/+2
2007-10-10r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison1-2/+5
2007-10-10r2152: Fix for bug #1674, move the symlinks checks into reduce_name().Jeremy Allison1-23/+19
2007-10-10r1866: Fix for bug #1602 reported by <m.proehl@science-computing.de>.Jeremy Allison1-2/+6
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison1-0/+9
2007-10-10r933: When using widelinks = no, use realpath to canonicalize theJeremy Allison1-1/+26
2007-10-10r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison1-0/+4
2007-10-10r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison1-141/+96
2007-10-10r421: Fix debug message. Closes bugzilla #1305.Tim Potter1-1/+1
2004-03-05Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison1-6/+7
2004-03-05all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison1-16/+1
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison1-0/+43
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