summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb/service.c
Commit message (Expand)AuthorAgeFilesLines
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-201-2/+3
* s4-smb_server: Put error from share_get_config() into the logsAndrew Bartlett2012-03-071-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:smb_server: pass tsocket_addresses to the ntvfs layerStefan Metzmacher2010-04-271-2/+4
* s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell2009-09-191-1/+0
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-1/+2
* Add async support for reply_tcon* and ntvfs_connectSam Liddicott2009-04-231-20/+1
* ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2008-03-061-0/+6
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+1
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-0/+1
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-211-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+2
* r24494: add comment to remind me to look at the flags on a tconxStefan Metzmacher2007-10-101-0/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22381: fix memory leakStefan Metzmacher2007-10-101-1/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-28/+29
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-101-1/+0
* r15769: this functions belong to params/ so move it.Stefan Metzmacher2007-10-101-1/+1
* r15747: move some functions to the protocol independend part of theStefan Metzmacher2007-10-101-42/+1
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-1/+13
* r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher2007-10-101-2/+11
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-0/+23
* r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher2007-10-101-5/+0
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-15/+28
* r13866: prefix more functions with smbsrv_Stefan Metzmacher2007-10-101-1/+1
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-101-1/+1
* r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher2007-10-101-0/+194