Naomi Rennie-Waldock

Results 20 issues of Naomi Rennie-Waldock

I've pushed a branch with [UEFI support](https://github.com/nhellfire/dban/tree/efi). This still supports legacy(BIOS) boot and the ISO can still be written directly to a flash drive. Known issues: - [ ] ISO...

enhancement
in progress

Currently only x86 and PPC are supported. It'd be good to support other platforms such as ARM. As I don't have a system to test on, I'd need either donations...

enhancement
help wanted

Need to somehow figure out what attached device contains DBAN. Can't just check for /dban.bzi since it could've been renamed/moved. Probably have to require a tag file is left in...

bug

Final blanking pass should be optional to allow leaving random data on the drive.

enhancement

More wipe methods should be added. Such as [badblocks](http://linux.die.net/man/8/badblocks). Patterns 0xAA, 0x55, 0xFF, 0x00 with verify all passes.

enhancement

Give quick erase a choice of patterns (add 0xFF to start with). Not sure how hard adding a configuration option would be, may just do separate methods.

enhancement

Logging to disk: - Should be rewritten to attempt mounting each filesystem to check for a DBANLOG directory. Will allow saving logs to all attached devices (as long as you...

enhancement

- [ ] I've looked at the [documentation](http://leafletjs.com/reference.html) to make sure the behavior is documented and expected - [x] I'm sure this is a Leaflet code issue, not an issue...

bug
mobile
android
needs investigation

Adds an option to force HTTPS for the webui.

enhancement

Currently running 2.0 alpha 15. Log: ``` 05-30 02:05:51.125 E/AndroidRuntime(12777): FATAL EXCEPTION: main 05-30 02:05:51.125 E/AndroidRuntime(12777): Process: com.imdb.mobile, PID: 12777 05-30 02:05:51.125 E/AndroidRuntime(12777): java.lang.IllegalArgumentException: result has type boolean, got java.lang.Object...