repl_md: Avoid dropping cross-partition links
[samba.git] / source3 /
2019-07-01 Ralph Boehmeselftest: add a test that itime is not set when setting...
2019-07-01 Ralph Boehmevfs_fruit: change default for "fruit:zero_file_id"...
2019-07-01 Ralph Boehmevfs_fruit: make "fruit:zero_file_id" a per share option
2019-07-01 Ralph Boehmevfs_fruit: move zero file-id to vfs_fruit
2019-07-01 Ralph Boehmes3:smbd: set file_id in fetch_dos_mode_done()
2019-07-01 Ralph Boehmes3:smbd: use stored file_id in SMB_VFS_FS_FILE_ID()
2019-07-01 Ralph Boehmes3:vfs: move get_fs_file_id to vfs_default
2019-07-01 Ralph Boehmes3:vfs: add SMB_VFS_FS_FILE_ID()
2019-07-01 Ralph Boehmes3:smbd: rename get_FileIndex() to get_fs_file_id()
2019-07-01 Ralph Boehmes3:smbd: return inode number, not FileIndex for UNIX...
2019-07-01 Ralph Boehmes3:smbd: use xattr_DosInfo4 in set_ea_dos_attribute()
2019-07-01 Ralph Boehmes3:smbd: parse xattr_DosInfo4 in parse_dos_attribute_blob()
2019-07-01 Ralph Boehmes3:smbd: mark itime non-calculated if we created a...
2019-07-01 Ralph Boehmes3/lib: add make_file_index_from_itime()
2019-07-01 Ralph Boehmes3/lib: add update_stat_ex_file_id()
2019-07-01 Ralph Boehmes3/lib: add update_stat_ex_itime()
2019-07-01 Ralph Boehmes3: add st_ex_file_id to struct stat_ex
2019-07-01 Ralph Boehmes3: add st_ex_itime to struct stat_ex
2019-07-01 Ralph Boehmes3: convert struct stat_ex st_ex_calculated_birthtime...
2019-07-01 Ralph Boehmes3: remove unused st_ex_mask from struct stat_ex
2019-07-01 Ralph Boehmevfs_catia: pass stat info to synthetic_smb_fname()
2019-07-01 Andreas Schneiders3:winbind: Add support for storing KRB5 credential...
2019-06-30 Swen Schilligsource3: Update all consumers of strtoul_err(), strtoul...
2019-06-30 Jeremy Allisons3: smbd: Make open_directory() always open a fd.
2019-06-28 Volker Lendeckevfs_preopen: TALLOC_FREE(fde) before closing the underl...
2019-06-28 Volker Lendeckevfs_preopen: Fix an uninitialized variable read
2019-06-28 Volker Lendeckevfs_preopen: Fix for O_NOFOLLOW
2019-06-28 Volker Lendeckesmbd: Fix broken brlock for clustering
2019-06-28 Michael Adamvfs:glusterfs_fuse: treat ENOATTR as ENOENT
2019-06-28 Michael Adamvfs:glusterfs: treat ENOATTR as ENOENT
2019-06-27 Shyamsunder Rathis3:notifyd: Handle sigup in notifyd to reparse smb...
2019-06-27 Andreas Schneiders3:utils: Use GnuTLS RC4 in npc_rpc_trust
2019-06-27 Andreas Schneiders4:rpc_server: Use GnuTLS RC4 in lsa endpoint
2019-06-27 Andreas Schneiders3:rpc_client: Use C99 inititializer in dcerpc_samr_chg...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_arcfour...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_decrypt...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_encrypt...
2019-06-27 Andrew Bartlettlib/crypto: move gnutls error wrapper to own subsystem
2019-06-26 Jeremy Allisons3: torture: Ensure we can always get a POSIX ACL on...
2019-06-26 Jeremy Allisons3: smbd: We also need to open a real directory fd...
2019-06-25 David Disseldorpclient: enable allinfo and altname tab completion
2019-06-24 Jeremy Allisons3: torture: Add POSIX-ACL-OPLOCK test to check interac...
2019-06-24 Jeremy Allisons3: smbd: Posix ACLs. Now we know we have a handle...
2019-06-24 Jeremy Allisons3: modules: Fruit. Now we know we have a handle, alway...
2019-06-24 Jeremy Allisons3: smbd: If smbd_do_qfilepathinfo() causes an oplock...
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_default_acl() take an...
2019-06-24 Jeremy Allisons3: smbd: Add default ACLS can only be set on directory...
2019-06-24 Jeremy Allisons3: smbd: Only pass fsp to remove_posix_acl(). No longe...
2019-06-24 Jeremy Allisons3: smbd: Only pass fsp to set_unix_posix_acl(). No...
2019-06-24 Jeremy Allisons3: smbd: Change set_unix_posix_default_acl() to return...
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make set_unix_posix_default_acl...
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_acl() return NTSTATUS.
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make remove_posix_acl() return...
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make set_unix_posix_acl() use moder...
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make remove_posix_acl() use modern...
2019-06-24 Jeremy Allisons3: smbd: Fix smb_query_posix_acl() to always use fsp...
2019-06-24 Jeremy Allisons3: smbd: Plumb through struct smb_request *req paramet...
2019-06-24 Jeremy Allisons3: smbd: Fix smb_query_posix_acl() to use modern codin...
2019-06-24 Jeremy Allisons3: smbd: Factor out code into a separate function...
2019-06-24 Jeremy Allisons3: smbd: Now we always have a handle in smb_set_posix_...
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() to always use...
2019-06-24 Jeremy Allisons3: smbd: Add get_posix_fsp() utility function. Not...
2019-06-24 Jeremy Allisons3: smbd: Clarify logic with helper variables in smb_se...
2019-06-24 Jeremy Allisons3: smbd: Make data offset use clearer in smb_set_posix...
2019-06-24 Jeremy Allisons3: smbd: Add correct wrap checks to smb_set_posix_acl().
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() to have only one...
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() argument list...
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() to modern coding...
2019-06-24 Jeremy Allisons3: torture: Fix a debug typo.
2019-06-24 Jeremy Allisons3: smbd: Ensure open for security descriptor access...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_Type() compatability macro
2019-06-24 Andreas Schneiders3:smbd: Use gnutls_error_to_ntstatus() in smb2_sesssetup
2019-06-24 Andreas Schneiders3:smbd: Use gnutls_error_to_ntstatus() in smb2_server
2019-06-24 Andreas Schneiderlibcli:smb: Return NSTATUS for smb2_signing_check_pdu()
2019-06-20 Michael Hanselmannregfio: Return instead of assert for short blocks
2019-06-20 Volker Lendeckesmbd: Remove struct blocking_lock_record
2019-06-20 Volker Lendeckevfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
2019-06-20 Volker Lendeckesmbd: Remove unused brlock code
2019-06-20 Volker Lendeckesmbd: Cancel smbd_smb1_do_locks requests in reply_ntcancel
2019-06-20 Volker Lendeckesmbd: Add a clarifying comment on triggering waiters
2019-06-20 Volker Lendeckesmbd: Don't call cancel_pending_lock_requests_by_fid...
2019-06-20 Volker Lendeckesmbd: Base smb2_lock.c on tevent_req
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in smb_set_posix_lock()
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in reply_lockingX()
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in reply_lock()
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in reply_lockread()
2019-06-20 Volker Lendeckesmbd: Remove SMB1 special case handling from brlock.c
2019-06-20 Volker Lendeckesmbd: Ping dbwrap_watch on locking.tdb for in smbd_do_u...
2019-06-20 Volker Lendeckesmbd: Add smbd_smb1_do_locks_send/recv()
2019-06-20 Volker Lendeckesmbd: Slightly simplify smbd_smb2_lock_send()
2019-06-20 Volker Lendeckesmbd: Return "blocker_pid" from do_lock()
2019-06-20 Volker Lendeckesmbd: Add some paranoia against NULL dereference
2019-06-20 Volker Lendeckesmbd: Add "blocker_pid" to brl_lock()
2019-06-20 Volker Lendecketorture3: Test cancelling locking&x with ntcancel
2019-06-20 Volker Lendeckelibsmb: Make cli_lockingx cancellable
2019-06-20 Volker Lendecketorture3: Run a blocking lock&x call with a subsequent...
2019-06-20 Volker Lendecketorture3: Test blocking posix locks
2019-06-20 Volker Lendecketorture3: Test LOCKINGX_CANCEL without locks
next