summaryrefslogtreecommitdiff
path: root/librpc/ndr/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* librpc/ndr/uuid.c: improve speed and accuracy of GUID string parsingDouglas Bagnall2016-12-141-21/+111
* librpc: Add ndr_push_struct_into_fixed_blob() and use it in GUID_to_ndr_blob()Andrew Bartlett2016-07-281-2/+6
* librpc: Avoid talloc in GUID_from_data_blob()Andrew Bartlett2016-06-271-16/+8
* libndr: Add ndr_pull_struct_blob_all_noallocAndrew Bartlett2016-05-031-9/+3
* lib: Use GUID_buf_string in GUID_stringVolker Lendecke2014-10-021-9/+2
* Create talloc-less functions for formating GUIDMatthieu Patou2014-10-021-0/+22
* libndr: Use GUID_compare in GUID_equalVolker Lendecke2014-06-101-9/+1
* Move NS_GUID_string and NS_GUID_from_string to dsdb-common.Jelmer Vernooij2012-03-201-52/+0
* libndr: Define trivial is_valid_policy_hnd as macro.Jelmer Vernooij2012-03-201-5/+0
* libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij2012-03-201-2/+2
* libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij2012-03-201-1/+1
* libndr: apply some const and make is_valid_policy_hnd a callback to policy_ha...Günther Deschner2011-02-081-4/+2
* libndr: share some uuid helpers.Günther Deschner2011-02-081-0/+17
* 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