Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead of | Jelmer Vernooij | 1 | -21/+10 | |
options[0]. (This used to be commit 18582083af800abd3d8de40eb73255c8ae6598dd) | |||||
2007-10-10 | r3163: Add server side support for ncalrpc: and ncacn_unix_stream: | Jelmer Vernooij | 1 | -0/+328 | |
Examples of binding strings are : ncalrpc:[EPMAPPER] ncacn_unix_stream:[/tmp/epmapper] N.B. The unix socket support in lib/socket/ appears to close and remove the socket it is listening on after the first client disconnects so until that has been fixed, it is only possible to do one ncalrpc: or ncacn_unix_stream: request per instance of smbd :-) Support for looking up NCALRPC names via the endpoint mapper will be added later. (This used to be commit 426f3e63cae3d306dcdc13ee4b655eed30057ff8) |