[PATCH] docs: fix typos in memcmp help text

2016-11-19 Thread Moritz Warning
Signed-off-by: Moritz Warning --- commands/memcmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/memcmp.c b/commands/memcmp.c index ce044df..7be0033 100644 --- a/commands/memcmp.c +++ b/commands/memcmp.c @@ -130,8 +130,8 @@ out: } BAREBOX_CMD_HELP_START

Re: Secure barebox

2015-06-08 Thread Moritz Warning
In only need to hold down any key to enter Barebox when the timeout is set to zero. So you don't lock yourself out. I was a bit wary to try it out. :) On 06/03/2015 10:24 AM, Sascha Hauer wrote: On Mon, Jun 01, 2015 at 02:29:47PM +0200, Moritz Warning wrote: Oh, anyway; what happens whe

Re: Secure barebox

2015-06-01 Thread Moritz Warning
Oh, anyway; what happens when the timeout is 0. How can you access the barebox again? On 06/01/2015 02:12 PM, Moritz Warning wrote: Thanks for the information! On 06/01/2015 02:06 PM, Sascha Hauer wrote: Hi Moritz, On Mon, Jun 01, 2015 at 11:34:23AM +0200, Moritz Warning wrote: Hi, I like

Re: Secure barebox

2015-06-01 Thread Moritz Warning
Thanks for the information! On 06/01/2015 02:06 PM, Sascha Hauer wrote: Hi Moritz, On Mon, Jun 01, 2015 at 11:34:23AM +0200, Moritz Warning wrote: Hi, I like to secure access to barebox using a password. passwd seems to be the right command, but setting a password does not seem to have any

Secure barebox

2015-06-01 Thread Moritz Warning
Hi, I like to secure access to barebox using a password. passwd seems to be the right command, but setting a password does not seem to have any effect. After a reset, access to barebox is not limited as far as I can tell. Any ideas? regards, mwarning __