summaryrefslogtreecommitdiff
path: root/source4/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24623: add back '-D' option to smbdStefan Metzmacher1-7/+29
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23695: By not using the NULL context for these large structures, we don'tAndrew Bartlett1-1/+1
2007-10-10r23288: give more info...Stefan Metzmacher1-0/+2
2007-10-10r22242: ctdb init now takes a process modelAndrew Tridgell1-1/+1
2007-10-10r20895: enable ctdb backend at startup (if configured)Andrew Tridgell1-0/+4
2007-10-10r20449: Happy New Year!Stefan Metzmacher1-1/+1
2007-10-10r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij1-1/+1
2007-10-10r19539: Move pidfile to smbd/Jelmer Vernooij1-1/+1
2007-10-10r18360: better handling of child process killing in standard modeAndrew Tridgell1-0/+19
2007-10-10r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij1-1/+1
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-0/+2
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach1-2/+1
2007-10-10r14890: fix the usage of popt...Stefan Metzmacher1-5/+17
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher1-2/+0
2007-10-10r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij1-1/+1
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+1
2007-10-10r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher1-0/+1
2007-10-10r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij1-1/+1
2007-10-10r14078: move ldb_global_init() to the main smbd code,Stefan Metzmacher1-1/+4
2007-10-10r14038: reopen log files after a SIGHUPStefan Metzmacher1-3/+6
2007-10-10r13944: Yet another round of splitups.Jelmer Vernooij1-0/+1
2007-10-10r13938: Around round of splitupsJelmer Vernooij1-0/+1
2007-10-10r13937: fix the buildStefan Metzmacher1-1/+1
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13655: Use new name of build headerJelmer Vernooij1-1/+1
2007-10-10r12661: Happy New Year!Stefan Metzmacher1-1/+1
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij1-1/+2
2007-10-10r12594: Jelmer pushed some proposed header reductions to the list today. ThisAndrew Bartlett1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+1
2007-10-10r12523: Convert the registry subsystem to use a seperate prototype headerJelmer Vernooij1-0/+1
2007-10-10r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij1-0/+11
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij1-0/+9
2007-10-10r12284: use the correct name for loggingStefan Metzmacher1-1/+1
2007-10-10r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'edAndrew Bartlett1-6/+0
2007-10-10r12260: move the string "smbd" to one placeStefan Metzmacher1-14/+16
2007-10-10r12255: - we don't use SIGUSR1 anymore, so ignore itStefan Metzmacher1-2/+7
2007-10-10r11317: An ugly hack to setup the global gssapi_krb5_context early, when weAndrew Bartlett1-0/+6
2007-10-10r10315: Remove use of fstring and pstring in dynconfig.cJelmer Vernooij1-1/+0
2007-10-10r8678: setup for gdb backtrace in 'make test'Andrew Tridgell1-3/+1
2007-10-10r8282: make the deletion of the smbd.tmp directory recursive. This cleans up ...Andrew Tridgell1-45/+40
2007-10-10r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett1-9/+2
2007-10-10r7493: add a --maximum-runtime option to smbd. If this time is exceeeded then...Andrew Tridgell1-0/+22
2007-10-10r7478: fixed a problem with a backgrounded smbd looping to handle continuousAndrew Tridgell1-0/+3
2007-10-10r7392: more verbose debug outputStefan Metzmacher1-1/+1
2007-10-10r7356: fixed the problem mkaplan reported with not being able to run without -iAndrew Tridgell1-2/+5
2007-10-10r6846: make smbd terminate immediately on EOF from stdinAndrew Tridgell1-0/+16