summaryrefslogtreecommitdiffstats
path: root/source4/smbd
Commit message (Expand)AuthorAgeFilesLines
* r6187: 1. Make sure that we don't try to delete . and .. in a more portable way.Richard Sharpe2007-10-101-10/+34
* r5411: make network interface selection a bit sanerAndrew Tridgell2007-10-102-0/+2
* r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell2007-10-101-0/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-102-0/+3
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-1/+1
* r5301: fixed pthreads buildAndrew Tridgell2007-10-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-102-0/+2
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-107-7/+7
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-102-6/+6
* r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-104-25/+12
* r5141: fix compiler warningsStefan Metzmacher2007-10-102-2/+2
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-102-1/+11
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-108-16/+266
* r5103: forgot to add two new filesAndrew Tridgell2007-10-102-0/+272
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-1011-1049/+270
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-3/+3
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-8/+4
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-9/+4
* r4939: make a few more private pointers type safe (this might help abartletAndrew Tridgell2007-10-101-3/+6
* r4819: its just not my day today ....Andrew Tridgell2007-10-101-0/+1
* r4817: ccache was being made ineffective on all the build farm machinesAndrew Tridgell2007-10-101-0/+1
* r4729: add dummy "winbind" serviceStefan Metzmacher2007-10-101-0/+6
* r4728: split up server_services into:Stefan Metzmacher2007-10-1011-262/+444
* r4685: only remove events when we have themStefan Metzmacher2007-10-101-4/+8
* r4667: Don't follow a NULL pointer for an idle event handler.Andrew Bartlett2007-10-102-4/+5
* r4605: Fix a confusing comment :-)Volker Lendecke2007-10-101-1/+1
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-101-2/+2
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-3/+0
* r3753: Have some modules default to "NOT" and enable them again whenJelmer Vernooij2007-10-101-0/+2
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-107-44/+5
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-104-18/+7
* r3730: More build system fixes and simplificationsJelmer Vernooij2007-10-101-2/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-105-31/+19
* r3523: removed a useless level 0 DEBUG()Andrew Tridgell2007-10-101-1/+1
* r3518: fixed some includes to be consistent.Andrew Tridgell2007-10-101-10/+6
* r3508: fix the buildStefan Metzmacher2007-10-101-1/+3
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-105-17/+22
* r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processingAndrew Tridgell2007-10-101-9/+0
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-101-0/+1
* r3481: split out client.h and events.hAndrew Tridgell2007-10-104-0/+4
* r3467: fix the buildStefan Metzmacher2007-10-101-0/+3
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-104-0/+7
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-103-0/+3
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell2007-10-101-16/+27
* r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell2007-10-102-12/+34
* r3356: in the standard process model we need to make sure we close allAndrew Tridgell2007-10-102-2/+28