summaryrefslogtreecommitdiff
path: root/source3/lib/util_uuid.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Make sid_binstring & friends take a talloc contextVolker Lendecke1-2/+2
2008-10-14Use GUID_random.Jelmer Vernooij1-11/+0
2008-10-14Use GUID_from_string.Jelmer Vernooij1-51/+0
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij1-16/+0
2008-07-19Ooops, GUID_equal was already around :-)Volker Lendecke1-10/+0
2008-07-16Add ndr_syntax_id_equal()Volker Lendecke1-1/+9
2007-11-27Remove some staticsVolker Lendecke1-31/+13
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23829: Add ads_get_attrname_by_guid().Günther Deschner1-0/+16
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij1-8/+8
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-1/+1
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+1
2007-10-10r2160: fixed the uuid pack/unpack routines (they could go past the end of the...Andrew Tridgell1-52/+14
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r487: fixing some compile issues with the IBM AIX compiler reoported on the m...Gerald Carter1-1/+1
2007-10-10r196: merging struct uuid from trunkGerald Carter1-39/+110
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-06-13Rename some uuid functions so as not to conflict with systemTim Potter1-3/+3
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+1
2002-10-29Move guid formatting functions over from HEAD.Jim McDonough1-4/+35
2002-08-12Use byteorder.h macrosJim McDonough1-45/+9
2002-08-12Code to generate uuids for ADS setups. Uses our random generator butJim McDonough1-0/+108