Age | Commit message (Expand) | Author | Files | Lines |
2008-02-04 | Remove useless layer of indirection, where every service called | Andrew Bartlett | 1 | -13/+1 |
2008-02-04 | Rework service init functions to pass down service name. This is | Andrew Bartlett | 1 | -1/+1 |
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-21 | r26440: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 1 | -2/+7 |
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26347: More tests. | Jelmer Vernooij | 1 | -3/+0 |
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 1 | -3/+4 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more uses... | Jelmer Vernooij | 1 | -5/+6 |
2007-12-21 | r26237: Add loadparm context to the server service interface. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -4/+5 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23700: pre-open the sam in the parent smbd. This has the effect of loading | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17206: Add a modular API for share configuration. | Simo Sorce | 1 | -0/+6 |
2007-10-10 | r16464: split client and server min/max protocol settings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14739: keep the last request time for the smbsrv_connection, | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r14096: setup a service task for smbsrv and dcesrv | Stefan Metzmacher | 1 | -8/+22 |
2007-10-10 | r14079: I just found the setproctitle library from alt linux:-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13937: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13926: More header splitups. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requests | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12126: get rid of the local ->terminate hacks, we do that genericly now | Stefan Metzmacher | 1 | -12/+9 |
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r11789: - add the start of a SMB2 server | Stefan Metzmacher | 1 | -0/+7 |
2007-10-10 | r11774: - move SMB specific initialisation of the smbsrv_connection out of sm... | Stefan Metzmacher | 1 | -23/+36 |
2007-10-10 | r11757: make smb_server.c independent from the protocol | Stefan Metzmacher | 1 | -608/+3 |
2007-10-10 | r11746: revert my last commits, I now understand how we decide between | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11744: make sure the session is completed authenticated!!! | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11724: - move checks packet size and protocol version, | Stefan Metzmacher | 1 | -53/+54 |
2007-10-10 | r11713: separate out the setting of the fde in the packet context from the | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r11650: - as every call that goes down to the ntvfs layer need a valid tcon a... | Stefan Metzmacher | 1 | -8/+51 |
2007-10-10 | r11640: just a nicer format, and make adding more special cases easier | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r11637: we need a session and a tcon for ntioctl() and ntrename() | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r11621: some minor fixes from comments by metze | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r11607: switched the smb server to use the generic packet send code | Andrew Tridgell | 1 | -41/+3 |
2007-10-10 | r11603: converted the smb server to use the new generic packet code | Andrew Tridgell | 1 | -96/+33 |
2007-10-10 | r10946: Use the right name for the remote workstation, and always initialise it. | Andrew Bartlett | 1 | -0/+3 |