summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam2014-02-071-3/+3
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-2/+2
* smbd: Make "num_children" available by smbcontrolVolker Lendecke2014-01-061-0/+16
* s3:smbd react on message that client should be disconnectedChristian Ambach2013-12-121-0/+13
* s3-smbd_shim: Add become_authenticated_pipe_user().Andreas Schneider2013-10-291-0/+2
* s3:smbd: use new function cluster_probe_ok()Michael Adam2013-10-171-9/+3
* smbd/winbindd: Do an early check if ctdbd is functionalVolker Lendecke2013-10-171-0/+11
* Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison2013-06-201-1/+13
* s3:smbd: add a scavenger process for disconnected durable handlesGregor Beck2013-04-181-0/+5
* s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-2/+2
* s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-2/+2
* smbd: Fix a NULL vs false return errorVolker Lendecke2013-01-231-1/+1
* Use the new directory_create_or_exist_strict() function.Andreas Schneider2013-01-091-1/+1
* smbd_open_one_socket does not use the messaging_context variable so why pass ...Richard Sharpe2012-11-141-3/+0
* A small error message fix in source3/smbd/server.cRichard Sharpe2012-11-141-1/+1
* s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...Stefan Metzmacher2012-10-191-3/+0
* s3:lib: remove unused sessionid_*() functionsGregor Beck2012-10-191-3/+0
* s3:smbd: add exit_server to the smbd_shim hooksStefan Metzmacher2012-10-191-0/+3
* s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()Michael Adam2012-10-191-0/+15
* s3fs-smbd: Make sure the registry is set up before we init printing.Andreas Schneider2012-10-041-4/+4
* s3-smbd: Don't segfault if user specified ports out for range.Andreas Schneider2012-09-261-7/+9
* s3:printing only do printing_subsystem_update when printing is enabledChristian Ambach2012-09-231-1/+4
* param: Add startup checks for valid server role/binary combinationsAndrew Bartlett2012-08-231-0/+7
* lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett2012-07-271-6/+3
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-191-1/+2
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-1/+1
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-191-21/+10
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3:smbd: add smbXsrv_open* infrastructureStefan Metzmacher2012-06-291-0/+4
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3:smbd: add smbXsrv_tcon infrastructureStefan Metzmacher2012-06-251-1/+6
* s3:smbd: add smbXsrv_session infrastructureStefan Metzmacher2012-06-251-0/+4
* s3:smbd: add smbXsrv_version_* infrastructureStefan Metzmacher2012-06-251-0/+7
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-051-0/+1
* Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa...Jeremy Allison2012-05-311-15/+18
* s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher2012-05-241-22/+7
* s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher2012-05-241-2/+2
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-151-1/+1
* s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam2012-04-201-13/+0
* s3: New notify implementationVolker Lendecke2012-04-171-1/+99
* s3: Increase debuglevel for unknown child msgsVolker Lendecke2012-04-171-1/+1
* param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett2012-04-161-2/+2
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-3/+3
* s3: Fix smbd -iVolker Lendecke2012-03-221-9/+11
* s3: Remove an unused structure fieldVolker Lendecke2012-03-221-2/+0
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+13
* s3:smbd: also create ncalrpc/np directory before forking rpc daemonsStefan Metzmacher2012-03-141-0/+13
* s3: piddir creation fix.Ira Cooper2012-03-071-0/+3
* s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssdAndrew Bartlett2012-03-071-4/+4
* change low FDs are handled in SambaAndrew Bartlett2012-03-041-10/+2