summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* r4819: its just not my day today ....Andrew Tridgell2005-01-181-0/+1
* r4817: ccache was being made ineffective on all the build farm machinesAndrew Tridgell2005-01-181-0/+1
* r4729: add dummy "winbind" serviceStefan Metzmacher2005-01-141-0/+6
* r4728: split up server_services into:Stefan Metzmacher2005-01-1411-262/+444
* r4685: only remove events when we have themStefan Metzmacher2005-01-111-4/+8
* r4667: Don't follow a NULL pointer for an idle event handler.Andrew Bartlett2005-01-112-4/+5
* r4605: Fix a confusing comment :-)Volker Lendecke2005-01-091-1/+1
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2004-12-031-2/+2
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2004-11-301-3/+0
* r3753: Have some modules default to "NOT" and enable them again when Jelmer Vernooij2004-11-151-0/+2
* r3737: - Get rid of the register_subsystem() and register_backend() functions. Jelmer Vernooij2004-11-147-44/+5
* r3733: More build system fixes/features:Jelmer Vernooij2004-11-144-18/+7
* r3730: More build system fixes and simplificationsJelmer Vernooij2004-11-141-2/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2004-11-065-31/+19
* r3523: removed a useless level 0 DEBUG()Andrew Tridgell2004-11-041-1/+1
* r3518: fixed some includes to be consistent.Andrew Tridgell2004-11-041-10/+6
* r3508: fix the buildStefan Metzmacher2004-11-031-1/+3
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2004-11-035-17/+22
* r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processingAndrew Tridgell2004-11-031-9/+0
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2004-11-031-0/+1
* r3481: split out client.h and events.hAndrew Tridgell2004-11-024-0/+4
* r3467: fix the buildStefan Metzmacher2004-11-021-0/+3
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2004-11-024-0/+7
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2004-11-023-0/+3
* r3453: - split out the auth and popt includesAndrew Tridgell2004-11-021-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2004-11-021-0/+1
* r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell2004-10-291-16/+27
* r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell2004-10-292-12/+34
* r3356: in the standard process model we need to make sure we close allAndrew Tridgell2004-10-292-2/+28
* r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell2004-10-283-3/+3
* r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell2004-10-261-1/+1
* r3181: shutdown the secrets db on exit so we don't constantly get talloc leak...Andrew Tridgell2004-10-251-0/+3
* r3136: - Allow specifying socket type when adding smbd service Jelmer Vernooij2004-10-221-1/+2
* r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett2004-10-211-0/+8
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2004-10-191-4/+0
* r3016: - converted the events code to tallocAndrew Tridgell2004-10-174-2/+10
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2004-10-176-7/+22
* r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2004-10-161-5/+0
* r2937: Make sure all memory is initializedJelmer Vernooij2004-10-121-7/+7
* r2882: fix mistake that caused a failure on a bind to a dynamic tcp portStefan Metzmacher2004-10-091-13/+13
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2004-10-081-2/+0
* r2723: fix some debug messagesStefan Metzmacher2004-09-281-2/+2
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2004-09-261-0/+4
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2004-09-264-41/+28
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2004-09-266-23/+11
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2004-09-251-6/+9
* r2588: connect/disconnect is common enough that I don't think a level 0 DEBUGAndrew Tridgell2004-09-243-3/+3
* r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell2004-09-241-0/+5
* r2512: Remove unused stub functions.Andrew Bartlett2004-09-221-36/+0
* r2448: use SO_REUSEADDR=1 for the serverStefan Metzmacher2004-09-201-1/+1