- Status Closed
- Percent Complete
- Task Type Patches
- Category Plugins
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Release 3.4
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#11260 - lets keybox import its database from an external text file
This patch is an improvement to the keybox plugin. It lets you import new data from the file “keybox.txt”. The file must reside in the same directory as the “keybox.dat” file. For each new entry, three consecutive lines with Title, User and Password information is read from the file and imported into the database.
This patch avoids the need to use the internal text editor to fill the encrypted data base.
Closed by nls
2010-08-18 09:42
Reason for closing: Rejected
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2010-08-18 09:42
Reason for closing: Rejected
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
I'm sorry but this is a too great
security risk and even reisk lulling
users into false security.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
It seems that the attachment of the file has not worked
The new diff file contains the above attached patch and additionally an update for the manual in keybox.tex.
Tested in the Sansa e200 player in the simulator.
Reworked version of patch with:
* more consistent splash time settings
* asks the user if he wants to delete the unencrypted file and delete it if YES
* manual: including hint, that the deleted file could be reconstructed from raw data on disk
Furthermore I have found a bug in keybox.c. If data is resetted in function “reset”
must be called additionally to reset the number of items in kb_list too.
excluded the reset bug patch from above patch (rb→gui_synclist_set_nb_items(&kb_list, 0);). For that patch (11272) has been applied meanwhile into Rockbox I’ve deleted it from this (
FS#11260) one.