summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/util.h
AgeCommit message (Collapse)Author
2008-09-10volume_id: merge util.h in libvolume_id-private.hKay Sievers
2008-08-31volume_id: hfs - calculate proper uuidKay Sievers
2007-12-16volume_id: LVM - add uuidHannes Reinecke
2007-05-25volume_id: terminate overlong label stringsKay Sievers
2007-05-21volume_id: escape % characterKay Sievers
2007-05-17volume_id: add and export string encoding functionKay Sievers
Needed for mount(8) to lookup LABEL=* in /dev/disk/by-label/*. Characters not suited for a filename will be escaped and the encoded LABEL=* string is able to find the corresponding symlink.
2007-05-06volume_id: rename UUID_64BIT_LE/BEKay Sievers
2007-05-04volume_id: add internal UUID_STRINGKay Sievers
2007-05-03volume_id: add volume_id_get_* functionsKay Sievers
In a future version of libvolume_id, struct volume_id will be an opaque data type, which can't be accessed directly. No interface has changed for now, until all known users are converted not to access the structure directly.
2007-05-03volume_id: use md native uuid formatKay Sievers
2006-03-28volume_id: define exported symbolsKay Sievers
2006-03-27volume_id: rename subdirectoryKay Sievers