s4 dns: Verify incoming TSIG signatures
[mdw/samba.git] / source3 / modules /
2012-09-05 Andrew Bartlettbuild: Remove unused deps from vfs modules
2012-09-04 Andrew Bartlettbuild: Remove references to charset modules - we no...
2012-09-04 Andrew Bartlettbuild: vfs_fake_acls does not need the acl lib
2012-09-01 Volker Lendeckes3: Fix warnings in aio_fork.c
2012-08-31 Volker Lendeckes3: Fix a few "warning: ISO C90 forbids mixed declarati...
2012-08-29 Christof Schmitts3:vfs_gpfs: Use directory not file to get fileset id
2012-08-29 Björn Jackevfs_media_harmony: fix some compile warnings with llvm
2012-08-28 Andrew Bartletts3-vfs: Try to be consistent about localtime vs GMT...
2012-08-28 Andrew Bartletts3-vfs_shadow_copy2: Also accept a sscanf result
2012-08-21 Andrew Bartletts3-vfs: Remove extra calls to SMB_VFS_HANDLE_GET_DATA
2012-08-21 Andrew Bartletts3-vfs: Make vfs_aio_fork erratic timing behaviour...
2012-08-21 Andrew Bartlettbuild: Remove special case for the build farm
2012-08-20 Andrew Bartletts3-vfs: Add lstat and lchown hooks to the vfs_fake_acls...
2012-08-20 Andrew Bartletts3-vfs: Correct the implementation of fake_acls_sys_acl...
2012-08-20 Andrew Bartletts3-vfs: Use the system. namespace for fake ACLs
2012-08-20 Andrew Bartletts3-vfs: Allow vfs_xattr_tdb to work without a connected...
2012-08-17 Christian Ambachs3:vfs_tsmsm only send notifications when file was...
2012-08-17 Volker Lendeckes3: Adapt the tsmsm module to the new aio routines
2012-08-17 Volker Lendeckes3-vfs: Fix calls of lp_parm_talloc_string
2012-08-17 Volker Lendeckes3: Remove the gpfs_hsm_notify module
2012-08-17 Volker Lendeckes3: Merge vfs_gpfs_hsm_notify into vfs_gpfs.c
2012-08-16 Christian Ambachs3:vfs_gpfs: make sure parameters are set correctly...
2012-08-16 Christof Schmitts3:vfs_gpfs: Fix compile error in gpfs module
2012-08-16 Andrew Bartletts3-vfs: Continue to make vfs_xattr_tdb non-recursive
2012-08-16 Andrew Bartletts3-vfs: Add new VFS module to fake setting an ACL
2012-08-15 Andrew Bartletts3-vfs: Set errno in xattr emulation
2012-08-15 Andrew Bartletts3-vfs: Avoid loops in VFS modules: call _NEXT function...
2012-08-15 Andrew Bartletts3-vfs: ensure we strictly free the talloc_stackframe
2012-08-15 Andrew Bartlettlibrpc/idl: Make smb_acl_t public so we can pull/push...
2012-08-15 Andrew Bartletts3-smbd: Remove sys_acl_*() VFS wrapper functions
2012-08-15 Andrew Bartletts3-smbd: Change allocation of smb_acl_t to talloc()
2012-08-14 Andrew Bartletts3-vfs: Put vfs_aixacl_util.c helper functions into...
2012-08-10 Andrew Bartletts3-nfs4acls: Remove lookup_sid and sidmap from NFSv4...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns on strnorm().
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-08-08 Björn Jackevfs_dirsort: Remove unnecessary return; statement
2012-08-07 Björn Jackevfs_afsacl.c: Remove some unnecessary return; statements
2012-08-07 Björn Jackevfs_full_audit: Remove some unnecessary return; statements
2012-08-07 Björn Jackevfs_time_audit: Remove unnecessary return; statement
2012-08-07 Björn Jackevfs_time_audit: Remove some unnecessary return; statements
2012-08-07 Volker Lendeckevfs-mediaharmony: Remove some unnecessary return; state...
2012-08-07 Björn Jackevfs_media_harmony: fix return of void
2012-08-07 Andrew Klaassenmedia_harmony VFS module: Add and build by default.
2012-07-18 Volker Lendeckeconfig: The AIO engine is indepent of HAVE_AIO now
2012-07-18 Volker Lendeckes3: Add aio_fsync to the aio_linux module
2012-07-18 Volker Lendeckes3: Add aio_fsync to the aio_fork module
2012-07-18 Volker Lendeckes3-aio-fork: make "read_cmd" an enum
2012-07-18 Volker Lendeckes3: Add aio_fsync to the aio_posix module
2012-07-18 Volker Lendeckes3-vfs: async fsync
2012-07-18 Volker Lendeckes3: Move the aio_pthread read/write functionality to...
2012-07-18 Volker Lendeckes3-aio: Remove unused VFS functions and more
2012-07-18 Volker Lendeckes3-vfs: Add pwrite_send/recv to vfs modules
2012-07-18 Volker Lendeckes3-vfs: Add pread_send/recv to vfs modules
2012-07-18 Volker Lendeckes3: Convert aio_linux to pread/pwrite_send/recv
2012-07-18 Volker Lendeckes3: Convert aio_fork to pread/pwrite_send/recv
2012-07-18 Volker Lendeckes3-aio_fork: Convert get_idle_child from NTSTATUS to...
2012-07-18 Volker Lendeckes3-aio_fork: Convert create_aio_child from NTSTATUS...
2012-07-18 Volker Lendeckes3: Add vfs_aio_posix
2012-07-18 Volker Lendeckes3: Make smbd/aio.c not depend on aio.h anymore
2012-07-18 Volker Lendeckes3:vfs_aio_pthread: Convert to libasys
2012-07-18 Volker Lendeckes3-vfs: async pread
2012-07-18 Volker Lendeckes3-vfs: async pwrite
2012-07-18 Alexander Werths3:Really ignore unknown special ids in NFSv4 ACLs.
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-17 Rusty Russellsource3/modules/vfs_xattr_tdb.c: fix stackframe leak
2012-07-17 Volker Lendeckes3-linux-aio: Fix error handling
2012-07-17 Jeremy AllisonAdd debug message when SD hash doesn't match.
2012-07-13 Jeremy AllisonUse HAVE_FSYNC, we bothered to test for it.
2012-07-12 Jeremy AllisonLinux-specific optimization in aio_open code.
2012-07-12 Jeremy AllisonAdd an optimization to pthread aio writes to also do...
2012-07-12 Björn Jackes3: make log message of FSCTL_IS_VOLUME_DIRTY more...
2012-07-11 Ralph Wuerthners3:vfs_gpfs: fix ACL length calculation
2012-07-11 Christof Schmitts3:vfs_gpfs: Check softquota before gracetime
2012-07-11 Jeremy AllisonAdd in the threaded async open engine.
2012-07-03 Jeremy AllisonAllow init_aio_threadpool() to be setup for different...
2012-06-27 Andrew Bartletts3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
2012-06-25 Volker Lendeckes3: Fix a typo
2012-06-25 Volker Lendeckes3: Avoid a call to server_event_context()
2012-06-22 Volker Lendeckes3-vfs_gpfs: Fix bug #9003, posix acl on gpfs
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
next