summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/binding.c
Commit message (Collapse)AuthorAgeFilesLines
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-121-725/+0
|
* librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-071-1/+2
| | | | | | | | | | | | | You can trigger it like this: ncacn_ip_tcp:172.31.9.234[sign,hdrsign] or ncacn_ip_tcp:172.31.9.234[seal,hdrsign] metze (This used to be commit 54f1fca582b1474693b5ee11b7b847086d27f75f)
* Split binding structure handling out into a separate file.Jelmer Vernooij2008-04-151-0/+724
For easier synchronisation with Samba 3. (This used to be commit b9cac469f3c869a26f415a6c551cf6e8fbb06ed6)