largely rewrote smbpasswd so that the code is understandable. This
authorAndrew Tridgell <tridge@samba.org>
Thu, 12 Nov 1998 06:12:19 +0000 (06:12 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 12 Nov 1998 06:12:19 +0000 (06:12 +0000)
commit713864dd0322ae2ae2d83e333d85be35a7eed4ec
tree9d40396028cf5b42e19c75592b484f3f7e5824a6
parent45131501f23ce1eec2f23fe2c1060cd5a2736ec9
largely rewrote smbpasswd so that the code is understandable. This
should allow us to call a function in swat rather than piping to
smbpasswd.

while doing this I also fixed quite a few "const char *" versus "char *" issues
that cropped up while using const to track down bugs in the code. This
led to changes in several generic functions.

The smbpasswd changes should be correct but they have not been
extensively tested. At least if I have introduced bugs then we should
be able to fix them more easily than before.
source/include/proto.h
source/include/smb.h
source/lib/util.c
source/lib/util_str.c
source/lib/util_unistr.c
source/libsmb/clientgen.c
source/libsmb/namequery.c
source/libsmb/nmblib.c
source/libsmb/smbencrypt.c
source/utils/smbpasswd.c