summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: DFS: Replace calls to is_msdfs_link_internal() inside dfs_path_lookup() w...Jeremy Allison2020-02-181-31/+22
* s3: DFS: Change dfs_path_lookup() to return struct referral list and count di...Jeremy Allison2020-02-181-29/+27
* s3: DFS: Parse the returned target path in dfs_path_lookup().Jeremy Allison2020-02-181-0/+25
* s3: DFS: Change simple is_msdfs_link() call to use SMB_VFS_READ_DFS_PATHAT().Jeremy Allison2020-02-181-2/+5
* s3: VFS: Add SMB_VFS_READ_DFS_PATHAT().Jeremy Allison2020-02-181-0/+16
* s3: smbd: dfs: Clean up exits / talloc heirarchy in parse_msdfs_symlink().Jeremy Allison2020-02-181-1/+10
* s3: smbd: dfs: Make parameter names consistent.Jeremy Allison2020-02-181-7/+7
* s3: smbd: dfs: Allow parse_msdfs_symlink() to be called with NULL pointers.Jeremy Allison2020-02-181-4/+8
* s3: smbd: dfs: Apply some README.Coding to parse_msdfs_symlink().Jeremy Allison2020-02-181-8/+8
* s3: smbd: dfs: Make parse_msdfs_symlink() external.Jeremy Allison2020-02-182-5/+10
* s3: smbd: dfs: Move lp_msdfs_shuffle_referrals() call out of parse_msdfs_syml...Jeremy Allison2020-02-181-5/+5
* s3: smbd: dfs: Cleanup, reformat calls to parse_msdfs_symlink()Jeremy Allison2020-02-181-3/+10
* s3: DFS: Don't allow link deletion on a read-only share.Jeremy Allison2020-02-181-0/+11
* s3: DFS: Don't allow link creation on a read-only share.Jeremy Allison2020-02-181-0/+10
* smbd: Remove overriding file_attributes with unix_mode in the VFSVolker Lendecke2020-02-072-20/+11
* smbd: Allow a Posix create context to override the unix modeVolker Lendecke2020-02-071-0/+31
* smbd: Add posix create ctx to CREATE_FILE for posix operationsVolker Lendecke2020-02-072-7/+82
* smbd: Add a "done:" exit for get_posix_fsp()Volker Lendecke2020-02-071-1/+3
* smbd: Make unix_perms_from_wire() publicVolker Lendecke2020-02-072-7/+18
* smbd: Ignore incoming POSIX create contextVolker Lendecke2020-02-071-0/+8
* smb2_server: use sendmsg/recvmsg instead of writev/readvStefan Metzmacher2020-02-061-2/+14
* smbd: avoid double chdir() in chdir_current_service()Ralph Boehme2020-02-061-38/+29
* smbd: remove sub_set_smb_name()/reload_services()Ralph Boehme2020-02-061-4/+0
* smbd: setting current_user stuff here is redundantRalph Boehme2020-02-061-6/+2
* smbd: Call string_term_tdb_data() once instead of 6 timesVolker Lendecke2020-01-231-12/+11
* smbd: Remove unused defineChristof Schmitt2020-01-211-4/+0
* smbd: Remove unused function linux_set_lease_capabilityChristof Schmitt2020-01-212-9/+0
* smbd: Fix claiming versionVolker Lendecke2020-01-191-1/+1
* smbd: avoid calling vfs_file_id_from_sbuf() if statinfo is not validRalph Boehme2020-01-171-1/+9
* smbd: Add close-denied-share messageVolker Lendecke2020-01-154-0/+82
* smbd: Move sharename check of conn_force_tdis() into a callbackVolker Lendecke2020-01-153-23/+47
* smbd: Protect against non-string "close-share" sharenamesVolker Lendecke2020-01-141-0/+5
* smbd: RIP user_structRalph Boehme2020-01-137-85/+0
* smbd: use smbXsrv_session_info_lookup() in become_user_without_service()Ralph Boehme2020-01-131-4/+7
* smbd: remove using vuser from smbd_smb2_tree_connect()Ralph Boehme2020-01-131-3/+4
* smbd: don't use vuser in make_connection()Ralph Boehme2020-01-131-3/+1
* smbd: remove unused vuser arg from make_connection_smb2()Ralph Boehme2020-01-133-3/+0
* smbd: remove unused vuser arg from make_connection_smb1()Ralph Boehme2020-01-131-4/+2
* smbd: use req->session instead of vuser->session in make_connection_smb1()Ralph Boehme2020-01-131-1/+1
* smbd: remove use of user_struct from reply_ulogoffX()Ralph Boehme2020-01-131-8/+6
* smbd: use smbXsrv_session_local_traverse() in id_in_use()Ralph Boehme2020-01-131-50/+76
* smbd: add smbXsrv_session_local_traverse()Ralph Boehme2020-01-132-0/+76
* smbd: remove enum server_allocated_state magic from get_valid_user_struct()Ralph Boehme2020-01-131-36/+9
* smbd: use get_valid_smbXsrv_session() in invalidate_vuid()Ralph Boehme2020-01-131-1/+8
* smbd: add get_valid_smbXsrv_session()Ralph Boehme2020-01-132-0/+57
* smbd: use session->global->auth_session_info in switch_message()Ralph Boehme2020-01-131-9/+8
* smbd: remove dependency on session->compat in smbXsrv_session_logoff()Ralph Boehme2020-01-131-13/+9
* smbd: use smbXsrv_session_info_lookup() in api_reply()Ralph Boehme2020-01-131-2/+11
* smbd: use smbXsrv_session_info_lookup() in api_WWkstaUserLogon()Ralph Boehme2020-01-131-5/+12
* smbd: share level security is long gone...Ralph Boehme2020-01-131-10/+5