index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
smbd
/
process_thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-process: fixed the thread process model so it compiles
Andrew Tridgell
2010-09-07
1
-1
/
+2
*
s4:process_thread: use monotonic time for time deltas
Björn Jacke
2010-08-31
1
-9
/
+10
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-3
/
+3
*
s4-smbd: Remove obsolete singal type cast from the thread process model.
Andreas Schneider
2010-02-23
1
-3
/
+3
*
s4:smbd: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-8
/
+8
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-13
/
+13
*
Eliminate another global_loadparm.
Jelmer Vernooij
2008-09-30
1
-1
/
+1
*
Use a custom init function for samba4 that sets a samba4
Simo Sorce
2008-06-14
1
-2
/
+2
*
Remaining changes to implement the prefork process model
Andrew Bartlett
2008-02-04
1
-3
/
+4
*
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
2008-01-05
1
-6
/
+18
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r19643: make process_model thread compile again
Stefan Metzmacher
2007-10-10
1
-7
/
+0
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14736: - the ntvfs subsystem should not know about smb_server.h
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14100: print out the title with the thread specific debug messages
Stefan Metzmacher
2007-10-10
1
-4
/
+25
*
r14082: fix the build of process model thread
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14079: I just found the setproctitle library from alt linux:-)
Stefan Metzmacher
2007-10-10
1
-0
/
+6
*
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12815: try to fix the build on AIX
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r12797: check for a error
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'ed
Andrew Bartlett
2007-10-10
1
-1
/
+7
*
r10920: in case of a accept() failure just failing and trying again is no
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r5306: removed all the unused mutex functions from mutex.c. When (if?) we
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5301: fixed pthreads build
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5104: - added support for task based servers. These are servers that within
Andrew Tridgell
2007-10-10
1
-4
/
+65
*
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
2007-10-10
1
-121
/
+43
*
r4817: ccache was being made ineffective on all the build farm machines
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4728: split up server_services into:
Stefan Metzmacher
2007-10-10
1
-40
/
+96
*
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3518: fixed some includes to be consistent.
Andrew Tridgell
2007-10-10
1
-10
/
+6
*
r3508: fix the build
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r3467: fix the build
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r3314: added a option "socket:testnonblock" to the generic socket code. If
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3016: - converted the events code to talloc
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2648: - use a destructor on struct server_connection to simplify the
Andrew Tridgell
2007-10-10
1
-11
/
+1
*
r2646: - use a talloc destructor to ensure that sockets from the new socket
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r2447: let the server code use the new lib/socket/ stuff
Stefan Metzmacher
2007-10-10
1
-12
/
+17
*
r1516: remove the server_connection from the list on the server_socket
Stefan Metzmacher
2007-10-10
1
-2
/
+15
*
r1515: move dublicate code to a function
Stefan Metzmacher
2007-10-10
1
-58
/
+3
*
r1514: close stuff from the server_connection not in the
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r1486: commit the start of the generic server infastructure
Stefan Metzmacher
2007-10-10
1
-66
/
+87
*
r1291: rename struct smbsrv_context to smbsrv_connection
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r1280: rename struct request_context to smbsrv_request
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r1277: rename struct server_context to smbsrv_ontext
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
2007-10-10
1
-12
/
+12
*
- we now specify the object files in the subsystems config.m4 file
Stefan Metzmacher
2004-02-02
1
-7
/
+21
[next]