s3:modules: Fix realloc with zero sized ACLs
[nivanova/samba-autobuild/.git] / source3 / modules / nfs4_acls.c
2013-10-30 Alexander Werths3:modules: Fix realloc with zero sized ACLs
2013-08-28 Abhidnya Joshis3: fix missing braces in nfs4_acls.c
2013-07-15 Alexander Werths3: Remove old mode special substitution.
2013-06-24 Jeremy AllisonUse existing "acl map full control" parameter to contro...
2013-05-17 Volker Lendeckesmbd: Fix a ISO C90 forbids mixed declarations and...
2013-05-09 Jeremy AllisonTidy up old bool usage. False -> false, True -> true.
2013-05-09 Alexander Werths3: Use mode bits in some cases in mode simple.
2013-05-09 Alexander Werths3: Add changes that keep nfs4:mode special behavior.
2013-05-09 Alexander Werths3: Mapping of cifs creator owner to nfs owner@ ace.
2013-05-09 Alexander Werths3: Mapping of special entries to creator owner in...
2013-05-09 Alexander Werths3: Add params parameter to smbacl4_nfs42win function.
2013-05-09 Alexander Werths3: Change smbacl4_get_vfs_params to use connection_str...
2013-05-09 Alexander Werths3: Move up declaration of params struct and related...
2013-05-09 Andrew Bartlettvfs: Allocate SMB4ACL_T on an explict memory context
2013-05-09 Andrew Bartlettvfs: Add vfs_handle_struct argument to smb_set_nt_acl_n...
2012-11-17 Christian Ambachs3:modules:nfs4_acls remove unused mem_ctx parameter...
2012-11-16 Christian Ambachs3:modules:nfs4_acls fix memory hierarchy in smb_create...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-10-09 Volker Lendeckes3: Pass down smb_filename to smbacl4_fill_ace4
2012-09-27 Christian Ambachs3:nfs4acls filter away inheritance flags on files
2012-09-27 Christian Ambachs3:nfs4acls pass down fsp instead of just the filename
2012-08-10 Andrew Bartletts3-nfs4acls: Remove lookup_sid and sidmap from NFSv4...
2012-07-18 Alexander Werths3:Really ignore unknown special ids in NFSv4 ACLs.
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-10-11 Michael Adams3:vfs: convert nfs4_acls sidmap db code to use dbwrap_...
2011-09-15 Volker Lendeckes3: Trim lines in nfs4_acls.c
2011-09-15 Volker Lendeckes3: Fix some nonempty blank lines
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-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...
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-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-01 Jeremy AllisonSplit the ACE flag mapping between nfs4 and Windows
2011-05-30 Gregor Becknfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the...
2011-05-30 Gregor Becknfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the client
2011-05-24 Christian Ambachs3:modules properly terminate enums in nfs4 acl code
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2011-02-05 Jeremy AllisonFix try_chown code. Use new vfs_chown_fsp() which alway...
2011-01-13 Paul B. HensonFix bug #7909 - map SYNCHRONIZE acl permission statical...
2010-10-18 Günther Deschners3: fix the build of idmap_adex, idmap_tdb2, idmap_hash...
2010-09-26 Günther Deschners3-vfs: fix the build of nfs4_acls.c
2010-08-30 Volker Lendeckes3: Fix the build of the nfs4_acl module
2010-06-03 Volker Lendeckes3: Fix the build of the nfsv4 acl code
2010-06-03 Günther Deschners3-security: use shared "Standard access rights.".
2010-06-03 Günther Deschners3-security: use shared "File Object specific access...
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_GROUP define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_OWNER define.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Günther Deschners3-secdesc: use SD_REVISION from security.idl.
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_acl SEC_ACL".
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_ace SEC_ACE".
2010-03-15 Jeremy AllisonPass "connection_struct *conn" into functions that...
2010-03-15 Jeremy AllisonRever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-02 Jeremy AllisonFix more use of VFS_STAT when posix pathnames selected.
2009-08-14 Jeremy AllisonUse defined names rather than numeric constants to...
2009-08-14 Michael Adamgpfs.so: map the file_inherit and dir_inherit flags...
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-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-06 Christian Ambachdo not merge ACEs with different SMB_ACE4_INHERIT_ONLY_...
2009-06-25 Volker LendeckeAdd a \n to a debug message in smbacl4_nfs42win
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Volker LendeckeFix the build of nfs4_acls.c
2009-05-27 Volker LendeckeFix a size_t/int warning
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-27 Volker LendeckeFix the build of nfsv4_acls.c
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-23 Jeremy AllisonQuieten down a boatload of shadowed variable warnings...
2009-02-20 Jeremy AllisonFix bug #6133 - Cannot delete non-ACL files on Solaris...
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-23 Jeremy AllisonApply same logic fix for #4308 Excel save operation...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-09 Jeremy AllisonRemove SEC_ACCESS. It's a uint32_t.
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jeremy AllisonUpdate vfs version as I've added a const to the securit...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-08 Volker LendeckeWhen setting an NFSv4 ACL, map generic bits
2008-07-11 Volker LendeckeFix the build of nfs4_acls.c
2008-06-17 Michael AdamRemove reference to current_user from modules/nfs4_acls.c .
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
next