summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison1-10/+8
2007-10-30Ensure we don't prematurely clean out the bytes read.Jeremy Allison1-4/+10
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-3/+29
2007-10-28Enable vfs objects = /full/path/to/object.soVolker Lendecke1-10/+36
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-11/+11
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-31/+79
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23761: Rename reduce_name to check_reduced_nameVolker Lendecke1-1/+1
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
2007-10-10r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison1-1/+1
2007-10-10r21131: Some notify fixesVolker Lendecke1-1/+6
2007-10-10r21082: Make canonicalize_path static to service.c -- we do have conn->connec...Volker Lendecke1-25/+0
2007-10-10r21063: All case statements are now NTSTATUS returningJeremy Allison1-0/+1
2007-10-10r20844: Somewhat radical change - this may break the build (I willJeremy Allison1-23/+17
2007-10-10r20340: Join vfs_MkDir to its only callerVolker Lendecke1-31/+0
2007-10-10r20228: Bring the calling conventions of inherit_access_acl and change_owner_...Volker Lendecke1-1/+3
2007-10-10r20227: Simplify logic in vfs_MkDir() a bitVolker Lendecke1-11/+15
2007-10-10r19147: This is WRONG, but the way the VFS works this is the only fix to get ...Volker Lendecke1-1/+1
2007-10-10r17348: Some C++ warningsVolker Lendecke1-3/+3
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-137/+80
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