summaryrefslogtreecommitdiffstats
path: root/librpc/ndr/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* s3-librpc: Fixed GUID_from_data_blob() with length of 32.Andreas Schneider2010-06-291-5/+5
* librpc: Use switch in GUID_from_data_blob().Andreas Schneider2010-06-281-7/+16
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+2
* librpc: fixed the GUID_compare() functionAndrew Tridgell2009-12-211-5/+5
* libndr: added a GUID_to_ndr_blob() helper functionAndrew Tridgell2009-12-101-6/+14
* librpc: split out a separate GUID_from_ndr_blob() functionAndrew Tridgell2009-12-101-15/+20
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-121-1/+1
* uuid.c: Remove some dead codeVolker Lendecke2009-11-011-1/+0
* 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