summaryrefslogtreecommitdiff
path: root/source3/smbd/msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer"Ralph Boehme2019-01-111-3/+2
* Revert "smbd: add smbd_server_connection->{root,guest}_ev_ctx pointer"Ralph Boehme2019-01-111-2/+0
* Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the ...Ralph Boehme2019-01-111-2/+0
* Revert "smbd: remove unused smbd_server_connection->ev_ctx"Ralph Boehme2019-01-111-0/+1
* Revert "smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_c...Ralph Boehme2019-01-111-31/+3
* Revert "smbd: introduce sconn->sync_thread_pool"Ralph Boehme2019-01-111-12/+0
* Revert "s3: vfs: add user_vfs_evg to connection_struct"Ralph Boehme2019-01-111-64/+4
* auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach2018-10-111-0/+1
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-4/+4
* s3: vfs: add user_vfs_evg to connection_structRalph Boehme2018-07-251-4/+64
* smbd: introduce sconn->sync_thread_poolStefan Metzmacher2018-07-251-0/+12
* smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_create() ...Stefan Metzmacher2018-07-121-3/+31
* smbd/msdfs: add null check for session_info.unix_infoJoe Guo2018-07-121-1/+6
* smbd: remove unused smbd_server_connection->ev_ctxStefan Metzmacher2018-06-181-1/+0
* smbd: add an effective connection_struct->user_ev_ctx that holds the event co...Stefan Metzmacher2018-06-181-0/+2
* smbd: add smbd_server_connection->{root,guest}_ev_ctx pointerStefan Metzmacher2018-06-181-0/+2
* smbd: add smbd_server_connection->raw_ev_ctx pointerStefan Metzmacher2018-06-181-2/+3
* smbd: let create_conn_struct_as_root() fill in conn->origpathStefan Metzmacher2018-06-181-0/+7
* smbd: remember that the tcon completely setup connection_structStefan Metzmacher2018-06-181-0/+1
* smbd: call samba_tevent_context_init() within create_conn_struct_as_root()Stefan Metzmacher2018-06-141-10/+6
* smbd: use pconn = talloc_move(ctx, &conn) in create_conn_struct_as_root()Stefan Metzmacher2018-06-141-2/+1
* smbd: remove unused create_conn_struct() functionStefan Metzmacher2018-06-141-27/+0
* smbd: let create_conn_struct_tos() use create_conn_struct_as_root() directlyStefan Metzmacher2018-06-141-7/+9
* smbd: remove unused create_conn_struct_cwd() functionStefan Metzmacher2018-06-141-62/+0
* smbd: convert form_junctions() to use create_conn_struct_tos_cwd()Stefan Metzmacher2018-06-141-12/+8
* smbd: convert count_dfs_links() to use create_conn_struct_tos_cwd()Stefan Metzmacher2018-06-141-13/+8
* smbd: convert get_referred_path() to use create_conn_struct_tos_cwd()Stefan Metzmacher2018-06-141-13/+8
* smbd: convert junction_to_local_path() to use create_conn_struct_tos_cwd()Stefan Metzmacher2018-06-141-27/+21
* smbd: add an explicit talloc_stackframe() to form_junctions()Stefan Metzmacher2018-06-141-7/+10
* smbd: add an explicit talloc_stackframe() to count_dfs_links()Stefan Metzmacher2018-06-141-7/+9
* smbd: add an explicit talloc_stackframe() to get_referred_path()Stefan Metzmacher2018-06-141-19/+21
* smbd: add an explicit talloc_stackframe() to {create,remove}_msdfs_link()Stefan Metzmacher2018-06-141-6/+9
* smbd: add create_conn_struct_tos[_cwd]() helper functionsStefan Metzmacher2018-06-141-0/+125
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-17/+5
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-24/+59
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-15/+14
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-31/+39
* s3:smbd: Set up local and remote address for fake connectionAndreas Schneider2017-05-311-0/+24
* s3:smbd: Pass down remote and local address to get_referred_path()Andreas Schneider2017-05-311-5/+7
* s3: smbd: Remove bool dfs_pathnames paramter from resolve_dfspath_wcard().Jeremy Allison2017-05-221-21/+13
* smbd: Fix smb1 findfirst with DFSVolker Lendecke2017-04-071-2/+2
* s3: smbd: DFS: Pass uint32_t ucf_flags through into unix_convert().Jeremy Allison2016-03-261-3/+6
* s3: smbd: DFS: Pass uint32_t ucf_flags through into dfs_redirect().Jeremy Allison2016-03-251-4/+4
* s3: smbd: DFS: Pass uint32_t ucf_flags through into resolve_dfspath_wcard().Jeremy Allison2016-03-251-1/+3
* s3: smbd: DFS - Remove the last lp_posix_pathnames() from the SMB2/3 code paths.Jeremy Allison2016-03-251-2/+14
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-5/+14
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-2/+22
* Replace random() and related calls with generate_random_buffer()Robin McCorkell2015-07-101-4/+3
* MSDFS referral shufflingRobin McCorkell2015-02-271-3/+26
* smbd: Fix a typoVolker Lendecke2015-02-101-1/+1