summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-13Provide fallback for systems without ACL supportMartin Pitt1-4/+2
2015-01-13Support mounting in /media for FHS compatibilityMartin Pitt2-8/+27
2015-01-02Revert "integration-tests: Avoid udev lockup"Martin Pitt1-8/+0
2014-12-30integration-tests: Avoid udev lockupMartin Pitt1-0/+8
2014-12-18integration-test: Skip double mount check for NTFSMartin Pitt1-3/+7
2014-12-18udisks_linux_drive_object_uevent(): Handle null deviceTomas Bzatek1-1/+1
2014-12-18udiskslinuxmanager.c: Don't use uninitialized wait_data structTomas Bzatek1-3/+2
2014-12-18Properly initialize all used variablesTomas Bzatek4-7/+7
2014-12-18Fix sorting of mount pointsMartin Pitt2-7/+16
2014-12-18Fix TOCTOU race when making directoriesRoss Lagerwall1-10/+7
2014-12-18Fix standby timersPhillip Susi1-1/+35
2014-12-18Add missing #includeSamuli Suominen1-0/+1
2014-12-18Drop obsolete g_type_init()Martin Pitt3-5/+0
2014-12-18Update obsolete gnome-common and automake macrosMartin Pitt2-2/+2
2014-12-18Skip password strength checks when changing LUKS passphraseLubomir Rintel1-1/+1
2014-12-18integration-test: Fix btrfs testMartin Pitt1-0/+1
2014-12-18integration-test: Better failure messagesMartin Pitt1-18/+17
2014-08-20integration-test: Drop sync_workaround, fix property testingMartin Pitt1-81/+63
2014-08-19integration-tests: sync file systems in sync()Martin Pitt1-0/+1
2014-08-19integration-test: Fix code formattingMartin Pitt1-104/+100
2014-06-16Revert "Fix standby timers"Martin Pitt1-30/+1
2014-06-16Fix standby timersPhillip Susi1-1/+30
2014-06-16Use internal pm check for smart pollPhillip Susi1-49/+54
2014-06-03integration-test: Update for logindMartin Pitt1-1/+2
2014-03-25Send SCSI SYNCHRONIZE CACHE before powering down a driveDavid Zeuthen1-8/+38
2014-03-10Fix buffer overflow in mount path parsingMartin Pitt1-8/+18
2014-01-26Send SCSI START STOP UNIT when powering down a driveDavid Zeuthen1-7/+176
2014-01-20Prefer /dev/VG/LV for LVM2 volumes.Marius Vollmer1-1/+13
2014-01-20udisks_daemon_util_get_caller_uid_sync(): Add missing gotoTomas Bzatek1-0/+1
2014-01-20Use reentrant version of getpwuid() for thread safetyTomas Bzatek3-12/+21
2014-01-20Use SECTOR_COUNT=1 when issuing ATA IDENTIFY COMMANDPeter Paluch2-1/+3
2014-01-14Fix crash when waiting for loop deviceTomas Bzatek1-0/+2
2013-12-19Add polkit authorization variables for removable mediaPawel Wieczorkiewicz1-1/+25
2013-11-25Add exfat FS integration testMartin Pitt1-1/+6
2013-11-25Add exfat mount optionsAndrey Jr. Melnikov1-0/+8
2013-11-25Use dosfstools instead of mtoolsMichael Biebl2-4/+13
2013-05-22integration-test: For VFAT, ignore case for label comparisonMartin Pitt1-4/+16
2013-05-22integration-test: Fix for nonexisting /run/udev/rules.d/Martin Pitt1-1/+2
2013-03-21Fix test for logind availabilityMartin Pitt1-2/+4
2013-03-18Properly identify firewire devices as non-system devicesDavid Zeuthen1-1/+1
2013-03-17Call the right D-Bus completion routinesDavid Zeuthen1-6/+6
2013-03-17Support broken setups where ID_SERIAL is available but ID_SERIAL_SHORT is notDavid Zeuthen1-2/+12
2013-03-17Initialize a local variableMatthias Clasen1-1/+2
2013-03-17mdraid: Remove spurious argument for the format (which takes none).Alban Browaeys1-2/+1
2013-03-04integration-test: Update for mkntfsMartin Pitt1-2/+7
2013-02-17Introduce UDISKS_FILESYSTEM_SHARED=1 to use /media for mountingDavid Zeuthen1-1/+19
2013-02-17Use own udev namespace for MD-RAID propertiesDavid Zeuthen3-13/+13
2013-02-17Check for NULL pointer when creating MD-RAID arrayDavid Zeuthen1-0/+3
2013-02-17Make sure logical partitions stay within the extended partition.Marius Vollmer1-1/+59
2013-02-17Don't wipe extended partitions.Marius Vollmer1-19/+25