summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* param: rename lp function and variable from "rootpostexec" to "root_postexec"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "veto_oplocks" to "veto_oplock_fi...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "shortpreservecase" to "short_pre...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "preservecase" to "preserve_case"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'casesensitive' to 'case_sensitive'Garming Sam2014-02-071-3/+3
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-3/+3
* loadparm: rename lp[cfg]_readonly to lp[cfg]_read_only for consistency with docsMichael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...Michael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency wi...Michael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-031-1/+1
* 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