util.c: StrCaseCmp and StrnCaseCmp terminated incorrectly, giving false
authorSamba Release Account <samba-bugs@samba.org>
Sun, 2 Feb 1997 18:12:36 +0000 (18:12 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sun, 2 Feb 1997 18:12:36 +0000 (18:12 +0000)
commit98bf10bc5df6eb1c3b71d51cc60ef4bf25f57d97
tree8b58f68487342ad1b688be2cbf205fe3e13cfeea
parent2831c627740c80d4ea1187058b249e1d5b5e5c58
util.c: StrCaseCmp and StrnCaseCmp terminated incorrectly, giving false
answers when a string was partially identical.  this issue is still
outstanding, and needs to be investigated further.

loadparm.c: added lp_logon_path() parameter.
ipc.c: in NetUserGetInfo, lp_logon_path() can be returned instead of always
specifying \\SAMBA_SERVER\HOMES (which may not necessarily exist).
it is now possible to specify lp_logon_path() as \\ARBITRARY_SERVER\%U,
just like NT server can.  the default is \\SAMBA_SERVER\HOMES, just like
it used to be.

lkcl
(This used to be commit d5b6ad7cb87d6b1a9342f027ac4f57ffdb54b4f3)
source3/include/proto.h
source3/lib/util.c
source3/param/loadparm.c
source3/smbd/ipc.c