summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb_server.c
Commit message (Expand)AuthorAgeFilesLines
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-2/+4
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+1
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-2/+7
* r26382: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26347: More tests.Jelmer Vernooij2007-12-211-3/+0
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-2/+2
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-1/+3
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-211-3/+4
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-5/+6
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-0/+1
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-2/+2
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-4/+5
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23700: pre-open the sam in the parent smbd. This has the effect of loadingAndrew Tridgell2007-10-101-0/+16
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-0/+6
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-101-1/+1
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-0/+1
* r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher2007-10-101-0/+2
* r14096: setup a service task for smbsrv and dcesrvStefan Metzmacher2007-10-101-8/+22
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-1/+1
* r13937: fix the buildStefan Metzmacher2007-10-101-1/+1
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher2007-10-101-2/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-3/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher2007-10-101-12/+9
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-1/+1
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-101-0/+7
* r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...Stefan Metzmacher2007-10-101-23/+36
* r11757: make smb_server.c independent from the protocolStefan Metzmacher2007-10-101-608/+3
* r11746: revert my last commits, I now understand how we decide betweenStefan Metzmacher2007-10-101-1/+1
* r11744: make sure the session is completed authenticated!!!Stefan Metzmacher2007-10-101-1/+1
* r11724: - move checks packet size and protocol version,Stefan Metzmacher2007-10-101-53/+54
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11650: - as every call that goes down to the ntvfs layer need a valid tcon a...Stefan Metzmacher2007-10-101-8/+51
* r11640: just a nicer format, and make adding more special cases easierStefan Metzmacher2007-10-101-5/+8
* r11637: we need a session and a tcon for ntioctl() and ntrename()Stefan Metzmacher2007-10-101-3/+3
* r11621: some minor fixes from comments by metzeAndrew Tridgell2007-10-101-0/+4
* r11607: switched the smb server to use the generic packet send codeAndrew Tridgell2007-10-101-41/+3
* r11603: converted the smb server to use the new generic packet codeAndrew Tridgell2007-10-101-96/+33
* r10946: Use the right name for the remote workstation, and always initialise it.Andrew Bartlett2007-10-101-0/+3
* r8893: fixed the valgrind error on stream termination due to prototol errorsAndrew Tridgell2007-10-101-4/+9