summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
Commit message (Expand)AuthorAgeFilesLines
* smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher2019-09-111-4/+4
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-111-1/+1
* smbd: rename change_to_user() to change_to_user_and_service()Ralph Boehme2019-09-111-1/+1
* s3: replace fsp_stat() with vfs_stat_fsp()Ralph Boehme2019-09-101-1/+0
* s3:blocking: move from 'timeout' to 'smbd_smb1_do_locks_state->timeout'Stefan Metzmacher2019-09-091-1/+1
* s3:blocking: remove unused timeval_brl_min()Stefan Metzmacher2019-09-091-2/+0
* smbd: Simplify has_other_nonposix_opens()Volker Lendecke2019-08-191-2/+1
* smbd: Make sys_disk_free staticChristof Schmitt2019-08-141-2/+0
* smbd: Make "lease" const in create_file_default()Volker Lendecke2019-08-091-1/+1
* smbd: Add defer_sharing_violation_smb1Volker Lendecke2019-08-071-0/+1
* smbd: Make remove_oplock_under_lock staticVolker Lendecke2019-08-061-1/+0
* smbd: Move fsp_client_guid() to locking/Volker Lendecke2019-08-061-1/+0
* smbd: Remove "share_access" from dup_file_fsp()Volker Lendecke2019-08-061-3/+6
* smbd: Use "req->request_time" in schedule_async_open()Volker Lendecke2019-08-061-4/+3
* s3: smbd: remove redundant smb_dname arg from dptr_create()Ralph Boehme2019-08-061-1/+0
* s3: smbd: Remove dptr_close().Jeremy Allison2019-08-061-1/+0
* s3: smbd: Remove dptr_fsp(). No longer used.Jeremy Allison2019-08-061-1/+0
* s3: smbd: Remove dptr_fetch_lanman2() - unused.Jeremy Allison2019-08-061-2/+0
* s3: smbd: Add dptr_fetch_lanman2_fsp() - to replace dptr_fetch_lanman2().Jeremy Allison2019-08-061-0/+2
* s3: smbd: Remove dptr_fetch() - replace internals with dptr_fetch_fsp().Jeremy Allison2019-08-061-2/+0
* s3: smbd: Add dptr_fetch_fsp() for SMB1 code. We will use this to replace dpt...Jeremy Allison2019-08-061-0/+2
* s3: smbd: Remove now unused dptr_activecnum().Jeremy Allison2019-08-061-2/+0
* s3: smbd: Remove now unused dptr_closepath().Jeremy Allison2019-08-061-2/+0
* s3: smbd: Add dptr_fsp() to return any stored files_struct pointer.Jeremy Allison2019-08-061-0/+1
* s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...Jeremy Allison2019-07-241-1/+1
* s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...Jeremy Allison2019-07-241-1/+1
* s3: smbd: Remove now unused dptr_idlecnum().Jeremy Allison2019-07-091-1/+0
* s3: smbd: Add dptr_activecnum(), not yet used.Jeremy Allison2019-07-091-0/+2
* smbd: Make get_relative_fid_filename() static to open.cVolker Lendecke2019-07-081-6/+0
* smbd: Don't store num_read_oplocks in brlock.tdbVolker Lendecke2019-07-041-1/+0
* smbd: Remove unused "msg_ctx" from smbd_smb1_do_locks_send()Volker Lendecke2019-07-021-1/+0
* smbd: Remove unused "msg_ctx" from smbd_do_locks_try()Volker Lendecke2019-07-021-1/+0
* vfs_fruit: move zero file-id to vfs_fruitRalph Boehme2019-07-011-1/+0
* s3:vfs: move get_fs_file_id to vfs_defaultRalph Boehme2019-07-011-1/+0
* s3:smbd: rename get_FileIndex() to get_fs_file_id()Ralph Boehme2019-07-011-1/+1
* s3: smbd: Make set_unix_posix_default_acl() take an fsp argument, not smb_fname.Jeremy Allison2019-06-241-1/+1
* s3: smbd: Only pass fsp to set_unix_posix_acl(). No longer uses smb_fname.Jeremy Allison2019-06-241-1/+0
* s3: smbd: Change set_unix_posix_default_acl() to return NTSTATUS.Jeremy Allison2019-06-241-1/+1
* s3: smbd: Make set_unix_posix_acl() return NTSTATUS.Jeremy Allison2019-06-241-1/+1
* smbd: Remove unused brlock codeVolker Lendecke2019-06-201-33/+0
* smbd: Add smbd_smb1_do_locks_send/recv()Volker Lendecke2019-06-201-0/+34
* smbd: Only remove locks by mid if necessaryVolker Lendecke2019-06-201-1/+1
* smbd: Simplify fsp_lease_update()Volker Lendecke2019-05-281-3/+1
* s3:smbd: Return NTSTATUS for srv_calculate_sign_mac()Andreas Schneider2019-05-211-2/+2
* smbd: Make "check_access()" static to trans2.cVolker Lendecke2019-05-031-4/+0
* smbd: Remove share_mode_lease and the leases array from share_mode_entryVolker Lendecke2019-04-141-5/+0
* smbd: Make find_share_mode_lease() staticVolker Lendecke2019-04-141-3/+0
* smbd: Add update_share_mode_lease_from_db()Volker Lendecke2019-04-141-0/+4
* smbd: Pass lease parameters explicitly to find_fsp_leaseVolker Lendecke2019-04-141-2/+4
* s3:smbd: fix max_buffer handling of initial notify requestsStefan Metzmacher2019-03-291-1/+3