summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser/adduser.perl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not mention sliplogin(8) and sl(4).mpi2014-10-011-2/+2
* 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
* 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
* 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
* 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
* 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-141-13/+15
* Add login class support; based on a diff from Peter Wernermillert2003-06-101-23/+82
* 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-131-5/+5
* skiped -> skipped;jmc2003-04-031-3/+3
* spellingdavid2003-03-111-3/+3
* Fix encryption method prompt; Nick Nauwelaertsmillert2002-07-101-3/+3
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-3/+3
* Don't delete ptmp if we didn't create it ourselves; Brian Poolemillert2002-03-051-3/+3
* 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
* Don't try to use $groupname{$group_login} when we know it ismillert2001-10-091-4/+3
* Do proper initialization of hashes and lists. Use "cp -R" not "cp -r"millert2001-10-011-9/+9
* Cleanup from Brian Poole:millert2001-09-071-32/+25
* correct error message when unable to open /etc/master.passwd; raj@cerias.purdue.edumillert2001-09-031-3/+3
* max uid should be 2147483647, not 2147483648.mpech2001-07-061-3/+3
* 31 vs 32; ianm@cit.uws.edu.auderaadt2001-04-091-4/+4
* 32 character user nameschris2001-01-311-4/+4
* Change wording when empty password is entered: our adduser sets theangelos2000-12-301-3/+3
* Use pwd_mkdb -u usernamemillert2000-11-261-11/+13
* Fix some warnings and take advantage of perl5 system definesmillert2000-11-251-9/+30
* Remove useless line; mj@who.netmillert2000-10-101-3/+2
* valid characters mismatch, PR#1362; Marty Combsjakob2000-08-191-3/+3
* When a null password has been entered, default to ``no'' instead of ``yes''aaron2000-07-091-3/+3
* change /usr/share/skel to /etc/skel. maintain dot.magic for backwards compability.jakob2000-04-251-4/+4
* Y2K bug in logging function, tm_year is year - 1900, not the last two digitsmillert2000-01-031-3/+4
* Send password to encrypt(1) via stdin. millert@ okalex1999-09-061-6/+11
* typoshugh1999-07-031-4/+4
* grammar; form@kti.nsc.ruaaron1999-06-291-4/+4
* typoespie1999-06-171-3/+3
* allow higher uids.provos1999-02-041-3/+3
* add 'old' as a synonym for 'des'millert1999-01-181-8/+8