The browse synchronisation code in nmbsync.c now uses the clientgen.c
authorAndrew Tridgell <tridge@samba.org>
Sun, 26 Oct 1997 07:32:02 +0000 (07:32 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 26 Oct 1997 07:32:02 +0000 (07:32 +0000)
commit4bf5c03b18f88b566f3ac12cc4b3a9c5c96fd35d
tree9864b22eaffe3f177b48b560361a5058aa56130f
parent1b17455066098104b9b0907a58195328c6467d71
The browse synchronisation code in nmbsync.c now uses the clientgen.c
code, which means we don't have to link with a fake getpass routine
and we don't have a whole pile of global variables that really have
nothing to do with nmbd and were there to keep the client code happy.

The code should function identically to what it did before (hopefully
it was correct)

The only thing that now uses the horrible clientutil.c code is
smbclient.
source/client/clientutil.c
source/include/proto.h
source/libsmb/clientgen.c
source/nmbsync.c