hal ChangeLog,1.416,1.417

David Zeuthen david at freedesktop.org
Wed Feb 16 12:16:57 PST 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv3962

Modified Files:
	ChangeLog 
Log Message:
2005-02-16  David Zeuthen  <davidz at redhat.com>

	Patch from W. Michael Petullo <mike at flyn.org>. Attached you should
	find a patch that begins to add LUKS support to hald. This should
	eventually provide an easy means to mount encrypted filesystems.
	Currently, hald only detects that a disk contains a LUKS header
	and sets some relevant parameters.

	* volume_id/volume_id.h: Add VOLUME_ID_CRYPTO to volume_id_usage enum

	* volume_id/util.c (usage_to_string): Add LUKS string

	* volume_id/volume_id.c (volume_id_probe_all): Also test for LUKS magic

	* volume_id/Makefile.am (libvolume_id_la_SOURCES): Include luks.[ch]

	* hald/linux2/probing/probe-volume.c (set_volume_id_values): Supprt
	the VOLUME_ID_CRYPTO type



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -d -r1.416 -r1.417
--- ChangeLog	16 Feb 2005 18:45:19 -0000	1.416
+++ ChangeLog	16 Feb 2005 20:16:55 -0000	1.417
@@ -1,5 +1,24 @@
 2005-02-16  David Zeuthen  <davidz at redhat.com>
 
+	Patch from W. Michael Petullo <mike at flyn.org>. Attached you should
+	find a patch that begins to add LUKS support to hald. This should
+	eventually provide an easy means to mount encrypted filesystems.
+	Currently, hald only detects that a disk contains a LUKS header
+	and sets some relevant parameters.
+
+	* volume_id/volume_id.h: Add VOLUME_ID_CRYPTO to volume_id_usage enum
+
+	* volume_id/util.c (usage_to_string): Add LUKS string
+
+	* volume_id/volume_id.c (volume_id_probe_all): Also test for LUKS magic
+
+	* volume_id/Makefile.am (libvolume_id_la_SOURCES): Include luks.[ch]
+
+	* hald/linux2/probing/probe-volume.c (set_volume_id_values): Supprt
+	the VOLUME_ID_CRYPTO type
+
+2005-02-16  David Zeuthen  <davidz at redhat.com>
+
 	Patch from John (J5) Palmieri <johnp at redhat.com>.
 
 	* libhal-storage/libhal-storage.[ch]: Rename all functions, symbols




More information about the hal-commit mailing list