hal ChangeLog,1.756,1.757

David Zeuthen david at freedesktop.org
Fri Jan 20 22:36:53 PST 2006


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

Modified Files:
	ChangeLog 
Log Message:
2006-01-21  David Zeuthen  <davidz at redhat.com>

        * hald-runner/runner.c: Search $PATH before searching allowed dirs;
        this is needed to make e.g. run-hald.sh work - note that passing
        "/bin/sh /path/to/evil/program" will _not_ work as we don't do
        shell-ish stuff. Also, don't force working dir to be "/" for
        same reasons.

        * hald/property.h: Export hal_property_strlist_clear

        * hald/property.c (hal_property_strlist_clear): New function

        * hald/hald_runner.c (hald_runner_start_runner): Pass $PATH to runner

        * hald/hald_dbus.c (hald_exec_method_cb): Fix up indenting

        * hald/device_info.c (handle_clear): New function
        (start): Check for new fdi tag "clear"

        * hald/device.h: Export hal_device_property_strlist_clear

        * hald/device.c (hal_device_property_strlist_clear): New function



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.756
retrieving revision 1.757
diff -u -d -r1.756 -r1.757
--- ChangeLog	21 Jan 2006 03:26:30 -0000	1.756
+++ ChangeLog	21 Jan 2006 06:36:51 -0000	1.757
@@ -1,3 +1,26 @@
+2006-01-21  David Zeuthen  <davidz at redhat.com>
+
+	* hald-runner/runner.c: Search $PATH before searching allowed dirs;
+	this is needed to make e.g. run-hald.sh work - note that passing
+	"/bin/sh /path/to/evil/program" will _not_ work as we don't do
+	shell-ish stuff. Also, don't force working dir to be "/" for
+	same reasons.	
+
+	* hald/property.h: Export hal_property_strlist_clear
+
+	* hald/property.c (hal_property_strlist_clear): New function
+
+	* hald/hald_runner.c (hald_runner_start_runner): Pass $PATH to runner
+
+	* hald/hald_dbus.c (hald_exec_method_cb): Fix up indenting
+
+	* hald/device_info.c (handle_clear): New function
+	(start): Check for new fdi tag "clear"
+
+	* hald/device.h: Export hal_device_property_strlist_clear
+
+	* hald/device.c (hal_device_property_strlist_clear): New function
+
 2006-01-20  David Zeuthen  <davidz at redhat.com>
 
 	* doc/spec/hal-spec.xml.in: Add docs for volume.disc.capacity




More information about the hal-commit mailing list