summaryrefslogtreecommitdiffstats
path: root/librpc/ndr/uuid.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't trust sscanf not to run off the end of the stringAndrew Bartlett2008-12-201-14/+35
| | | | | | | | The memory allocations here are wasteful, but they do nicely ensure we cannot walk off the end of the DATA_BLOB that might be a string, or might be binary and might not be NULL terminated. Andrew Bartlett
* librpc/ndr: add GUID_hexstring()Stefan Metzmacher2008-11-161-0/+25
| | | | metze
* librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string tooStefan Metzmacher2008-11-161-0/+29
| | | | metze
* Add a new function to parse a DATA_BLOB into a GUIDAndrew Bartlett2008-11-161-7/+21
| | | | | | | The reason for this new function is to ensure the length is not discarded when the input is a ldb_val (aka DATA_BLOB) in ldb. Andrew Bartlett
* Share uuid implementations.Jelmer Vernooij2008-10-131-0/+227