smbd: Remove unused "pcd" arg from smb1_srv_send()
[samba.git] / source3 / smbd / proto.h
2023-06-05 Volker Lendeckesmbd: Remove unused "pcd" arg from smb1_srv_send()
2023-06-05 Volker Lendeckesmbd: Remove unused smb2_srv_send()
2023-03-31 Ralph Boehmesmbd: squash check_path_syntax() variants
2023-03-31 Jeremy Allisons3: smbd: Add check_path_syntax_smb2_posix().
2023-03-31 Jeremy Allisons3: smbd: Remove now unused dfs_filename_convert().
2023-03-31 Ralph Boehmes3: smbd: Add utility function smb1_strip_dfs_path().
2023-03-31 Jeremy Allisons3: smbd: Remove 'is_dfs' parameter to check_path_synta...
2023-03-31 Jeremy Allisons3: smbd: Add utility function smb2_strip_dfs_path().
2023-02-13 Volker Lendeckesmbd: Remove dptr_struct->expect_close
2023-02-13 Volker Lendeckesmbd: Remove dptr_struct->spid
2023-01-04 Volker Lendeckesmbd: Move get_posix_fsp() to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Make get_posix_fsp() public
2023-01-04 Volker Lendeckesmbd: Make map_info2_flags_to_sbuf() public
2023-01-04 Volker Lendeckesmbd: Make smb_set_file_size() public
2023-01-04 Volker Lendeckesmbd: Make smb_set_file_disposition_info() public
2023-01-04 Volker Lendeckesmbd: Make store_file_unix_basic[_info2] public
2022-12-15 Volker Lendeckesmbd: Add "posix" flag to openat_pathref_dirfsp_nosymlink()
2022-12-14 Volker Lendeckesmbd: Remove source3/smbd/statcache.c
2022-12-14 Volker Lendeckesmbd: Make set_current_case_sensitive() static
2022-12-09 Ralph Boehmesmbd: add fsp_search_ask_sharemode() and fsp_getinfo_as...
2022-12-09 Ralph Boehmesmbd: factor out reference_smb_fname_fsp_link() from...
2022-12-02 Christof Schmittposix_acls: Make try_chown and unpack_nt_owners static
2022-12-02 Christof Schmittposix_acl: Move chown checks to new function
2022-09-20 Stefan Metzmachers3:smbd: remove static from release_file_oplock()
2022-09-19 Volker Lendeckelib: Move extract_snapshot_token() to util_path.c
2022-09-17 Volker Lendeckesmbd: Remove non_widelink_open() support code
2022-09-17 Volker Lendeckesmbd: Make readlink_talloc() public
2022-09-02 Volker Lendeckesmbd: Convert store_smb2_posix_info() to use an existin...
2022-09-02 Volker Lendeckesmbd: Convert smb2_posix_cc_info() to use an existing...
2022-08-29 Ralph Boehmesmbd: remove const from smb_fname arg of set_ea_dos_att...
2022-08-28 Jeremy Allisons3: smbd: Remove allow_broken_path from create_junction().
2022-08-28 Jeremy Allisons3: smbd: Remove allow_broken_path from get_referred_pa...
2022-08-18 Jeremy Allisons3: smbd: Add "enum file_close_type close_type" paramet...
2022-08-18 Jeremy Allisons3: smbd: Add "enum file_close_type close_type" paramet...
2022-08-12 Jeremy Allisons3: smbd: Remove unix_convert() and associated functions.
2022-08-12 Jeremy Allisons3: smbd: Remove dfs_redirect().
2022-08-12 Jeremy Allisons3: smbd: Add dfs_filename_convert(). Simple wrapper...
2022-08-12 Jeremy Allisons3: smbd: Add helper function check_path_syntax_smb2().
2022-08-06 Volker Lendeckesmbd: Pass vfs_open_how through fd_openat
2022-08-05 Jeremy Allisons3: smbd: Remove the ucf_flags parameter from extract_s...
2022-08-05 Jeremy Allisons3: smbd: Cleanup - integer align. consumedcnt should...
2022-08-04 Jeremy Allisons3: smbd: Remove filename_convert().
2022-08-04 Jeremy Allisons3: smbd: Add returned dirfsp pointer to filename_conve...
2022-08-04 Jeremy Allisons3: smbd: Remove const from name_in parameter to filena...
2022-08-04 Jeremy Allisons3: smbd: Add ucf_flags parameter to extract_snapshot_t...
2022-08-02 Jeremy Allisons3: smbd: Add dirfsp parameter to create_directory().
2022-08-02 Jeremy Allisons3: smbd: Add src_dirfsp and dst_dirfsp parameters...
2022-08-02 Jeremy Allisons3: smbd: Add old_dirfsp and new_dirfsp parameters...
2022-08-02 Jeremy Allisons3: smbd: Add dst_dirfsp parameter to rename_internals_...
2022-08-02 Jeremy Allisons3: smbd: Add dirfsp parameter to unlink_internals().
2022-08-02 Jeremy Allisons3: smbd: Add src_dirfsp and dst_dirfsp parameters...
2022-07-25 Volker Lendeckesmbd: Add openat_pathref_dirfsp_nosymlink()
2022-07-25 Volker Lendeckesmbd: Make get_real_filename_at public
2022-07-25 Volker Lendeckesmbd: open_stream_pathref_fsp() does not need a dirfsp
2022-07-25 Volker Lendeckesmbd: Factor out extract_snapshot_token() from canonica...
2022-06-06 Volker Lendeckevfs: Remove a typedef
2022-06-06 Volker Lendeckesmbd: Move message_push_string() to smb1_utils.c
2022-05-20 Volker Lendeckesmbd: Simplify copy_file()
2022-05-20 Volker Lendeckesmbd: Simplify copy_file()
2022-04-28 Volker Lendeckesmbd: Add filename_convert_dirfsp()
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-28 Volker Lendeckesmbd: Introduce get_real_filename_full_scan_at()
2022-04-28 Volker Lendeckesmbd: Add OpenDir_from_pathref
2022-04-28 Volker Lendeckesmbd: Add openat_internal_dir_from_pathref()
2022-04-26 Volker Lendeckesmbd: Remove unused arguments from dup_file_fsp()
2022-04-07 Jeremy Allisons3: smbd: Rename init_smb_request() -> init_smb1_request().
2022-04-07 Jeremy Allisons3: smbd: Rename reply_outbuf() -> reply_smb1_outbuf().
2022-04-07 Jeremy Allisons3: smbd: Rename create_outbuf() -> create_smb1_outbuf()
2022-04-07 Jeremy Allisons3: smbd: Rename construct_reply_common_req() -> constr...
2022-04-07 Jeremy Allisons3: smbd: Rename srv_set_message() -> srv_smb1_set_mess...
2022-04-07 Jeremy Allisons3: smbd: Rename valid_smb_header() -> valid_smb1_header()
2022-04-07 David Muldersmbd: Remove srv_send_smb
2022-04-07 David Muldersmbd: Remove uses of srv_send_smb
2022-04-07 David Muldersmbd: Move reply_pipe_write to smb1_pipes.c
2022-04-07 David Muldersmbd: Move init_smb_request to smb2_process.c
2022-04-07 David Muldersmbd: Move valid_smb_header to smb2_process.c
2022-04-07 Jeremy Allisons3: smbd: Move reply_findnclose() from trans2.c to...
2022-04-07 Jeremy Allisons3: smbd: Move reply_findclose() from trans2.c to smb1_...
2022-04-07 David Muldersmbd: Move reply_transs2 to smb1_trans2.c
2022-04-07 David Muldersmbd: Move reply_trans2 to smb1_trans2.c
2022-04-07 David Muldersmbd: Move send_trans2_replies to smb1_trans2.c
2022-04-07 David Muldersmbd: Move process.c -> smb1_process.c
2022-04-07 David Muldersmbd: Move smbd_process to smb2_process.c
2022-04-07 David Muldersmbd: Move smbd_add_connection to smb2_process.c
2022-04-07 David Muldersmbd: Move process_smb to smb2_process.c
2022-04-07 David Muldersmbd: Move reply_outbuf and construct_reply_common_req...
2022-04-07 David Muldersmbd: Move push_deferred_open_message_smb to smb2_process.c
2022-04-07 David Muldersmbd: Move get_deferred_open_message_state to smb2_proc...
2022-04-07 David Muldersmbd: Move open_was_deferred to smb2_process.c
2022-04-07 David Muldersmbd: Move schedule_deferred_open_message_smb to smb2_p...
2022-04-07 David Muldersmbd: Move remove_deferred_open_message_smb to smb2_pro...
2022-04-07 David Muldersmbd: Move receive_smb_talloc/smb2_receive_talloc to...
2022-04-07 David Muldersmbd: Move read_packet_remainder to smb2_process.c
2022-04-07 David Muldersmbd: Move srv_set_message to smb2_process.c
2022-04-07 David Muldersmbd: Move srv_send_smb/smb2_srv_send to smb2_process.c
2022-04-07 David Muldersmbd: Split srv_send_smb into smb1_srv_send/smb2_srv_send
2022-04-07 David Muldersmbd: Move signing.c -> smb1_signing.c
2022-04-07 David Muldersmbd: Move srv_init_signing to smb2_signing.c
2022-04-07 David Muldersmbd: Move smb2_srv_init_signing to smb2_signing.c
2022-04-07 David Muldersmbd: Move service.c -> smb2_service.c
next