hal ChangeLog,1.377,1.378

David Zeuthen david at freedesktop.org
Thu Dec 16 08:13:10 PST 2004


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

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

	* hald/linux/volume_id/volume_id.c (sesame_skip_to_next_nonempty_line):
	New function
	(sesame_parse): New function
	(sesame_got_kv_pair): New function
	(probe_crypto_sesame): New function
	(volume_id_probe): Probe for sesame crypto metadata
	(volume_id_close): Free key/value pairs

	* hald/linux/volume_id/volume_id.h: Add the VOLUME_ID_CRYPTO usage type
	and VOLUME_ID_CRYPTO_SESAME filesystem type. Add the volume_id_kv_pair 
	structure

	* hald/linux/osspec.c (compute_coldplug_list): Also process other block
	devices

	* hald/linux/block_class_device.c (set_volume_id_values): Allow crypto
	and get properties from volume_id
	(block_class_visit): Add some code to figure out if /dev/dm-0 is really
	the cleartext device from a device backed by us.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.377
retrieving revision 1.378
diff -u -d -r1.377 -r1.378
--- ChangeLog	16 Dec 2004 04:55:28 -0000	1.377
+++ ChangeLog	16 Dec 2004 16:13:08 -0000	1.378
@@ -1,3 +1,25 @@
+2004-12-16  David Zeuthen  <davidz at redhat.com>
+
+	* hald/linux/volume_id/volume_id.c (sesame_skip_to_next_nonempty_line):
+	New function
+	(sesame_parse): New function
+	(sesame_got_kv_pair): New function
+	(probe_crypto_sesame): New function
+	(volume_id_probe): Probe for sesame crypto metadata
+	(volume_id_close): Free key/value pairs
+
+	* hald/linux/volume_id/volume_id.h: Add the VOLUME_ID_CRYPTO usage type
+	and VOLUME_ID_CRYPTO_SESAME filesystem type. Add the volume_id_kv_pair 
+	structure
+
+	* hald/linux/osspec.c (compute_coldplug_list): Also process other block
+	devices
+
+	* hald/linux/block_class_device.c (set_volume_id_values): Allow crypto
+	and get properties from volume_id
+	(block_class_visit): Add some code to figure out if /dev/dm-0 is really
+	the cleartext device from a device backed by us.
+
 2004-12-15  David Zeuthen  <davidz at redhat.com>
 
 	* hald/dummy/Makefile.am: New file




More information about the hal-commit mailing list