summaryrefslogtreecommitdiff
path: root/lib/misc/lvm-string.h
Commit message (Expand)AuthorAgeFilesLines
* lvm-string: add drop_lvname_suffixZdenek Kabelac2019-10-211-0/+1
* lvm-string: add function to detect component LV suffixZdenek Kabelac2017-12-191-0/+1
* string: Add first_substring().Alasdair G Kergon2016-07-141-0/+8
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* systemid: Require alphanumeric 1st character.Alasdair G Kergon2015-02-231-1/+1
* lvm-string: Fix HYPEN typo.Alasdair G Kergon2015-02-231-1/+1
* system_id: use for VG ownershipDavid Teigland2015-02-131-0/+2
* cleanup: use enum return codesZdenek Kabelac2014-05-071-4/+8
* cleanup: reduce inclusion of unnecessary headersZdenek Kabelac2014-04-181-3/+3
* lvm: change build_dm_uuid APIZdenek Kabelac2014-03-121-1/+2
* lvm2app: Add VG/LV name validationTony Asleson2013-11-191-1/+7
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-34/+0
* Remove tag length restriction and allow / = ! : # & characters.Alasdair Kergon2010-11-171-0/+1
* Add escape sequence for ':' and '@' found in device names used as PVs.Peter Rajnoha2010-09-231-0/+9
* Set appropriate udev flags for reserved LVs.Peter Rajnoha2010-04-231-0/+3
* Use UUIDs instead of names while processing event handlers.Peter Rajnoha2010-04-141-0/+3
* Escape double quotes and backslashes in external metadata and config data.Alasdair Kergon2008-03-121-3/+22
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-221-2/+2
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Use gcc's printf attribute wherever possible.Jim Meyering2007-07-201-1/+2
* Add count_chars and count_chars_len functions, twoDave Wysochanski2007-04-251-0/+4
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-9/+0
* Add dm_split_words() and dm_split_lvm_name() to libdevmapper.Alasdair Kergon2006-08-211-5/+0
* Check for libsepol.Alasdair Kergon2006-04-191-0/+4
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-2/+2
* Export dm name build & split functions.Alasdair Kergon2004-09-151-0/+8
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* split_words()Alasdair Kergon2004-02-131-0/+2
* Extract some common functions.Alasdair Kergon2003-09-171-0/+2
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-15/+1
* o move the path building functions to lib/activate/names.cJoe Thornber2002-01-211-0/+1
* Fix C99 error case handling (snprintf ret value >= buffer size).Alasdair Kergon2001-12-311-5/+9
* o sync backup changesJoe Thornber2001-12-201-1/+1
* o lvm_snprintfJoe Thornber2001-12-171-0/+31