vfs_nfs4acl_xattr: add XDR backend
[samba.git] / source3 /
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: add XDR backend
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: implement take-ownership as in vfs_a...
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: add POSIX mode check and reset
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: do xattr ops as root
2017-11-07 Ralph Boehmeselftest: test vfs_nfs4acl_xattr with NFS 4.1 ACLs
2017-11-07 Ralph Boehmenfs4acls: update default NFS4 ACL version to 4.1
2017-11-07 Ralph Boehmeselftest: add explicit default NFS4 acl version
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: add support for NFS 4.1 ACL flags...
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: move the meat of the implementation...
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: fsp->fh->fd can legally be -1
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: refactoring
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: code polish
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: modernize ACL inheritance
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: add a runtime configuration object
2017-11-07 Ralph Boehmelibrpc/idl: rename NFS4 ACL xattr name define
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: move interesting functions pointers...
2017-11-07 Ralph Boehmevfs_nfs4acl_xattr: remove a layer of indirection
2017-11-07 Ralph Boehmes3/posix_acls: add default ACL style "everyone"
2017-11-07 Ralph Boehmes3/smbd: make make_default_filesystem_acl public
2017-11-07 Ralph Boehmevfs_acl_common: directly pass default_acl_style
2017-11-05 Ralph Wuerthners3: smbd: Fix delete-on-close after smb2_find
2017-11-03 Ralph Boehmevfs_fruit: avoid dereferencing a freed object in an...
2017-11-02 Ralph Boehmevfs_zfsacl: fix compilation error
2017-10-29 Günther Deschners3-auth: remove leftover prototype from auth_domain.
2017-10-27 Volker Lendeckewinbindd: Remove a misleading comment
2017-10-27 Volker Lendeckeprinting: Avoid an "extern current_user"
2017-10-27 Volker Lendeckeprinting: Avoid an "extern current_user"
2017-10-27 Volker Lendeckesmbd: Fix the memory hierarchy in the unix token
2017-10-27 Volker Lendeckesmbd: Remove an indentation level in smb2_negprot
2017-10-27 Andreas Schneiderlibsmbclient: Use const for the user
2017-10-27 Andreas Schneiders3:modules: Check correct variable for NULL in posixacl...
2017-10-26 Andreas Schneiders3:passdb: Make sure the salt is fully initialized...
2017-10-26 Andreas Schneiders3:secrets: Do not leak memory of pw and old_pw
2017-10-26 Andreas Schneiders3:vfs_glusterfs: Use SAFE_FREE
2017-10-26 Andreas Schneiders3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd()
2017-10-24 Jeremy Allisons3: smbclient: Test we can rename with a name containing.
2017-10-24 Jeremy Allisons3: smbclient: Ensure we call client_clean_name() befor...
2017-10-24 Jeremy Allisons3: client: Add new utility function client_clean_name().
2017-10-22 Volker Lendeckenfs4acls: Slightly simplify smb_add_ace4
2017-10-22 Volker Lendeckenfs4acls: Fix a debug message
2017-10-21 Ralph Boehmes3/smbd: update some more DEBUG macros in smbd_smb2_cre...
2017-10-21 Ralph Boehmes3/smbd: use early returns in smbd_smb2_create_send
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_after_exec from...
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_before_exec from...
2017-10-21 Ralph Boehmes3/smbd: remove all stack variables of smbd_smb2_create...
2017-10-21 Ralph Boehmes3/smbd: move create ctx extraction and validation...
2017-10-21 Ralph Boehmes3/smbd: move create contexts into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: remove unneeded args from smbd_smb2_create_finish
2017-10-21 Ralph Boehmes3/smbd: move info into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: add in_create_disposition to smbd_smb2_create_...
2017-10-21 Ralph Boehmes3/smbd: add in_oplock_level to smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: move requested_oplock_level into smbd_smb2_cre...
2017-10-21 Ralph Boehmes3/smbd: move replay_operation into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: move result into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: leverage early return added in the previous...
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_finish from smbd_s...
2017-10-21 Ralph Boehmes3/smbd: modernize a DEBUG statement
2017-10-21 Ralph Boehmes3/smbd: move some setup code in smbd_smb2_create_send...
2017-10-21 Ralph Boehmes3/smbd: add tevent context to smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: use struct initializer for smbd_smb2_create_state
2017-10-20 Volker Lendeckelib: Remove fncall.c
2017-10-20 Volker Lendeckelib: Remove unused getaddinfo_send/recv
2017-10-20 Volker Lendecketorture: Remove GETADDRINFO test
2017-10-20 Volker Lendeckesmbd: Simplify cleanupdb a bit
2017-10-20 Volker Lendeckesmbd: cleanupdb.c is used in smbd only
2017-10-20 Michael Adamvfs_glusterfs: Fix exporting subdirs with shadow_copy2
2017-10-20 Stefan Metzmachers3:cli_netlogon: let rpccli_connect_netlogon() retry...
2017-10-20 Stefan Metzmachers3:cli_netlogon: make sure rpccli_connect_netlogon...
2017-10-20 Andreas Schneiders3:tests: Fix the smblcient utimes test in Europe
2017-10-19 Gary Lockyersource4/smbd: add a prefork process model.
2017-10-19 Volker Lendeckerpc_client: Fix wording in a DEBUG statement
2017-10-18 Christof SchmittRemoved unused 'oplock contention limit' config parameter
2017-10-18 Jeremy Allisons3: tests: Add smbclient test for utimes command.
2017-10-18 Richard Sharpes3:Add a utimes command to smbclient so we can set...
2017-10-17 Volker Lendeckevfs_catia: Fix a potential memleak
2017-10-17 Volker Lendeckevfs_catia: Fix a memory leak
2017-10-17 Volker Lendeckevfs_catia: Make "srt_head" static to the module
2017-10-17 Ralph Boehmes3/smbd: use correct access in get_file_handle_for_metadata
2017-10-17 Ralph Boehmes3/smbd: fix access checks in set_ea_dos_attribute()
2017-10-17 Ralph Boehmes3/smbd: README.Coding fixes in set_ea_dos_attribute
2017-10-16 Anoop C Svfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR
2017-10-14 Ralph Boehmeselftest: prevent interpretation of escape sequences...
2017-10-13 Ralph Boehmevfs_fruit: on-access conversion of AppleDouble xattr...
2017-10-13 Ralph Boehmevfs_fruit: static string fruit_catia_maps
2017-10-13 Ralph Boehmevfs_fruit: pass smb_fname to ad_convert
2017-10-13 Ralph Boehmevfs_fruit: unpack AppleDouble xattr header if present
2017-10-13 Ralph Boehmevfs_fruit: allocate ad_data buffer up to AD_XATTR_MAX_H...
2017-10-13 Ralph Boehmevfs_fruit: add AppleDouble xattr structure definitions
2017-10-13 Ralph Boehmevfs_fruit: fix ftruncating resource fork
2017-10-13 Ralph Boehmevfs_catia: factor out mapping functions
2017-10-12 Ralph Boehmeselftest: add some debugging to test_give_owner.sh
2017-10-12 Marc MuehlfeldUpdated error message text and reduced its debug level
2017-10-10 Ralph Boehmewinbindd: idmap_rid: error code for failing id-to-sid...
2017-10-10 Ralph Boehmewinbindd: idmap_rid: don't rely on the static domain...
2017-10-10 Ralph Boehmewinbindd: pass domain SID to wbint_UnixIDs2Sids
2017-10-10 Ralph Boehmewinbindd: add domain SID to idmap mapping domains
2017-10-09 Ralph Boehmevfs_fake_acls: deny give-ownership
2017-10-09 Ralph Boehmevfs_acl_common: fix take ownership vs give ownership
2017-10-09 Ralph Boehmevfs_acl_common: factor out a variable declaration
2017-10-09 Ralph Boehmes3/smbd/posix_acls: return correct status in try_chown
next