summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3/smbd: ensure global "smb encrypt = off" is effective for SMB 1 clientsRalph Boehme2017-01-271-0/+12
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-4/+4
* smbd: Re-register notify requestsVolker Lendecke2016-07-201-0/+12
* smbd: Pass "sconn" via notify to notify_callback()Volker Lendecke2016-07-201-1/+1
* smbd: There's only one notify_callbackVolker Lendecke2016-07-201-1/+2
* smbd: Factor out notify_initVolker Lendecke2016-07-201-7/+30
* smbd: sconn->sys_notify_ctx is not usedVolker Lendecke2016-07-201-4/+0
* s3:smbd/service apply some code formattingChristian Ambach2016-05-041-23/+29
* s3:smbd/service disable case-sensitivity for SMB2/3 connectionsChristian Ambach2016-05-041-1/+3
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-2/+5
* s3:smbd: change a loglevel from 0 to 1 when SMB_VFS_CONNECT failsRalph Boehme2015-07-161-1/+3
* param: Make "change notify" globalVolker Lendecke2015-07-071-1/+1
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-1/+1
* smbd: Cancel pending notifies if the directory goes awayVolker Lendecke2015-04-221-0/+4
* smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.Ira Cooper2015-01-161-3/+3
* fileserver: raise debug level for share connection closing for non-IPC to 2.Jelmer Vernooij2014-09-281-1/+1
* s3:smbd: use xconn->client->sconn in make_connection_snum()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: pass smbXsrv_connection to make_connection_snum()Stefan Metzmacher2014-09-191-4/+4
* s3:smbd: pass smb_request to make_connection_smb1()Stefan Metzmacher2014-09-191-7/+7
* s3:smbd: pass smbd_smb2_request to make_connection_smb2()Stefan Metzmacher2014-09-191-1/+2
* s3:smbd: pass smb_request to make_connection()Stefan Metzmacher2014-09-191-1/+2
* s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_stateStefan Metzmacher2014-08-061-1/+2
* s3:lib/afs move afs.c to common lib dirChristian Ambach2014-06-041-0/+1
* s3:smbd: fix typo in comment for set_conn_force_user_group()Michael Adam2014-04-231-1/+1
* s3: smbd: Fileserving share access checks.Jeremy Allison2014-03-181-2/+10
* param: change fstype to use a constant stringGarming Sam2014-02-121-2/+2
* param: rename lp function and variable from "rootpreexec" to "root_preexec"Garming Sam2014-02-071-3/+3