summaryrefslogtreecommitdiffstats
path: root/librpc/rpc/binding.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-121-1/+1
| | | | | | | | | | | | Rather than have a repeat of the bugs we found at the plugfest where hexidecimal strings must be in upper or lower case in particular places, ensure that each caller chooses which case they want. This reverts most of the callers back to upper case, as things were before tridge's patch. The critical call in the extended DN code is of course handled in lower case. Andrew Bartlett
* librpc Make talloc tree in binding tower match the floorsAndrew Bartlett2009-10-211-10/+14
| | | | | | | | | This is mostly cosmetics, but helped me see that these are legitimate stuctures when viewed in the talloc tree. Also don't put the 'ndr' structure on the long-term tree. Andrew Bartlett
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-171-1/+2
| | | | This adds support for the nd464 binding string option
* librpc: fix callers after epmapper.idl changesStefan Metzmacher2009-08-071-9/+9
| | | | metze
* Add derpc_transport_string_by_transport(), apply some constVolker Lendecke2009-01-091-6/+14
|
* Fix some nonempty blank linesVolker Lendecke2009-01-091-26/+26
|
* Add some const to dcerpc_binding_build_tower()Volker Lendecke2009-01-061-1/+3
|
* Add a NULL check and some const to dcerpc_floor_get_lhs_data()Volker Lendecke2009-01-061-2/+8
|
* Use new GUID_from_data_blobAndrew Bartlett2008-11-171-2/+2
| | | | | | | This avoid the problem that GUID_from_string now strictly requires no trailing data after the string-form GUID. Andrew Bartlett
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-121-0/+725