NetBSD/usr.sbin/user
agc 2f3f04acfd Enhancements from Hubert Feyrer:
+ copy all files and directories in <skeldir> to new user's home
directory, not just if they begin with a '.'
+ use pax to copy files from <skeldir>, as this will allow <skeldir>
to contain directory trees as well as regular files
+ use -h arg to chown(1) in case any symlinks have been created in the
new user's home directory
+ getpwnam(3) does not set errno, so use errx(3) and warnx(3)
+ use nologin(8) in preference to false(1) when deleting users but
preserving information
+ in usage messages, specify [-r lowuid..highuid] rather than a simple
[-r range]
1999-12-31 21:58:14 +00:00
..
Makefile Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
defs.h Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
dot.cshrc
dot.login
dot.profile
group.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
groupadd.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
groupdel.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
groupinfo.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
groupmod.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
main.c Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
user.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
user.c Enhancements from Hubert Feyrer: 1999-12-31 21:58:14 +00:00
useradd.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
userdel.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
userinfo.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
usermgmt.h Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
usermod.8 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00