- made FAST_SHARE_MODES standard for Linux
authorAndrew Tridgell <tridge@samba.org>
Sat, 17 Aug 1996 14:27:12 +0000 (14:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 17 Aug 1996 14:27:12 +0000 (14:27 +0000)
commit917160dee69bbc198985b6f3232ca2dcda809d8a
tree21114bd95b418f71df6070222265f254bf734d24
parent0490dedfd8865a39733ad6886b76d5f7768df575
- made FAST_SHARE_MODES standard for Linux

- you can now press enter after a password prompt with "smbclient -L
hostname" and it will use a blank username and password, the same as
if you used -U%

- changed the wins.dat store code to not go via a string variable
(just use fprintf instead)

- removed a "unsigned long" that luke put back in, changing it to
uint32 to keep 64 bit machines happy. Naughtly luke!

- allow guest non-connnected print queue listings so ms client 3 can
work
source/client/client.c
source/include/includes.h
source/include/proto.h
source/locking/locking.c
source/locking/shmem.c
source/namedbname.c
source/smbd/server.c
source/utils/status.c