Age | Commit message (Expand) | Author | Files | Lines |
2013-06-20 | Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E... | Jeremy Allison | 1 | -1/+13 |
2013-04-18 | s3:smbd: add a scavenger process for disconnected durable handles | Gregor Beck | 1 | -0/+5 |
2013-02-19 | s3:smbd: s/struct timed_event/struct tevent_timer | Stefan Metzmacher | 1 | -2/+2 |
2013-02-19 | s3:smbd: s/struct event_context/struct tevent_context | Stefan Metzmacher | 1 | -2/+2 |
2013-01-23 | smbd: Fix a NULL vs false return error | Volker Lendecke | 1 | -1/+1 |
2013-01-09 | Use the new directory_create_or_exist_strict() function. | Andreas Schneider | 1 | -1/+1 |
2012-11-14 | smbd_open_one_socket does not use the messaging_context variable so why pass ... | Richard Sharpe | 1 | -3/+0 |
2012-11-14 | A small error message fix in source3/smbd/server.c | Richard Sharpe | 1 | -1/+1 |
2012-10-19 | s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn... | Stefan Metzmacher | 1 | -3/+0 |
2012-10-19 | s3:lib: remove unused sessionid_*() functions | Gregor Beck | 1 | -3/+0 |
2012-10-19 | s3:smbd: add exit_server to the smbd_shim hooks | Stefan Metzmacher | 1 | -0/+3 |
2012-10-19 | s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main() | Michael Adam | 1 | -0/+15 |
2012-10-04 | s3fs-smbd: Make sure the registry is set up before we init printing. | Andreas Schneider | 1 | -4/+4 |
2012-09-26 | s3-smbd: Don't segfault if user specified ports out for range. | Andreas Schneider | 1 | -7/+9 |
2012-09-23 | s3:printing only do printing_subsystem_update when printing is enabled | Christian Ambach | 1 | -1/+4 |
2012-08-23 | param: Add startup checks for valid server role/binary combinations | Andrew Bartlett | 1 | -0/+7 |
2012-07-27 | lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s... | Andrew Bartlett | 1 | -6/+3 |
2012-07-19 | Move everything to use the common pidfile functions. | Jeremy Allison | 1 | -1/+2 |
2012-07-19 | Move source4/smbd/pidfile into lib/util in preparation for making it in common. | Jeremy Allison | 1 | -1/+1 |
2012-07-19 | lib/param: bring lp_smb_ports() into common by making it a list everywhere | Andrew Bartlett | 1 | -21/+10 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 1 | -1/+1 |
2012-06-29 | s3:smbd: add smbXsrv_open* infrastructure | Stefan Metzmacher | 1 | -0/+4 |
2012-06-27 | s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers | Andrew Bartlett | 1 | -1/+1 |
2012-06-25 | s3:smbd: add smbXsrv_tcon infrastructure | Stefan Metzmacher | 1 | -1/+6 |
2012-06-25 | s3:smbd: add smbXsrv_session infrastructure | Stefan Metzmacher | 1 | -0/+4 |
2012-06-25 | s3:smbd: add smbXsrv_version_* infrastructure | Stefan Metzmacher | 1 | -0/+7 |
2012-06-05 | s3:lib: split things into a conn_tdb.h | Stefan Metzmacher | 1 | -0/+1 |
2012-05-31 | Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa... | Jeremy Allison | 1 | -15/+18 |
2012-05-24 | s3:smbd: remove global 'smbd_server_conn' !!! | Stefan Metzmacher | 1 | -22/+7 |
2012-05-24 | s3:smbd: only call file_init_global() in the parent smbd | Stefan Metzmacher | 1 | -2/+2 |
2012-05-15 | s3-auth: Rename to init_system_session_info(). | Andreas Schneider | 1 | -1/+1 |
2012-04-20 | s3:id_cache: do not use the in-memory idmap cache (it is going to be removed) | Michael Adam | 1 | -13/+0 |
2012-04-17 | s3: New notify implementation | Volker Lendecke | 1 | -1/+99 |
2012-04-17 | s3: Increase debuglevel for unknown child msgs | Volker Lendecke | 1 | -1/+1 |
2012-04-16 | param: Change from _lp to lp__ as the prefix for internal parameter wrappers | Andrew Bartlett | 1 | -2/+2 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 1 | -3/+3 |
2012-03-22 | s3: Fix smbd -i | Volker Lendecke | 1 | -9/+11 |
2012-03-22 | s3: Remove an unused structure field | Volker Lendecke | 1 | -2/+0 |
2012-03-15 | s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce... | Michael Adam | 1 | -0/+13 |
2012-03-14 | s3:smbd: also create ncalrpc/np directory before forking rpc daemons | Stefan Metzmacher | 1 | -0/+13 |
2012-03-07 | s3: piddir creation fix. | Ira Cooper | 1 | -0/+3 |
2012-03-07 | s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssd | Andrew Bartlett | 1 | -4/+4 |
2012-03-04 | change low FDs are handled in Samba | Andrew Bartlett | 1 | -10/+2 |
2012-02-28 | s3: More fix for smbd -i | Volker Lendecke | 1 | -1/+1 |
2012-02-28 | smbd: detect EOF on stdin in --foreground mode | Andrew Tridgell | 1 | -0/+25 |
2012-02-21 | s3: Fix smbd -i | Volker Lendecke | 1 | -0/+1 |
2012-02-15 | s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760 | Volker Lendecke | 1 | -4/+2 |
2012-01-31 | s3: Fix "smbcontrol smbd close-share" | Volker Lendecke | 1 | -0/+11 |
2011-12-15 | s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa... | Stefan Metzmacher | 1 | -3/+3 |
2011-12-15 | s3:smbd: split smb_conf_updated into parent and child versions | Stefan Metzmacher | 1 | -12/+9 |