1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/libdm
Peter Rajnoha 921a46446d Check whether device names are properly mangled on ioctl return.
Be more strict when unmangling names on ioctl return - require the name to be
properly mangled in 'auto' and 'hex' mode. There really should not be any
blacklisted character since the names should be renamed already (by means of
renaming it directly or running 'dmsetup mangle' for automatic rename).
2012-03-05 12:43:03 +00:00
..
datastruct Use void pointer instead of char for binary key 2011-03-10 12:48:40 +00:00
ioctl Check whether device names are properly mangled on ioctl return. 2012-03-05 12:43:03 +00:00
misc cmirrord now returns log name to kernel in CTR so it can be registered 2011-10-14 14:18:49 +00:00
mm Add cast for ptrdiff_t - cleanup gcc warning 2012-03-01 10:31:35 +00:00
regex Add test for memory allocation failures 2012-02-10 13:49:29 +00:00
.exported_symbols Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00
libdevmapper.h Added dm_tree_node_set_callback() for preload and deactivation hooks 2012-03-02 17:31:21 +00:00
libdevmapper.pc.in Switch to use Requires.private for devmapper.pc and lvm2app.pc 2010-05-11 08:54:11 +00:00
libdm-common.c Check whether device names are properly mangled on ioctl return. 2012-03-05 12:43:03 +00:00
libdm-common.h Add DM_DEFAULT_NAME_MANGLING_MODE env. variable to override configured value. 2012-02-15 12:23:15 +00:00
libdm-config.c Use 64 bit integers whenever extracting numbers from daemon replies. 2012-03-01 19:54:53 +00:00
libdm-deptree.c Return success for deactivation of thin pool 2012-03-04 17:36:23 +00:00
libdm-file.c Drop unreachable code 2012-02-08 12:59:45 +00:00
libdm-report.c Do not crash for NULL sort_key 2012-02-10 14:00:07 +00:00
libdm-string.c Introduce dm_strncpy 2012-02-23 22:45:43 +00:00
Makefile.in Move the core of the lib/config/config.c functionality into libdevmapper, 2011-08-30 14:55:15 +00:00