- added support for Amiga-unix (based on BSD I think)
authorAndrew Tridgell <tridge@samba.org>
Sat, 17 Aug 1996 11:37:44 +0000 (11:37 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 17 Aug 1996 11:37:44 +0000 (11:37 +0000)
commitec3d53963064b50ff33e8eff47812aac82f164ba
treefd62b3c64b3d395245addd15032744e269dd3e45
parent15c1c848506cdb9e8d19ee9f7c250b90b60b76da
- added support for Amiga-unix (based on BSD I think)

- changed the order of PROGS and SPROGS in Makefile (SPROGS first)

- another 64 bit cleanup (for INADDR_NONE)

- added paranoia code in DirCacheAdd() to detect looping

- fixed important DirCache flush bug

- rewrote the NetServerEnum code after I found it could return servers
from multiple workgroups at once, and this could cause browsing
havoc. Now a null workgroup query is equivalent to a query for the
servers primary workgroup

- got rid of my_workgroup()

- got rid of "workgroup = *" comment in Makefile. We no longer support
a workgroup of *, users must set the workgroup explicitly

- the wins.dat file was being stored in a different format to what it
was being loaded in - this could cause havoc. fixed.

- uppercase our netbios name and the workgroup name at startup

- if accept fails in main loop when running as a daemon then continue,
don't just exit!

- don't use ./ on smbclient in smbtar

- better code to detect if a process exists
12 files changed:
source/include/proto.h
source/lib/access.c
source/lib/util.c
source/namedbname.c
source/nameserv.c
source/nmbd/nmbd.c
source/param/loadparm.c
source/script/smbtar
source/smbd/dir.c
source/smbd/ipc.c
source/smbd/reply.c
source/smbd/server.c