summaryrefslogtreecommitdiffstats
path: root/source4/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2007-10-101-0/+1
* r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij2007-10-101-1/+1
* r14078: move ldb_global_init() to the main smbd code,Stefan Metzmacher2007-10-101-1/+4
* r14038: reopen log files after a SIGHUPStefan Metzmacher2007-10-101-3/+6
* r13944: Yet another round of splitups.Jelmer Vernooij2007-10-101-0/+1
* r13938: Around round of splitupsJelmer Vernooij2007-10-101-0/+1
* r13937: fix the buildStefan Metzmacher2007-10-101-1/+1
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13655: Use new name of build headerJelmer Vernooij2007-10-101-1/+1
* r12661: Happy New Year!Stefan Metzmacher2007-10-101-1/+1
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-1/+2
* r12594: Jelmer pushed some proposed header reductions to the list today. ThisAndrew Bartlett2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r12523: Convert the registry subsystem to use a seperate prototype headerJelmer Vernooij2007-10-101-0/+1
* r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij2007-10-101-0/+11
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-101-0/+9
* r12284: use the correct name for loggingStefan Metzmacher2007-10-101-1/+1
* r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'edAndrew Bartlett2007-10-101-6/+0
* r12260: move the string "smbd" to one placeStefan Metzmacher2007-10-101-14/+16
* r12255: - we don't use SIGUSR1 anymore, so ignore itStefan Metzmacher2007-10-101-2/+7
* r11317: An ugly hack to setup the global gssapi_krb5_context early, when weAndrew Bartlett2007-10-101-0/+6
* r10315: Remove use of fstring and pstring in dynconfig.cJelmer Vernooij2007-10-101-1/+0
* r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2007-10-101-3/+1
* r8282: make the deletion of the smbd.tmp directory recursive. This cleans up ...Andrew Tridgell2007-10-101-45/+40
* r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett2007-10-101-9/+2
* r7493: add a --maximum-runtime option to smbd. If this time is exceeeded then...Andrew Tridgell2007-10-101-0/+22
* r7478: fixed a problem with a backgrounded smbd looping to handle continuousAndrew Tridgell2007-10-101-0/+3
* r7392: more verbose debug outputStefan Metzmacher2007-10-101-1/+1
* r7356: fixed the problem mkaplan reported with not being able to run without -iAndrew Tridgell2007-10-101-2/+5
* r6846: make smbd terminate immediately on EOF from stdinAndrew Tridgell2007-10-101-0/+16
* r6196: Make the comparisons consistent with in the same expression.Richard Sharpe2007-10-101-1/+1
* r6187: 1. Make sure that we don't try to delete . and .. in a more portable way.Richard Sharpe2007-10-101-10/+34
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-0/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-68/+105
* r4819: its just not my day today ....Andrew Tridgell2007-10-101-0/+1
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-13/+14
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r2937: Make sure all memory is initializedJelmer Vernooij2007-10-101-7/+7
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-2/+0
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-19/+23
* r1233: -move smb related code to smb_server/*Stefan Metzmacher2007-10-101-195/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-2/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-2/+2
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-1/+1