summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke2015-03-061-0/+2
* s3:locking: add leases_db infrastructureVolker Lendecke2014-12-041-0/+5
* s3:smbd: avoid a compiler warning in open_sockets_smbd()Stefan Metzmacher2014-11-251-1/+3
* s3:smbd: Use "smbd profiling level"Volker Lendecke2014-11-191-6/+6
* smbd: Simplify remove_child_pidVolker Lendecke2014-10-071-1/+1
* profiling: Remove some #ifdefsVolker Lendecke2014-10-031-2/+0
* s3:smbd: use tevent_loop_wait() in the parent smbd process.Michael Adam2014-09-191-9/+41
* smbd: Only DEBUG errors from messaging_cleanupVolker Lendecke2014-08-211-2/+5
* smbd: Use messaging_cleanup()Volker Lendecke2014-08-111-2/+2
* printing: only reload printer shares on client enumDavid Disseldorp2014-08-081-20/+0
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-1/+1
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-181-1/+1
* smbd: Make messaging_send_to_children staticChristof Schmitt2014-06-301-2/+2
* smbd: Use common function for FORCE_DIS and KILL_CLIENT_IP in parentChristof Schmitt2014-06-301-22/+11
* messaging3: Make messaging_dgm_cleanup return 0/errnoVolker Lendecke2014-06-181-3/+3
* 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