summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-20Clarify access control rules in udisks(8) man pageDavid Zeuthen1-4/+12
2012-01-20Fix hints for PC floppy drivesDavid Zeuthen1-6/+5
2012-01-19Don't accept a blank options string when adding/updating fstab entriesDavid Zeuthen1-0/+9
2012-01-19Change how devices referenced in /etc/fstab and /etc/crypttab are handledDavid Zeuthen4-17/+117
2012-01-19Just call it "fstab device" instead of "non-user fstab device"David Zeuthen2-6/+6
2012-01-18Add some safe and useful ntfs-3g allowed mount optionsMartin Pitt1-1/+1
2012-01-17Remove invalid assertion that all managed mounts are in /mediaDavid Zeuthen1-2/+0
2012-01-10Don't set Drive:Ejectable to TRUE for floppy drivesDavid Zeuthen1-5/+8
2012-01-10Adjust sort-key calculationDavid Zeuthen1-4/+6
2012-01-10Fix up how Drive:SortKey and Drive:TimeMediaDetected is calculatedDavid Zeuthen4-28/+125
2012-01-06Add work-around for kernel devices not going on media removal if mountedDavid Zeuthen1-1/+86
2012-01-05Use reading/writing instead of backup/restore in authentication promptsDavid Zeuthen1-2/+2
2012-01-05Add convenience routines to get block devices by label and uuidDavid Zeuthen3-1/+97
2012-01-05Fix escaping issues when handling LABEL= and UUID= entries in fstab and crypttabDavid Zeuthen1-30/+56
2011-12-12Nuke debug spewDavid Zeuthen1-1/+0
2011-12-09Add some more thumb drive matchesDavid Zeuthen1-1/+3
2011-12-09Support new ID_DRIVE_THUMB udev property and 'thumb' media typeDavid Zeuthen5-78/+183
2011-12-09Force ReadOnly to TRUE for optical drivesDavid Zeuthen1-0/+2
2011-12-07Fix loop device cleanup if backing device is not knownDavid Zeuthen1-29/+25
2011-12-07Don't fail LoopSetup() because fstat(2) failsDavid Zeuthen2-29/+9
2011-12-07Add Encrypted.ChangePassphrase() methodDavid Zeuthen4-2/+142
2011-12-07Fix up docsDavid Zeuthen2-3/+7
2011-12-05Add Block.OpenForRestore() methodDavid Zeuthen2-0/+65
2011-12-01Add Block.OpenForBackup() method used for creating disk imagesDavid Zeuthen4-0/+91
2011-11-29Don't cleanup loop devices if backing device has major 0David Zeuthen1-14/+27
2011-11-29Fix compile warningDavid Zeuthen1-5/+5
2011-11-29UDisksCleanup: Nuke error handling from user-level APIDavid Zeuthen8-262/+110
2011-11-29Greatly simplify cleanup logic and routinesDavid Zeuthen6-778/+60
2011-11-28Use /etc/bash_completion.d, not /etc/profile.d for bash completion scriptDavid Zeuthen1-3/+3
2011-11-23integration tests: small simplificationMartin Pitt1-33/+34
2011-11-23Use non-deprecated mutex and thread primitives in GLib 2.31 and laterDavid Zeuthen3-48/+47
2011-11-22Add new Job:Objects property and set itDavid Zeuthen18-23/+225
2011-11-22Don't distribute generated sources in tarballsDavid Zeuthen1-1/+4
2011-11-22Update misc filesDavid Zeuthen3-587/+14
2011-11-22Move udisks man page to section 8David Zeuthen6-14/+14
2011-11-21Add shell-snippet showing how to update the ATA smart dataDavid Zeuthen1-1/+8
2011-11-16Add new Block:HintPartitionable propertyDavid Zeuthen3-1/+24
2011-11-16Add ReadOnly property to the Block interfaceDavid Zeuthen3-0/+12
2011-11-15Wipe device before formatting itDavid Zeuthen1-7/+37
2011-11-15Actually wait for the right object when formatting a block deviceDavid Zeuthen1-24/+60
2011-11-14Allow user to manipulate partitions of a loop device if he set it upDavid Zeuthen1-2/+23
2011-11-14Use LO_FLAGS_PARTSCAN when setting up a loop deviceDavid Zeuthen1-2/+2
2011-11-14Pass UDisksObject so $(udisks2.device) is properly expandedDavid Zeuthen1-1/+1
2011-11-14Allow creating partition tables with Block.Format()David Zeuthen3-3/+25
2011-11-10Support creating dos partitionsDavid Zeuthen1-21/+104
2011-11-10UDisksClient: add get_partitions() convenience methodDavid Zeuthen3-0/+54
2011-11-09Don't support dos partitions of type 0x00David Zeuthen1-1/+0
2011-11-09For dos partitions of type 0, output 0x00, not 0x0David Zeuthen1-1/+1
2011-11-09Refuse to change partition type to an extended partitionDavid Zeuthen1-0/+9
2011-11-09Introduce UDisksPartitionTypeInfoFlagsDavid Zeuthen5-102/+136