summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "smbd: add [un]become_guest() helper functions"Ralph Boehme2019-01-111-2/+0
* Revert "smbd: add smbd_impersonate_debug_create() helper"Ralph Boehme2019-01-111-6/+0
* Revert "smbd: add simple noop smbd_impersonate_{conn_vuid,conn_sess,root,gues...Ralph Boehme2019-01-111-11/+0
* Revert "s3: vfs: add user_vfs_evg to connection_struct"Ralph Boehme2019-01-111-13/+0
* s3:smbd: pass (raw) ev to dos_mode_at_send() instead of smb_vfs_ev_glueRalph Boehme2019-01-111-1/+1
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-11-271-0/+1
* smbd: Remove "file_sync_all" functionVolker Lendecke2018-09-141-1/+0
* smbd: Factor out "has_other_nonposix_opens"Volker Lendecke2018-09-111-0/+3
* s3/smbd: adjust smb1 server to use idl structs and generated ndr push/pull funcsNoel Power2018-07-311-0/+14
* smbd: add dos_mode_at_send/recv()Ralph Boehme2018-07-271-0/+5
* smbd: split out public parse_dos_attribute_blob() from get_ea_dos_attribute()Ralph Boehme2018-07-271-0/+4
* s3: vfs: add user_vfs_evg to connection_structRalph Boehme2018-07-251-0/+13
* s3: smbd: SGI IRIX is officially dead. Remove the kernel oplock code for IRIX.Jeremy Allison2018-07-251-4/+0
* smbd: add simple noop smbd_impersonate_{conn_vuid,conn_sess,root,guest}_creat...Stefan Metzmacher2018-07-121-0/+11
* smbd: add smbd_impersonate_debug_create() helperStefan Metzmacher2018-07-121-0/+6
* smbd: add [un]become_guest() helper functionsStefan Metzmacher2018-07-121-0/+2
* smbd: remove unused tevent_context argument from notify_initStefan Metzmacher2018-06-181-1/+0
* smbd: add {become,change_to}_user_by_fsp() helper functionsStefan Metzmacher2018-06-181-0/+2
* smbd: remove unused set_current_service()Stefan Metzmacher2018-06-181-1/+0
* smbd: split out set_current_case_sensitive() and chdir_current_service() func...Stefan Metzmacher2018-06-181-0/+2
* smbd: split out a fsp_flush_write_time_update() function from update_write_ti...Stefan Metzmacher2018-06-141-4/+1
* smbd: make smbd_setup_sig_{term,hup}_handler() staticStefan Metzmacher2018-06-141-2/+0
* smbd: remove unused create_conn_struct() functionStefan Metzmacher2018-06-141-7/+0
* smbd: remove unused create_conn_struct_cwd() functionStefan Metzmacher2018-06-141-8/+0
* smbd: add create_conn_struct_tos[_cwd]() helper functionsStefan Metzmacher2018-06-141-0/+16
* printing: remove unused arguments from delete_and_reload_printers()Stefan Metzmacher2018-06-141-2/+1
* smbd: Flush dfree memcache on service reloadChristof Schmitt2018-05-251-0/+1
* s3: smbd: Make map_acl_perms_to_permset() extern.Jeremy Allison2018-05-251-0/+1
* s3: smbd: Make unix_perms_to_acl_perms() extern.Jeremy Allison2018-05-251-0/+1
* s3: posix_acls: Remove dead functions fchmod_acl()/chmod_acl().Jeremy Allison2018-05-251-4/+0
* s3:smbd: make psbuf arg to make_default_acl_posix() constRalph Boehme2018-05-181-1/+1
* s3:smbd: Fix converity warning with _smb_setlen_large()Andreas Schneider2018-05-161-6/+11
* s3: smbd: Remove unused counters for outstanding aio calls.Jeremy Allison2018-05-091-3/+0
* s3: VFS: Remove vfs_write_data(). No longer used.Jeremy Allison2018-05-041-4/+0
* s3: VFS: Default. Move vfs_read_data() out of source3/smbd/vfs.c to the print...Jeremy Allison2018-05-021-1/+0
* smbd: Pass "file_id" explicitly to send_break_message()Volker Lendecke2018-02-131-2/+3
* smbd: Pass "file_id" explicitly to message_to_share_mode_entry()Volker Lendecke2018-02-131-1/+3
* smbd: Pass "file_id" explicitly into share_mode_entry_to_message()Volker Lendecke2018-02-131-1/+2
* smbd: remove dptr_init_search_op()Uri Simchoni2017-11-111-1/+0
* s3/posix_acls: add default ACL style "everyone"Ralph Boehme2017-11-081-1/+1
* s3/smbd: make make_default_filesystem_acl publicRalph Boehme2017-11-081-0/+11
* S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.Jeremy Allison2017-07-011-4/+5
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-1/+1
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-6/+3
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-2/+1
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-2/+4
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-5/+14
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-2/+2
* s3:smbd: Pass down remote and local address to get_referred_path()Andreas Schneider2017-05-311-5/+7