summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2019-09-118-0/+91
* s3: pysmbd: Ensure conn->cwd_fsp member of created connections is initialized.Jeremy Allison2019-09-111-0/+26
* s3: torture: vfstest: Change from create_conn_struct_tos() -> create_conn_str...Jeremy Allison2019-09-111-3/+10
* s3: smbd: profile: Remove syscall_symlink entry now syscall is no longer used.Jeremy Allison2019-09-111-1/+0
* s3:smbd: skip write-time fetching for directories.Ralph Boehme2019-09-112-2/+4
* smbd: Do boolean short-circuitingVolker Lendecke2019-09-101-7/+5
* smbd: Use dbwrap_do_locked() in fd_close_posix()Volker Lendecke2019-09-101-70/+21
* smbd: Use dbwrap_do_locked() in add_fd_to_close_entry()Volker Lendecke2019-09-101-28/+30
* dbwrap: Initialize state in dbwrap_delete()Volker Lendecke2019-09-101-1/+1
* lib: Remove an obsolete commentVolker Lendecke2019-09-101-4/+0
* smbd: Fix DBG typo in find_delete_on_close_token()Volker Lendecke2019-09-101-4/+3
* smbd: Use file_id_str_buf() in close_remove_share_mode()Volker Lendecke2019-09-101-2/+3
* smbd: Use file_id_str_buf() in setup_poll_open()Volker Lendecke2019-09-101-2/+2
* smbd: Use file_id_str_buf() in defer_open()Volker Lendecke2019-09-101-1/+2
* smbstatus: Use file_id_str_buf() in print_brl()Volker Lendecke2019-09-101-1/+3
* smbd: Use file_id_str_buf() in set_sticky_write_time()Volker Lendecke2019-09-101-2/+3
* smbd: Use file_id_str_buf() in share_mode_str()Volker Lendecke2019-09-101-1/+2
* smbd: Use file_id_str_buf() in brl_cleanup_disconnected()Volker Lendecke2019-09-101-23/+24
* smbd: Use file_id_str_buf() in brl_get_locks()Volker Lendecke2019-09-101-3/+4
* vfs: Use file_id_str_buf() in xattr_tdb_setattr()Volker Lendecke2019-09-101-2/+3
* vfs: Use file_id_str_buf() in xattr_tdb_getattr()Volker Lendecke2019-09-101-2/+3
* lib: Use file_id_str_buf() in file_id_string()Volker Lendecke2019-09-101-4/+2
* lib: Add file_id_str_buf()Volker Lendecke2019-09-102-0/+18
* lib: Properly #ifdef __LIB_FILE_ID_H__Volker Lendecke2019-09-101-0/+5
* vfs: restore stat fields in vfs_stat_fsp()Ralph Boehme2019-09-103-1/+4
* s3:vfs: streamline vfs_stat_fsp()Ralph Boehme2019-09-101-6/+4
* s3: replace fsp_stat() with vfs_stat_fsp()Ralph Boehme2019-09-104-31/+23
* s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme2019-09-102-0/+22
* vfs_catia: stat info may have been updated, make sure to return changesRalph Boehme2019-09-101-0/+4
* s3:smbd: ensure to update the File-ID in struct smb_filenameRalph Boehme2019-09-101-0/+17
* s3:lib: round itime to NTTIME resolution in make_file_id_from_itime()Ralph Boehme2019-09-101-0/+2
* lib: add round_timespec_to_nttime()Ralph Boehme2019-09-102-0/+10
* s4:torture: add a file-id related testRalph Boehme2019-09-105-0/+217
* s4:torture/smb2: try to fix a RESOURCE_LEAK in smb2.samba3misc.localposixlock1Stefan Metzmacher2019-09-101-3/+4
* lib/torture: protect torture_assert[_goto]() with a do { } while(0) blockStefan Metzmacher2019-09-101-4/+6
* s4:torture: always add ';' after torture_assert()Stefan Metzmacher2019-09-103-4/+4
* Create SECURITY.mdAndrew Bartlett2019-09-091-0/+15
* s3:selftest: add delay_inject:brl_lock_windows testingStefan Metzmacher2019-09-092-0/+16
* vfs_delay_inject: add support for brl_[un]lock_windows()Stefan Metzmacher2019-09-091-0/+117
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-0911-5/+106
* s3:smb2_lock: handle NT_STATUS_RETRY from the VFS backendStefan Metzmacher2019-09-091-0/+80
* s3:blocking: handle NT_STATUS_RETRY from the VFS backendStefan Metzmacher2019-09-091-0/+84
* s3:blocking: make use of smbd_smb1_do_locks_try() in smbd_smb1_do_locks_send()Stefan Metzmacher2019-09-091-86/+4
* s3:blocking: call smbd_smb1_do_locks_setup_timeout() also in smbd_smb1_do_loc...Stefan Metzmacher2019-09-091-0/+5
* s3:blocking: fix the fsp->blocked_smb1_lock_reqs handlingStefan Metzmacher2019-09-092-13/+125
* s3:blocking: do the timeout calculation before calling dbwrap_watched_watch_s...Stefan Metzmacher2019-09-091-16/+16
* s3:blocking: split out smbd_smb1_do_locks_setup_timeout()Stefan Metzmacher2019-09-091-35/+63
* s3:blocking: use timeval_expired(&state->endtime) to stop processingStefan Metzmacher2019-09-091-8/+17
* s4:torture/raw: add multilock6 testStefan Metzmacher2019-09-093-0/+265
* s4:torture/raw: add multilock5 testStefan Metzmacher2019-09-092-0/+270