Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
This will allow future TDB_CLEAR_IF_FIRST behaviour
Signed-off-by: Jeremy Allison <jra@samba.org>
|
|
|
|
Guenther
|
|
response, don't add more in the final return.
Jeremy.
|
|
|
|
|
|
check_open_fsp does exactly the same
|
|
check_fsp and check_fsp_open used to be macros
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|