summaryrefslogtreecommitdiff
path: root/usr.sbin/adduser
AgeCommit message (Expand)Author
2017-06-09mention that the config file is created at first run, since it doesn'tTed Unangst
2017-02-06Use quotes to protect the password hash from shell expansion. Update hashTheo Buehler
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-12-24more e-mail -> emailmmcc
2014-10-01Do not mention sliplogin(8) and sl(4).Martin Pieuchot
2014-07-13remove all crypt choices other than bcrypt. ok afresh1 deraadtTed Unangst
2014-02-15missed a typoTed Unangst
2014-02-15make a few comments easier to readTed Unangst
2014-02-14clarify no password only disables password logins. from david hill.Ted Unangst
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2011-09-22purge the rcsidTheo de Raadt
2011-05-12remove sneaky little ;lum
2011-05-12Add quotations around the value of name=value pairs that are missing them.lum
2011-05-12Preferably we would have "use warnings;" but never-the-less a small booboolum
2011-05-11Tidy how adduser handles email messages.lum
2011-05-11Tweak previous from jmc@lum
2011-05-10Update EXAMPLES to reflect current behaviour.lum
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-01-03fix bug that sorted the groups and thus broke ottos group file:Simon Bertrang
2006-12-30s/form/from/Ray Lai
2006-06-07remove first person statement; stejones@gmail.comTheo de Raadt
2005-08-31Use ksh as the default shell instead of sh.Mark Kettenis
2005-06-07Don't restrict what login name may be removed, the account mayTodd C. Miller
2005-04-25put EXAMPLES into a more standard format (first description, thenJason McIntyre
2005-04-25- login names may contain underscoresJason McIntyre
2005-03-30Use getcap to pull out login.conf entries that contain a localcipherTodd C. Miller
2005-02-24Close files after we are done with them; from mpech@Todd C. Miller
2004-03-09Clarify -unencrypted. Closes PR 3705.Tom Cosgrove
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
2003-06-21kill duplicate .Xr;Jason McIntyre
2003-06-17make Groupname match Groupid output; ok millert@Jason Peel
2003-06-14Add an "auto" encryption type that calls encrypt(1) with "-c class".Todd C. Miller
2003-06-14Cipher type is set in login.conf, not passwd.conf these days; Otto MoerbeekTodd C. Miller
2003-06-12- section reorderJason McIntyre
2003-06-10Add login class support; based on a diff from Peter WernerTodd C. Miller
2003-06-09Fix my previous commit here, pwd_mkdb needs to be a list now too.Todd C. Miller
2003-06-08Instead of splitting a flat string into a list for system(), justTodd C. Miller
2003-05-13Sync valid username check w/ user(1). Patch from Brian Poole,Todd C. Miller
2003-04-03skiped -> skipped;Jason McIntyre
2003-03-11spellingDavid Krause
2003-01-29typos;Jason McIntyre
2002-07-10Fix encryption method prompt; Nick NauwelaertsTodd C. Miller
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-05-31Typo, "TMP_PW" used where "NEW_PW" was intended; fixes /etc/ptmpTodd C. Miller
2002-03-05Don't delete ptmp if we didn't create it ourselves; Brian PooleTodd C. Miller
2002-02-23check that user is not in group more thoroughly (don't assume anythingMarc Espie
2002-02-18enable echo in signal handler, since it could be disabledEric Jackson
2001-12-22No Virginia, there is no adduser.conf(5).Todd C. Miller