Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-15 | When modifying users and not specifying a new GID, don't arbitrarily | Hakan Olsson | |
reset it to the default GID, keep the old one. Further, when given a new home dir, actually use it. Fixes PR #1318. | |||
2000-07-06 | Don't write password lines longer than 1023 chars. | Hakan Olsson | |
Change two instances of err() to errx(). | |||
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 | |
replace a couple of strcpy with strlcpy | |||
2000-05-04 | use _PASSWORD_LEN constant | Jakob Schlyter | |
adduser(); correct sync_uid_gid handling adduser(); initialize password correctly copydotfiles(); run chmod properly creategid(); cleanup groupmod(); add missing newline moduser(); do not overwrite shell with gecos moduser(); initialize password correctly read_defaults(); read default password from usermgmt.conf userdel(); initialize password correctly ok deraadt@. | |||
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 | |