summaryrefslogtreecommitdiff
path: root/source3/lib/util_uuid.c
Commit message (Expand)AuthorAgeFilesLines
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-281-2/+2
* Use GUID_random.Jelmer Vernooij2008-10-141-11/+0
* Use GUID_from_string.Jelmer Vernooij2008-10-141-51/+0
* Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2008-10-141-16/+0
* Ooops, GUID_equal was already around :-)Volker Lendecke2008-07-191-10/+0
* Add ndr_syntax_id_equal()Volker Lendecke2008-07-161-1/+9
* Remove some staticsVolker Lendecke2007-11-271-31/+13
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23829: Add ads_get_attrname_by_guid().Günther Deschner2007-10-101-0/+16
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2007-10-101-8/+8
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-1/+1
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+1
* r2160: fixed the uuid pack/unpack routines (they could go past the end of the...Andrew Tridgell2007-10-101-52/+14
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* r487: fixing some compile issues with the IBM AIX compiler reoported on the m...Gerald Carter2007-10-101-1/+1
* r196: merging struct uuid from trunkGerald Carter2007-10-101-39/+110
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Rename some uuid functions so as not to conflict with systemTim Potter2003-06-131-3/+3
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+1
* Move guid formatting functions over from HEAD.Jim McDonough2002-10-291-4/+35
* Use byteorder.h macrosJim McDonough2002-08-121-45/+9
* Code to generate uuids for ADS setups. Uses our random generator butJim McDonough2002-08-121-0/+108