r7525: Unify lp_load(), load_interfaces and logging setup into popt().
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Jun 2005 08:12:39 +0000 (08:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:06 +0000 (13:18 -0500)
commit2b4791ae733488845b2c36bca64db695203de571
treee6c3836a90b412e61b10d30f3b256092b46811c7
parent8fd5825a890db4f08966e4b262b03fb7868cc4c2
r7525: Unify lp_load(), load_interfaces and logging setup into popt().

There is now a new --debug-stderr option to enable debug to STDERR.

popt isn't perfect, but the callbacks are used in all the main Samba
binaries, and should be used in the rest.  This avoids duplicated
code, and ensures every binary is setup correctly.

This also ensures the setup happens early enough to have -s function,
and have a correct impact on the credentials code.  (Fixing a bug that
frustrated tridge earlier today).

The only 'subtle' aspect of all this is that I'm pretty sure that the
SAMBA_COMMON popt code must be above the CREDENTIALS code, in the
popt tables.

Andrew Bartlett
(This used to be commit 50f3c2b3a22971f40e0d3a88127b5120bfc47591)
15 files changed:
source4/client/client.c
source4/include/debug.h
source4/lib/cmdline/popt_common.c
source4/lib/debug.c
source4/lib/registry/tools/regdiff.c
source4/lib/registry/tools/regpatch.c
source4/lib/registry/tools/regshell.c
source4/lib/registry/tools/regtree.c
source4/smbd/server.c
source4/torture/smbiconv.c
source4/torture/torture.c
source4/utils/ndrdump.c
source4/utils/net/net.c
source4/utils/nmblookup.c
source4/utils/ntlm_auth.c