summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.Ira Cooper2015-03-031-3/+3
* s3: smbd: Fileserving share access checks.Jeremy Allison2014-04-011-2/+10
* fileserver: raise the debug level for share connection from non IPC to 2Matthieu Patou2013-04-191-1/+1
* smbd: Convert make_connection_snum to synthetic_smb_fnameVolker Lendecke2013-04-171-3/+4
* smbd: Fix a typoVolker Lendecke2013-01-091-1/+1
* Move create_share_access_mask() from smbd/service.c to smbd/uid.c.Jeremy Allison2013-01-091-38/+0
* Fix bug #9518 - conn->share_access appears not be be reset between users.Jeremy Allison2013-01-091-20/+8
* Change API for create_share_access_mask() - remove conn struct.Jeremy Allison2013-01-091-5/+5
* Change API for create_share_access_mask() to pass in the token.Jeremy Allison2013-01-091-3/+6
* Fix API for create_share_access_mask().Jeremy Allison2013-01-091-8/+11
* Remove static from create_share_access_mask().Jeremy Allison2013-01-091-1/+1
* s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher2012-11-051-4/+5
* s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...Stefan Metzmacher2012-10-191-16/+0
* s3:smbd: fill tcon->global->session_global_idStefan Metzmacher2012-10-191-0/+2
* s3: For read-only shares, filter out write bits from conn->access_maskVolker Lendecke2012-09-271-0/+7
* Move cached cwd onto conn struct.Jeremy Allison2012-09-121-0/+6
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+5
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* source3/smbd/conn.c: wean off string_set/string_freeRusty Russell2012-08-071-4/+5
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-49/+53
* s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher2012-06-251-2/+42
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-3/+7
* s3:smbd: let close_cnum() take a uint64_t vuidStefan Metzmacher2012-06-061-1/+1
* s3:smbd: let make_connection() take a uint64_t vuidStefan Metzmacher2012-06-061-1/+1
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-4/+4
* s3:smbd: remove unused 'connection_struct->used'Michael Adam2012-05-221-1/+0
* s3: Remove an unused extern declarationVolker Lendecke2012-05-041-2/+0
* Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...Jeremy Allison2012-04-231-0/+11
* s3:smbd only initialize kernel oplocks if they are enabled for a shareChristian Ambach2012-04-111-0/+4
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-231-5/+9
* s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke2012-03-211-4/+5
* s3: Remove "conn" param from notify_init()Volker Lendecke2012-03-211-3/+3
* s3: Remove the separate server_id arg to notify_initVolker Lendecke2012-03-151-1/+0
* s3-smbd: vuser and session_info cannot be NULL hereAndrew Bartlett2012-03-041-37/+31
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-88/+26
* Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculatingJeremy Allison2012-02-281-3/+28
* s3-auth rename vuid_serverinfo to session_infoAndrew Bartlett2012-02-251-8/+8
* Now make_connection_snum() is a static function that takes aJeremy Allison2012-01-191-33/+26
* Fix bug 8710 - connections.tdb - major leak with SMB2.Jeremy Allison2012-01-181-17/+71
* s3:smbd: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+2
* s3:smbd/service: avoid using server_event_context() for notify_init()Stefan Metzmacher2011-12-121-1/+1
* s3: Include uid_wrapper where it is missing.Andreas Schneider2011-10-271-0/+1
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-201-3/+7
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-5/+5
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-6/+6
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-201-2/+2
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-16/+16
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-7/+7
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-7/+7