summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2006-01-16Changed call of powersave fom call binary to call powersave dbus interfaceDanny Kukawka2-4/+12
2006-01-15Respect volume.ignore and refuse to mount if set to TRUEDavid Zeuthen1-0/+7
2006-01-13Add device objects for video and dvb devices, to have a way forKay Sievers1-1/+3
2006-01-12Fixed compiler warnings if compile with flag warn_unused_result.Danny Kukawka1-1/+2
2006-01-11Don't trust any user input, replace all suspicious chars with '_'.Kay Sievers3-13/+63
2006-01-11Fix a potential security hole where the user could pass e.g.David Zeuthen1-5/+5
2006-01-09removed unneeded code, (main): added more informative error message ifDanny Kukawka1-3/+2
2006-01-08Populate the new property volume.mount.valid_optionsDavid Zeuthen2-43/+47
2006-01-06move uid_export to root scope in function to avoid corruptionKay Sievers1-0/+1
2005-12-21Move callout one level up.Kay Sievers2-1/+1
2005-12-20Remove HAL created mountpoints on HAL startup.Kay Sievers2-1/+34
2005-12-20Switch extended attributes use to .created-by-hal file to mark createdKay Sievers2-3/+5
2005-12-18added simple check of scripts for correct bash syntax to 'make distcheck'Danny Kukawka1-0/+15
2005-12-17Detailed return values from method invocations.Kay Sievers3-17/+42
2005-12-14Remove the dry-run boolean option. Need a better way to figure out whatDavid Zeuthen1-8/+0
2005-12-14Add a boolean parameter to Mount for dry-run.David Zeuthen1-0/+8
2005-12-13Add HAL_METHOD_INVOKED_BY_UID to the method-call environment and use it toKay Sievers1-2/+24
2005-12-12Fixed broken scripts and changed error messages.Danny Kukawka2-26/+18
2005-12-12Add Shutdown() and Reboot() methods to HAL.Richard Hughes3-0/+46
2005-12-12Fix fallback to default mount point which failed if the volume label wasKay Sievers1-7/+25
2005-12-09Add methods to storage objects to request: Mount(string:mountpointnameKay Sievers4-7/+188
2005-11-30fixed MakefileDanny Kukawka1-1/+1
2005-11-29Added PATH to the with hal distributed scripts to the hald environmentDanny Kukawka1-1/+3
2005-11-29Added checks for needed environment variables to prevent call them fromDanny Kukawka6-4/+36
2005-11-29removed hal-device-manager from $(datadir)/hal/device-manager to preventDanny Kukawka1-2/+0
2005-11-21generated for 0.5.5.1 specDanny Kukawka1-0/+4
2005-11-09fix problems with addon if acpid socket is not available if HAL starts. InDanny Kukawka1-44/+76
2005-11-09fixed compiler warningDanny Kukawka1-2/+2
2005-11-08fixed typo from fd.o bug #2115Danny Kukawka4-21/+41
2005-11-07Commit a rewrite of lshal by Pierre Ossman with minor updates by meRichard Hughes1-161/+373
2005-11-02Update to Academic Free License 2.1. Also fix all C source and headerDavid Zeuthen8-8/+8
2005-10-10fix fstab parsing for optional fields 5 and 6Richard Hughes1-4/+12
2005-09-28Use sensible fallbacks for the tools/hal-system-power-* tools.Richard Hughes3-159/+123
2005-09-27Replace kernel-style datatypes (like _u8 and __s16) with their appropriateRichard Hughes3-4/+4
2005-09-26Make GetBrightness and SetBrightness take raw, not percentage, values.Richard Hughes2-7/+8
2005-09-13Actually make this script workDavid Zeuthen1-0/+6
2005-09-12Add suspend2 functionality for mandrake, gentoo, slackware and debian.Richard Hughes1-11/+34
2005-09-03Add new files needed for the SetBrightness and GetBrightness support.Richard Hughes3-0/+99
2005-08-26Also dist $(sbin_SCRIPTS)David Zeuthen1-1/+1
2005-08-19Add dectection of ALTLinux, SUSE, Mandrake, Slackware, Debian and GentooDanny Kukawka3-13/+117
2005-08-16First stab at system power management... Need to put this in the hal specDavid Zeuthen4-1/+64
2005-08-14add a few more generated files to .cvsignoreRichard Hughes1-0/+4
2005-07-29The FSF moved to a new address, so I updated all license headers and theDavid Zeuthen10-10/+10
2005-07-29Patch from Danny Kukawka <danny.kukawka@web.de>.David Zeuthen2-15/+15
2005-07-28Unmount the cleartext volume, if mounted, before tearing down the dm-cryptDavid Zeuthen4-18/+119
2005-07-26This is a patch (against CVS) to fix several compiler warnings with gccDavid Zeuthen1-1/+1
2005-07-20Patch from W. Michael Petullo <mike@flyn.org>.David Zeuthen2-0/+40
2005-07-15Here is a patch to fix up hal-device-manager. This will still run withDavid Zeuthen1-21/+13
2005-07-08Make it possible to create and remove HAL devices without kernel and sysfsDavid Zeuthen2-1/+622
2005-07-07h-d-m raises: Traceback (most recent call last): FileKay Sievers1-5/+8