summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norajacoutot2019-09-281-2/+2
* mention that the config file is created at first run, since it doesn'ttedu2017-06-091-2/+5
* Use quotes to protect the password hash from shell expansion. Update hashtb2017-02-061-3/+3
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* 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
* 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
* Preferably we would have "use warnings;" but never-the-less a small booboolum2011-05-121-4/+4
* Tidy how adduser handles email messages.lum2011-05-111-56/+114
* Tweak previous from jmc@lum2011-05-111-6/+4
* Update EXAMPLES to reflect current behaviour.lum2011-05-101-10/+25
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-4/+5
* 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
* s/form/from/ray2006-12-301-3/+3
* 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
* Don't restrict what login name may be removed, the account maymillert2005-06-071-14/+5
* put EXAMPLES into a more standard format (first description, thenjmc2005-04-251-8/+8
* - login names may contain underscoresjmc2005-04-251-4/+4
* Use getcap to pull out login.conf entries that contain a localciphermillert2005-03-301-17/+6
* 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
* `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))jmc2004-01-231-6/+6
* escape punctuation; (and a nit in openssl.1)jmc2003-09-021-7/+4
* kill duplicate .Xr;jmc2003-06-211-2/+1
* 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
* Cipher type is set in login.conf, not passwd.conf these days; Otto Moerbeekmillert2003-06-141-4/+4
* - section reorderjmc2003-06-122-34/+34
* 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
* Sync valid username check w/ user(1). Patch from Brian Poole,millert2003-05-132-8/+10
* skiped -> skipped;jmc2003-04-031-3/+3
* spellingdavid2003-03-111-3/+3
* typos;jmc2003-01-291-2/+4
* 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
* 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
* enable echo in signal handler, since it could be disabledericj2002-02-181-2/+3