summaryrefslogtreecommitdiff
path: root/usr.sbin/user/user.c
AgeCommit message (Expand)Author
2000-05-16Pick up the changes that make sense from OpenBSDagc
2000-05-09Revert previous change, since maintenance across -current, pkgsrc and theagc
2000-05-05Remove code for 1.4 backward compatibility (to be put into the package,hubertf
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-03-31Consistently move checkeuid() call to after usage() call to allow non-rootsoren
2000-03-31Remove a few unnecessary casts.soren
2000-03-31Use char NULs.soren
2000-03-12Make "-d homedir" option work -- home directory wasn't being set in thisjlam
2000-03-07When adding a group, check that it doesn't already exist.agc
2000-02-02Add RCS Id and Copyright.agc
1999-12-31Enhancements from Hubert Feyrer:agc
1999-12-24Add new functionality, and fix some bugs and oversights:agc
1999-12-13Remove code to make this compile on 1.4.1, as requested by Luke andhubertf
1999-12-08* cleanup the usage messages:lukem
1999-12-08 - Only use strlcpy() on systems that have it, i.e. >=1.4K. This makeshubertf
1999-12-07* don't dump core if run without argslukem
1999-12-07use (c) instead of 8bit copyright symbol...lukem
1999-12-06Fix up a few calls to usage().simonb
1999-12-06Make this compile with WARNS=1.simonb
1999-12-06Add SVR4/Solaris-like useradd/usermod/userdel functionality, andagc