Makefile client.c :
commita947dff4c001023d0f7c2f6f13c3a4b594c88139
authorLuke Leighton <lkcl@samba.org>
Wed, 22 Oct 1997 17:51:02 +0000 (22 17:51 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 22 Oct 1997 17:51:02 +0000 (22 17:51 +0000)
tree8ca4b41e80837d163b0507ac8066c4a96ed654f3
parent5897f0493d0665ae53ea181e122c467faa0c7642
Makefile client.c :

adding start of undocumented options to do NT domain logons, client-side.
starting with LSA_REQCHAL.

the code here happily crashes smbd: i'll investigate this further... :-)

smbparse.c pipeutil.c lsaparse.c :

moved some of the common make_xxxx() functions out of pipeutil.c
so that the make_xxxx and (smb/lsa)_io_xxxx functions now sit
together.  makes sense, really...

added a make_q_req_chal() function.

restructured make_rpc_reply() and called it make_rpc_hdr().  created
functions create_rpc_reply() and create_rpc_response().

pipenetlog.c pipentlsa.c pipesrvsvc.c

calling new create_rpc_reply() function instead of old make_rpc_reply().

proto.h :

usual.

smb.h:

added enum for RPC_PACKET_TYPE
(This used to be commit b88ee3e16c6b671069f53ca2e9c5694ec8b1c030)
source3/client/client.c
source3/include/proto.h
source3/include/smb.h
source3/lsaparse.c
source3/pipenetlog.c
source3/pipentlsa.c
source3/pipesrvsvc.c
source3/pipeutil.c
source3/smbparse.c