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