smbd: Remove unused [push_pull]_file_id_24
[samba.git] / source3 / modules / vfs_afsacl.c
2023-08-08 Joseph Suttons3:modules: Add missing newlines to logging messages
2023-08-08 Joseph Suttons3:modules: Call dom_sid_compare_domain() instead of...
2021-06-09 Jeremy Allisons3: VFS: afsacl: Remove afsacl_sys_acl_blob_get_file().
2021-06-09 Jeremy Allisons3: VFS: afsacl: Remove afsacl_get_nt_acl_at().
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for fstat() calls
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-05-07 Jeremy Allisons3: VFS: afsacl. Remove get_nt_acl_fn().
2020-05-07 Jeremy Allisons3: VFS: afsacl. Add afsacl_get_nt_acl_at().
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2018-12-20 Volker Lendeckevfs: Use dom_sid_str_buf
2018-12-10 Volker Lendeckevfs: Use dom_sid_str_buf
2017-12-18 Christof Schmittvfs: Use static_decl_vfs in all VFS modules
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2016-03-24 Jeremy Allisons3: vfs: vfs_afsacl. refuse_symlink() means we can...
2016-03-24 Jeremy Allisons3:smbd: Fix build for vfs_afsacl.c.
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2014-06-04 Christian Ambachs3:vfs_afsacl fix compiler warnings
2014-06-04 Christian Ambachvfs_afsacl: remove unused includes
2014-06-04 Christian Ambachs3:lib/afs move afs_settoken.c to common lib dir
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-23 Michael Adams3:modules: vfs_afsacl has the afs_syscall prototype...
2013-04-17 Volker Lendeckevfs: Convert afsacl_get_nt_acl to synthetic_smb_fname
2013-02-11 Jeremy AllisonFix bug #9642 - vfs_afsacl.c won't build.
2012-10-11 Andrew Bartlettvfs: Use a blocking function in vfs_afsacl for system...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-07 Björn Jackevfs_afsacl.c: Remove some unnecessary return; statements
2012-03-30 Jeremy AllisonMore strlcat/strlcpy truncate checks.
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-07-21 Christian Ambachs3:modules/vfs_afsacl fix a compiler warning
2011-07-21 Christian Ambachs3:afs make path argument to afs_syscall const
2011-07-21 Christian Ambachs3:modules/vfs_afsacl fix a compiler warning
2011-07-21 Christian Ambachs3:modules/vfs_afsacl use stdbool types
2011-07-21 Christian Ambachs3:modules/vfs_afsacl remove some unnecessary whitespace
2011-07-21 Christian Ambachs3:lib/afs fix the build with --with-vfs-afsacl
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-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-04 Jeremy AllisonRemove magic numbers. Standardize on macro. Move from...
2011-03-30 Günther Deschners3-vfs acl modules: more non-linux build fixes.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-06-03 Günther Deschners3-security: use shared "Generic access rights".
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".
2009-11-30 Jeremy AllisonRestructure the connect function code to always call
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-17 Jeremy AllisonLast 2 VFS_STAT -> LSTAT fixes I can see in the modules...
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-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-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
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-05-09 Jeremy AllisonYay ! Remove a VFS entry. Removed the set_nt_acl()...
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-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2008-01-06 Michael AdamRemove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
2008-01-06 Michael AdamRemove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
2007-12-19 Michael AdamChange the prototype of the vfs function get_nt_acl().
2007-12-19 Michael AdamPrepare the afs acl module for the api change in get_nt...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-11-17 Jeremy AllisonRemove pstring from modules directory.
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Volker Lendecker24280: Fix the build of vfs_afsacl.c
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 Jeremy Allisonr23620: Convert set_nt_acl to return NTSTATUS. Also...
2007-10-10 Jeremy Allisonr22675: Simo's patch for 0 size allocation. Still need
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Gerald Carterr21151: applying patches for CVE-2007-045[34]
2007-10-10 Herb Lewisr20261: merge 20260 from samba_3_0_24
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker16411: Fix compilation of vfs_afsacl, thanks to Greszl...
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
2007-10-10 Volker Lendecker11585: Implement the possibility to have AFS users...
2007-10-10 Volker Lendecker8366: Root-level files don't have a slash, but acls...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
next