ctdb-scripts: Fix an incorrect comment
[obnox/samba/samba-obnox.git] / source3 / modules /
2015-10-16 Ralph Boehmevfs_streams_xattr: fix and simplify streams_xattr_get_n...
2015-10-16 Ralph Boehmevfs_fruit: hide the Netatalk metadata xattr in streaminfo
2015-10-16 Ralph Boehmevfs_fruit: add and use define for the Netatalk metadata...
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-10-08 Uri Simchonivfs_commit: set the fd on open before calling SMB_VFS_FSTAT
2015-10-06 Ralph Boehmevfs_fruit: return value of ad_pack in vfs_fruit.c
2015-09-08 Volker Lendeckefruit: Fix CID 1323186 Dereference before null check
2015-09-04 Volker Lendeckevfs_gpfs: Avoid calling gpfs_is_offline on every i/o
2015-09-04 Volker Lendeckevfs_gpfs: Introduce vfs_gpfs_fsp_is_offline
2015-09-02 Ralph Boehmevfs_fruit: delete ._ file when deleting the basefile
2015-09-02 Ralph Boehmevfs_fruit: split and simplify fruit_ftruncate
2015-09-02 Ralph Boehmevfs_fruit: handling of empty resource fork
2015-08-28 Richard SharpeMove the error handling for svhdx to vfswrap_create...
2015-08-27 Stefan Metzmachers3:vfs_smb_traffic_analyzer: remove samba_ prefix from...
2015-08-26 Volker Lendeckelib: Make sid_parse take a uint8_t
2015-08-21 Robin Hackvfs_scannedonly: Remove vfs_scannedonly from samba...
2015-08-20 Stefan Metzmachers3:modules/perfcount_*: make function prototypes availa...
2015-08-20 Stefan Metzmachers3:modules/vfs_*: make function prototypes available...
2015-08-20 Stefan Metzmachers3:wscript: remove leftover from vfs_notify_fam
2015-08-20 Volker Lendeckevfs: Add some {}
2015-08-13 Volker Lendeckenfs4acls: Remove type_name param from smbacl4_get_vfs_p...
2015-08-13 Volker Lendeckenfs4acls: Fix a small memleak
2015-08-13 Volker Lendeckenfs4acls: Introduce a helper variable
2015-08-13 Volker Lendeckenfs4acls: Remove a few unnecessary casts
2015-08-13 Volker Lendeckenfs4acls: Use talloc_realloc()
2015-08-13 Volker Lendeckenfs4acls: Use talloc_zero_array()
2015-08-13 Volker Lendeckenfs4acls: Use talloc_zero()
2015-08-13 Volker Lendeckenfs4acls: Use talloc_zero()
2015-08-13 Volker Lendeckenfs4acls: Remove get_validated_aceint
2015-08-13 Volker Lendeckenfs4acls: Remove get_validated_aclint
2015-08-13 Volker Lendeckenfs4acls: Remove the SMB_ACE4_INT_T typedef
2015-08-13 Volker Lendeckenfs4acls: Remove the SMB_ACL4_INT_T typedef
2015-08-13 Volker Lendeckenfs4acls: Use SMB4ACE_T instead of _SMB_ACE4_INT_T
2015-08-13 Volker Lendeckenfs4acls: Use SMB4ACL_T instead of _SMB_ACL4_INT_T
2015-08-13 Volker Lendeckenfs4acls: Remove an obsolete comment
2015-08-13 Volker Lendeckenfs4acls: Use an anon struct for SMB4ACE_T
2015-08-13 Volker Lendeckenfs4acls: Use an anon struct for SMB4ACL_T
2015-08-13 Volker Lendeckenfs4acls: Use ZERO_STRUCTP
2015-08-07 Ralph Boehmevfs_catia: run translation on stream names
2015-08-07 Ralph Boehmevfs_streams_xattr: stream names may contain colons
2015-07-24 Günther Deschnervfs: fix build warning in smb traffic analyzer.
2015-07-22 Volker Lendeckevfs: Fix CID 1312072 Failure to restore non-local value
2015-07-22 Volker Lendeckevfs: Fix CID 1312073 Argument cannot be negative
2015-07-16 Volker Lendeckevfs: Consolidate failure paths in vfswrap_init_asys_ctx
2015-07-16 Volker Lendeckevfs: Fix CID 1035384 Unchecked return value from library
2015-07-16 Ralph Boehmevfs_shadow_copy2: change log level from 0 to 1 and...
2015-07-13 Volker Lendeckevfs_fruit: Fix the 32-bit build
2015-07-08 Christof Schmittvfs_gpfs: Use C99 initializers instead of ZERO_STRUCT
2015-07-08 Christof Schmittvfs_gpfs: Use ACL defines from GPFS 3.5 header files
2015-07-07 Volker Lendeckesmbd: Remove SMB_VFS_NOTIFY_WATCH
2015-07-07 Volker Lendeckesmbd: Remove the notify_fam module
2015-07-07 Volker Lendeckeparam: Make "kernel change notify" global
2015-07-07 Volker Lendeckevfs_fruit: Fix CID 1311244 Out-of-bounds read
2015-07-02 Ralph Boehmevfs_fruit: check offset and length for AFP_AfpInfo...
2015-07-01 Ralph Boehmes3:vfs: copy_chunk buffer size
2015-06-23 Ralph Boehmevfs:fruit: implement copyfile style copy_chunk
2015-06-23 Ralph Boehmevfs_fruit: simplify lp_parm_bool check
2015-06-09 Ralph Boehmevfs_fruit: add option veto_appledouble
2015-05-21 Karolin Seegervfs_hpuxacl: Fix typo in comment...
2015-05-19 Stefan Metzmachers3:modules: remove unused allow_warnings=True for vfs_n...
2015-05-19 Stefan Metzmachers3:vfs_nfs4acl_xattr: fix compiler warnings
2015-05-19 Stefan Metzmachers3:modules: remove unused allow_undefined_symbols=False...
2015-05-19 Stefan Metzmachers3:modules: remove unused allow_undefined_symbols=True...
2015-05-19 Stefan Metzmachers3:modules: remove unused allow_warnings=True for vfs_a...
2015-05-19 Stefan Metzmachers3:vfs_aio_fork: avoid -Wcast-qual warnings
2015-05-19 Stefan Metzmachers3:modules: remove unused allow_warnings=True for vfs_p...
2015-05-19 Stefan Metzmachers3:vfs_preopen: avoid compiler warnings
2015-05-19 Stefan Metzmachers3:modules: remove unused allow_warnings=True for vfs_u...
2015-05-08 Ralph Boehmevfs_fruit: comment fix: the options are documented
2015-05-08 Ralph Boehmevfs_fruit: add option "nfs_aces" that controls the...
2015-05-07 Volker Lendeckevfs: Fix the O3 developer build
2015-05-07 Volker LendeckeFix a few printf format errors
2015-05-07 Ralph Boehmevfs_gpfs: move failure label before END_PROFILE
2015-05-06 Volker Lendeckesmbd: Fix CID 703870 Uninitialized scalar variable
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-05-05 Jeremy Allisons3: smbd: VFS: fake_acl module called get_full_smb_file...
2015-05-05 Jeremy Allisons3: smbd: VFS: For all EA and ACL calls use synthetic_s...
2015-05-05 Jeremy Allisons3: smbd: VFS: All the places that are currently callin...
2015-05-01 Richard SharpeConvert uint32/16/8 to _t for the last two include...
2015-04-30 Jeremy Allisons3: smbd: Incorrect file size returned in the response...
2015-04-30 Ralph Boehmevfp_gpfs: ensure END_PROFILE is always called
2015-04-29 Ralph Boehmevfs: kernel_flock and named streams
2015-04-28 Ralph Wuerthnervfs_gpfs: Fix ENODATA for getacl on .snapshot dirs
2015-04-17 Björn Jackevfs_fruit: also map characters below 0x20
2015-04-16 Christof Schmittvfs_gpfs: Remove vfs_gpfs_get_quotas
2015-04-16 Christof Schmittvfs_gpfs: Remove check for fileset quota
2015-04-02 Yan, Zhengvfs_ceph: add empty ACL callbacks
2015-04-02 Yan, Zhengvfs_ceph: use 'file descriptor' version xattr functions...
2015-03-31 David Disseldorpvfs: add vfs_shell_snap module
2015-03-31 David Disseldorpvfs_snapper: create/delete snapshot support
2015-03-31 David Disseldorpvfs_btrfs: add snapshot create/delete calls
2015-03-31 David Disseldorpvfs: add snapshot create/delete hooks
2015-03-30 Christof Schmittvfs_gpfs: Remove warning after failure of get_gpfs_fset_id
2015-03-26 Ralph Boehmevfs_fruit: enhance handling of malformed AppleDouble...
2015-03-23 Christof Schmittgpfswrap: Move gpfswrap to lib/util
2015-03-19 Yan, Zhengvfs_ceph: remove cephwrap_init_stat_ex_from_stat()
2015-03-19 Yan, Zhengvfs_ceph: fix ntimes_fn callback
2015-03-17 Volker Lendeckesource3: Replace ccan hash calls with tdb_jenkins_hash
2015-03-17 Volker Lendeckelib: Remove tdb_compat
2015-03-09 David Disseldorps3/vfs: change fallocate mode flags from enum->uint32_t
next