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
/
process_standard.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
1
-5
/
+5
2007-10-10
r19610: fix the build
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r19604: This is a massive commit, and I appologise in advance for it's size.
Andrew Bartlett
1
-7
/
+0
2007-10-10
r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prot...
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r15273: fix setproctitle support
Stefan Metzmacher
1
-6
/
+10
2007-10-10
r15212: Simplify setproctitle code
Jelmer Vernooij
1
-6
/
+7
2007-10-10
r15100: Port the bugfix for #3569 to Samba4
Volker Lendecke
1
-2
/
+2
2007-10-10
r14736: - the ntvfs subsystem should not know about smb_server.h
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14079: I just found the setproctitle library from alt linux:-)
Stefan Metzmacher
1
-2
/
+37
2007-10-10
r13938: Around round of splitups
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r12815: try to fix the build on AIX
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'ed
Andrew Bartlett
1
-0
/
+6
2007-10-10
r10920: in case of a accept() failure just failing and trying again is no
Andrew Tridgell
1
-0
/
+3
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5296: - only include the tdb headers where they are needed
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5104: - added support for task based servers. These are servers that within
Andrew Tridgell
1
-4
/
+54
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
1
-119
/
+40
2007-10-10
r4728: split up server_services into:
Stefan Metzmacher
1
-27
/
+88
2007-10-10
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
1
-1
/
+1
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
/
+2
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
r3356: in the standard process model we need to make sure we close all
Andrew Tridgell
1
-2
/
+7
2007-10-10
r3314: added a option "socket:testnonblock" to the generic socket code. If
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3181: shutdown the secrets db on exit so we don't constantly get talloc leak...
Andrew Tridgell
1
-0
/
+3
2007-10-10
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2723: fix some debug messages
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
1
-0
/
+4
2007-10-10
r2648: - use a destructor on struct server_connection to simplify the
Andrew Tridgell
1
-9
/
+1
2007-10-10
r2646: - use a talloc destructor to ensure that sockets from the new socket
Andrew Tridgell
1
-0
/
+2
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
r2447: let the server code use the new lib/socket/ stuff
Stefan Metzmacher
1
-11
/
+10
2007-10-10
r1516: remove the server_connection from the list on the server_socket
Stefan Metzmacher
1
-2
/
+13
2007-10-10
r1515: move dublicate code to a function
Stefan Metzmacher
1
-59
/
+3
2007-10-10
r1514: close stuff from the server_connection not in the
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r1498: (merge from 3.0)
Andrew Bartlett
1
-0
/
+4
2007-10-10
r1486: commit the start of the generic server infastructure
Stefan Metzmacher
1
-62
/
+76
2007-10-10
r1291: rename struct smbsrv_context to smbsrv_connection
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r1280: rename struct request_context to smbsrv_request
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1277: rename struct server_context to smbsrv_ontext
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r99: make sure we reap child processes in the standard process model
Andrew Tridgell
1
-0
/
+1
2004-02-02
- we now specify the object files in the subsystems config.m4 file
Stefan Metzmacher
1
-5
/
+21
2003-12-13
completed the linkage between the endpoint mapper and the dcerpc
Andrew Tridgell
1
-0
/
+9
2003-12-13
dcerpc over tcp in the samba4 server now works to some extent. It
Andrew Tridgell
1
-2
/
+39
[next]