summaryrefslogtreecommitdiff
path: root/librpc/ndr/uuid.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Move NS_GUID_string and NS_GUID_from_string to dsdb-common.Jelmer Vernooij1-52/+0
2012-03-20libndr: Define trivial is_valid_policy_hnd as macro.Jelmer Vernooij1-5/+0
2012-03-20libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij1-2/+2
2012-03-20libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij1-1/+1
2011-02-08libndr: apply some const and make is_valid_policy_hnd a callback to policy_ha...Günther Deschner1-4/+2
2011-02-08libndr: share some uuid helpers.Günther Deschner1-0/+17
2010-06-29s3-librpc: Fixed GUID_from_data_blob() with length of 32.Andreas Schneider1-5/+5
2010-06-28librpc: Use switch in GUID_from_data_blob().Andreas Schneider1-7/+16
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-2/+2
2009-12-21librpc: fixed the GUID_compare() functionAndrew Tridgell1-5/+5
2009-12-10libndr: added a GUID_to_ndr_blob() helper functionAndrew Tridgell1-6/+14
2009-12-10librpc: split out a separate GUID_from_ndr_blob() functionAndrew Tridgell1-15/+20
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-1/+1
2009-11-01uuid.c: Remove some dead codeVolker Lendecke1-1/+0
2008-12-20Don't trust sscanf not to run off the end of the stringAndrew Bartlett1-14/+35
2008-11-16librpc/ndr: add GUID_hexstring()Stefan Metzmacher1-0/+25
2008-11-16librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string tooStefan Metzmacher1-0/+29
2008-11-16Add a new function to parse a DATA_BLOB into a GUIDAndrew Bartlett1-7/+21
2008-10-13Share uuid implementations.Jelmer Vernooij1-0/+227