CVS update: samba/source/rpc_pipes

Luke Leighton lkcl at samba.anu.edu.au
Mon Dec 15 03:34:25 EST 1997


Date:	Monday December 15, 1997 @ 3:34
Author:	lkcl

Update of /data/cvs/samba/source/rpc_pipes
In directory samba:/tmp/cvs-serv18879/rpc_pipes

Modified Files:
      Tag: BRANCH_NTDOM
	lsaparse.c netparse.c ntclientlsa.c ntclientnet.c 
	ntclientpipe.c ntclientsamr.c pipenetlog.c pipentlsa.c 
	pipereg.c pipesamr.c pipesrvsvc.c pipeutil.c pipewkssvc.c 
	regparse.c samrparse.c smbparse.c srvparse.c wksparse.c 
Log Message:

Issues
------

finished off the ???parse.c code reshuffle.  completed ntclient*.c mods.
removed the struct mem_buffer's data_ptr member.  added an integer offset
back into the parsing routines, which walks along the data stream.  i like
sed :-)

debugged things.  it works again.  oh, except i need to check for memory leaks.

now that buffers can grow indiscriminately, i can put the bits of code in
that will return the NT_STATUS_BUFFER_TOO_SMALL warning in smbd, and bits
in that will check this and do an SMBreadX on receipt of this warning, in
smbclient.

then this code is pretty much ready to roll, although i'd prefer it if it didn't.
oh, except for the des and rc4 issues.  again.


Modified Files
--------------

used sed, like the previous commit.  changes are too numerous to document
individually (8,900 line diff).




More information about the samba-cvs mailing list