CVS update: samba4/source/include

tridge at samba.org tridge at samba.org
Fri Dec 12 03:58:22 GMT 2003


Date:	Fri Dec 12 03:58:22 2003
Author:	tridge

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

Modified Files:
	client.h context.h dlinklist.h includes.h ntvfs.h smb.h 
Log Message:
 * the RPC-ECHO pipe now works in smbd, as long as the data sizes
   don't cause fragmented pdus (I'll add fragments shortly)

 * change data_blob_talloc() to not zero memory when the 2nd argument
   is NULL. The zeroing just masks bugs, and can't even allow a DOS
   attack

 * modified pidl to ensure that [ref] arguments to the out side of
   functions are allocated when parsing the in side. This allows rpc
   backends to assume that [ref] variables are all setup. Doesn't work
   correctly for [ref] arrays yet

 * changed DLIST_ADD_END() to take the type instead of a tmp
   variable. This means you don't need to declare a silly tmp variable in
   the caller


Revisions:
client.h		1.1.1.1 => 1.2
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/client.h.diff?r1=1.1.1.1&r2=1.2
context.h		1.3 => 1.4
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/context.h.diff?r1=1.3&r2=1.4
dlinklist.h		1.1.1.1 => 1.2
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/dlinklist.h.diff?r1=1.1.1.1&r2=1.2
includes.h		1.12 => 1.13
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/includes.h.diff?r1=1.12&r2=1.13
ntvfs.h		1.6 => 1.7
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/ntvfs.h.diff?r1=1.6&r2=1.7
smb.h		1.11 => 1.12
	http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/smb.h.diff?r1=1.11&r2=1.12


More information about the samba-cvs mailing list