Commit Graph

2014 Commits

Author SHA1 Message Date
8a586e027b Add accessors to help with mountpoints 2018-04-21 23:42:01 +02:00
e226e16f20 Register the pinentry-sudo-askpass target 2018-02-14 01:26:47 +01:00
d79eb4a332 Document an alternative password prompt with pinentry(1) 2018-02-14 01:24:49 +01:00
cd5de5112f Register missing dependency 2018-02-14 01:24:34 +01:00
d917accbcf Register the zenity-sudo-askpass target 2018-02-14 01:08:28 +01:00
4222608713 Default to a full path to find zenity 2018-02-14 01:06:41 +01:00
2256ee5754 Code cleanup 2018-02-10 14:29:08 +01:00
44b2e3e4ec Update the copyright notice 2018-02-10 14:29:08 +01:00
39ea5c33be Align the Subversion plug-in with Git 2018-02-10 14:29:08 +01:00
d7b63188e1 Avoid potential memory corruption with dirname(3)
This notably happens on NetBSD, where dirname(3) returns an address from
static storage.
2018-02-10 14:14:17 +01:00
10e0337564 Do not list the size for empty filesystems 2018-02-05 01:53:36 +01:00
a1b8484879 Also list the volumes from fstab(5) on FreeBSD 2018-02-02 01:50:57 +01:00
ce5f365460 Also list the volumes from fstab(5) on OpenBSD 2018-02-02 01:47:49 +01:00
e66786f53b Import helper for browser(1) when (un)mounting volumes
This is particularly relevant for the "volumes" plug-in.
2018-02-02 01:45:46 +01:00
07e78b5c68 Add a comment 2018-02-02 01:31:51 +01:00
d38476fecd Correct the tooltip to eject the volume selected 2018-02-02 01:15:14 +01:00
2e90b95fe0 Manage the sensitivity of the toolbar buttons 2018-02-02 01:08:21 +01:00
b7f3e19d38 Add a toolbar to the "volumes" plug-in 2018-02-02 00:52:15 +01:00
f2c572aaa8 Code cleanup 2018-02-02 00:51:58 +01:00
971d8148d5 Update the copyright notice 2018-02-01 20:14:09 +01:00
19116bc248 Improve portability on Windows 2018-02-01 20:14:00 +01:00
623eadc15f Implement caching the preferences dialog 2018-02-01 20:11:10 +01:00
5df7b5ad2f Execute files by default if relevant 2018-02-01 20:04:53 +01:00
8a6c54054e Fix uninitialized variable when executing commands 2018-02-01 20:04:20 +01:00
d2e2749047 Code cleanup 2018-02-01 20:04:04 +01:00
e22c121396 Avoid compilation warnings 2018-02-01 20:02:57 +01:00
e0001de1d4 Partly implement hiding dialog boxes 2018-02-01 20:02:19 +01:00
e6fa178c76 Remove useless code when calling "sudo -A" 2018-02-01 19:38:20 +01:00
75e2056f8f Add missing include <stdlib.h> for free(3) 2018-02-01 19:38:06 +01:00
8cf25789dd Fallback to sudo(8) when failing to (un)mount 2018-02-01 19:20:47 +01:00
fc3b283cfb Avoid warnings when compiling 2018-02-01 19:19:32 +01:00
ca2b3e88c4 Allow sorting volumes by different criterias 2018-02-01 19:19:32 +01:00
7c52f6117b List removable volumes last 2018-02-01 19:19:32 +01:00
fa6732a644 Code cleanup 2018-02-01 19:19:32 +01:00
3580990e5e Keep track of the volumes mounted 2018-02-01 19:19:32 +01:00
9adc407db1 Also list unmounted volumes (where supported)
This is currently hardcoded for NetBSD, but should also work on other
BSD systems at least.
2018-02-01 18:05:20 +01:00
b751323c86 Consider ld(4) a removable device 2018-02-01 18:02:39 +01:00
4892cb074f Fix looping through removable devices 2018-02-01 18:02:18 +01:00
51f4b969fe Code cleanup 2018-02-01 17:46:06 +01:00
d206d0fe9b Update the copyright notice 2018-02-01 17:45:49 +01:00
4114474d7f Avoid a compilation warning 2018-02-01 17:45:39 +01:00
4585111f85 Import fixes from copy(1) 2018-01-30 01:31:58 +01:00
6333c9f3d8 Do not try to copy non-regular files of unknown type 2018-01-30 01:22:51 +01:00
172980bdb7 Add support for device nodes 2018-01-30 01:22:22 +01:00
3322e5ed5f Take better care of permissions for regular files 2018-01-28 20:10:00 +01:00
bec5b7f491 Simplify preserving permissions and ownership 2018-01-28 20:07:41 +01:00
211be2c9ee Code cleanup 2018-01-28 19:59:55 +01:00
d7d8fd13b1 Fix "copy -p" for symbolic links 2018-01-28 17:53:12 +01:00
fb2e7034fa Do not set permissions twice with "-p" 2018-01-28 17:52:39 +01:00
fd59be9156 Add support for "-p" when copying directories 2018-01-28 17:27:33 +01:00