Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nowadays this is only called from make_connection_snum() where we always
provide a connection_struct.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It would be obvious to initialize this in smbd_init_globals(), but there the
messaging_context can't be initialized yet because we don't have smb.conf
loaded yet.
|
|
|
|
|
|
|
|
This breaks rolling code upgrade!
|
|
message_send_all is now done by walking the serverid.tdb, not the
connections.tdb anymore.
Günther, Simo, please check!
|
|
|
|
|
|
This removes some deep references to procid_self()
|
|
The parent has to take care of crashed child processes anyway, so we don't have
to clean up in the child
|
|
Guenther
|
|
This change makes it so socket errors early in the smbd child
process cause orderly exits not coredumps.
Signed-off-by: Jeremy Allison <jra@samba.org>
|
|
Found by clang-analyzer.
|
|
Found by clang-analyzer.
|
|
Found by clang-analyzer.
|
|
breaks running from inetd
(we free frame below). Use NULL instead.
Jeremy.
|
|
TDB_CLEAR_IF_FIRST
changes. Using talloc_autofree_context() has undesirable effects when forked
subprocesses exit.
Jeremy.
|