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