lib/util: charset modules do not exist any more
[amitay/samba.git] / source3 / modules /
2012-04-03 Andrew Bartletts3-vfs: initial work on posix:eadb module
2012-03-31 Volker Lendeckes3-aio-fork: Fix a segfault in vfs_aio_fork
2012-03-31 Volker Lendeckes3-aio-fork: Fix aio_suspend event hierarchy
2012-03-31 Volker Lendeckes3-aio-fork: Fix an alignment warning on OS/X
2012-03-30 Jeremy AllisonMore strlcat/strlcpy truncate checks.
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-22 Christian Ambachs3:vfs_gpfs: fix some compiler warnings
2012-03-22 Christian Ambachs3:vfs_gpfs: remove fallback to linux_setlease
2012-03-22 Christian Ambachs3:vfs_gpfs: correct use of profiling macros
2012-03-22 Christof Schmitts3:vfs_gpfs: Implement fallocate callback for GPFS
2012-03-22 Christof Schmitts3:vfs_gpfs: Report disk space and usage on GPFS share...
2012-03-22 Christof Schmitts3:vfs_gpfs: add GPFS api calls for quota and free...
2012-03-21 Michael Adams3:vfs_tsmsm: Fix a misspelling of a config parameter...
2012-03-21 Volker Lendeckes3: Remove "conn" from sys_notify_context
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2012-03-17 Jeremy AllisonFix second part of bug #8811 - sd_has_inheritable_compo...
2012-03-11 Brad Smiths3: Improve statvfs support
2012-03-02 Brad Smiths3: Further fix for bug 8777
2012-02-25 Brad Smiths3: Fix bug 8777, sys_statvfs() wrapper support for...
2012-02-10 Christian Ambachs3:vfs_gpfs:quieten an expectable warning message
2012-02-10 Christian Ambachs3:vfs_gpfs: fix a compiler warning
2012-02-10 Christof Schmitts3:vfs_gpfs:Fix query of creation time from GPFS
2012-02-10 Stefan Metzmachers3:vfs_gpfs: make "gpfs:getrealfilename" a per share...
2012-02-10 Stefan Metzmachers3:vfs_gpfs: make "gpfs:ftruncate" a per share option
2012-02-10 Stefan Metzmachers3:vfs_gpfs: make "gpfs:winattr" a per share option
2012-02-10 Stefan Metzmachers3:vfs_gpfs: be less verbose in get/set_xattr functions
2012-02-03 Jeremy AllisonFix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNE...
2012-02-02 Volker Lendeckes3-xattr_tdb: Fix listxattr
2012-02-02 Volker Lendeckes3: Simplify streams_depot a bit
2012-02-01 Volker Lendeckes3: Add rmdir operation to streams_depot
2012-01-26 Jeremy AllisonUse sys_pread/sys_pwrite to cope correctly with 64...
2012-01-25 Volker Lendeckes3: Fix a panic in aio_pthread
2012-01-25 Matthieu Patous3: improve the code in the AES encryption.
2012-01-25 Jeremy Allisons3: Fix bug #8674.
2012-01-18 Volker Lendeckes3-aio-pthread: num threads should be int
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2012-01-12 Volker Lendeckes3: Split a line with 1 statements
2012-01-12 Jeremy AllisonEnsure we always free aio_ex on all error paths by...
2012-01-11 Jeremy AllisonFirst part of fix for bug #8673 - NT ACL issue.
2012-01-10 Volker Lendeckes3-aio_pthread: Fix the build
2012-01-10 Volker Lendeckes3-aio_pthread: Make "pd_list" static
2012-01-06 Jeremy AllisonRemove the commented out code.
2012-01-06 Jeremy AllisonAdd "aio num threads" parameter to allow manual configu...
2012-01-06 Jeremy AllisonAdd a sys_get_number_of_cores() function that calls...
2012-01-05 Jeremy AllisonAdd some debug to vfs_aio_pthread so I can see when...
2012-01-05 Jeremy AllisonAdd S3 vfs_aio_pthread module to replace broken glibc...
2011-12-15 Christian Ambachs3:vfs fix up vfs_gpfs after function pointer renames
2011-12-13 Stefan Metzmachers3:smbd/oplock_onefs: pass smbd_server_connection to...
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-12-03 Jelmer VernooijRevert making public of the samba-module library.
2011-12-02 Jeremy AllisonFix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules...
2011-11-30 Volker Lendeckes3: Attempt to fix the vfs_commit module
2011-11-30 Jeremy AllisonFix bug 8636 - When returning an ACL without SECINFO_DA...
2011-11-24 Christian Ambachs3:vfs:gpfs remove non-working code
2011-11-24 Christian Ambachs3:vfs:gpfs fix some compiler warnings
2011-11-24 Christian Ambachs3:vfs:gpfs convert syncio parameter
2011-11-22 Jeremy AllisonRemove the setting of the inherited ACL on new files...
2011-11-04 Jeremy AllisonRemove can_access_file_data() - make it use the standar...
2011-11-02 Jeremy AllisonRemove opendir() VFS code from ACL modules.
2011-10-28 Jeremy AllisonRemove the mkdir and open functions from the ACL module...
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module -> samba_module_init
2011-10-18 Jeremy Allisonvfs_netatalk should be using strstr_m, not strstr to...
2011-10-18 Jeremy AllisonThe last argument to atalk_build_paths() is always...
2011-10-14 Jeremy AllisonRemoved unused variable.
2011-10-14 Frank LahmAdd support for VFS op streaminfo chaining in all relev...
2011-10-11 Michael Adams3:vfs: convert the acl_tdb module to use dbwrap wrappe...
2011-10-11 Michael Adams3:vfs: convert nfs4_acls sidmap db code to use dbwrap_...
2011-10-11 Michael Adams3:vfs: change the xattr_tdb module to use dbwrap wrapp...
2011-10-11 Stefan Metzmachers3:vfs_acl_common: also parse xattr.NTACL version 1
2011-10-11 Andrew Bartlettlib/param move source4 param code to the top level
2011-10-07 Stefan Metzmachers3:modules: add vfs_dfs_samba4
2011-10-07 Stefan Metzmachers3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
2011-10-06 Andrew Bartlettmodules: standardise on samba_init_module as the hook...
2011-10-01 Richard SharpeMove FSCTL handling into the VFS. Initial code changes...
2011-09-30 Volker Lendeckes3: Re-add (), fix a gcc hint
2011-09-27 Jeremy AllisonThese modules are no longer experimental but production...
2011-09-27 Richard SharpeFree the memory talloc'd
2011-09-23 David DisseldorpFix bug 8480 - acl_xattr can free an invalid pointer...
2011-09-23 Jeremy AllisonRevert "Add a missing include file to two VFS modules"
2011-09-18 Volker Lendeckes3: Fix a c++ warning
2011-09-15 Volker Lendeckes3: Trim lines in nfs4_acls.c
2011-09-15 Volker Lendeckes3: Fix some nonempty blank lines
2011-09-15 Richard SharpeAdd a missing include file to two VFS modules
2011-09-08 Jeremy AllisonTidy up previous patch for bug #8442 - NFSv4 DENY ACLs...
2011-09-07 Ira CooperFix bug #8442 - NFSv4 DENY ACLs always include SYNCHRON...
2011-08-31 Christian Ambachs3:modules make perfcount_test loadable again
2011-08-31 Rusty Russelltdb2: fix build with --enable-tdb2
2011-08-29 Jeremy AllisonFix bug Bug 8422 - Infinite loop in ACL module code.
2011-08-25 SATOH Fumiyasus3: Fix the build of vfs_aixacl2.c
2011-08-23 Olivier Sessinkscannedonly module: improve sleep behavior when reading...
2011-08-18 Jeremy AllisonFix bug #8370 - vfs_chown_fsp broken -- returns in...
2011-08-17 Volker LendeckeReplace calls to sid_equal with calls to dom_sid_equal
2011-08-09 Björn Jackes3:vfs_prealloc: fix build on SLES8
2011-08-03 Volker Lendeckes3: Fix some nonempty blank lines
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-29 Michael Adams3:modules:nfs4_acls: fix the include of dbwrap.h to...
2011-07-28 Michael Adams3:modules:nfs4_acls: improve fix for bug #8330
2011-07-27 Christian Ambachs3:modules fix Bug 8330 NFSv4 ACL merging logic is...
next