summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: remove struct privilege_pathsRalph Boehme2020-03-313-36/+16
* s3: smbd: Remove UCF_SAVE_LCOMP flag. Note it is no longer used.Jeremy Allison2020-03-305-12/+7
* s3: smbd: Now we no longer use it, remove all references to original_lcomp fr...Jeremy Allison2020-03-301-34/+0
* s3: smbd: Use get_original_lcomp() inside smb_file_rename_information().Jeremy Allison2020-03-301-6/+17
* s3: smbd: Use get_original_lcomp() inside smb2_file_rename_information().Jeremy Allison2020-03-301-12/+14
* s3: smbd: Use get_original_lcomp() inside reply_mv().Jeremy Allison2020-03-301-1/+12
* s3: smbd: Use get_original_lcomp() inside reply_ntrename().Jeremy Allison2020-03-301-1/+12
* s3: smbd: Inside rename_internals() wildcard case, re-purpose dst_original_lc...Jeremy Allison2020-03-301-4/+3
* s3: smbd: Add 'const char *dst_original_lcomp' parameter to rename_internals()Jeremy Allison2020-03-304-2/+7
* s3: smbd: Reformatting caller of rename_internals() to make it easer to see c...Jeremy Allison2020-03-301-5/+10
* s3: smbd: Add a dst_original_lcomp parameter to rename_internals_fsp().Jeremy Allison2020-03-303-4/+10
* s3: smbd: Reformatting callers of rename_internals_fsp() to make it easer to ...Jeremy Allison2020-03-302-14/+38
* s3: smbd: Remove use of smb_fname->original_lcomp from call_trans2findfirst().Jeremy Allison2020-03-301-1/+8
* s3: smbd: Remove use of smb_fname->original_lcomp from smb2 query directory.Jeremy Allison2020-03-301-1/+14
* s3: smbd: Add utility function get_original_lcomp().Jeremy Allison2020-03-302-0/+88
* s3: smbd: Extract large directory case normalization code into a utility func...Jeremy Allison2020-03-301-7/+31
* smbd: use a helper variable in filename_convert_internal()Ralph Boehme2020-03-271-13/+22
* smbd: use filename_convert() in smb_file_rename_information()Ralph Boehme2020-03-271-14/+7
* smbd: modernize DEBUG in unix_convert()Ralph Boehme2020-03-271-30/+32
* smbd: turn (*orig_path != '/') assert into a normal if checkRalph Boehme2020-03-271-3/+4
* smbd: consolidate comments in unix_convert()Ralph Boehme2020-03-271-10/+5
* smbd: modernize unix_convert() replacing True with trueRalph Boehme2020-03-271-1/+1
* smbd: modernize unix_convert() replacing False with falseRalph Boehme2020-03-271-3/+3
* smbd: initialize end to NULL in unix_convert()Ralph Boehme2020-03-271-1/+1
* smbd: leave start at NULL, it's not used before being set to smbfname->basenameRalph Boehme2020-03-271-8/+1
* smbd: Use ARRAY_DEL_ELEMENT() in merge_default_aces()Volker Lendecke2020-03-261-6/+2
* smbd: Use ARRAY_DEL_ELEMENT() in smbd_smb1_blocked_locks_cleanup()Volker Lendecke2020-03-261-11/+2
* vfs: remove SMB_VFS_OPENDIR()Ralph Boehme2020-03-241-9/+0
* smbd: use open_internal_dirfsp_at() and OpenDir_fsp() in OpenDir()Ralph Boehme2020-03-241-153/+17
* smbd: add open_internal_dirfsp_at()Ralph Boehme2020-03-242-4/+41
* smbd: reformat OpenDir() function definitionRalph Boehme2020-03-241-1/+2
* smbd: update smb_Dir_destructor() to cope with fsp->dptr not being setRalph Boehme2020-03-241-2/+4
* smbd: remove fdopendir() fallbackRalph Boehme2020-03-241-45/+2
* smbd: simplify non_widelink_open()Ralph Boehme2020-03-241-8/+1
* smbd: add create_internal_dirfsp_at()Ralph Boehme2020-03-242-0/+58
* smbd: use canonicalize_connect_path() in create_conn_struct_as_root()Ralph Boehme2020-03-241-0/+8
* smbd: make canonicalize_connect_path() publicRalph Boehme2020-03-242-1/+2
* smbd: use OpenDir() in form_junctions()Ralph Boehme2020-03-241-10/+7
* smbd: use OpenDir() in count_dfs_links()Ralph Boehme2020-03-241-7/+7
* s3: Remove tevent_wait code. The last user was fsp->deferred_close.Jeremy Allison2020-03-233-3/+0
* s3: smbd: Remove all references to fsp->deferred_close.Jeremy Allison2020-03-232-15/+0
* s3: smbd: Convert async SMB2 close to use the wait_queue idiom.Jeremy Allison2020-03-231-15/+37
* s3: smbd: Remove old async versions of SMB1 reply_close().Jeremy Allison2020-03-231-78/+8
* s3: smbd: Add async internals of reply_close().Jeremy Allison2020-03-231-0/+129
* s3: smbd: In asnyc do_smb1_close() use the utility function meant for async S...Jeremy Allison2020-03-231-10/+6
* s3: smbd: Update reply_close() to modern DBG_ coding style.Jeremy Allison2020-03-231-6/+6
* s3: smbd: In SMB1 reply_close() rename all uses of 'struct smb_request' to sm...Jeremy Allison2020-03-231-23/+23
* s3:rpc_server: Do not include s3 autogenerated headersSamuel Cabrero2020-03-201-16/+0
* s3:rpc_server: Remove call to s3 rpc services shutdown codeSamuel Cabrero2020-03-201-21/+0
* s3:rpc_server: Retrieve dcesrv_context from parent context to open NPSamuel Cabrero2020-03-201-0/+1