summaryrefslogtreecommitdiff
path: root/usr.sbin/adduser/adduser.perl
AgeCommit message (Collapse)Author
2000-10-10Remove useless line; mj@who.netTodd C. Miller
2000-08-19valid characters mismatch, PR#1362; Marty CombsJakob Schlyter
2000-07-09When a null password has been entered, default to ``no'' instead of ``yes''Aaron Campbell
for the confirmation.
2000-04-25change /usr/share/skel to /etc/skel. maintain dot.magic for backwards ↵Jakob Schlyter
compability.
2000-01-03Y2K bug in logging function, tm_year is year - 1900, not the last two digitsTodd C. Miller
of year. Two digit years are just a bad idea anyway so convert to a four digit year in the logfile.
1999-09-06Send password to encrypt(1) via stdin. millert@ okAlex Feldman
1999-07-03typosHugh Graham
1999-06-29grammar; form@kti.nsc.ruAaron Campbell
1999-06-17typoMarc Espie
1999-02-04allow higher uids.Niels Provos
1999-01-18add 'old' as a synonym for 'des'Todd C. Miller
1999-01-16Fix PR# 692. evanc@concer.toTobias Weingartner
1998-12-29do batch in encrypted mode by default; ibo@val-axs.netTheo de Raadt
1998-10-14solve < > or - in password problemTheo de Raadt
1998-09-22Add support for having UIDs past 32000. Changed the option -uid toTobias Weingartner
-uid_start, and added -uid_end to specify valid ranges to adduser. Manpage updated to relfect reality, plus a couple spelling errors.
1998-07-20clone freebsd semantics for usernames; noted by abyss@abyss.imaji.netTheo de Raadt
1998-06-03teach adduser about /sbin/nologinTheo de Raadt
1998-02-16Fix for the remainder of PR 402bitblt
1998-02-16Shell metacharacters are now ok in user passwords, as per the first halfbitblt
of PR 402
1997-05-29Major cleanup:gene
+ No longer prompt for setting of default options _every_ time it's invoked. Only does that when adduser.conf doesn't exist or with the passing of -config_create + Scriptwork cleanup and prettying + Fix the manpage to use proper English and give examples and better docs in general. + Improve the bonehead question "Use passwords" to seem more intuitively meaningful. + Add support for multiple kinds of encryption with a default entry or a new -e flag (passwd.conf). TODO: Make adduser grok passwd.conf and add users for whom the encryption is different to it. + "and more..." see the manpage.
1997-02-25Yet more fixes from tv@pobox.com, PR#122.Jason Downs
1997-02-20Don't add shells multiple times, from tv@pobox.com. PR# user/112.Jason Downs
1996-12-08sync with FreeBSD, except for the damned tcl script.Jason Downs
1996-09-28Perl adduser(8) from FreeBSD.Jason Downs
TODO: Hack to accept the same arguments as BSD/OS adduser(8). Add rmuser(8).