66808e5 uniqueid formatting - use slapi_u8_to_hex instead of sprintf

Authored and Committed by rmeggins 12 years ago
    uniqueid formatting - use slapi_u8_to_hex instead of sprintf
    
    Use slapi_u8_to_hex for each part of the uuid to convert to string
    instead of the sprintf.  This is about 10-11 times faster than
    sprintf.  I've verified that this produces uuids identical to the
    current sprintf based formatter.
    Reviewed by: nkinder (Thanks!)
    
        
file modified
+21 -10