summaryrefslogtreecommitdiff
path: root/librpc/ABI/ndr-0.0.8.sigs
Commit message (Collapse)AuthorAgeFilesLines
* librpc: Add ndr_push_struct_into_fixed_blob() and use it in GUID_to_ndr_blob()Andrew Bartlett2016-07-281-0/+258
This allows us to allocate only the correct size, not a default of 1024 bytes per push. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>