summaryrefslogtreecommitdiffstats
path: root/apps/plugins/keybox.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-27Keybox: display the entry name along with the passwordFranklin Wei1-1/+1
2014-02-23hosted: Rename a bit in functions to avoid name clashes with unix headers.Thomas Martitz1-5/+4
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+1
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch1-1/+1
2010-09-08keybox: do not leak filehandle when the wrong password is entered.Nils Wallménius1-2/+2
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-13FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keyboxNils Wallménius1-0/+1
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2009-08-29keybox: fix issue when deleted all items.Teruaki Kawashima1-2/+4
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-2/+2
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz1-6/+6
2009-08-06Fix out of bounds accesses in keybox and matrixNils Wallménius1-1/+1
2009-08-05add playback control to more menu of plugins.Teruaki Kawashima1-8/+17
2009-07-14FS#10080Nils Wallménius1-9/+9
2009-06-26FS#10283 simplify plugins' menus by using stringlist with callback (by Teruak...Johannes Schwarz1-20/+6
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Replace ROCKBOX_DIR and ...Michael Giacomelli1-1/+1
2009-04-02keybox: handle user canceling in the vkeyboard in a nicer way, fix a comment ...Nils Wallménius1-9/+23
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone1-1/+0
2009-01-16revert/fix parts of r19673, as it changed some e200 keymaps and introduces no...Dominik Wenger1-1/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-7/+2
2009-01-04Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli1-0/+2
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+0
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-2/+2
2008-07-27FS#9221 by Christopher Williams fixing a couple of bugs in keyboxNils Wallménius1-30/+32
2008-07-07Keybox, encrypted password storage. Manual page comming soonNils Wallménius1-0/+666