summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17s3:smbd: use new function cluster_probe_ok()Michael Adam1-9/+3
2013-10-17smbd/winbindd: Do an early check if ctdbd is functionalVolker Lendecke1-0/+11
2013-06-20Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison1-1/+13
2013-04-18s3:smbd: add a scavenger process for disconnected durable handlesGregor Beck1-0/+5
2013-02-19s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher1-2/+2
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-2/+2
2013-01-23smbd: Fix a NULL vs false return errorVolker Lendecke1-1/+1
2013-01-09Use the new directory_create_or_exist_strict() function.Andreas Schneider1-1/+1
2012-11-14smbd_open_one_socket does not use the messaging_context variable so why pass ...Richard Sharpe1-3/+0
2012-11-14A small error message fix in source3/smbd/server.cRichard Sharpe1-1/+1
2012-10-19s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...Stefan Metzmacher1-3/+0
2012-10-19s3:lib: remove unused sessionid_*() functionsGregor Beck1-3/+0
2012-10-19s3:smbd: add exit_server to the smbd_shim hooksStefan Metzmacher1-0/+3
2012-10-19s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()Michael Adam1-0/+15
2012-10-04s3fs-smbd: Make sure the registry is set up before we init printing.Andreas Schneider1-4/+4
2012-09-26s3-smbd: Don't segfault if user specified ports out for range.Andreas Schneider1-7/+9
2012-09-23s3:printing only do printing_subsystem_update when printing is enabledChristian Ambach1-1/+4
2012-08-23param: Add startup checks for valid server role/binary combinationsAndrew Bartlett1-0/+7
2012-07-27lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett1-6/+3
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-1/+2
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-1/+1
2012-07-19lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett1-21/+10
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2012-06-29s3:smbd: add smbXsrv_open* infrastructureStefan Metzmacher1-0/+4
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-06-25s3:smbd: add smbXsrv_tcon infrastructureStefan Metzmacher1-1/+6
2012-06-25s3:smbd: add smbXsrv_session infrastructureStefan Metzmacher1-0/+4
2012-06-25s3:smbd: add smbXsrv_version_* infrastructureStefan Metzmacher1-0/+7
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher1-0/+1
2012-05-31Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa...Jeremy Allison1-15/+18
2012-05-24s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher1-22/+7
2012-05-24s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher1-2/+2
2012-05-15s3-auth: Rename to init_system_session_info().Andreas Schneider1-1/+1
2012-04-20s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam1-13/+0
2012-04-17s3: New notify implementationVolker Lendecke1-1/+99
2012-04-17s3: Increase debuglevel for unknown child msgsVolker Lendecke1-1/+1
2012-04-16param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett1-2/+2
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-3/+3
2012-03-22s3: Fix smbd -iVolker Lendecke1-9/+11
2012-03-22s3: Remove an unused structure fieldVolker Lendecke1-2/+0
2012-03-15s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam1-0/+13
2012-03-14s3:smbd: also create ncalrpc/np directory before forking rpc daemonsStefan Metzmacher1-0/+13
2012-03-07s3: piddir creation fix.Ira Cooper1-0/+3
2012-03-07s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssdAndrew Bartlett1-4/+4
2012-03-04change low FDs are handled in SambaAndrew Bartlett1-10/+2
2012-02-28s3: More fix for smbd -iVolker Lendecke1-1/+1
2012-02-28smbd: detect EOF on stdin in --foreground modeAndrew Tridgell1-0/+25
2012-02-21s3: Fix smbd -iVolker Lendecke1-0/+1
2012-02-15s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760Volker Lendecke1-4/+2
2012-01-31s3: Fix "smbcontrol smbd close-share"Volker Lendecke1-0/+11