summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* vfs: restore stat fields in vfs_stat_fsp()Ralph Boehme2019-09-102-0/+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
* s4:torture: add a file-id related testRalph Boehme2019-09-101-0/+2
* s3:ldap: Fix join with don't exists machine accountEvgeny Sinelnikov2019-09-101-2/+3
* s3:selftest: add delay_inject:brl_lock_windows testingStefan Metzmacher2019-09-091-0/+4
* 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-091-9/+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
* s3:smb2_lock: add retry for POSIX locksStefan Metzmacher2019-09-091-0/+55
* s4:torture/smb2: add smb2.samba3misc.localposixlock1Stefan Metzmacher2019-09-091-1/+1
* s3:smb2_lock: make use of smbd_smb2_lock_try() in smbd_smb2_lock_send()Stefan Metzmacher2019-09-091-62/+6
* s3:smb2_lock: let smbd_smb2_lock_try() explicitly check for the retry conditionStefan Metzmacher2019-09-091-0/+26
* s3:smb2_lock: error out early in smbd_smb2_lock_send()Stefan Metzmacher2019-09-091-3/+19
* s3:smb2_lock: split smbd_smb2_lock_retry() into _try() and _retry()Stefan Metzmacher2019-09-091-19/+30
* s3:smb2_lock: move from 'blocking' to 'state->blocking'Stefan Metzmacher2019-09-091-3/+3
* s3:brlock: always return LOCK_NOT_GRANTED instead of FILE_LOCK_CONFLICTStefan Metzmacher2019-09-091-4/+4
* s3:blocking: maintain state->deny_statusStefan Metzmacher2019-09-091-5/+28
* s3:blocking: use dynamic posix lock wait intervalsStefan Metzmacher2019-09-091-4/+37
* s3:blocking: Remove bug reproducer from a few commits agoStefan Metzmacher2019-09-091-2/+2
* s3:blocking: fix posix lock retryStefan Metzmacher2019-09-091-11/+25
* s3:blocking: move from 'timeout' to 'smbd_smb1_do_locks_state->timeout'Stefan Metzmacher2019-09-092-10/+12
* s3:blocking: split smbd_smb1_do_locks_retry() into _try() and _retry()Stefan Metzmacher2019-09-091-30/+42
* s3:blocking: demonstrate the posix lock retry failsStefan Metzmacher2019-09-091-2/+2
* s3:torture: convert LOCK9 into LOCK9A and LOCK9BStefan Metzmacher2019-09-092-13/+28
* s3:torture: fix the timeout alarm handling on LOCK9Stefan Metzmacher2019-09-091-1/+1
* s3:blocking: remove unused timeval_brl_min()Stefan Metzmacher2019-09-092-18/+0
* s3:locking: add share_mode_wakeup_waiters() helper functionStefan Metzmacher2019-09-092-0/+13
* s3:locking: add/split out byte_range_{valid,overlap}() helper functionsStefan Metzmacher2019-09-092-16/+99
* s3:smb2_lock: call change_to_user_by_fsp() when dbwrap_watched_watch* finishesStefan Metzmacher2019-09-091-0/+10
* s3:blocking: call change_to_user_by_fsp() when dbwrap_watched_watch* finishesStefan Metzmacher2019-09-091-0/+9
* vfs_glusterfs: Use pthreadpool for scheduling aio operationsPoornima G2019-09-041-268/+294
* CVE-2019-10197: smbd: split change_to_user_impersonate() out of change_to_use...Stefan Metzmacher2019-09-031-4/+17
* CVE-2019-10197: test_smbclient_s3.sh: add regression test for the no permissi...Stefan Metzmacher2019-09-031-0/+30
* CVE-2019-10197: smbd: make sure we reset current_user.{need,done}_chdir in be...Stefan Metzmacher2019-09-031-0/+3
* CVE-2019-10197: smbd: make sure that change_to_user_internal() always resets ...Stefan Metzmacher2019-09-031-0/+1
* CVE-2019-10197: smbd: separate out impersonation debug info into a new function.Jeremy Allison2019-09-031-14/+23
* vfs:glusterfs_fuse: build only if we have setmntent()Michael Adam2019-08-281-1/+3
* vfs:glusterfs_fuse: ensure fileids are constant across nodesMichael Adam2019-08-281-1/+192