NetBSD/usr.sbin/user
agc 7497747c60 Add new functionality, and fix some bugs and oversights:
+ Moved all internal definitions from usermgmt.h to user.c
+ Added prototypes to usermgmt.h
+ Allow defaults to be set at build time
+ Check the effective uid is 0 if any data is to be modified
+ Check all numeric uids and gids really are numeric
+ Fix a bug (reported by lenb at sasquatch.com) where new ranges were
appended to old ranges, rather than replacing them
+ Add userinfo(8) and groupinfo(8) utilities (if EXTENSIONS is
defined), whereby user and group information can be displayed.  Add
manual pages for new utilities.  Add front-end calling from user(8)
and group(8) accordingly.
+ Make all functions visible outside the user.c file again.  User and
group manipulation may be split out into a separate shared lib in the
future
+ Split off main function into a separate main.c
+ Changed default group to be "users"
+ Changed despatch table for commands to work in a more sane manner
+ Added "default-group" target to Makefile, so that the default group
can be made easily.
1999-12-24 09:08:48 +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 Add SVR4/Solaris-like useradd/usermod/userdel functionality, and 1999-12-06 21:31:42 +00:00
dot.login Add SVR4/Solaris-like useradd/usermod/userdel functionality, and 1999-12-06 21:31:42 +00:00
dot.profile Add SVR4/Solaris-like useradd/usermod/userdel functionality, and 1999-12-06 21:31:42 +00:00
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 Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +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