- 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)
commit7ed71b73ae745da099072eee36fc2700d1d91407
tree9b0b7714443f6d105c7476324d5faa4aec5d90c4
parent8eb701d0d6483d0f5c6de3640b38f98128cd321c
- 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
22 files changed:
source/client/client.c
source/include/includes.h
source/include/proto.h
source/lib/interface.c [new file with mode: 0644]
source/lib/time.c
source/lib/util.c
source/libsmb/nmblib.c
source/loadparm.h
source/localnet.h
source/nameannounce.c
source/namedb.c
source/nameelect.c
source/nameresp.c
source/nameserv.c
source/namework.c
source/nmbd/nmbd.c
source/nmbsync.c
source/param/loadparm.c
source/smbd/ipc.c
source/smbd/password.c
source/smbd/server.c
source/utils/nmblookup.c