s3:net: refactor getting of secdesc out of net_registry_getsd()
[ira/wip.git] / source3 / modules /
2010-03-02 Björn Jackes3:vfs_aixacl2: add missing semicolon
2010-02-28 Holger Hetterichs3: vfs_full_audit.c: implement negated vfs_ops in...
2010-02-18 Günther Deschners3-modules: fix get_acl_blob in the acl_tdb VFS module.
2010-02-14 Andrew Tridgells3-vfs: use TYPESAFE_QSORT() in s3 VFS modules
2010-02-11 Jeremy AllisonFix bad use when freeing linked list. Todd Stecher...
2010-02-10 Andrew Tridgells3-perfcount: update to use new DLIST macros
2010-02-09 Björn Jackevfs_catia: fix return type warnings
2010-02-08 Jeremy AllisonFix bug #6876 for acl_tdb module.
2010-02-07 Björn Jackes3: fix build issue on Tru64
2010-02-05 Jeremy AllisonFix bug 7075 - bug in vfs_scannedonly rmdir implementation.
2010-02-04 Björn Jackes3:vfs_scannedonly: fix build on HP-UX
2010-02-03 Volker Lendeckes3: Simplify the code a bit: Catch (len==0) early
2010-02-03 Jeremy AllisonFix bug 7081 - vfs_expand_msdfs doesn't work correctly...
2010-01-29 olivierAIX doesn't have MSG_DONTWAIT
2010-01-21 Ed PleseAdd localtime parameter to shadow_copy2.
2010-01-21 Ed PleseAdd format parameter to shadow_copy2.
2010-01-21 Ed PleseAdd sort parameter to shadow_copy2.
2010-01-17 Jeremy AllisonModification of fix for bug 6876 - Delete of an object...
2010-01-14 Olivier SessinkPart 4 of bug #7028 - include scannedonly VFS module
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 SASAJIMA ToshihiroFix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)
2010-01-13 Jeremy AllisonFix two uses of strncat -> strlcat. Ensure proper use...
2010-01-13 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
2010-01-12 Volker Lendeckes3: Lift the version of the scannedonly VFS module
2010-01-12 Olivier Sessinks3: Add the "scannedonly" vfs virus scanner interface...
2010-01-11 Volker Lendeckes3: Add a zfsacl:denymissingspecial parameter
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Björn Jackevfs_commit: print warning when no fsync support is...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-24 Jeremy AllisonAttempt to fix one of the last two bugs with the full...
2009-12-09 Björn Jackes3: keep subsecond times on cross-filesystem moves...
2009-12-09 Andrew BartlettMerge commit 'origin/master' into abartlet-devel
2009-12-08 Björn Jackes3: make sys_posix_fallocate more generic
2009-12-08 Björn Jackes3: allocate only "new" space, not "old" sparse space...
2009-12-07 Jeremy Allisonparent_sd can never be null in this function, so don't
2009-12-07 Jeremy AllisonHopefullt final fix for 6802 - acl_xattr.c module:...
2009-12-04 Jeremy AllisonRemove smb_fname duplicates that just keep the same...
2009-12-03 Jeremy AllisonRemove unneeded argument from can_set_delete_on_close...
2009-12-03 Björn Jackeѕ3: remove superfluous option check
2009-12-02 Jeremy AllisonRestructure the ACL code some more, get the internal...
2009-12-02 Jeremy AllisonEnsure check_parent_acl_common() only looks at stored
2009-12-02 Björn Jackes3: prefer posix_fallocate for doing "strict allocate"
2009-12-02 Jeremy AllisonEnsure get_nt_acl_internal() only looks at the ACL...
2009-12-01 Jeremy AllisonFix DEBUG 0 -> DEBUG 10 (left over code).
2009-12-01 Jeremy AllisonFix bug 6938 : No hook exists to check creation rights...
2009-11-30 Jeremy AllisonRestructure the connect function code to always call
2009-11-29 Volker Lendeckes3: Restore "fake directory create times" as a share...
2009-11-29 Volker Lendeckes3: "copy_reg" only looks at mode, uid, gid, atime...
2009-11-29 Volker Lendeckes3: Pass up fake_dir_create_times from atalk_build_paths
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-25 Jeremy AllisonFix bug 6892 - When a chown operation is issued via...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in is_in_pa...
2009-11-18 Volker Lendeckes3: Replace some create_synthetic_smb_fname() calls
2009-11-18 Volker Lendeckes3: Do not talloc in readdir
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-12 Jeremy AllisonSecond part of bugfix for 6865 - acl_xattr module:...
2009-11-11 Michael Adams3:vfs_fs_capabilities: fix a debug message
2009-11-07 Jeremy AllisonFix bug 6865 - acl_xattr module: Has dependency that...
2009-11-04 Björn Jackes3: add support for full windows timestamps resolution...
2009-10-29 Jeremy AllisonStart fixing the RAW-STREAMS test - ensure that the...
2009-10-23 Barry SabsevitzFix bug 6802 - A created folder does not properly inher...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-17 Jeremy AllisonAdd comment explaining about symlink following & posix.
2009-10-17 Jeremy AllisonLast 2 VFS_STAT -> LSTAT fixes I can see in the modules...
2009-10-16 Jeremy AllisonFix one missing STAT -> LSTAT with POSIX pathnames...
2009-10-13 Andrew Tridgells3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxx
2009-10-06 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
2009-10-02 Jeremy AllisonRemove lots of duplicate code and move it into one
2009-10-02 Jeremy AllisonFix more use of VFS_STAT when posix pathnames selected.
2009-10-01 Jeremy AllisonFix bug #6769 - symlink unlink does nothing.
2009-09-28 Christian Ambachchanged debuglevel for two messages in the GPFS module...
2009-09-25 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-24 Matthias Dieter... s3:vfs_default - correct function parameters
2009-09-24 Steven Dannemans3 onefs: Fix 1 second share mode delay handling
2009-09-24 Steven Dannemans3 onefs: Fix a race condition exists in onefs_open...
2009-09-24 Zack Kirschs3 onefs: Add some debugging/asserts to give more info...
2009-09-24 Tim Proutys3: Add more helpful debugging to some of the streams...
2009-09-24 Aravind Srinivasanvfs catia: Fix a NULL dereference when CATIA is loaded...
2009-09-24 Aravind Srinivasanvfs catia: Fix the double translation that was happenin...
2009-09-24 Aravind Srinivasanvfs catia: Fix a possible NULL dereference
2009-09-24 Volker Lendeckes3: Forgot to check in one build failure for vfs_gpfs.c
2009-09-24 Volker Lendeckes3: Remove an unused variable
2009-09-24 Volker Lendeckes3: Make the vfs_gpfs compile at least
2009-09-18 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-18 Volker Lendeckes3:smbd: Attempt to fix the build on HP/UX
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Volker Lendeckes3: Fix reading beyond the end of a named stream in...
2009-09-16 Volker Lendeckes3: Add some debugs to streams_xattr
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-14 Volker Lendeckes3:vfs_catia: Make some fns static
2009-09-14 Volker Lendeckes3:vfs_catia: Use talloc_zero for simplification
2009-09-14 Volker Lendeckes3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATIC
2009-09-14 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-14 Volker Lendeckes3: Test short reads in the build farm
2009-09-17 Abhidnya ChirmuleTo set file create/birth time in GPFS. Signed-off-by...
2009-09-17 Volker Lendeckes3:vfs: Fix the build of vfs_tsmsm after the VFS rewrite
next