smbd: Make find_share_mode_lease() static
[kai/samba-autobuild/.git] / source3 / smbd / service.c
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...
2012-09-12 Jeremy AllisonMove cached cwd onto conn struct.
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-08-07 Rusty Russellsource3/smbd/conn.c: wean off string_set/string_free
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-06 Stefan Metzmachers3:smbd: let close_cnum() take a uint64_t vuid
2012-06-06 Stefan Metzmachers3:smbd: let make_connection() take a uint64_t vuid
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-05-22 Michael Adams3:smbd: remove unused 'connection_struct->used'
2012-05-04 Volker Lendeckes3: Remove an unused extern declaration
2012-04-23 Jeremy AllisonFix bug #8882 - Broken processing of %U with vfs_full_a...
2012-04-11 Christian Ambachs3:smbd only initialize kernel oplocks if they are...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-23 Volker Lendeckes3: Remove the sys_notify dependency from notify_internal
2012-03-21 Volker Lendeckes3: Move the notify_ctx to the smbd_server_connection
2012-03-21 Volker Lendeckes3: Remove "conn" param from notify_init()
2012-03-15 Volker Lendeckes3: Remove the separate server_id arg to notify_init
2012-03-04 Andrew Bartletts3-smbd: vuser and session_info cannot be NULL here
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-02-28 Jeremy AllisonFix problem reported by Tom Lee <tlee2951@gmail.com...
2012-02-25 Andrew Bartletts3-auth rename vuid_serverinfo to session_info
2012-01-19 Jeremy AllisonNow make_connection_snum() is a static function that...
2012-01-18 Jeremy AllisonFix bug 8710 - connections.tdb - major leak with SMB2.
2011-12-16 Stefan Metzmachers3:smbd: avoid using sconn_server_id()
2011-12-12 Stefan Metzmachers3:smbd/service: avoid using server_event_context(...
2011-10-27 Andreas Schneiders3: Include uid_wrapper where it is missing.
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
next