summaryrefslogtreecommitdiff
path: root/source4/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-10s4:server: avoid calling into nss_winbind from within 'samba'Stefan Metzmacher1-0/+7
2013-06-20Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison1-3/+14
2013-05-18swat: Remove swat.Kai Blin1-1/+0
2013-01-01Happy New Year 2013Stefan Metzmacher1-1/+1
2012-08-23param: Add startup checks for valid server role/binary combinationsAndrew Bartlett1-0/+11
2012-08-07s4-smbd: Check for failure of irpc_add_nameAndrew Bartlett1-1/+4
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-1/+1
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2012-02-20s4-smbd: Show time event was expected to run, as well as the current wall clo...Andrew Bartlett1-2/+2
2012-01-01s4: Happy New Year 2012Stefan Metzmacher1-1/+1
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-6/+6
2011-10-28lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett1-1/+1
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett1-2/+2
2011-10-28lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett1-2/+2
2011-10-28lib/util Split samba-modules library into public and private partsAndrew Bartlett1-1/+1
2011-10-28lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett1-1/+1
2011-10-28lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett1-2/+2
2011-10-28lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett1-2/+2
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett1-1/+1
2011-10-13libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett1-1/+1
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett1-0/+1
2011-07-22s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell1-2/+2
2011-07-12s4:param: add "state dir" and "cache dir" optionsStefan Metzmacher1-0/+2
2011-06-09s4:smbd/server.c - quiet "time_t" format string warnings by castsMatthias Dieter Wallnöfer1-2/+4
2011-06-06s4/server: simplify and replace bad portable gettimeofday by timeBjörn Jacke1-15/+2
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-3/+3
2011-05-06s4-smbd: fix randseed_init() usage.Günther Deschner1-1/+1
2011-05-03s4-param Rename secrets_init() -> randseed_init()Andrew Bartlett1-4/+3
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-3/+3
2011-02-07s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.datAndrew Tridgell1-0/+1
2011-01-02s4: Happy New Year 2011Stefan Metzmacher1-1/+1
2010-12-21s4-auth Remove event context from privilage database handlingAndrew Bartlett1-1/+1
2010-11-27Add timestamp when running with --maximum-runtimeMatthieu Patou1-1/+15
2010-11-01s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell1-17/+2
2010-10-23s4 dns: Add a boilerplate DNS server implementationKai Blin1-0/+1
2010-10-14s4: show samba version in bin/samba -bAndrew Tridgell1-0/+1
2010-10-11s4-smbd Remove event_context_set_default()Andrew Bartlett1-3/+0
2010-10-10ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap.Jelmer Vernooij1-1/+1
2010-10-02s4-server: exit with status 127 on SIGTERMAndrew Tridgell1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-7/+7
2010-06-25s4:schannel Open the schannel_store.tdb at startupAndrew Bartlett1-0/+8
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-3/+1
2010-05-14Revert "s4: remove unused references to swat"Andrew Bartlett1-0/+1
2010-04-29s4: remove unused references to swatStefan Metzmacher1-1/+0
2010-04-21s4-server: show build host in samba -b outputAndrew Tridgell1-0/+5
2010-03-29s4: added a simple implementation of bin/samba -bAndrew Tridgell1-1/+44
2010-03-26s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider1-1/+1
2010-02-23s4:schannel merge code with s3Simo Sorce1-2/+0
2010-02-22More spelling fixes across source4/Brad Hards1-1/+1
2010-02-13s4:server.c - use always "return" instead of "exit" in the "binary_smbd_main"...Matthias Dieter Wallnöfer1-4/+4