From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/5 v3] defaultenv-2: add login support
Date: Mon, 16 Sep 2013 19:48:24 +0200 [thread overview]
Message-ID: <20130916174824.GH21829@ns203013.ovh.net> (raw)
HI,
v3:
use glabalvar type params
this will allow to request password when try to interrupt barebox auto
boot
This will also allow to set a default password if none in the env
and if no /env/bin/init is present request a login
The following changes since commit f0b68f0008f94606f6b927590d1fafb34b1abc55:
usb-imx28: fix enable (2013-09-10 21:03:59 +0200)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/login
for you to fetch changes up to 8d1ab8f59cc9f3a22e191d389433ca78f74bbc57:
defaultenv-2: add login support (2013-09-17 01:01:08 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (5):
globalvar: add globalvar_add_simple_int/bool/enum/ip support
login: add globalvar timeout support
login: disable input console if password wrong
login/passwd: add default password support
defaultenv-2: add login support
commands/login.c | 24 ++++++++++++++++++++++--
commands/passwd.c | 8 ++++----
common/Kconfig | 5 +++++
common/Makefile | 20 ++++++++++++++++++++
common/console.c | 6 ++++++
common/console_common.c | 33 +++++++++++++++++++++++++++++++++
common/console_simple.c | 9 ++++++++-
common/globalvar.c | 2 +-
common/password.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
common/startup.c | 2 ++
defaultenv-2/base/bin/init | 18 ++++++++++++++++++
include/console.h | 3 +++
include/globalvar.h | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/password.h | 22 +++++++++++++++++-----
14 files changed, 303 insertions(+), 26 deletions(-)
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-09-16 17:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-16 17:48 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-09-16 17:49 ` [PATCH 1/5] globalvar: add globalvar_add_simple_int/bool/enum/ip support Jean-Christophe PLAGNIOL-VILLARD
2013-09-16 17:49 ` [PATCH 2/5] login: add globalvar timeout support Jean-Christophe PLAGNIOL-VILLARD
2013-09-16 17:49 ` [PATCH 3/5] login: disable input console if password wrong Jean-Christophe PLAGNIOL-VILLARD
2013-09-16 17:49 ` [PATCH 4/5] login/passwd: add default password support Jean-Christophe PLAGNIOL-VILLARD
2013-09-16 17:50 ` [PATCH 5/5] defaultenv-2: add login support Jean-Christophe PLAGNIOL-VILLARD
2013-09-18 7:25 ` [PATCH 0/5 v3] " Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130916174824.GH21829@ns203013.ovh.net \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox