Makefile:
authorLuke Leighton <lkcl@samba.org>
Fri, 10 Oct 1997 14:48:05 +0000 (14:48 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 10 Oct 1997 14:48:05 +0000 (14:48 +0000)
commit87a0a944855a673d693d934e446bdc231b1c7f02
tree81710fa80476ba705356d0b4d42a47572bb386d7
parent3590a783338defa4ff1385b2d5bb095c5051ac82
Makefile:

added credentials.c to smbd

credentials.c:

using credential structures instead of char*

password.c uid.c server.c:

added sid and attr to user_struct.

smbdes.c:

smbhash and str_to_key make public instead of private.

pipes.c smb.h:

lsa structures, sub-functions.

proto.h:

usual.
source/include/proto.h
source/include/smb.h
source/libsmb/credentials.c
source/libsmb/smbdes.c
source/smbd/password.c
source/smbd/pipes.c
source/smbd/server.c
source/smbd/uid.c