aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 8fedfd7007b736683940ee7330e064e7084f5db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Things to do:

        --	freebsd: fix block devs and file types

	--	fix single quote in man page

	--	follow symlinks when they point to a device

	--	handle changes in window width (need sighandler for that)

        --	show the path instead of just the filename & truncate beginning if too long

	--	display throughput

	--	realpath() might be useful

	--	add more support for systems w/o a random dev
		use stdin as an alternate entropy source

	--	random length truncations
		to try and screw with indirect block pointersn and extents

	--	inode/directory scrambling
		randomly create new files in directory containing target(s)
		create random (dir local) hard links.

		basically, try to wipe everything in struct stat

	--	switch to a total percentage for all the files selected,
		kind of like how apt-get does it.

		something like these:

		[blah.txt: 60%] 24%

		blah.txt: 60% [24%]

		[24%] blah.txt: 60%

		probably go with the last example (or maybe the first, or
		maybe even make it optional).