Age | Commit message (Expand) | Author | Files | Lines |
2008-05-05 | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 1 | -3/+3 |
2008-01-11 | Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE(). | Michael Adam | 1 | -2/+0 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_WRITE(). | Michael Adam | 1 | -2/+2 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_READ(). | Michael Adam | 1 | -3/+3 |
2008-01-10 | Make casts to (void *) explicit to remove compiler warnings. | Michael Adam | 1 | -1/+2 |
2008-01-10 | Correctly abstract the transfer_file mechanism with callbacks and void ptrs. | Michael Adam | 1 | -11/+9 |
2008-01-09 | Make use of talloc_pool in the main codepaths. Remove the sub-contexts. | Jeremy Allison | 1 | -9/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 1 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 1 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_PWRITE(). | Michael Adam | 1 | -3/+3 |
2008-01-07 | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 1 | -1/+1 |
2007-12-29 | Apply some const | Volker Lendecke | 1 | -4/+4 |
2007-12-21 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2007-12-19 | Expose per-fsp extension talloc context. | James Peach | 1 | -2/+14 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 1 | -111/+57 |
2007-11-10 | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 1 | -12/+0 |
2007-10-31 | Make explicit draining the socket on RECVFILE. Add | Jeremy Allison | 1 | -10/+8 |
2007-10-30 | Ensure we don't prematurely clean out the bytes read. | Jeremy Allison | 1 | -4/+10 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 1 | -3/+29 |
2007-10-28 | Enable vfs objects = /full/path/to/object.so | Volker Lendecke | 1 | -10/+36 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -11/+11 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -31/+79 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23761: Rename reduce_name to check_reduced_name | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22132: I hate inefficiency. Don't call conv_str_size() | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21131: Some notify fixes | Volker Lendecke | 1 | -1/+6 |
2007-10-10 | r21082: Make canonicalize_path static to service.c -- we do have conn->connec... | Volker Lendecke | 1 | -25/+0 |
2007-10-10 | r21063: All case statements are now NTSTATUS returning | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r20844: Somewhat radical change - this may break the build (I will | Jeremy Allison | 1 | -23/+17 |
2007-10-10 | r20340: Join vfs_MkDir to its only caller | Volker Lendecke | 1 | -31/+0 |
2007-10-10 | r20228: Bring the calling conventions of inherit_access_acl and change_owner_... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r20227: Simplify logic in vfs_MkDir() a bit | Volker Lendecke | 1 | -11/+15 |
2007-10-10 | r19147: This is WRONG, but the way the VFS works this is the only fix to get ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17348: Some C++ warnings | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -137/+80 |
2007-10-10 | r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p... | Paul Green | 1 | -0/+2 |
2007-10-10 | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r14746: Add the Samba4 replacements for opendir/readdir etc. to | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r11428: Fix bug #3192 by actually hooking up the dfree caching | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -10/+10 |
2007-10-10 | r7963: Add aio support to 3.0. | Jeremy Allison | 1 | -15/+24 |
2007-10-10 | r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zero | Jeremy Allison | 1 | -0/+66 |
2007-10-10 | r6633: Added "check_path_syntax_posix()" in preparation for handling | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.au | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>. | Jeremy Allison | 1 | -1/+1 |