summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser/adduser.perl (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix PR# 692. evanc@concer.toweingart1999-01-161-3/+3
|
* do batch in encrypted mode by default; ibo@val-axs.netderaadt1998-12-291-3/+11
|
* solve < > or - in password problemderaadt1998-10-141-3/+3
|
* Add support for having UIDs past 32000. Changed the option -uid toweingart1998-09-221-8/+18
| | | | | -uid_start, and added -uid_end to specify valid ranges to adduser. Manpage updated to relfect reality, plus a couple spelling errors.
* clone freebsd semantics for usernames; noted by abyss@abyss.imaji.netderaadt1998-07-201-4/+4
|
* teach adduser about /sbin/nologinderaadt1998-06-031-10/+5
|
* Fix for the remainder of PR 402bitblt1998-02-161-5/+9
|
* Shell metacharacters are now ok in user passwords, as per the first halfbitblt1998-02-161-3/+6
| | | | of PR 402
* Major cleanup:gene1997-05-291-67/+142
| | | | | | | | | | | | | | | + 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.
* Yet more fixes from tv@pobox.com, PR#122.downsj1997-02-251-7/+7
|
* Don't add shells multiple times, from tv@pobox.com. PR# user/112.downsj1997-02-201-4/+15
|
* sync with FreeBSD, except for the damned tcl script.downsj1996-12-081-6/+6
|
* Perl adduser(8) from FreeBSD.downsj1996-09-281-0/+1415
TODO: Hack to accept the same arguments as BSD/OS adduser(8). Add rmuser(8).