Age | Commit message (Expand) | Author | Files | Lines |
2006-09-11 | make Mount() support option remount | David Zeuthen | 3 | -162/+232 |
2006-09-10 | require addons to call libhal_device_addon_is_ready() to make device visible | David Zeuthen | 1 | -0/+1 |
2006-09-02 | CloseTray() method (eject -t) | Artem Kachitchkine | 5 | -160/+334 |
2006-08-31 | fix message when we try to set a brightness above range | Richard Hughes | 1 | -1/+1 |
2006-08-21 | move hald/linux2 to hald/linux and renamed backend | Danny Kukawka | 1 | -1/+1 |
2006-08-21 | corrects the location of the hal scripts directory | Dan Nicholson | 1 | -1/+1 |
2006-08-14 | share is_mounted_by_hald() and non-gcc nits | Artem Kachitchkine | 11 | -15/+15 |
2006-08-15 | ISO-8859-1 -> UTF-8 | Kay Sievers | 1 | -1/+1 |
2006-08-13 | replaced LIBHAL_FREE_DBUS_ERROR with dbus_error_free() | Danny Kukawka | 1 | -1/+1 |
2006-08-12 | free dbus error freeing in lshal | David Zeuthen | 1 | -1/+2 |
2006-08-06 | fixed several compiler warnings (warn_unused_result and format stuff) | Danny Kukawka | 5 | -17/+12 |
2006-08-02 | add support for Mandriva's tools for suspend and hibernate | Frederic Crozat | 2 | -0/+24 |
2006-08-02 | * configure.in: don't PKG_CHECK volume_id on Solaris | Artem Kachitchkine | 5 | -29/+98 |
2006-07-29 | Merge branch 'master' of ssh://david@git.freedesktop.org/git/hal | David Zeuthen | 10 | -20/+71 |
2006-07-29 | introduce new option --disable-policy-kit and streamline the build | David Zeuthen | 10 | -50/+125 |
2006-07-29 | Close memory leaks from not freed DBusError in tools src dir | Danny Kukawka | 10 | -20/+71 |
2006-07-29 | add *~ to all .gitignore files for emacs users | David Zeuthen | 4 | -0/+4 |
2006-07-28 | Add some more temp files to the .gitignore files. | Richard | 1 | -0/+4 |
2006-07-27 | Fix up LUKS stuff by using new kernel feature in Linux 2.6.17. | David Zeuthen | 2 | -39/+0 |
2006-07-27 | Forgot to tweak tools/[linux/,freebsd/,]Makefile.am and remove old files. | David Zeuthen | 9 | -328/+3 |
2006-07-27 | (forgot to pass -a the first time) git stuff, mount/umount/eject all | David Zeuthen | 6 | -187/+266 |
2006-07-27 | git stuff, mount/umount/eject all in C, .hal-mtab usage, light_sensor | David Zeuthen | 10 | -149/+1401 |
2006-07-27 | add .o files to .gitignore | Kay Sievers | 4 | -0/+4 |
2006-07-27 | .cvsignore -> .gitignore | Kay Sievers | 4 | -0/+0 |
2006-07-14 | Replace dbus_connection_disconnect() with dbus_connection_close() (D-BUS | Kay Sievers | 2 | -2/+2 |
2006-07-11 | Added checks if vbetool is available and executable in /usr/sbin/, added | Danny Kukawka | 2 | -2/+38 |
2006-06-21 | Handle LABEL= and UUID= in this function. (handle_mount): Also allow uid= | David Zeuthen | 2 | -7/+39 |
2006-06-09 | Update these with the new files to keep cvs diff happy. | Richard Hughes | 2 | -0/+5 |
2006-06-09 | Add the video adapter suspend and resume functionality so we can just drop | Richard Hughes | 4 | -0/+89 |
2006-06-09 | Adds code so addons can claim interfaces and handle the methods on them in | David Zeuthen | 1 | -2/+2 |
2006-06-06 | Be explicit about DIST_SUBDIRS as otherwise 'make distcheck' breaks. | David Zeuthen | 1 | -1/+1 |
2006-06-06 | Patch from Joe Marcus Clarke <marcus@freebsd.org> and Danny Kukawka | David Zeuthen | 3 | -3/+13 |
2006-06-05 | Export a new environment variable with the unique name for callers system | David Zeuthen | 9 | -46/+57 |
2006-05-23 | Re-add --print-reply to dbus-send else the Rescan does not work. This fixes | Richard Hughes | 2 | -2/+2 |
2006-05-17 | Added check for bash syntax in scipts to the new backend dirs. | Danny Kukawka | 2 | -0/+31 |
2006-05-17 | Fixed path to the helper of the related backends, added several messages as | Danny Kukawka | 17 | -38/+69 |
2006-05-14 | Rename hal-luks-remove.in-linux to hal-luks-remove-linux.in to preserve the | Joe Marcus Clarke | 1 | -0/+0 |
2006-05-14 | Remove a script which is only found in the OS-independent section. Spotted | Joe Marcus Clarke | 1 | -1/+0 |
2006-05-14 | Add scripts to EXTRA_DIST | Joe Marcus Clarke | 2 | -1/+2 |
2006-05-14 | Split out the tools scripts into an OS-independent wrapper, and an | Joe Marcus Clarke | 43 | -560/+1332 |
2006-05-12 | cleanup: s/;;/;/ | Danny Kukawka | 1 | -1/+1 |
2006-05-09 | Moved hal scripts to $(libdir)/hal/scripts instead of | Danny Kukawka | 1 | -1/+1 |
2006-04-28 | *** empty log message *** | Artem Kachitchkine | 1 | -1/+1 |
2006-04-28 | Update to new PolicyKit API. | David Zeuthen | 1 | -1/+3 |
2006-04-27 | Patch from Bastien Nocera <hadess@hadess.net>: | Richard Hughes | 2 | -2/+2 |
2006-04-26 | Patch from Bastien Nocera <hadess@hadess.net>: | Richard Hughes | 2 | -3/+18 |
2006-04-24 | Add --print-reply to dbus-send else the Rescan does not work. This should | Richard Hughes | 2 | -2/+2 |
2006-03-30 | Refresh device types button, battery and ac_adapter on resume, as a suspend | Richard Hughes | 2 | -0/+22 |
2006-03-26 | s/--policy/--privilege/ and s/--uid/--user/ | David Zeuthen | 6 | -6/+6 |
2006-03-14 | Use new suffix .privilege instead of .policy and prefix privilege files | David Zeuthen | 7 | -39/+59 |