index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
smbd
/
service.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
source4/smbd: replace DEBUG( with DBG_
Gary Lockyer
2017-10-19
1
-4
/
+5
*
source4/smbd: refactor the process model for prefork
Gary Lockyer
2017-10-19
1
-2
/
+9
*
source4 smbd: remove global control pipe from process_standard.
Gary Lockyer
2017-09-28
1
-6
/
+11
*
s4: Add TALLOC_CTX * to register_server_service().
Jeremy Allison
2017-05-11
1
-3
/
+4
*
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
2016-02-06
1
-1
/
+1
*
s4-smbd: don't initialise process models more than once
Andrew Tridgell
2010-10-30
1
-1
/
+1
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-2
/
+2
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Remove useless layer of indirection, where every service called
Andrew Bartlett
2008-02-04
1
-5
/
+6
*
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
2007-12-21
1
-4
/
+6
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r7352: the internal heimdal build change. This changes quite a few things:
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
2007-10-10
1
-347
/
+47
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
2007-10-10
1
-8
/
+4
*
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
2007-10-10
1
-9
/
+4
*
r4939: make a few more private pointers type safe (this might help abartlet
Andrew Tridgell
2007-10-10
1
-3
/
+6
*
r4729: add dummy "winbind" service
Stefan Metzmacher
2007-10-10
1
-0
/
+6
*
r4728: split up server_services into:
Stefan Metzmacher
2007-10-10
1
-104
/
+117
*
r4685: only remove events when we have them
Stefan Metzmacher
2007-10-10
1
-4
/
+8
*
r4667: Don't follow a NULL pointer for an idle event handler.
Andrew Bartlett
2007-10-10
1
-1
/
+4
*
r4605: Fix a confusing comment :-)
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
2007-10-10
1
-20
/
+1
*
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
2007-10-10
1
-5
/
+4
*
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
2007-10-10
1
-8
/
+10
*
r3481: split out client.h and events.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3466: split out request.h, signing.h, and smb_server.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3447: more include/system/XXX.h include files
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...
Andrew Tridgell
2007-10-10
1
-16
/
+27
*
r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.
Andrew Tridgell
2007-10-10
1
-0
/
+30
*
r3356: in the standard process model we need to make sure we close all
Andrew Tridgell
2007-10-10
1
-0
/
+21
*
r3136: - Allow specifying socket type when adding smbd service
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r3016: - converted the events code to talloc
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r2882: fix mistake that caused a failure on a bind to a dynamic tcp port
Stefan Metzmacher
2007-10-10
1
-13
/
+13
*
r2648: - use a destructor on struct server_connection to simplify the
Andrew Tridgell
2007-10-10
1
-12
/
+25
*
r2646: - use a talloc destructor to ensure that sockets from the new socket
Andrew Tridgell
2007-10-10
1
-19
/
+5
*
r2628: got rid of some warnings and converted a few more places to use hierar...
Andrew Tridgell
2007-10-10
1
-6
/
+9
*
r2588: connect/disconnect is common enough that I don't think a level 0 DEBUG
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed this
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r2448: use SO_REUSEADDR=1 for the server
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r2447: let the server code use the new lib/socket/ stuff
Stefan Metzmacher
2007-10-10
1
-60
/
+66
*
r2326: remove definition and usage of struct socket_context
Stefan Metzmacher
2007-10-10
1
-13
/
+1
*
r2321: add complately untested LDAP server start
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r1520: only call write handler or read handler, not both. This copes with the
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r1516: remove the server_connection from the list on the server_socket
Stefan Metzmacher
2007-10-10
1
-0
/
+3
[next]