summaryrefslogtreecommitdiffstats
path: root/lib/uuid/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* Const fixingZdenek Kabelac2011-02-181-1/+1
* Avoid rebuilding of uuid validation tableZdenek Kabelac2011-01-281-0/+1
* Add id_format_and_copy() common function and call from _uuid_disp.Dave Wysochanski2010-09-301-0/+15
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-4/+5
* Add generic function to read /dev/urandom, used in uuid calculation.Dave Wysochanski2008-12-071-12/+2
* more fixesAlasdair Kergon2008-11-041-0/+1
* Add ctype.h header file to silence compile warning on 'isdigit'.Dave Wysochanski2008-08-291-0/+1
* Fix vgconvert logical volume id metadata validation.Milan Broz2008-08-281-0/+18
* added const and saved relocation entryZdenek Kabelac2008-08-071-2/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-5/+5
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Fix uuid_from_num() buffer overrun.Alasdair Kergon2006-05-101-2/+0
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-5/+6
* Always fail if random id generation fails.Alasdair Kergon2005-01-201-7/+7
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* spelling correctionsAlasdair Kergon2004-03-301-1/+1
* If PV/VG uuids are missing, generate them from the pv/vg numbers.Alasdair Kergon2004-01-091-0/+12
* Don't use !# in randomly-generated uuids.Alasdair Kergon2003-09-151-1/+5
* Some tidyups and minor fixes.Alasdair Kergon2003-08-201-1/+1
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-12/+12
* Refactoring.Alasdair Kergon2002-11-181-2/+1
* Merge with text format branch.Alasdair Kergon2002-04-241-1/+9
* o Use new LCK_HOLD flag to indicate whether lock should be held on returnAlasdair Kergon2002-03-051-4/+8
* Generate LV uuid from lv_number when reading in LVs.Alasdair Kergon2002-02-211-0/+26
* o split the uuid -> device map out from vgcacheJoe Thornber2002-01-151-2/+2
* Missing close() in error case.Alasdair Kergon2002-01-071-0/+1
* o Revert to the 6-4-4-4-4-4-6 format for uuid'sJoe Thornber2002-01-041-13/+35
* o Added a quick vgcfgbackup, needs parameters as yet.Joe Thornber2001-12-201-1/+2
* o sync backup changesJoe Thornber2001-12-201-1/+1
* o silly bugsJoe Thornber2001-12-121-2/+3
* o Pretty print and read for uuid'sJoe Thornber2001-12-111-1/+63
* o LGPL list implementationJoe Thornber2001-10-311-1/+1
* o pvcreateJoe Thornber2001-10-121-0/+49