summaryrefslogtreecommitdiff
path: root/source3/smbd/smb1_utils.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Move message_push_string() to smb1_utils.cVolker Lendecke2022-06-061-0/+55
* smbd: Remove unused arguments from dup_file_fsp()Volker Lendecke2022-04-261-6/+1
* smbd: fd_handle.h does not need includes.hVolker Lendecke2022-04-261-0/+2
* smbd: Move smb1_utils.h include to smbd.hDavid Mulder2022-04-071-1/+0
* smbd: add need_fsa arg and logic to file_find_di_(first|next)Ralph Boehme2020-12-161-2/+2
* smbd: use fh_[get|set]_private_options()Ralph Boehme2020-12-161-3/+3
* smbd: use fsp_get_pathref_fd() for logical fd comparisonsRalph Boehme2020-12-161-1/+1
* smbd: use fsp_get_pathref_fd() as part of DEBUG and syslog messagesRalph Boehme2020-12-161-1/+2
* smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to NTCREATEX_FLAG_DENY_FCBRalph Boehme2020-10-231-2/+2
* smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_DOS to NTCREATEX_FLAG_DENY_DOSRalph Boehme2020-10-231-3/+3
* lib: Move send_keepalive() to smbd/smb1_utils.cVolker Lendecke2020-08-171-0/+15
* smbd: Remove "share_access" from fcb_or_dos_open()Volker Lendecke2019-08-061-1/+0
* smbd: Remove "share_access" from dup_file_fsp()Volker Lendecke2019-08-061-1/+0
* smbd: Move fcb_or_dos_open() out of open_file_ntcreate()Volker Lendecke2019-07-081-0/+113