s3-prefork: Directly fail if tevent_req_is_unix_error() fails.
[kai/samba.git] / source3 / lib / server_prefork.c
2012-12-21 Andreas Schneiders3-prefork: Directly fail if tevent_req_is_unix_error...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2011-09-30 Volker Lendeckes3: Fix a C++ warning
2011-09-30 Volker Lendeckes3: Fix a C++ warning
2011-09-23 Andrew Bartlettbuild: avoid util.h as a public header name due to...
2011-08-21 Simo Sorces3-prefork: Listening fds must be in non-blocking mode
2011-08-21 Simo Sorces3-prefork: Fix code to retire children
2011-08-21 Simo Sorces3-prefork: Add parent->client messaging
2011-08-21 Simo Sorces3-prefork: Improve error detection when handling new...
2011-08-21 Simo Sorces3-prefork: Improve heuristics
2011-08-21 Simo Sorces3-prefrok: Handle only valid children
2011-08-21 Simo Sorces3-prefork: Fix worker flags handling.
2011-08-21 Simo Sorces3-prefork: do not use a lock_fd, just race on accept()
2011-08-21 Simo Sorces3-prefork: Allow better management of allowed_clients
2011-08-21 Andreas Schneiders3-prefork: Fix cast warning.
2011-08-15 Simo Sorces3-prefork: Do not use mmap/mremap/munmap directly
2011-08-10 Simo Sorces3-prefork: Fix use of child id.
2011-08-10 Simo Sorces3-prefork: Pass the child a child_id
2011-08-10 Simo Sorces3-prefork: Return tsocket_address for client and server
2011-08-10 Simo Sorces3-prefork: Pass messaging context around too
2011-08-10 Simo Sorces3-prefork: Set up a SIGCHLD handler by default
2011-08-10 Simo Sorces3-prefork: Provide a cleanup function
2011-08-10 Simo Sorces3-prefork: better timing out semantics
2011-08-10 Simo Sorces3-prefork: add support for multiple listning file...
2011-08-10 Simo Sorces3-prefork: provide way to send a signal to all children
2011-08-10 Simo Sorces3-prefork: provide means to expand the pool size
2011-08-10 Simo Sorces3-prefork: add way to manage number of clients per...
2011-08-10 Simo Sorces3-prefork: add asynchronous functions
2011-08-10 Simo Sorces3-prefork: implement prefork framework