This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
usr.sbin
/
user
History
itojun
7cf12fa457
valid_password_length() is a boolean function, so there's no point in
...
having "> 0" in if clause.
2002-10-01 02:50:51 +00:00
..
defs.h
…
group.8
…
groupadd.8
…
groupdel.8
…
groupinfo.8
…
groupmod.8
Describe what this utility does a bit better. Pointed out by Curt Sampson.
2002-09-06 08:59:25 +00:00
main.c
Fix build problem probably caused by some toolchain change.
2002-07-09 10:34:16 +00:00
Makefile
…
user.8
…
user.c
valid_password_length() is a boolean function, so there's no point in
2002-10-01 02:50:51 +00:00
useradd.8
…
userdel.8
…
userinfo.8
…
usermgmt.conf.5
…
usermgmt.h
Clean up last (no spaces before parentheses).
2002-07-09 14:13:18 +00:00
usermod.8
…