index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
user
/
user.c
Age
Commit message (
Expand
)
Author
2002-11-07
Allow '$' in a username as long as it is the last character since
Todd C. Miller
2002-07-25
Check snprintf() rval for < 0; OK deraadt@
Todd C. Miller
2002-06-09
When checking for valid login names, check length against MaxUserNameLen.
Todd C. Miller
2002-05-17
When modifying a group w/ no members with groupmod(8) the trailing
Todd C. Miller
2002-04-04
From Brian Poole:
Todd C. Miller
2002-04-03
UID ranges specified on the command line were being overridden by
Todd C. Miller
2002-03-14
Remove \n from err/errx/warn/warnx().
Mike Pechkin
2002-03-05
'user -D -k path' was not actually changing the default values unless another
Todd C. Miller
2001-12-05
Minor sync with NetBSD
Todd C. Miller
2001-12-05
o Use proper uid_t and gid_t types and fixup printf format strings to match
Todd C. Miller
2001-11-15
fix password length check; allows usermod -p to work again.
Dan Harnett
2001-11-08
Replace unreadable snprintf() and pointer arithmetic with simple strlcat().
Todd C. Miller
2001-09-18
Sync with NetBSD plus the following changes:
Todd C. Miller
2001-08-16
extra arg to pw_mkdb
Todd C. Miller
2001-03-24
cleanup error message
Jakob Schlyter
2001-03-24
fix usage when called as invalid binary name; <raj@cerias.purdue.edu>
Jakob Schlyter
2001-03-24
fix multiple UID ranges; <raj@cerias.purdue.edu>
Jakob Schlyter
2001-03-24
fix strlcpy; <raj@cerias.purdue.edu>
Jakob Schlyter
2001-02-13
rely on constants; ianm@cit.uws.edu.au
Theo de Raadt
2000-11-26
Update for pw_mkdb(3) interface change. All but vipw and userdel can
Todd C. Miller
2000-07-15
When modifying users and not specifying a new GID, don't arbitrarily
Hakan Olsson
2000-07-06
Don't write password lines longer than 1023 chars.
Hakan Olsson
2000-06-16
Fix PR 1279.
Hakan Olsson
2000-06-09
chown has moved to /sbin
Todd C. Miller
2000-05-05
Forgot to update usage().
Hakan Olsson
2000-05-05
Make -G flag work for user{add,mod}.
Hakan Olsson
2000-05-05
limit size of a password file entry (including &-expansion)
Jakob Schlyter
2000-05-04
use _PASSWORD_LEN constant
Jakob Schlyter
2000-04-26
make usage readable on a console; eric jackson <shinobi@monkey.org>
Jakob Schlyter
2000-04-24
default to non-verbose (previously undefined)
Jakob Schlyter
2000-04-24
include cleanup
Jakob Schlyter
2000-04-24
use _PATH_MASTERPASSWD & _PATH_GROUP
Jakob Schlyter
2000-04-24
fix usage when building with EXTENSIONS
Jakob Schlyter
2000-04-24
is_number() is needed even without EXTENSIONS defined
Jakob Schlyter
2000-04-24
remove lint stuff. remove unneeded strlcpy.
Jakob Schlyter
2000-04-24
id-tags
Jakob Schlyter
2000-04-24
Initial import of user/group management tools from NetBSD.
Jakob Schlyter