smbd: remove dead code
[samba.git] / source3 / smbd / service.c
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-04-09 Jeremy Allisons3: smbd: Always call canonicalize_connect_path() for...
2020-03-24 Ralph Boehmesmbd: make canonicalize_connect_path() public
2020-02-06 Ralph Boehmesmbd: avoid double chdir() in chdir_current_service()
2020-01-13 Ralph Boehmesmbd: don't use vuser in make_connection()
2020-01-13 Ralph Boehmesmbd: remove unused vuser arg from make_connection_smb2()
2020-01-13 Ralph Boehmesmbd: remove unused vuser arg from make_connection_smb1()
2020-01-13 Ralph Boehmesmbd: use req->session instead of vuser->session in...
2020-01-13 Ralph Boehmesmbd: remove vuser arg from make_connection_snum()
2020-01-13 Ralph Boehmesmbd: use session->global->auth_session_info in make_co...
2020-01-13 Ralph Boehmesmbd: use session->global->session_wire_id instead...
2020-01-13 Ralph Boehmesmbd: pass smbXsrv_session to make_connection_snum()
2020-01-13 Ralph Boehmesmbd: move homes_snum from struct user_struct to struct...
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-11-27 Ralph Boehmesmbdotconf: mark "veto oplock files" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "veto files" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "root preexec" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "root postexec" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "preexec" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "postexec" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "path" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "msdfs proxy" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "hide files" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "force user" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "force group" with substitution="1"
2019-11-27 Stefan Metzmachersmbdotconf: mark "aio write behind" with substitution="1"
2019-11-07 Ralph Boehmes3: rename talloc_sub_advanced() to talloc_sub_full()
2019-09-11 Ralph Boehmesmbd: rename change_to_user() to change_to_user_and_ser...
2019-09-11 Volker Lendeckesmbd: Enhance debugging if chdir fails
2019-09-01 Mathieu ParentSpelling fixes s/withing/within/
2019-08-16 Ralph Boehmes3: VFS: change connection_struct cwd_fname to cwd_fsp
2019-08-06 Jeremy Allisons3: smbd: Remove call to dptr_closecnum() on connection...
2018-12-20 Volker Lendeckesmbd: Use dom_sid_str_buf
2018-10-11 Björn Baumbachauth: move copy_session_info() from source3 into the...
2018-07-09 David DisseldorpRevert "s3/service: convert lp_force_group() to const"
2018-07-09 David DisseldorpRevert "s3/service: convert lp_force_user() to const"
2018-07-06 David Disseldorps3/service: convert lp_force_user() to const
2018-07-06 David Disseldorps3/service: convert lp_force_group() to const
2018-07-06 David Disseldorps3/service: use lp_const_servicename() where possible
2018-06-18 Stefan Metzmachersmbd: remove unused tevent_context argument from notify...
2018-06-18 Stefan Metzmachersmbd: remove unused set_current_service()
2018-06-18 Stefan Metzmachersmbd: remember that the tcon completely setup connectio...
2018-06-18 Stefan Metzmachersmbd: make it explicit that make_connection_snum()...
2018-06-18 Stefan Metzmachersmbd: call set_current_case_sensitive() before chdir_cu...
2018-06-18 Stefan Metzmachersmbd: split out set_current_case_sensitive() and chdir_...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_REALPATH to take and return...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-01-30 Jeremy Allisons3: smbd: Make set_conn_connectpath() call canonicalize...
2017-01-27 Ralph Boehmes3/smbd: ensure global "smb encrypt = off" is effective...
2016-10-13 Trever L. AdamsUpdate smbrun to allow for settings environment variables.
2016-07-20 Volker Lendeckesmbd: Re-register notify requests
2016-07-20 Volker Lendeckesmbd: Pass "sconn" via notify to notify_callback()
2016-07-20 Volker Lendeckesmbd: There's only one notify_callback
2016-07-20 Volker Lendeckesmbd: Factor out notify_init
2016-07-20 Volker Lendeckesmbd: sconn->sys_notify_ctx is not used
2016-05-03 Christian Ambachs3:smbd/service apply some code formatting
2016-05-03 Christian Ambachs3:smbd/service disable case-sensitivity for SMB2/3...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2015-07-16 Ralph Boehmes3:smbd: change a loglevel from 0 to 1 when SMB_VFS_CON...
2015-07-07 Volker Lendeckeparam: Make "change notify" global
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-04-22 Volker Lendeckesmbd: Cancel pending notifies if the directory goes...
2015-01-15 Ira Coopersmbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.
2014-09-27 Jelmer Vernooijfileserver: raise debug level for share connection...
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in make_connection_snum()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to make_connection_snum()
2014-09-19 Stefan Metzmachers3:smbd: pass smb_request to make_connection_smb1()
2014-09-19 Stefan Metzmachers3:smbd: pass smbd_smb2_request to make_connection_smb2()
2014-09-19 Stefan Metzmachers3:smbd: pass smb_request to make_connection()
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.signing_state to xconn->smb1...
2014-06-04 Christian Ambachs3:lib/afs move afs.c to common lib dir
2014-04-22 Michael Adams3:smbd: fix typo in comment for set_conn_force_user_gr...
2014-03-18 Jeremy Allisons3: smbd: Fileserving share access checks.
2014-02-12 Garming Samparam: change fstype to use a constant string
2014-02-08 Garming Samparam: rename lp function and variable from "rootpreexe...
2014-02-08 Garming Samparam: rename lp function and variable from "rootpostex...
2014-02-08 Garming Samparam: rename lp function and variable from "veto_oploc...
2014-02-08 Garming Samparam: rename lp function and variable from "shortprese...
2014-02-08 Garming Samparam: rename lp function and variable from "preserveca...
2014-02-08 Garming Samparam: rename lp function and variable from 'casesensit...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_print_ok to lp[cfg]_printable...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_readonly to lp[cfg]_read_only...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_den...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_al...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_pathname to lp[cfg]_path for...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-19 Matthieu Patoufileserver: raise the debug level for share connection...
2013-04-17 Volker Lendeckesmbd: Convert make_connection_snum to synthetic_smb_fname
2013-01-09 Volker Lendeckesmbd: Fix a typo
2013-01-09 Jeremy AllisonMove create_share_access_mask() from smbd/service.c...
2013-01-09 Jeremy AllisonFix bug #9518 - conn->share_access appears not be be...
2013-01-09 Jeremy AllisonChange API for create_share_access_mask() - remove...
2013-01-09 Jeremy AllisonChange API for create_share_access_mask() to pass in...
2013-01-09 Jeremy AllisonFix API for create_share_access_mask().
2013-01-09 Jeremy AllisonRemove static from create_share_access_mask().
2012-11-05 Stefan Metzmachers3:smbd: pass the current time to make_connection[_smb1]()
2012-10-19 Stefan Metzmachers3:smbd: don't call claim/yield_connection() in make_co...
2012-10-19 Stefan Metzmachers3:smbd: fill tcon->global->session_global_id
2012-09-27 Volker Lendeckes3: For read-only shares, filter out write bits from...
next