index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
lsb
/
passwd.c
Age
Commit message (
Expand
)
Author
2019-03-02
Improve help consistency.
Elliott Hughes
2018-11-28
macOS: replace local strnstr with strcasestr.
Elliott Hughes
2018-11-17
Convert more GLOBALS argument vars to the new single letter code style.
Rob Landley
2018-06-29
Cleanup pass on passwd, needs more testing.
Rob Landley
2016-02-10
Factor out strnstr() since posix hasn't got it, and add a config option for
Rob Landley
2014-11-19
probe for getspnam(), forkpty(), utmpx, replace sethostname()
Isaac Dunham
2014-01-16
Rename xmsprintf() to just xmprintf().
Rob Landley
2013-11-28
Add xgetpwnam() to lib/xwrap.c.
Rob Landley
2013-10-16
Prep work for useradd by Ashwini Sharma.
Rob Landley
2013-08-18
Whitespace changes to passwd.
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-08-25
Regularize command headers, update links to standards documents.
Rob Landley
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley