1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/build
Jelmer Vernooij 31403d548e r3043: Use binding strings for specifying endpoints. The property for
specifying a endpoint is now also 'endpoint' instead of 'endpoints'. The
default endpoint (if none is specified) is still "ncacn_np:[\\pipe\\ifacename]",
where ifacename is the name of the interface.

Examples:

[
  uuid(60a15ec5-4de8-11d7-a637-005056a20182),
  endpoint("ncacn_np:[\\pipe\\rpcecho]", "ncacn_ip_tcp:")
]
interface rpcecho
{
	void dummy();
}

dcerpc_binding is now converted to ep_description in the server, but I hope to
completely eliminate ep_description later on.

The eventual goal of all these changes is to make it easier to add
 transports as I'm going to add support for
 ncalrpc (local RPC over named pipes) and ncacn_unix_stream (Unix sockets).
(This used to be commit f3da7c8b44)
2007-10-10 13:01:53 -05:00
..
m4 r3027: got rid of some configure checks we don't need any more 2007-10-10 12:59:59 -05:00
pasn1 r1323: allow '-' in IDENTIFIERS 2007-10-10 12:56:50 -05:00
pidl r3043: Use binding strings for specifying endpoints. The property for 2007-10-10 13:01:53 -05:00
smb_build r3041: a start of a README/HOWTO for the samba4 build system. 2007-10-10 13:00:01 -05:00
tests r2656: moved the seteuid configure tests into the posix backend (these tests 2007-10-10 12:59:17 -05:00