summaryrefslogtreecommitdiff
path: root/librpc/ndr/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* librpc: split out a separate GUID_from_ndr_blob() functionAndrew Tridgell2011-01-131-15/+20
* s3-librpc: Fixed GUID_from_data_blob() with length of 32.Andreas Schneider2011-01-131-4/+5
* Don't trust sscanf not to run off the end of the stringAndrew Bartlett2008-12-201-14/+35
* librpc/ndr: add GUID_hexstring()Stefan Metzmacher2008-11-161-0/+25
* librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string tooStefan Metzmacher2008-11-161-0/+29
* Add a new function to parse a DATA_BLOB into a GUIDAndrew Bartlett2008-11-161-7/+21
* Share uuid implementations.Jelmer Vernooij2008-10-131-0/+227