CVS update: samba4/source/lib

tridge at samba.org tridge at samba.org
Sat Dec 13 02:20:01 GMT 2003


Date:	Sat Dec 13 02:20:01 2003
Author:	tridge

Update of /home/cvs/samba4/source/lib
In directory dp.samba.org:/tmp/cvs-serv14444

Modified Files:
	data_blob.c genparser.c talloc.c util.c 
Log Message:
added a basic dcerpc endpoint mapper to Samba4. Currently only
implements the epm_Lookup() call, I'll add the other important calls
soon. I was rather pleased to find that epm_Lookup() worked first
time, which is particularly surprising given its complexity.

This required quite a bit of new infrastructure:

  * a generic way of handling dcerpc policy handles in the rpc server

  * added type checked varients of talloc. These are much less error
    prone. I'd like to move to using these for nearly all uses of
    talloc.

  * added more dcerpc fault handling code, and translation from
    NTSTATUS to a dcerpc fault code

  * added data_blob_talloc_zero() for allocating an initially zero
    blob

  * added a endpoint enumeration hook in the dcerpc endpoint server
    operations


Revisions:
data_blob.c		1.4 => 1.5
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/lib/data_blob.c.diff?r1=1.4&r2=1.5
genparser.c		1.1.1.1 => 1.2
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/lib/genparser.c.diff?r1=1.1.1.1&r2=1.2
talloc.c		1.1.1.1 => 1.2
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/lib/talloc.c.diff?r1=1.1.1.1&r2=1.2
util.c		1.3 => 1.4
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/lib/util.c.diff?r1=1.3&r2=1.4


More information about the samba-cvs mailing list