Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r7525: Unify lp_load(), load_interfaces and logging setup into popt(). | Andrew Bartlett | 1 | -4/+0 | |
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) | |||||
2007-10-10 | r6951: Fix all calls to setup_logging() that use 'True' as a second argument. | Tim Potter | 1 | -1/+1 | |
In Samba4 this is now an enum. Possibly by accident, True just happens to map to the right value in this case. (-: (This used to be commit affacc539864435cbc749a4c1a6b848c61b7182b) | |||||
2003-11-09 | Add make rule for smbiconv | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 4c0226c71820c18725fd44dc66e1db36037c6a70) | |||||
2003-11-09 | Add iconv test utility | Jelmer Vernooij | 1 | -0/+241 | |
(This used to be commit 00807119eeb32dcf5f3b19fa08956fa9177405a5) |