summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-06-071-6/+10
* s3: smbd: Call dgram cleanup init background setup.Jeremy Allison2014-04-231-0/+4
* smbd: Always clean up the child's msg_ctxVolker Lendecke2014-04-231-6/+5
* lib: Remove messages_localVolker Lendecke2014-04-231-11/+0
* lib: Add messaging_dgmVolker Lendecke2014-04-231-0/+6
* smbd: use exit_daemon() to support reporting to systemd from smbdAlexander Bokovoy2014-04-231-25/+19
* add systemd integrationAlexander Bokovoy2014-04-231-0/+4
* s3: messages: Implement cleanup of dead records.Jeremy Allison2014-04-031-0/+7
* s3-smbd: Align debug level for the same information.Andreas Schneider2014-04-011-3/+5
* s3:build: remove global CLUSTER_SUPPORT defineStefan Metzmacher2014-03-241-2/+0
* cmdline: Remove dynconfig hooks in command line processingAndrew Bartlett2014-02-121-1/+0
* 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