summaryrefslogtreecommitdiff
path: root/source4/smbd
AgeCommit message (Expand)AuthorFilesLines
2013-07-10s4:server: avoid calling into nss_winbind from within 'samba'Stefan Metzmacher1-0/+7
2013-07-10service_stream: Log if the connection termination is deferred or not (bug #9820)Andrew Bartlett1-1/+5
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-27s4:service_task: add missing imessaging_cleanup() to task_server_terminate()Stefan Metzmacher1-0/+2
2013-01-27s4:service_task: prevent a segfault if task->msg_ctx is not initialized yetStefan Metzmacher1-1/+1
2013-01-26s4-process_single: Use pid,task_id as cluster_id in process_single just like ...Andrew Bartlett1-8/+13
2013-01-25bug9598: s4-process_single: Use pid,fd as cluster_id in process_single just l...Andrew Bartlett1-3/+8
2013-01-09Use the new directory_create_or_exist_strict() function.Andreas Schneider1-1/+1
2013-01-01Happy New Year 2013Stefan Metzmacher1-1/+1
2012-12-03docs: Merge both samba.8 manpages.Karolin Seeger2-182/+0
2012-11-29docs: man 8 samba: Add missing meta data.Karolin Seeger1-0/+3
2012-09-24Remove compatibility code for setproctitle() now moved to libreplace.Jelmer Vernooij2-26/+0
2012-09-24replace: Support setproctitle().Jelmer Vernooij1-13/+0
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 Allison3-139/+2
2012-06-28source4/smbd/pidfile: don't panic if pid file is corrupt.Rusty Russell1-0/+3
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2012-06-12s4:smbd: fix typosMichael Adam2-3/+3
2012-06-01Revert "waf-mitkrb5: enable dcerpc_server library to support OpenChange clien...Alexander Bokovoy1-2/+2
2012-06-01waf-mitkrb5: enable dcerpc_server library to support OpenChange client codeAlexander Bokovoy1-2/+2
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-12/+11
2012-03-13samba.8: Fix typo: deamon -> daemon.Jelmer Vernooij1-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-17s3: Fix the clustering buildVolker Lendecke1-1/+1
2011-12-15pidfile: use set_close_on_exec()Andrew Tridgell1-0/+2
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij3-13/+13
2011-10-28lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2-2/+2
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2-4/+4
2011-10-28lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2-4/+4
2011-10-28lib/util Split samba-modules library into public and private partsAndrew Bartlett3-3/+3
2011-10-28lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2-2/+2
2011-10-28lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2-4/+4
2011-10-28lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2-4/+4
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett3-3/+3
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 Bartlett3-1/+3
2011-08-18credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij1-1/+1
2011-08-13s4:smbd: use tevent_ fn names instead of leagcy event_ onesSimo Sorce4-8/+8
2011-07-22s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell3-7/+8
2011-07-12s4:param: add "state dir" and "cache dir" optionsStefan Metzmacher1-0/+2
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-2/+2
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-1/+1
2011-06-09server_id.idl: Bring server_id.idl in commonAndrew Bartlett2-2/+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 Bartlett2-4/+4
2011-06-06s4-ipv6: fixed binding to ipv4 addressesAndrew Tridgell1-1/+1