nterr.c :
authorLuke Leighton <lkcl@samba.org>
Fri, 24 Oct 1997 13:15:34 +0000 (13:15 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 24 Oct 1997 13:15:34 +0000 (13:15 +0000)
commita12f04753348e6d52df1f9a2359794deacfc9007
tree1b4afcd5c0819d7486504510b6681644101c7ebe
parentabb255cfe674a39c6a42f5083af9c5facdbcca05
nterr.c :

added a structure that wraps nt errors as strings and enums, so we
can do a smb_nt_error() function.

Makefile ntclient.c :

added ntclient.c, broken out nt domain stuff into a separate file.
getting fed up of compile-times and size of client.c.

fixed the do_lsa_req_chal() function.  made it read the response,
and return the challenge credentials received from the server.

next stop: do_lsa_auth_2().

client.c :

removed nt domain logon functions into a separate file.

pipenetlog.c pipentlsa.c pipesrvsvc.c smbparse.c :

i'd broken the offsets of the RPC_HDR while trying to sort out the
nt client code.  fixed it again.  added some robustness stuff.

util.c :

the unistrn2() function was null-terminating the string at one
character too many.
(This used to be commit 39cec7f698c4461aee05cfbb213879fbd486117d)
source3/client/client.c
source3/client/ntclient.c [new file with mode: 0644]
source3/include/proto.h
source3/lib/util.c
source3/libsmb/nterr.c [new file with mode: 0644]
source3/pipenetlog.c
source3/pipentlsa.c
source3/pipesrvsvc.c
source3/smbd/ipc.c
source3/smbparse.c