- added interface.c and removed all the references to myip, bcast_ip
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 Jun 1996 11:43:09 +0000 (11:43 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 6 Jun 1996 11:43:09 +0000 (11:43 +0000)
commitb9ae225b28f4707609e6436dad4be7ebdd7e181f
treede9b672d8fd9cbb0e79039f7ea543b4c4793a2d1
parentf57b053db8b17041ef02588127a67f362af871b6
- added interface.c and removed all the references to myip, bcast_ip
and Netmask, instead replacing them with calls to routines in
interface.c

- got rid of old MAXINT define

- added code to ensure we only return one entry for each name in the ipc
enum routines

- added new_only option to add_netbios_entry() to prevent overwriting
of important names

- minor time handling fixup
(This used to be commit 7ed71b73ae745da099072eee36fc2700d1d91407)
22 files changed:
source3/client/client.c
source3/include/includes.h
source3/include/proto.h
source3/lib/interface.c [new file with mode: 0644]
source3/lib/time.c
source3/lib/util.c
source3/libsmb/nmblib.c
source3/loadparm.h
source3/localnet.h
source3/nameannounce.c
source3/namedb.c
source3/nameelect.c
source3/nameresp.c
source3/nameserv.c
source3/namework.c
source3/nmbd/nmbd.c
source3/nmbsync.c
source3/param/loadparm.c
source3/smbd/ipc.c
source3/smbd/password.c
source3/smbd/server.c
source3/utils/nmblookup.c