1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-16 09:57:47 +03:00

5 Commits

Author SHA1 Message Date
Andrew Bartlett
beff1d2bea Add the ability to display Samba's build options with smbd -b and as a level 4
DEBUG().  Also included are details like build date/time, location and
compiler.

This should get most of the options we set, except those that don't affect
smbd, like WITH_PAM_SMBPASSWD or WITH_WINBINDD.

This work due to Vance Lankhaar <vlankhaar@hotmail.com>

Some work needs to be done to make it only rebuild when needed (ie smbd being
rebuilt) but its in pretty good shape already.

Also fix up some printf() -> d_printf().

Andrew Bartlett
-
Andrew Tridgell
0dc9227156 add an ignore on proto.h -
Alexandre Oliva
078a4b564f added stamp-h -
Alexandre Oliva
90a8a02484 get away with dummy and .dummy files -
Andrew Tridgell
687f76a17d added ignore rules for the dummy files -