Home | History | Annotate | Download | only in user
History log of /src/usr.sbin/user/user.8
RevisionDateAuthorComments
 1.24  19-Sep-2014  wiz Sort sections. From Henning Petersen in PR 49222.
 1.23  25-Nov-2005  agc Be pragmatic - move user(8) to a 3-clause BSD licence.
 1.22  16-Nov-2005  wiz Punctuation fixes.
 1.21  16-Nov-2005  christos user portion of the EXTENSIONS documentation. From Liam Foy.
 1.20  11-Sep-2005  wiz Comment out /usr/share/examples/usermgmt -- dir does not exist. Fix macro typo.
From YOMURA Masanori in private mail.
 1.19  09-Sep-2005  wiz Do not list all options for user* -- they are bound
to get out of sync (as they currently are, for example). Use standard EXIT STATUS
section. End sentences with dots. Bump date.
 1.18  05-Feb-2005  wiz Be consistent in -r argument naming.
 1.17  14-Jan-2004  agc Add -S argument to useradd, usermod and userdel, which allows the use of
a trailing '$' character in user names.

Requested in PR 23922 by Takahiro Kambe.

Also, fix a bug in the previous fix to usermod.
 1.16  25-Feb-2003  wiz .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.15  14-Feb-2003  grant The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.
 1.14  24-Jun-2002  wiz Don't xref ourselves, use Nm.
 1.13  01-Jun-2002  grant add usermgmt.conf man page.
user -e and -f now accepts "month day year" (ala chpass(1)) and
seconds-since-epoch.
correct man pages accordingly.
 1.12  08-Feb-2002  ross branches: 1.12.2;
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.11  02-Feb-2002  wiz Use standard headers.
 1.10  05-Sep-2001  christos PR/13874: Hubert Feyrer: Add -L class to useradd
 1.9  05-Jun-2001  wiz Drop argument of .Os.
 1.8  27-Apr-2001  agc Size the columns in the table of related files better.
Be a bit more precise about the location of example files.
 1.7  03-Oct-2000  bjh21 Fix SYNOPSES:
Options without arguments go first in a bunch (see /usr/share/misc/style)
"add", "del", "info", "mod" arguments to user(8) and group(8) are command
modifiers, not normal text.
-D is not optional when setting the defaults for useradd(8)

Also add a missing .Ar to groupinfo.8
 1.6  01-Oct-2000  simonb Fix typo.
 1.5  28-Feb-2000  enami branches: 1.5.4;
- Use .Ar for argument.
- Move SEE ALSO section before the HISTORY section as described in
mdoc(7) with:
+ removing traing dot.
+ spliting files into FILES section.
- Refer pathnames using .Pa (rather .Ar or .Xr).
 1.4  24-Dec-1999  agc branches: 1.4.2; 1.4.4;
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.
 1.3  07-Dec-1999  lukem missing ,
 1.2  07-Dec-1999  lukem use (c) instead of 8bit copyright symbol...
 1.1  06-Dec-1999  agc Add SVR4/Solaris-like useradd/usermod/userdel functionality, and
groupadd/groupmod/groupdel functionality, along with two front-end
utilities, user(8) and group(8).

Based on the addnerd package, but most of the interface has been
completely rewritten, and suggestions from simonb and mrg have been
incorporated.
 1.4.4.3  25-Oct-2000  he Pull up revisions 1.5-1.7 (requested by simonb):
Synchronize to current versions of the user management tool.
Fixes PR#11100, PR#11103, PR#11123 and PR#10985.
 1.4.4.2  21-Jan-2000  he Pull up revisions 1.1-1.4 (new) (requested by agc):
Add tools to manage users and groups.
 1.4.4.1  24-Dec-1999  he file user.8 was added on branch netbsd-1-4 on 2000-01-21 00:01:00 +0000
 1.4.2.2  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.4.2.1  24-Dec-1999  wrstuden file user.8 was added on branch wrstuden-devbsize on 1999-12-27 18:38:16 +0000
 1.5.4.2  26-Jun-2002  he Pull up revisions 1.8-1.14 (requested by grant):
Synchronize with recent developments:
o add usermgmt.conf manual page
o accept "month day year" for -e and -f option arguments of ``user''
o support multiple uid ranges
o fix skeleton directory changes
o improve error handling
o fix varargs usage
 1.5.4.1  20-Oct-2000  tv Sync with HEAD [simonb]:
Numerous cosmetic fixes and bug fixes, already discussed to be part of 1.5.
 1.12.2.1  04-Jun-2002  lukem Pull up revision 1.13 (requested by grant in ticket #134):
add usermgmt.conf man page.
user -e and -f now accepts "month day year" (ala chpass(1)) and
seconds-since-epoch.
correct man pages accordingly.

RSS XML Feed