mbox

[pull,request,v6] Pull request for branch yem-root-passwd

Message ID cover.1357397453.git.yann.morin.1998@free.fr
State Accepted
Headers show

Pull-request

git://gitorious.org/buildroot/buildroot.git yem-root-passwd

Message

Yann E. MORIN Jan. 5, 2013, 2:52 p.m. UTC
Hello All!

Here's a re-spin of the second-part of the 'root-paswd' series.


Changes v5 -> v6:
  - set root password only for default skeleton, not for custom one (Gustavo)
  - rebase on-top current master

Changes v4 -> v5:
  - drop patch #1, applied upstream (Peter)
  - make the password-encoding scheme generic (ie. not root-speific)
  - rebase on-top current master


The following changes since commit 66bfe1d4fe2de50aef6ac3fc836a710fa577cdef:

  xdriver_xf86-video-sunffb: remove package (2013-01-05 14:34:48 +0100)

are available in the git repository at:
  git://gitorious.org/buildroot/buildroot.git yem-root-passwd

Yann E. MORIN (2):
      system: set root password only for default skeleton
      target: add different methods to encode passwords

 system/Config.in |   84 ++++++++++++++++++++++++++++++++++++++++++++---------
 system/system.mk |    5 ++-
 2 files changed, 73 insertions(+), 16 deletions(-)

Regards,
Yann E. MORIN

Comments

Peter Korsgaard Jan. 6, 2013, 8:53 p.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 Yann> Hello All!
 Yann> Here's a re-spin of the second-part of the 'root-paswd' series.


 Yann> Changes v5 -> v6:
 Yann>   - set root password only for default skeleton, not for custom one (Gustavo)
 Yann>   - rebase on-top current master

 Yann> Changes v4 -> v5:
 Yann>   - drop patch #1, applied upstream (Peter)
 Yann>   - make the password-encoding scheme generic (ie. not root-speific)
 Yann>   - rebase on-top current master

Committed series, thanks.