summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norajacoutot2019-09-281-2/+2
| | | | | | | X11R6). Suggested by tb@ ok deraadt@ tb@ millert@
* mention that the config file is created at first run, since it doesn'ttedu2017-06-091-2/+5
| | | | exist on a default install (thus making it impossible to read and study)
* Use quotes to protect the password hash from shell expansion. Update hashtb2017-02-061-3/+3
| | | | | | | to the new bcrypt version $2b$ and use more rounds. Prof. Falken's password is much safer now. Found thanks to a problem report by John McGuigan. ok beck
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* more e-mail -> emailmmcc2015-12-241-3/+3
|
* Do not mention sliplogin(8) and sl(4).mpi2014-10-012-6/+4
|
* remove all crypt choices other than bcrypt. ok afresh1 deraadttedu2014-07-131-19/+4
|
* missed a typotedu2014-02-151-2/+2
|
* make a few comments easier to readtedu2014-02-151-7/+7
|
* clarify no password only disables password logins. from david hill.tedu2014-02-141-2/+2
| | | | ok halex
* command-line (adj.) -> command line (n.);jmc2013-01-181-3/+3
|
* purge the rcsidderaadt2011-09-221-3/+1
|
* remove sneaky little ;lum2011-05-121-3/+3
|
* Add quotations around the value of name=value pairs that are missing them.lum2011-05-121-5/+6
| | | | | | This removes a couple of "use warnings;" error messages. Whether ' or " is used should mean string is taken literally once parsed. ok halex@
* Preferably we would have "use warnings;" but never-the-less a small booboolum2011-05-121-4/+4
| | | | by me. Fortunatley no side-effects.
* Tidy how adduser handles email messages.lum2011-05-111-56/+114
| | | | | | | Suggestion to use install routine (additional user code) as reference for an answer of "yes" from krw@ (and william@), Suggestion for regexs and "reads good" from simon@
* Tweak previous from jmc@lum2011-05-111-6/+4
|
* Update EXAMPLES to reflect current behaviour.lum2011-05-101-10/+25
| | | | reviewed by jmc@
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-4/+5
| | | | ok jmc@
* convert to new .Dd format;jmc2007-05-312-4/+4
|
* fix bug that sorted the groups and thus broke ottos group file:simon2007-01-031-5/+23
| | | | | | | | * stop sorting the group file * push the empty YP group to the end * leave other group entries where they are input & ok ray@, tested & ok otto@
* s/form/from/ray2006-12-301-3/+3
| | | | ``Sure.'' millert@, ``Sure'' espie@.
* remove first person statement; stejones@gmail.comderaadt2006-06-071-3/+3
|
* Use ksh as the default shell instead of sh.kettenis2005-08-311-3/+3
| | | | ok deraadt@
* Don't restrict what login name may be removed, the account maymillert2005-06-071-14/+5
| | | | | have been made with a tool other than adduser and thus may use characters adduser considers illegal. OK henning@ and krw@
* put EXAMPLES into a more standard format (first description, thenjmc2005-04-251-8/+8
| | | | example), and use literal to mark up the commands themselves;
* - login names may contain underscoresjmc2005-04-251-4/+4
| | | | | | | | - reference to setlogin(2) BUGS was irrelevant, so remove it - mark up `$' from ray; ok millert@
* Use getcap to pull out login.conf entries that contain a localciphermillert2005-03-301-17/+6
| | | | | | | entry instead of giving the user a list of all possible login classes. This makes the default list "daemon default staff" instead of listing all the stub classed only meant for inclusion into the real classes.
* Close files after we are done with them; from mpech@millert2005-02-241-2/+4
|
* Clarify -unencrypted. Closes PR 3705.tom2004-03-091-4/+4
| | | | ok otto@, nick@, millert@
* `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))jmc2004-01-231-6/+6
| | | | discussed with todd@
* escape punctuation; (and a nit in openssl.1)jmc2003-09-021-7/+4
| | | | ok deraadt@
* kill duplicate .Xr;jmc2003-06-211-2/+1
| | | | from Kent Spillner.
* make Groupname match Groupid output; ok millert@jsyn2003-06-171-3/+3
|
* Add an "auto" encryption type that calls encrypt(1) with "-c class".millert2003-06-142-15/+22
| | | | | This results in encrypt(1) picking the password cipher based on the user's login class in /etc/login.conf.
* Cipher type is set in login.conf, not passwd.conf these days; Otto Moerbeekmillert2003-06-141-4/+4
|
* - section reorderjmc2003-06-122-34/+34
| | | | | | - macro fixes - kill whitespace at EOL - new sentence, new line
* Add login class support; based on a diff from Peter Wernermillert2003-06-102-28/+100
|
* Fix my previous commit here, pwd_mkdb needs to be a list now too.millert2003-06-091-7/+7
|
* Instead of splitting a flat string into a list for system(), justmillert2003-06-081-6/+6
| | | | pass it a list in the first place. Also fix up some spacing.
* Sync valid username check w/ user(1). Patch from Brian Poole,millert2003-05-132-8/+10
| | | | problem reported by juncus on misc
* skiped -> skipped;jmc2003-04-031-3/+3
| | | | from David Hill (thanks)
* spellingdavid2003-03-111-3/+3
| | | | ok millert@
* typos;jmc2003-01-291-2/+4
| | | | | | | many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@
* Fix encryption method prompt; Nick Nauwelaertsmillert2002-07-101-3/+3
|
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-3/+3
|
* Typo, "TMP_PW" used where "NEW_PW" was intended; fixes /etc/ptmpmillert2002-05-311-2/+2
| | | | deletion when rmuser is aborted. From Jason DiCioccio
* Don't delete ptmp if we didn't create it ourselves; Brian Poolemillert2002-03-052-5/+5
|
* check that user is not in group more thoroughly (don't assume anythingespie2002-02-231-3/+3
| | | | | | about group contents). ok millert@
* enable echo in signal handler, since it could be disabledericj2002-02-181-2/+3
| | | | pr#1939