summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-29iscsi: Make job object for Login()/Logout() reference the iSCSITarget objectwip/iscsiDavid Zeuthen1-4/+12
2012-02-29Add UpdateConfiguration() method to the org.fd.UDisks2.iSCSITarget interfaceDavid Zeuthen1-7/+133
2012-02-28iscsi: retrieve configuration for each connection (=node) and export itDavid Zeuthen1-4/+246
2012-02-28Add iSCSI bits backDavid Zeuthen8-2/+1739
2012-02-24Force MediaRemovable to TRUE for e.g. SD cards using the mmc layerDavid Zeuthen1-33/+39
2012-02-23Don't include sys/acl.h - it's not neededDavid Zeuthen1-1/+0
2012-02-22Move to /usr-only setup and get rid of hardcoded paths to /lib and sbinDavid Zeuthen1-2/+3
2012-02-22Use /run/media/$USER for mountingDavid Zeuthen1-24/+59
2012-02-22Don't free object twice when deleting a loop deviceDavid Zeuthen1-1/+0
2012-02-22Avoid using $XDG_RUNTIME_DIR/media for nowDavid Zeuthen1-0/+2
2012-01-27Fix a couple of uninitialized warnings and simplify SMART self-test handlingDavid Zeuthen3-27/+20
2012-01-27Shut up valgrind complaing about LOOP_GET_STATUS64 ioctlDavid Zeuthen1-0/+1
2012-01-26Use g_dbus_interface_dup_object() and check return valueDavid Zeuthen11-36/+282
2012-01-26Do coldplug for block devices twiceDavid Zeuthen1-0/+2
2012-01-26Make sure that Drive:SortKey sorts e.g. sdz before sdaaDavid Zeuthen2-4/+79
2012-01-25With /media and /run on tmfs, switch to temporary store for mounted-fsDavid Zeuthen1-5/+5
2012-01-25Prefer mounting in /run/user/$USER/media instead of /mediaDavid Zeuthen8-17/+81
2012-01-24For mount options, switch from comment=udisks to x-udisksDavid Zeuthen1-7/+7
2012-01-21Ensure PATH is setDavid Zeuthen1-0/+3
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 Zeuthen2-15/+93
2012-01-19Just call it "fstab device" instead of "non-user fstab device"David Zeuthen1-4/+4
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 Zeuthen3-28/+124
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-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-09Support new ID_DRIVE_THUMB udev property and 'thumb' media typeDavid Zeuthen1-44/+57
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 Zeuthen1-2/+97
2011-12-05Add Block.OpenForRestore() methodDavid Zeuthen1-0/+50
2011-12-01Add Block.OpenForBackup() method used for creating disk imagesDavid Zeuthen1-0/+51
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 Zeuthen5-769/+60
2011-11-23integration tests: small simplificationMartin Pitt1-33/+34
2011-11-23Use non-deprecated mutex and thread primitives in GLib 2.31 and laterDavid Zeuthen2-46/+45
2011-11-22Add new Job:Objects property and set itDavid Zeuthen14-23/+158
2011-11-16Add new Block:HintPartitionable propertyDavid Zeuthen1-1/+15
2011-11-16Add ReadOnly property to the Block interfaceDavid Zeuthen1-0/+5
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