jra/samba/.git
2021-09-16 Jeremy Allisons3: smbd: store_smb2_posix_info() stored file size... master-smb2
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Return STOPPED_ON_SYMLINK when...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Make in_blob const, allocate...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Correctly fixup NFS symlink error...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Adjust get_reparse_err_data(...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Make get_reparse_err_data() public.
2019-02-25 Jeremy AllisonWIP: Finally get the interfaces / layering right for...
2019-02-25 Jeremy AllisonSQUSHME: Move is_reparse checks into util functions.
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Only restore the full smb_fname...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Ensure we don't return a valid...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: For SMB1 posix_open we must remap...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Add in the NFS-style STOPPED_ON_S...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Add update_nfs_reparse_error...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Ensure POSIX create context retur...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Ensure POSIX pathnames see all...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Ensure we return the correct...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Export is_reparse_point() as...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Ensure we return the NFS reparse...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Enable the ability for open to...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Move reparse point functions...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Add DATA_BLOB pointer to struct...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Ensure posix_unlink() opens symli...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Implement fsctl_del_reparse_point().
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Implement fsctl_set_reparse_point...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Add and use MAX_REPARSE_POINT_DAT...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Add initial fsctl_set_reparse_poi...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Add the ability to read existing...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Add validation of stored NFS...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: WIP. Partial implementation of...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Wrap get_reparse_point in a funct...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Add SAMBA_XATTR_REPARSE_ATTRIB...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Allow POSIX open/create of a...
2019-02-25 Jeremy Allisons3: smbd: smb2-posix: Add is_reparsepoint bool to files...
2019-02-25 Jeremy Allisons3: smbd: Check appropriate lp_smb1_unix_extensions...
2019-02-25 Jeremy Allisons3: smbd: Enable unix extensions if SMB1 or SMB2 parame...
2019-02-25 Jeremy Allisons3: docs: Add "smb2 unix extensions" parameter.
2019-02-25 Jeremy Allisons3: smbd: Rename 'unix extensions' -? 'smb1 unix extens...
2019-02-25 Jeremy Allisons3: smbd: Change uses of lp_unix_extensions() -> unix_e...
2019-02-25 Jeremy Allisons3: param: Wrap 'lp_unix_extensions()' with 'unix_exten...
2019-02-25 Jeremy Allisons3: smbd: Mark unix directory opens as case-sensitive.
2019-02-25 Jeremy Allisons3: smbd: Use case_sensitive bool in struct smb_Dir
2019-02-25 Jeremy Allisons3: smbd: Add a case_sensitive field to struct smb_Dir.
2019-02-25 Jeremy Allisons3: smbd: posix filenames are never mangled.
2019-02-25 Jeremy Allisons3: smbd: Add wrapper function for mangle_is_mangled().
2019-02-25 Jeremy Allisons3: smbd: Correctly set case settings for SMB2 posix...
2019-02-25 Jeremy AllisonUse local variables for case_sensitive/case_preserve...
2019-02-25 Jeremy AllisonWIP: s3: smbd: Allow fchmod from the NFS-style mode...
2019-02-25 Jeremy Allisons3: smbd: smbd_do_query_security_desc() can now be...
2019-02-25 Jeremy Allisons3: smbd: Expand smb2_query_security_desc() into a...
2019-02-25 Jeremy Allisons3: smbd: Add smb2_query_security_desc() - currently...
2019-02-25 Jeremy Allisons3: smbd: Add smbd_marshall_security_desc().
2019-02-25 Jeremy Allisons3: smbd: Split out smbd_fetch_security_desc() from...
2019-02-25 Jeremy AllisonPlumb SMB2_FIND_POSIX_INFORMATION through the directory...
2019-02-25 Jeremy AllisonAdd SMB2_FIND_POSIX_INFORMATION definition for SMB2...
2019-02-25 Jeremy Allisons3: smbd: Add SMB2_FILE_POSIX_INFORMATION getinfo info...
2019-02-25 Jeremy Allisons3: Update VFS version comment.
2019-02-25 Jeremy Allisons3: smbd: Plumb in POSIX lock requests through SMB2...
2019-02-25 Jeremy Allisons3: smbd: Add lock_flav element to struct smbd_lock_ele...
2019-02-25 Jeremy Allisons3: smbd: Remove the overloading of file_attributes...
2019-02-25 Jeremy AllisonUpdate note on VFS interface number.
2019-02-25 Jeremy Allisons3: smbd: Convert uses of FILE_FLAG_POSIX_SEMANTICS...
2019-02-25 Jeremy AllisonMove the handling of the internals of the SMB2 posix...
2019-02-25 Jeremy AllisonAdd make_smb2_posix_create_ctx().
2019-02-25 Jeremy AllisonSQUASH: Ensure we can only set permission bits.
2019-02-25 Jeremy AllisonSQUASH: We should be using unix_perms_to_wire here.
2019-02-25 Jeremy AllisonSQUASH: Fix offset when linearizing posix info blob.
2019-02-25 Jeremy AllisonWIP.
2019-02-25 Jeremy AllisonWIP. Implement the server-side of the SMB2 create conte...
2019-02-25 Jeremy AllisonWIP. Add client support to ask for UNIX extensions.
2019-02-25 Jeremy AllisonWIP. Allow server to return SMB2 UNIX extensions if...
2019-02-25 Jeremy Allisonsmb2-unix: Add definitions for negprot and create context.
2019-02-25 Volker Lendeckelibcli: Pass buf/len to smb2_negotiate_context_add
2019-02-25 Volker Lendeckelibsmb: Resolve special _recv handling in cli_ntcreate
2019-02-25 Volker Lendeckesmbd: Align integer types
2019-02-25 Volker Lendecketorture: Use GUID_zero()
2019-02-25 Jeremy Allisons3: smbd: filenames - ensure we replace the missing...
2019-02-25 Jeremy Allisons3: torture: Add additional POSIX mkdir tests.
2019-02-25 Martin Schwenkectdb-cluster-mutex: Separate out command and file handling
2019-02-25 Martin Schwenkectdb-tests: Add a test for configuring the recovery...
2019-02-25 Martin Schwenkectdb-tests: Add -R option for local daemons to use...
2019-02-25 Martin Schwenkectdb-tests: Force test failure if local daemon setup...
2019-02-25 Martin Schwenkectdb-recoverd: Time out attempt to take recovery lock...
2019-02-25 Martin Schwenkectdb-recoverd: Ban node on unknown error when taking...
2019-02-25 Martin Schwenkectdb-recoverd: Make recoverd context available in recov...
2019-02-25 Martin Schwenkectdb-recoverd: Clean up logging on failure to take...
2019-02-25 Martin Schwenkectdb-recoverd: Free cluster mutex handler on failure...
2019-02-25 Martin Schwenkectdb-config: Change example recovery lock setting to...
2019-02-24 Jeremy Allisonsmbd: unix_convert: Ensure we don't call get_real_filen...
2019-02-24 Jeremy Allisonsmbd: SMB1-POSIX: Add missing info-level SMB_POSIX_PATH...
2019-02-24 Jeremy Allisons3: smbtorture3: Add POSIX-MKDIR test for posix_mkdir...
2019-02-23 Ralph Boehmewinbindd: set idmap cache entries as the last step...
2019-02-23 Ralph Boehmewinbindd: track whether a result from xid2sid was comin...
2019-02-23 Ralph Boehmewinbindd: switch send-next/done order
2019-02-23 Ralph Boehmewinbindd: update xid in wb_xids2sids_state->xids with...
2019-02-23 Ralph Boehmewinbindd: convert id to a pointer in wb_xids2sids_dom_d...
2019-02-23 Ralph Boehmewinbindd: make xids a const argument to wb_xids2sids_send()
2019-02-23 Ralph Boehmewinbindd: make a copy of xid's in wb_xids2sids_send()
2019-02-22 Andreas Schneiders3:winbindd: Remove unused arcfour.h from PAM handling
2019-02-22 Andreas Schneiders3:rpc_server: Remove unused arcfour.h from netlogon
2019-02-22 Andreas Schneiders3:auth: Remove unused arcfour.h from auth_util.c
next