Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5306: removed all the unused mutex functions from mutex.c. When (if?) we | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 2 | -0/+3 |
2007-10-10 | r5302: fixed a compilation problem on solaris caused by the recent include | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5301: fixed pthreads build | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 2 | -0/+2 |
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 | 7 | -7/+7 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 2 | -6/+6 |
2007-10-10 | r5193: make sure we mark the event dead when we free it on a dead connection | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 4 | -25/+12 |
2007-10-10 | r5141: fix compiler warnings | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r5108: the beginnings of a nbtd server for Samba4. Currently just displays | Andrew Tridgell | 2 | -1/+11 |
2007-10-10 | r5104: - added support for task based servers. These are servers that within | Andrew Tridgell | 8 | -16/+266 |
2007-10-10 | r5103: forgot to add two new files | Andrew Tridgell | 2 | -0/+272 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 11 | -1049/+270 |
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 | r4819: its just not my day today .... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4817: ccache was being made ineffective on all the build farm machines | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4729: add dummy "winbind" service | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r4728: split up server_services into: | Stefan Metzmacher | 11 | -262/+444 |
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 | 2 | -4/+5 |
2007-10-10 | r4605: Fix a confusing comment :-) | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p() | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r3753: Have some modules default to "NOT" and enable them again when | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 7 | -44/+5 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 4 | -18/+7 |
2007-10-10 | r3730: More build system fixes and simplifications | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 5 | -31/+19 |
2007-10-10 | r3523: removed a useless level 0 DEBUG() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3518: fixed some includes to be consistent. | Andrew Tridgell | 1 | -10/+6 |
2007-10-10 | r3508: fix the build | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 5 | -17/+22 |
2007-10-10 | r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processing | Andrew Tridgell | 1 | -9/+0 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3467: fix the build | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 4 | -0/+7 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r3453: - split out the auth and popt includes | 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 | 2 | -12/+34 |
2007-10-10 | r3356: in the standard process model we need to make sure we close all | Andrew Tridgell | 2 | -2/+28 |
2007-10-10 | r3314: added a option "socket:testnonblock" to the generic socket code. If | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r3271: use "struct messaging_context *" instead of "void *" in messaging API | Andrew Tridgell | 1 | -1/+1 |