summaryrefslogtreecommitdiffstats
path: root/source/lib/util_uuid.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove some staticsVolker Lendecke2007-11-271-31/+13
|
* 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.
* r23829: Add ads_get_attrname_by_guid().Günther Deschner2007-10-101-0/+16
| | | | Guenther
* 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
| | | | Jeremy.
* 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 ↵Gerald Carter2007-10-101-1/+1
| | | | version to 3.0.20pre1
* 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.
* r2160: fixed the uuid pack/unpack routines (they could go past the end of ↵Andrew Tridgell2007-10-101-52/+14
| | | | the UUID structure)
* 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
* 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
* 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
| | | | versions. Fixes bug #154.
* 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
* 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
conforms to standard OSF/DCE uuid format.