summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_uuid.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-lib/util Remove unused smb_uuid_unpack()Andrew Bartlett2010-09-201-31/+0
| | | | | | Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s3-uuid Remove unused smb_uuid_pack()Andrew Bartlett2010-09-201-9/+0
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-201-13/+0
| | | | | | | | | This reduces the manual marshalling of these structures by removing the duplication here. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* 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
| | | | (This used to be commit 9a0bc277f23831124d049301bc7009a285d91a11)
* Add ndr_syntax_id_equal()Volker Lendecke2008-07-161-1/+9
| | | | (This used to be commit 5fc90908deb417130af122941e084542304a2543)
* Remove some staticsVolker Lendecke2007-11-271-31/+13
| | | | (This used to be commit 1fab16ffb888cd4ec18e52d9da33976a67a5d104)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r23829: Add ads_get_attrname_by_guid().Günther Deschner2007-10-101-0/+16
| | | | | Guenther (This used to be commit a84fd8300661fd895ed7a8a104b743628718dfc8)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2007-10-101-8/+8
| | | | (This used to be commit 5de76767e857e9d159ea46e2ded612ccd6d6bf19)
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing ↵Gerald Carter2007-10-101-1/+1
| | | | | | version to 3.0.20pre1 (This used to be commit 9727d05241574042dd3aa8844ae5c701d22e2da1)
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+1
| | | | | | | | | | | | | | | | | | | 1. using smbc_getxattr() et al, one may now request all access control entities in the ACL without getting all other NT attributes. 2. added the ability to exclude specified attributes from the result set provided by smbc_getxattr() et al, when requesting all attributes, all NT attributes, or all DOS attributes. 3. eliminated all compiler warnings, including when --enable-developer compiler flags are in use. removed -Wcast-qual flag from list, as that is specifically to force warnings in the case of casting away qualifiers. Note: In the process of eliminating compiler warnings, a few nasties were discovered. In the file libads/sasl.c, PRIVATE kerberos interfaces are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED kerberos interfaces are being used. Someone who knows kerberos should look at these and determine if there is an alternate method of accomplishing the task. (This used to be commit 994694f7f26da5099f071e1381271a70407f33bb)
* r2160: fixed the uuid pack/unpack routines (they could go past the end of ↵Andrew Tridgell2007-10-101-52/+14
| | | | | | the UUID structure) (This used to be commit 43cf57e86bfae3ab68e97c2238338581411eb2ff)
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
| | | | | | | | | | | On systems with /dev/urandom, this avoids a change to secrets.tdb for every fork(). For other systems, we now only re-seed after a fork, and on startup. No need to do it per-operation. This removes the 'need_reseed' parameter from generate_random_buffer(). Andrew Bartlett (This used to be commit 36741d3cf53a7bd17d361251f2bb50851cdb035f)
* r487: fixing some compile issues with the IBM AIX compiler reoported on the ↵Gerald Carter2007-10-101-1/+1
| | | | | | ml -- now to watch the build farm some more (This used to be commit 79fed5f5a73cfe4811f626acbcf85860e23e7826)
* r196: merging struct uuid from trunkGerald Carter2007-10-101-39/+110
| | | | (This used to be commit 911a28361b9d8dd50597627f245ebfb57c6294fb)
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
| | | | (This used to be commit c9b209be2b17c2e4677cc30b46b1074f48878f43)
* Rename some uuid functions so as not to conflict with systemTim Potter2003-06-131-3/+3
| | | | | versions. Fixes bug #154. (This used to be commit 986eae40f7669d15dc75aed340e628aa7efafddc)
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+1
| | | | | | | | | | should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code (This used to be commit d3998307adc50ba50defe610cb656c73799ae3b9)
* Move guid formatting functions over from HEAD.Jim McDonough2002-10-291-4/+35
| | | | (This used to be commit 60b9e352b3c0769d0d3fe3067399bb3441f29502)
* Use byteorder.h macrosJim McDonough2002-08-121-45/+9
| | | | (This used to be commit eb9004efc3580799063009a8298c35cbc420626f)
* Code to generate uuids for ADS setups. Uses our random generator butJim McDonough2002-08-121-0/+108
conforms to standard OSF/DCE uuid format. (This used to be commit 3b50c3b8cd86ff9a12a6e22ca3b3e904671be547)