summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2013-04-17vfs: Convert catia_ntimes to cp_smb_filenameVolker Lendecke1-3/+3
2013-04-17vfs: Convert catia_unlink to cp_smb_filenameVolker Lendecke1-3/+3
2013-04-17vfs: Convert catia_rename to cp_smb_filenameVolker Lendecke1-7/+6
2013-04-17vfs: Convert recycle_do_touch to cp_smb_filenameVolker Lendecke1-3/+2
2013-04-17vfs: Convert recycle_get_file_size to cp_smb_filenameVolker Lendecke1-3/+2
2013-04-17vfs: Convert recycle_file_exists to cp_smb_filenameVolker Lendecke1-3/+2
2013-04-17vfs: Convert streams_xattr_unlink to cp_smb_filenameVolker Lendecke1-4/+3
2013-04-17vfs: Convert xattr_tdb_unlink to cp_smb_filenameVolker Lendecke1-4/+3
2013-04-17vfs: Convert shadow_copy2_ntimes to cp_smb_filenameVolker Lendecke1-3/+2
2013-04-17vfs: Convert shadow_copy2_unlink to cp_smb_filenameVolker Lendecke1-3/+2
2013-04-17vfs: Convert posix_eadb_unlink to cp_smb_filenameVolker Lendecke1-4/+5
2013-04-17vfs: Convert unlink_acl_tdb to cp_smb_filenameVolker Lendecke1-4/+3
2013-04-11Remove unneeded initializations (we already talloc_zero).Jeremy Allison1-5/+0
2013-04-11Remove the use of dirfd inside the vfs_dirsort.c.Jeremy Allison1-9/+23
2013-04-11Convert mtime from a time_t to a struct timespec.Jeremy Allison1-15/+26
2013-04-11Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().Jeremy Allison1-0/+5
2013-04-11Clean error paths in opendir and fd_opendir by only setting handle data on su...Jeremy Allison1-10/+13
2013-04-11Protect open_and_sort_dir() from the directory changing size.Jeremy Allison1-9/+15
2013-04-11Use an index i rather than re-using a state variable.Jeremy Allison1-5/+3
2013-04-11Protect against early error in SMB_VFS_NEXT_READDIR.Jeremy Allison1-0/+4
2013-04-11Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.Jeremy Allison1-14/+8
2013-04-10vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structsVolker Lendecke1-4/+29
2013-04-09vfs_fake_perms: Slightly streamline codeVolker Lendecke1-2/+2
2013-04-09vfs_fake_perms: Slightly streamline codeVolker Lendecke1-16/+21
2013-04-03s3:modules: fix the build of vfs_notify_fam (bug #9545)Stefan Metzmacher1-0/+4
2013-03-24vfs-btrfs: Fix build on 32 bit platforms by using long long typesAndrew Bartlett1-6/+10
2013-03-24Revert "vfs_btrfs: fix compile on 32-bit platforms."Rusty Russell1-5/+4
2013-03-23vfs_btrfs: fix compile on 32-bit platforms.Rusty Russell1-4/+5
2013-03-21s3:waf fix build on AIXStefan Metzmacher1-1/+1
2013-03-15vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2013-03-09s3-vfs: add vfs_btrfs moduleDavid Disseldorp2-0/+205
2013-03-07vfs_catia: add my copyrightGuenter Kukkukk1-0/+1
2013-03-07vfs_catia: fix the translation to "vfs_translate_to_windows"Guenter Kukkukk1-4/+6
2013-03-07vfs_catia: add debug class for that moduleGuenter Kukkukk1-1/+23
2013-02-22s3-vfs: Don't leak file descriptor on error.Andreas Schneider1-1/+3
2013-02-22s3-vfs: Don't leak file descriptor.Andreas Schneider1-2/+1
2013-02-19s3:modules: s/event_add_timed/tevent_add_timerStefan Metzmacher1-2/+2
2013-02-19s3:modules: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher3-6/+6
2013-02-19s3:modules: s/struct fd_event/struct tevent_fdStefan Metzmacher4-10/+10
2013-02-19s3:modules: s/struct timed_event/struct tevent_timerStefan Metzmacher1-2/+2
2013-02-19s3:modules: s/struct event_context/struct tevent_contextStefan Metzmacher5-11/+11
2013-02-18vfs_gpfs: Fix typos in comments.Karolin Seeger1-2/+2
2013-02-11Fix bug #9642 - vfs_afsacl.c won't build.Jeremy Allison1-1/+2
2013-02-04s3:modules remove gpfs_getacl_allocChristian Ambach1-46/+0
2013-02-04s3:modules use vfs_gpfs_getacl in gpfsacl_get_posix_aclChristian Ambach1-3/+3
2013-02-04s3:modules use vfs_gpfs_getacl in gpfsacl_set_nt_acl_internalChristian Ambach1-5/+9
2013-02-04s3:modules use vfs_gpfs_getacl in gpfs_get_nfs4_aclChristian Ambach1-2/+5
2013-02-04s3:vfs_gpfs use non_posix_sys_acl_blob_get_*_helperChristian Ambach1-16/+90
2013-02-04s3:vfs_gpfs add a generic vfs_gpfs_getacl functionChristian Ambach1-0/+73
2013-02-04s3:modules/vfs_gpfs add GPFS_GETACL_NATIVE defineChristian Ambach1-0/+4