s3:events: get rid of the stupid set_event_dispatch_time() function
[sfrench/samba-autobuild/.git] / source / modules /
2009-01-05 Volker LendeckeFix a bad memleak in vfs_full_audit
2009-01-05 Volker LendeckeFix bug 6012: Add "get_real_filename" to full_audit
2009-01-01 Jeremy AllisonFix all warnings with gcc4.3.
2008-12-25 Jeremy AllisonFix bug #5990 - strict allocate should be checked befor...
2008-12-18 Jeremy AllisonComment out the parent inheritance code (this is incorr...
2008-12-12 Volker LendeckeMake use of smbd_gpfs_get_realfilename_path in unix_con...
2008-12-12 Volker LendeckeFix nonempty blank lines in vfs_gpfs.c
2008-12-12 Volker Lendeckes3:modules/gpfs: Fix nonempty blank lines
2008-12-12 Volker LendeckePass the get_real_filename operation through the VFS
2008-12-04 Henning HenkelFix bug #5929 - vfs_prealloc does not build with option...
2008-12-01 Stefan Metzmachers3:streams_xattr: fstat should do a stat on the base...
2008-12-01 Stefan Metzmachers3:streams_xattr: recheck fsp->fsp_name after a rename
2008-12-01 Stefan Metzmachers3:streams_depot: add an option to disable the xattr...
2008-12-01 Stefan Metzmachers3:streams_depot: fix valgrind bug lp_parm_const_string...
2008-12-01 Stefan Metzmachers3:streams_depot: add support for stream renames
2008-12-01 Stefan Metzmachers3:streams_depot: map 'file::$DATA' to just 'file'
2008-12-01 Stefan Metzmachers3:streams_xattr: add support for renaming streams
2008-12-01 Michael Adamvfs_tsmsm: fix potential segfault (freeing uninitialize...
2008-11-25 Michael Adamzfsacl: "return" is not a function.
2008-11-25 Nils Gorollzfsacl: Prevent calling POSIX ACL vfs methods on zfs...
2008-11-24 Mathias DietzSearch for gpfs functions in both libgpfs_gpl.so an...
2008-11-22 Michael Adamnfs4_acls: make prototype header match definition for...
2008-11-22 Jeremy AllisonRevert f268d75f5ed1258b08c5571780ea3be6724daed4 - ...
2008-11-22 Jeremy AllisonFix the logic bug that caused us to run into kernel...
2008-11-22 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-11-22 Jeremy AllisonUse fxattr calls whenever possible (trying to work...
2008-11-21 Jeremy AllisonSecond part of the fix for bug #5903 - vfs_streams_xatt...
2008-11-19 Jeremy AllisonAdd functions to delete NTACL on posix ACL set.
2008-11-17 Jeremy AllisonFix bug #5900 reported by monyo@samba.gr.jp - vfs_reado...
2008-11-16 TAKAHASHI MotonobuFix bug 5901: Default for streams_depot location
2008-11-14 Jeremy AllisonMove v2 from timestamp to 16-byte hash. Got the change...
2008-11-11 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-11-11 Jeremy AllisonAdded vfs_acl_tdb.c module to do ACLs completely in...
2008-11-09 Jeremy AllisonFix a subtle logic bug in the adaption of se_create_chi...
2008-11-06 Jeremy AllisonStart factoring out the inheritance differences.
2008-11-06 Jeremy AllisonDon't call FSET_NT_ACL on file create if there's no...
2008-11-06 Jeremy AllisonOnly one more issue with NULL ACL test left to solve.
2008-11-06 Jeremy AllisonFix crash in module, get more of the NULL acl test...
2008-11-04 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-11-04 Jeremy AllisonPass all of RAW-ACLS except for inheritence. Working...
2008-11-04 Jeremy AllisonPass all the non-inherited S4 RAW-ACL tests.
2008-11-01 Jeremy AllisonGet closer to passing S4 RAW-ACLs.
2008-10-31 Jeremy AllisonUnify se_access_check with the S4 code. Will make
2008-10-30 Jeremy AllisonStart moving us closer to passing S4 RAW-ACL test using...
2008-10-30 Jeremy AllisonInherit Windows ACLs on a new directory.
2008-10-29 Jeremy AllisonFix CID 606 - failed to return -1 after socket() fail.
2008-10-29 Jeremy AllisonAllow a new file to inherit the Windows ACL from its...
2008-10-13 Jeremy Allison Whitespace tidyup and an optimization to remove a...
2008-10-13 Holger HetterichEnable optional anonymization of user names,
2008-10-09 Jeremy AllisonRemove SEC_ACCESS. It's a uint32_t.
2008-10-09 Volker LendeckeMake use of ZERO_STRUCT (the first memset was actually...
2008-10-08 Tim ProutyFixed "might be uninitialized" warning
2008-10-08 Jeremy AllisonDeal with inheritance from parent directory when settin...
2008-10-08 Jeremy AllisonFix const warning.
2008-10-08 Jeremy AllisonUpdate vfs version as I've added a const to the securit...
2008-10-07 Jeremy AllisonMake map_errno_from_nt_status() a generic call, not...
2008-10-07 Tim ProutyFixed build warning "passing arg from incompatible...
2008-10-01 Jeremy AllisonTurn the socket connections into a refcounted list...
2008-09-30 Jeremy AllisonConvert to allocated strings. Use write_data(), not...
2008-09-30 Jeremy AllisonRemove current_user_info - not needed.
2008-09-30 Jeremy AllisonRestructure the module so it connects to the remote...
2008-09-25 Jeremy AllisonUse IPv4/v6 independent calls. Change safe_strcpy/cat...
2008-09-25 Jim McDonoughFix the new vfs_smb_traffic_analyzer build for static...
2008-09-24 Holger HetterichSMB traffic analyzer vfs module from Holger Hetterich...
2008-09-17 Jeremy AllisonCorrectly get+set the NT ACL on a file. Now to make...
2008-09-17 Jeremy AllisonMark module experimental, fix crash bugs.
2008-09-16 Jeremy AllisonFirst (incomplete) cut of this module. Based on Volker...
2008-09-08 Volker LendeckeWhen setting an NFSv4 ACL, map generic bits
2008-08-26 Andrew Tridgellfixed an errno handling bug that could lead to an infin...
2008-08-26 Andrew Tridgellfixed tsmsm_sendfile(). The logic was totally broken.
2008-08-21 Michael AdamPut prototypes of modules/vfs_irixacl.c to new modules...
2008-08-21 Michael AdamPut prototypes of modules/vfs_hpuxacl.c to new modules...
2008-08-21 Michael AdamPut prototypes of modules/vfs_solarisacl.c to new modul...
2008-08-21 Michael AdamPut prototypes of modules/vfs_tru64acl.c to new modules...
2008-08-21 Michael AdamPut prototypes of modules/vfs_posixacl.c into new modul...
2008-08-14 Jeremy AllisonFix bug #5692 - Core dump in full_audit.so.
2008-08-14 Michael AdamRevert "Add a gpfs_prefetch module"
2008-08-13 Volker LendeckeAdd a gpfs_prefetch module
2008-08-13 Andrew Tridgellkeep compatibility with v3-0-ctdb name for fileid:mappi...
2008-07-18 Volker LendeckeFix the build of vfs_zfsacl.c
2008-07-18 Volker LendeckeChange the directory parameter in streams_depot to...
2008-07-16 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-15 Jeremy AllisonFix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet...
2008-07-12 Volker LendeckeRemove an unused extern reference in vfs_aixacl2.c
2008-07-11 Volker LendeckeFix the build of nfs4_acls.c
2008-07-04 Lars MüllerAdd SMB_VFS_OP_RECVFILE to get it in sync with vfs.h
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-06-19 Volker LendeckeRemove current_user_info reference from vfs_recycle.c
2008-06-19 Volker LendeckeRemove current_user_info reference from vfs_fake_perms.c
2008-06-19 Volker LendeckeRemove current_user_info reference from vfs_expand_msdfs.c
2008-06-19 Volker Lendeckecurrent_user is not used in vfs_aixacl2.c
2008-06-17 Michael AdamRemove reference to current_user from modules/nfs4_acls.c .
2008-06-12 Volker LendeckeAIX build fixes from William Jojo -- thanks
2008-06-07 Volker LendeckeAdd STREAMINFO op to vfs_full_audit
2008-05-25 Volker LendeckeRemove some references to get_current_username() and...
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-05-10 Volker LendeckeRemove "user" from connection_struct
2008-05-10 Volker LendeckeRemove the unix token info from connection_struct
2008-05-09 Jeremy AllisonYay ! Remove a VFS entry. Removed the set_nt_acl()...
next