svn commit: samba r3032 - in branches/SAMBA_4_0: . source/librpc/rpc source/script/tests

jelmer at samba.org jelmer at samba.org
Mon Oct 18 11:43:26 GMT 2004


Author: jelmer
Date: 2004-10-18 11:43:26 +0000 (Mon, 18 Oct 2004)
New Revision: 3032

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0&rev=3032&nolog=1

Log:
Somewhat stricter syntax for binding strings:

 [] is now mandatory
 : after the hostname is no longer allowed

examples of allowed binding strings:

ncacn_np:myhost[samr]
ncacn_ip_tcp:10.0.0.1[1045]
ncacn_ip_tcp:2001:7b8:37b:1:210:dcff:fecb:a9e3[1024,sign,seal]
ncacn_np:myhost
ncacn_ip_tcp:192.168.4.2
308FB580-1EB2-11CA-923B-08002B1075A7 at ncacn_ip_tcp:192.168.4.2
308FB580-1EB2-11CA-923B-08002B1075A7 at ncacn_ip_tcp:192.168.4.2[,print]

Note that the last two lines are not recognized by smbtorture as a binding 
 string yet. dcerpc_parse_binding() does accept them though.


Added:
   branches/SAMBA_4_0/source/script/tests/test_binding_string.sh
Modified:
   branches/SAMBA_4_0/prog_guide.txt
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc.h
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c
   branches/SAMBA_4_0/source/script/tests/test_echo.sh


Changeset:
Sorry, the patch is too large (309 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0&rev=3032&nolog=1


More information about the samba-cvs mailing list