r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.
[bbaumbach/samba-autobuild/.git] / source4 / smbd /
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Stefan Metzmacherr14205: move smb specific stuff out of includes.h ...
2007-10-10 Stefan Metzmacherr14100: print out the title with the thread specific...
2007-10-10 Stefan Metzmacherr14095: disable setproctitle support by default
2007-10-10 Jelmer Vernooijr14094: Use saner module directory names, fix loading...
2007-10-10 Stefan Metzmacherr14082: fix the build of process model thread
2007-10-10 Stefan Metzmacherr14079: I just found the setproctitle library from...
2007-10-10 Stefan Metzmacherr14078: move ldb_global_init() to the main smbd code,
2007-10-10 Stefan Metzmacherr14038: reopen log files after a SIGHUP
2007-10-10 Jelmer Vernooijr13960: Generate makefile rules for installing/removing...
2007-10-10 Jelmer Vernooijr13944: Yet another round of splitups.
2007-10-10 Jelmer Vernooijr13938: Around round of splitups
2007-10-10 Stefan Metzmacherr13937: fix the build
2007-10-10 Jelmer Vernooijr13926: More header splitups.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Jelmer Vernooijr13655: Use new name of build header
2007-10-10 Jelmer Vernooijr13070: Add a simple smbd manpage, based on the Samba...
2007-10-10 Stefan Metzmacherr12815: try to fix the build on AIX
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Stefan Metzmacherr12797: check for a error
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Jelmer Vernooijr12670: Make a couple of dependencies stricter
2007-10-10 Stefan Metzmacherr12661: Happy New Year!
2007-10-10 Jelmer Vernooijr12620: Get rid of automatically generated lists of...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Bartlettr12594: Jelmer pushed some proposed header reductions...
2007-10-10 Jelmer Vernooijr12592: Remove some useless dependencies
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Jelmer Vernooijr12523: Convert the registry subsystem to use a seperat...
2007-10-10 Jelmer Vernooijr12500: Use init functions explicitly in a few more...
2007-10-10 Jelmer Vernooijr12499: Move smb_build.h out of includes.h
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Jelmer Vernooijr12494: Support loading modules from .so files for...
2007-10-10 Stefan Metzmacherr12284: use the correct name for logging
2007-10-10 Andrew Bartlettr12267: Try to avoid segfault in kerberos libs, because...
2007-10-10 Stefan Metzmacherr12265: as all server_service modules are specified...
2007-10-10 Stefan Metzmacherr12260: move the string "smbd" to one place
2007-10-10 Stefan Metzmacherr12255: - we don't use SIGUSR1 anymore, so ignore it
2007-10-10 Stefan Metzmacherr12125: make the deferred connection termination the...
2007-10-10 Jelmer Vernooijr11382: Require number of required M4 macros
2007-10-10 Andrew Bartlettr11317: An ugly hack to setup the global gssapi_krb5_co...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Stefan Metzmacherr11004: r10083@SERNOX: metze | 2005-09-08 16:50:32...
2007-10-10 Andrew Tridgellr10920: in case of a accept() failure just failing...
2007-10-10 Stefan Metzmacherr10768: add a function to create a stream_connection...
2007-10-10 Andrew Tridgellr10682: force the free of the fd event first when a...
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Jelmer Vernooijr10509: Some more sconscript fixes. Now getting to...
2007-10-10 Jelmer Vernooijr10336: Add sconscript for a couple more subsystems.
2007-10-10 Jelmer Vernooijr10330: Add SConscript to more subsystems. Some of...
2007-10-10 Jelmer Vernooijr10315: Remove use of fstring and pstring in dynconfig.c
2007-10-10 Jelmer Vernooijr8966: Simplify the makefile generation system a bit.
2007-10-10 Andrew Tridgellr8678: setup for gdb backtrace in 'make test'
2007-10-10 Andrew Tridgellr8282: make the deletion of the smbd.tmp directory...
2007-10-10 Andrew Tridgellr7911: task_terminate() is defined in the macosx header...
2007-10-10 Stefan Metzmacherr7845: remove unused files
2007-10-10 Andrew Bartlettr7525: Unify lp_load(), load_interfaces and logging...
2007-10-10 Andrew Tridgellr7493: add a --maximum-runtime option to smbd. If this...
2007-10-10 Andrew Tridgellr7478: fixed a problem with a backgrounded smbd looping...
2007-10-10 Stefan Metzmacherr7392: more verbose debug output
2007-10-10 Andrew Tridgellr7356: fixed the problem mkaplan reported with not...
2007-10-10 Andrew Tridgellr7352: the internal heimdal build change. This changes...
2007-10-10 Stefan Metzmacherr7303: autodetect the libkdc and our kdc support
2007-10-10 Andrew Tridgellr7294: implemented the irpc messaging system. This...
2007-10-10 Andrew Bartlettr7226: Forgot file to disable building the new kdc
2007-10-10 Andrew Bartlettr7221: Add the start of a KDC service (to be built...
2007-10-10 Andrew Tridgellr6997: added a private pointer to the task structure...
2007-10-10 Andrew Tridgellr6981: first version of the builtin web server for...
2007-10-10 Andrew Tridgellr6846: make smbd terminate immediately on EOF from...
2007-10-10 Andrew Tridgellr6725: the beginnings of a cldap server
2007-10-10 Andrew Tridgellr6530: the server ID of a connection in the single...
2007-10-10 Richard Sharper6196: Make the comparisons consistent with in the...
2007-10-10 Richard Sharper6187: 1. Make sure that we don't try to delete . and...
2007-10-10 Andrew Tridgellr5411: make network interface selection a bit saner
2007-10-10 Andrew Tridgellr5306: removed all the unused mutex functions from...
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5302: fixed a compilation problem on solaris caused...
2007-10-10 Andrew Tridgellr5301: fixed pthreads build
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5193: make sure we mark the event dead when we free...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Stefan Metzmacherr5141: fix compiler warnings
2007-10-10 Andrew Tridgellr5108: the beginnings of a nbtd server for Samba4....
2007-10-10 Andrew Tridgellr5104: - added support for task based servers. These...
2007-10-10 Andrew Tridgellr5103: forgot to add two new files
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4943: Smplified the events handling code a lot. The...
2007-10-10 Andrew Tridgellr4939: make a few more private pointers type safe ...
2007-10-10 Andrew Tridgellr4819: its just not my day today ....
2007-10-10 Andrew Tridgellr4817: ccache was being made ineffective on all the...
2007-10-10 Stefan Metzmacherr4729: add dummy "winbind" service
2007-10-10 Stefan Metzmacherr4728: split up server_services into:
next