History log of /haiku/src/bin/multiuser/passwd.cpp
Revision Date Author Comments
# ef916ff3 11-Jan-2019 Murai Takashi <tmurai01@gmail.com>

bin/multiuser: Fix PVS 1809 and 1896

Replace memset() with explicit_bzero(), since compiler could delete
memset() funnction call.

Change-Id: I6d6ad991951f516cf94b6fdf1772715ef4a42822
Reviewed-on: https://review.haiku-os.org/c/880
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# f31b1a2f 17-Jan-2017 Andrew Aldridge <i80and@foxquill.com>

Implement scrypt-based password hashing

Signed-off-by: Axel Dörfler <axeld@pinc-software.de>


# ea3e5d43 27-Nov-2015 Axel Dörfler <axeld@pinc-software.de>

passwd: Fixed copy&paste error in error message.


# f4b3296a 12-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

passwd: fix copypasta.

The argument help text was correct, the summary was obviously not.

Also fix an instance of double-semicolon.


# 6c346b88 16-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

passwd: Add option -d to delete a user's password


# 89d327d6 18-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added missing spwd::sp_lstchg field.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25560 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f5e8e689 18-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added useradd and passwd tools. They allow adding new users and
changing a user's password, like on other platforms (just a bit more
bare-bones :-)).
* Moved login from src/bin/network/login/ to src/bin/multiuser/.
* login correctly checks the shadow password now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25041 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f4b3296a932d4cc4a29b2d16f26f3b39246a5c0d 12-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

passwd: fix copypasta.

The argument help text was correct, the summary was obviously not.

Also fix an instance of double-semicolon.


# 6c346b88e1134f09024879a85f358ea4992023dd 16-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

passwd: Add option -d to delete a user's password


# 89d327d66e23408f92fd9bc5cce5d6bdb7d2b5d8 18-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added missing spwd::sp_lstchg field.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25560 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f5e8e68924566110cb3022c20109dae60aee2c8f 18-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added useradd and passwd tools. They allow adding new users and
changing a user's password, like on other platforms (just a bit more
bare-bones :-)).
* Moved login from src/bin/network/login/ to src/bin/multiuser/.
* login correctly checks the shadow password now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25041 a95241bf-73f2-0310-859d-f6bbb57e9c96