summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: RIP conn->origpathRalph Boehme2020-05-301-18/+0
* smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme2020-05-051-0/+2
* s3: smbd: Always call canonicalize_connect_path() for a share.Jeremy Allison2020-04-091-10/+10
* smbd: make canonicalize_connect_path() publicRalph Boehme2020-03-241-1/+1
* smbd: avoid double chdir() in chdir_current_service()Ralph Boehme2020-02-061-38/+29
* smbd: don't use vuser in make_connection()Ralph Boehme2020-01-131-3/+1
* smbd: remove unused vuser arg from make_connection_smb2()Ralph Boehme2020-01-131-1/+0
* smbd: remove unused vuser arg from make_connection_smb1()Ralph Boehme2020-01-131-4/+2
* smbd: use req->session instead of vuser->session in make_connection_smb1()Ralph Boehme2020-01-131-1/+1
* smbd: remove vuser arg from make_connection_snum()Ralph Boehme2020-01-131-3/+1
* smbd: use session->global->auth_session_info in make_connection_snum()Ralph Boehme2020-01-131-2/+2
* smbd: use session->global->session_wire_id instead of session->compat->vuidRalph Boehme2020-01-131-1/+1
* smbd: pass smbXsrv_session to make_connection_snum()Ralph Boehme2020-01-131-0/+3
* smbd: move homes_snum from struct user_struct to struct smbXsrv_sessionRalph Boehme2020-01-131-8/+6
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-1/+3
* smbdotconf: mark "veto oplock files" with substitution="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "veto files" with substitution="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "root preexec" with substitution="1"Ralph Boehme2019-11-271-2/+2
* smbdotconf: mark "root postexec" with substitution="1"Ralph Boehme2019-11-271-2/+2
* smbdotconf: mark "preexec" with substitution="1"Ralph Boehme2019-11-271-2/+2
* smbdotconf: mark "postexec" with substitution="1"Ralph Boehme2019-11-271-2/+4
* smbdotconf: mark "path" with substitution="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "msdfs proxy" with substitution="1"Ralph Boehme2019-11-271-2/+4
* smbdotconf: mark "hide files" with substitution="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "force user" with substitution="1"Ralph Boehme2019-11-271-2/+2
* smbdotconf: mark "force group" with substitution="1"Ralph Boehme2019-11-271-2/+6
* smbdotconf: mark "aio write behind" with substitution="1"Stefan Metzmacher2019-11-271-1/+3
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-071-5/+5
* smbd: rename change_to_user() to change_to_user_and_service()Ralph Boehme2019-09-111-2/+2
* smbd: Enhance debugging if chdir failsVolker Lendecke2019-09-111-6/+34
* Spelling fixes s/withing/within/Mathieu Parent2019-09-011-1/+1
* s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme2019-08-161-4/+4
* s3: smbd: Remove call to dptr_closecnum() on connection shutdown.Jeremy Allison2019-08-061-4/+0
* smbd: Use dom_sid_str_bufVolker Lendecke2018-12-201-1/+2
* auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach2018-10-111-0/+1
* Revert "s3/service: convert lp_force_group() to const"David Disseldorp2018-07-101-7/+12
* Revert "s3/service: convert lp_force_user() to const"David Disseldorp2018-07-091-2/+2
* s3/service: convert lp_force_user() to constDavid Disseldorp2018-07-061-2/+2
* s3/service: convert lp_force_group() to constDavid Disseldorp2018-07-061-12/+7
* s3/service: use lp_const_servicename() where possibleDavid Disseldorp2018-07-061-33/+33
* smbd: remove unused tevent_context argument from notify_initStefan Metzmacher2018-06-181-1/+1
* smbd: remove unused set_current_service()Stefan Metzmacher2018-06-181-20/+0
* smbd: remember that the tcon completely setup connection_structStefan Metzmacher2018-06-181-0/+1
* smbd: make it explicit that make_connection_snum() returns NT_STATUS_OK on su...Stefan Metzmacher2018-06-181-1/+1
* smbd: call set_current_case_sensitive() before chdir_current_service()Stefan Metzmacher2018-06-181-1/+2
* smbd: split out set_current_case_sensitive() and chdir_current_service() func...Stefan Metzmacher2018-06-181-26/+53
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-4/+6
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-4/+11
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-7/+20
* s3: smbd: Make set_conn_connectpath() call canonicalize_absolute_path().Jeremy Allison2017-01-301-100/+3