From patchwork Mon Apr 29 20:29:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 240506 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 38A462C00C1 for ; Tue, 30 Apr 2013 06:29:54 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F20CFA018C; Mon, 29 Apr 2013 20:29:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w1k7JuPmymwf; Mon, 29 Apr 2013 20:29:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BD716A0160; Mon, 29 Apr 2013 20:29:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 2EE478F7A2 for ; Mon, 29 Apr 2013 20:29:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6BD03102604 for ; Mon, 29 Apr 2013 20:29:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p-dBJewKp60o for ; Mon, 29 Apr 2013 20:29:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [94.23.35.102]) by fraxinus.osuosl.org (Postfix) with ESMTP id B27B4101725 for ; Mon, 29 Apr 2013 20:29:20 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 32E3A754; Mon, 29 Apr 2013 22:29:38 +0200 (CEST) Received: from localhost (AToulouse-651-1-233-251.w90-38.abo.wanadoo.fr [90.38.168.251]) by mail.free-electrons.com (Postfix) with ESMTPSA id C5F5E5C7 for ; Mon, 29 Apr 2013 22:29:37 +0200 (CEST) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Mon, 29 Apr 2013 22:29:33 +0200 Message-Id: <1367267374-7512-4-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1367267374-7512-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1367267374-7512-1-git-send-email-thomas.petazzoni@free-electrons.com> Subject: [Buildroot] [PATCH 3/4] system: remove trailing tabs in Config.in file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Thomas Petazzoni --- system/Config.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/system/Config.in b/system/Config.in index 1e4fff3..c0e4f4a 100644 --- a/system/Config.in +++ b/system/Config.in @@ -18,14 +18,14 @@ choice help Choose the password encoding scheme to use when Buildroot needs to encode a password (eg. the root password, below). - + Note: this is used at build-time, and *not* at runtime. config BR2_TARGET_GENERIC_PASSWD_DES bool "des" help Use standard 56-bit DES-based crypt(3) to encode passwords. - + Old, wildly available, but also the weakest, very susceptible to brute-force attacks. @@ -33,7 +33,7 @@ config BR2_TARGET_GENERIC_PASSWD_MD5 bool "md5" help Use MD5 to encode passwords. - + The default. Wildly available, and pretty good. Although pretty strong, MD5 is now an old hash function, and suffers from some weaknesses, which makes it susceptible to @@ -43,7 +43,7 @@ config BR2_TARGET_GENERIC_PASSWD_SHA256 bool "sha-256" help Use SHA256 to encode passwords. - + Very strong, but not ubiquitous, although available in glibc for some time now. Choose only if you are sure your C library understands SHA256 passwords. @@ -52,7 +52,7 @@ config BR2_TARGET_GENERIC_PASSWD_SHA512 bool "sha-512" help Use SHA512 to encode passwords. - + Extremely strong, but not ubiquitous, although available in glibc for some time now. Choose only if you are sure your C library understands SHA512 passwords. @@ -178,17 +178,17 @@ config BR2_TARGET_GENERIC_ROOT_PASSWD default "" help Set the initial root password (in clear). It will be md5-encrypted. - + If set to empty (the default), then no root password will be set, and root will need no password to log in. - + WARNING! WARNING! Although pretty strong, MD5 is now an old hash function, and suffers from some weaknesses, which makes it susceptible to attacks. It is showing its age, so this root password should not be trusted to properly secure any product that can be shipped to the wide, hostile world. - + WARNING! WARNING! The password appears in clear in the .config file, and may appear in the build log! Avoid using a valuable password if either the