- fix a bug in NetServerEnum where counted and total were not counted
authorAndrew Tridgell <tridge@samba.org>
Tue, 20 Aug 1996 15:45:16 +0000 (15:45 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 20 Aug 1996 15:45:16 +0000 (15:45 +0000)
commit2960c3908c2c3b01a1f2b77def60350018d298e1
treeead431818b130548d9b053c8613b38e57a493831
parent52af2b38fe91e4a993395bfc20a8ab81e6da04c1
- fix a bug in NetServerEnum where counted and total were not counted
correctly if there were multiple instances of a name. This led to the
infamous "not enough memory" error when browsing (but this isn't the
only cause of that message)

- fix a triple-chaining bug which affected OpenX following a TconX

- fix a serious nmbd bug that meant nmdb would answer packets that it
wasn't supposed to, causing havoc with browse lists.

- never time out SELF packets. This is an interim fix until I find out
why nmbd thought they should be timed out.
source/include/includes.h
source/include/proto.h
source/namedbname.c
source/nameelect.c
source/namelogon.c
source/namepacket.c
source/namework.c
source/smbd/ipc.c
source/smbd/reply.c
source/smbd/server.c