Age | Commit message (Expand) | Author | Files | Lines |
2008-07-04 | Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.h | Lars Müller | 1 | -0/+1 |
2008-06-19 | Wrap the unix token info in a unix_user_token in auth_serversupplied_info | Volker Lendecke | 4 | -7/+7 |
2008-06-19 | Remove current_user_info reference from vfs_recycle.c | Volker Lendecke | 1 | -3/+1 |
2008-06-19 | Remove current_user_info reference from vfs_fake_perms.c | Volker Lendecke | 1 | -6/+4 |
2008-06-19 | Remove current_user_info reference from vfs_expand_msdfs.c | Volker Lendecke | 1 | -3/+1 |
2008-06-19 | current_user is not used in vfs_aixacl2.c | Volker Lendecke | 1 | -1/+0 |
2008-06-17 | Remove reference to current_user from modules/nfs4_acls.c . | Michael Adam | 1 | -2/+1 |
2008-06-12 | AIX build fixes from William Jojo -- thanks | Volker Lendecke | 1 | -2/+2 |
2008-06-07 | Add STREAMINFO op to vfs_full_audit | Volker Lendecke | 1 | -0/+27 |
2008-05-25 | Remove some references to get_current_username() and current_user_info | Volker Lendecke | 3 | -6/+4 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -2/+3 |
2008-05-10 | Remove "user" from connection_struct | Volker Lendecke | 3 | -3/+4 |
2008-05-10 | Remove the unix token info from connection_struct | Volker Lendecke | 3 | -3/+5 |
2008-05-08 | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 9 | -103/+0 |
2008-05-05 | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 1 | -1/+1 |
2008-04-21 | Remove redundant parameter fd from SMB_VFS_CLOSE(). | Michael Adam | 7 | -20/+19 |
2008-04-21 | Change fd_close_posix() to return int instead of NTSTATUS. | Michael Adam | 1 | -3/+2 |
2008-04-21 | Move the posix pending close functionality down into the VFS layer. | Michael Adam | 1 | -4/+4 |
2008-04-20 | vfs_cacheprime: fix C++ warning - make implicit cast explicit | Michael Adam | 1 | -1/+1 |
2008-04-11 | Remove a redundant TALLOC_FREE | Volker Lendecke | 1 | -1/+0 |
2008-04-08 | Use size_t for strlen return, not int. Karolin please | Jeremy Allison | 1 | -1/+1 |
2008-04-08 | Allow broader range of HSM systems in vfs_tsmsm | Alexander Bokovoy | 1 | -5/+31 |
2008-03-23 | Fix Coverity ID 450 | Volker Lendecke | 1 | -1/+5 |
2008-03-23 | Fix Coverity warnings | Volker Lendecke | 2 | -2/+10 |
2008-03-21 | Fix Coverity IDs 553, 552 | Volker Lendecke | 1 | -0/+4 |
2008-03-20 | Fix some warnings in the tsmsm module | Volker Lendecke | 1 | -4/+6 |
2008-03-16 | Need to close the /dev/zero fd | Volker Lendecke | 1 | -0/+2 |
2008-03-06 | Respect FAMChanged -- attempt to fix bug 5307 | Volker Lendecke | 1 | -0/+3 |
2008-02-29 | Add vfs_aio_fork | Volker Lendecke | 1 | -0/+728 |
2008-02-25 | Fix the build on OpenBSD: ENOTSUP is not always defined. | Michael Adam | 1 | -0/+4 |
2008-02-25 | Correctly check return of rename(2) | Volker Lendecke | 1 | -1/+1 |
2008-02-21 | Change option name. | Karolin Seeger | 1 | -1/+1 |
2008-02-20 | From: David Disseldorp <ddiss@sgi.com> | Jeremy Allison | 1 | -2/+1 |
2008-01-29 | Fix typos and replace statvfs call with fs_capabilities() | Alexander Bokovoy | 1 | -12/+7 |
2008-01-29 | Merge DMAPI fixes from Tridge | Alexander Bokovoy | 1 | -3/+22 |
2008-01-29 | Merge branch 'ctdb-merge' into dmapi-integration | Alexander Bokovoy | 1 | -41/+51 |
2008-01-25 | Attempt to fix the build on OpenBSD | Volker Lendecke | 1 | -1/+1 |
2008-01-24 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ctdb-merge | Alexander Bokovoy | 5 | -6/+1423 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -1/+3 |
2008-01-23 | Remove two unused variables | Volker Lendecke | 1 | -1/+0 |
2008-01-22 | Hide streams from the EA API | Volker Lendecke | 1 | -8/+6 |
2008-01-21 | Attempt to fix the darwin build | Volker Lendecke | 1 | -4/+4 |
2008-01-21 | Add SMB_VFS_FS_CAPABILITIES | Volker Lendecke | 3 | -20/+19 |
2008-01-20 | Fix some "set but never used" warnings | Volker Lendecke | 1 | -0/+4 |
2008-01-20 | Fix valgrind errors | Volker Lendecke | 1 | -2/+2 |
2008-01-20 | Do not use an unfinished fsp in streams_xattr_open | Volker Lendecke | 1 | -1/+1 |
2008-01-20 | In streams_xattr_pwrite, base_fsp does not have an fd | Volker Lendecke | 1 | -1/+2 |
2008-01-20 | Add some DEBUG | Volker Lendecke | 2 | -0/+18 |
2008-01-20 | For pread/pwrite we need to do the setxattr on base_fsp | Volker Lendecke | 1 | -4/+4 |
2008-01-20 | Really remove the _NEXT_ from vfs_xattr_tdb.c | Volker Lendecke | 1 | -15/+20 |