summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Calculate&store the maximum share access maskVolker Lendecke2011-07-051-22/+15
* s3: Return "granted" from share_access_checkVolker Lendecke2011-07-051-6/+7
* s3-smbd: Replace client_id in smbd service.Andreas Schneider2011-07-041-6/+21
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-1/+1
* s3-param split service.c into param and smbd componentsAndrew Bartlett2011-05-311-226/+0
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-291-0/+1
* s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2011-04-051-3/+3
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-printing: follow force user/group for driver IODavid Disseldorp2011-03-041-56/+71
* s3-printing: fix pcacp prototypes and includes.Günther Deschner2011-02-221-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-40/+40
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-4/+4
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-10/+1
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-36/+74
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-101-6/+13
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-1/+1
* s3: Replace calls to check_access by allow_accessVolker Lendecke2010-08-221-4/+5
* s3: Remove an unused variableVolker Lendecke2010-08-181-1/+0
* s3: Remove unneeded "client_address" from connection_structVolker Lendecke2010-08-181-12/+2
* s3: Remove smbd_server_fd() from make_connectionVolker Lendecke2010-08-161-2/+2
* s3: Remove smbd_server_fd() from share_sanity_checksVolker Lendecke2010-08-161-3/+4
* s3: Remove smbd_server_fd() from make_connection_snumVolker Lendecke2010-08-161-4/+11
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-2/+2
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1