dbwrap: Add dbwrap_change_int32_atomic
[ddiss/samba.git] / source3 / modules /
2012-06-21 Jeremy AllisonFix bug #8974 - Kernel oplocks are broken when uid...
2012-06-15 Björn Baumbachs3:vfs_gpfs: add "gpfs:acl" option
2012-06-15 Michael Adams3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.
2012-06-12 Michael Adams3:vfs:scannedonly: fix use of non-existent word (existant)
2012-06-12 Volker Lendeckes3: Make vfswrap_audit_file static
2012-06-11 Volker Lendeckes3: Fix Coverity ID 703870 Uninitialized scalar variable
2012-06-11 Volker Lendeckes3: Save errno around a TALLOC_FREE
2012-06-11 Volker Lendeckes3: Fix Coverity ID 703871 Unused pointer value
2012-06-06 Stefan Metzmachers3:modules: we don't need smbd/proto.h in vfs_shadow_co...
2012-06-02 Andrew Bartlettlib/replace: xattr wrappers in lib/replace rather than...
2012-06-02 Volker Lendeckes3: Same fix as 8576256, this time for fgetxattr
2012-05-31 Stefan Metzmachers3:vfs_hpuxacl: remove unused file_find_fd() calls
2012-05-24 Stefan Metzmachers3:smbd/msdfs: pass 'allow_broken_path' to get_referred...
2012-05-23 Alexander BokovoyIntroduce system MIT krb5 build with --with-system...
2012-05-21 Volker Lendeckes3: Fix vfs_xattr_tdb.c
2012-05-17 Richard SharpeCheck the return from create_acl_blob
2012-05-16 Stefan Metzmachers3:onefs: remove all onefs related code as it not maint...
2012-05-16 Richard SharpeFix the overwriting of errno before use in a DEBUG...
2012-05-09 Andrew Bartletts3-vfs: Show the invalid ACL when we say it is invalid...
2012-05-08 Alexander Werths3:vfs/gpfs: Have inherited deny ACE's show up in ACLs
2012-05-08 Christian Ambachs3:vfs/shadow_copy2 fix some compiler warnings
2012-05-08 Christian Ambachs3:vfs/shadow_copy2 make descending sort order the...
2012-04-28 Richard SharpeAdd an audit file VFS routine so we can handle auditing...
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2682: NULL_RETURNS
2012-04-19 Andrew Bartletts3-xattr_tdb: Remove dead code: talloc_stackframe(...
2012-04-18 Andrew Bartletts3-xattr_tdb: Be nice to xattr_tdb_getxattr callers...
2012-04-18 Andrew Bartletts3-xattr_tdb: make xattr_tdb a private library, for...
2012-04-12 Jeremy AllisonFix return_fn when aio was cancelled. We need to return...
2012-04-12 Jeremy AllisonFix the same bug reported by Kirill Malkin <kirill...
2012-04-12 Volker Lendeckes3: Fix a typo
2012-04-11 Jeremy AllisonSimplify the logic around doing an immediate event...
2012-04-11 Andrew Bartlettbuild: Add tevent deps for users of tevent calls
2012-04-11 Jeremy AllisonAdd a new module, aio_linux which implements Linux...
2012-04-09 Volker Lendeckes3: Initialize aio_pending_size from aio_pthread
2012-04-09 Volker Lendeckes3: Initialize aio_pending_size from aio_pthread
2012-04-09 Volker Lendeckes3: Move the aio signal init to the vfs module
2012-04-06 Jeremy AllisonBug found by Herb. blkcnt_t st_ex_blksize is defined...
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused llistxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-05 Andrew Bartlettbuild: Remove sys_rewinddir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_closedir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_telldir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_seekdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_readdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_opendir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_lseek wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_ftruncate wrapper
2012-04-05 Andrew BartlettRemove off64_t declarations
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...
next