Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-20 | clone freebsd semantics for usernames; noted by abyss@abyss.imaji.net | Theo de Raadt | |
1998-07-16 | there is no addgroup.8 | Todd C. Miller | |
1998-07-16 | typo | Todd C. Miller | |
1998-06-03 | teach adduser about /sbin/nologin | Theo de Raadt | |
1998-02-16 | Fix for the remainder of PR 402 | bitblt | |
1998-02-16 | Shell metacharacters are now ok in user passwords, as per the first half | bitblt | |
of PR 402 | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-27 | fix ' use | Theo de Raadt | |
1997-05-29 | Major 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-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-02-25 | Yet more fixes from tv@pobox.com, PR#122. | Jason Downs | |
1997-02-20 | Don't add shells multiple times, from tv@pobox.com. PR# user/112. | Jason Downs | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-12-08 | sync with FreeBSD, except for the damned tcl script. | Jason Downs | |
1996-09-28 | Perl adduser(8) from FreeBSD. | Jason Downs | |
TODO: Hack to accept the same arguments as BSD/OS adduser(8). Add rmuser(8). |