s3:pylibsmb: Make .list() work for SMBv2
[samba.git] / source3 / modules / vfs_audit.c
2018-07-11 Timur I. Bakeyevvfs_audit: Extend list of recognized syslog(3) faciliti...
2018-07-05 Timur I. BakeyevMake sure that vfs*audit modules recognize and accept...
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_FCHMOD_ACL().
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_CHMOD_ACL().
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2016-03-03 Jeremy AllisonVFS: Modify chmod_acl to take a const struct smb_filena...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2016-02-24 Jeremy Allisons3: VFS: Modify mkdir to take a const struct smb_filena...
2015-08-20 Stefan Metzmachers3:modules/vfs_*: make function prototypes available...
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-06-29 Andrew Bartlettparam: Merge param headers into lib/param/loadparm.h
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-24 Christian Ambachs3:vfs properly terminate enums in audit modules
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/syslog.h when needed.
2009-11-30 Jeremy AllisonRestructure the connect function code to always call
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Finish plumbing the fsp->fsp_name smb_fname convers...
2009-07-06 Tim Proutys3 audit: Fix a memory leak
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-07-06 Tim Proutys3 audit: Remove the usesless static function declarati...
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_RENAME
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-20 Michael AdamRemove redundant parameter fd from SMB_VFS_CLOSE().
2008-03-23 Volker LendeckeFix Coverity warnings
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHMOD().
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Herb Lewisr20261: merge 20260 from samba_3_0_24
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Deryck Hodger10619: Allow syslog facility and priority to be set via
2007-10-10 Jeremy Allisonr9483: Changed DIR to SMB_STRUCT_DIR because of the...
2007-10-10 Jeremy Allisonr7893: Add in the extra parameters to opendir() to...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-16 Jelmer VernooijMore merges from HEAD:
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 Jelmer VernooijUse the new modules system in VFS. If a module can...
2003-02-21 Gerald Carterpatch from Hal Roberts check for a valid [f]chmod_acl...
2003-02-21 Gerald Carterpatch from Hal Roberts check for a valid [f]chmod_acl...
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-13 Jelmer VernooijMove working VFS modules to source/modules/