summaryrefslogtreecommitdiff
path: root/usr.sbin/adduser
AgeCommit message (Expand)Author
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
2001-12-04All files are copied from the skel dir, not just dot.*Todd C. Miller
2001-10-09Don't try to use $groupname{$group_login} when we know it isTodd C. Miller
2001-10-01Do proper initialization of hashes and lists. Use "cp -R" not "cp -r"Todd C. Miller
2001-09-07Cleanup from Brian Poole:Todd C. Miller
2001-09-04another username limit issue; ianm@cit.uws.edu.auTheo de Raadt
2001-09-03correct error message when unable to open /etc/master.passwd; raj@cerias.purd...Todd C. Miller
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
2001-07-20we don't like:Mike Pechkin
2001-07-11since Feb'99 uid_end is 2147483647, not 32000.Mike Pechkin
2001-07-06max uid should be 2147483647, not 2147483648.Mike Pechkin
2001-05-29Missing .El; mpech@prosoft.org.lvAaron Campbell
2001-04-0931 vs 32; ianm@cit.uws.edu.auTheo de Raadt
2001-01-3132 character user namesChris Cappuccio
2000-12-30Change wording when empty password is entered: our adduser sets theAngelos D. Keromytis
2000-11-26Use pwd_mkdb -u usernameTodd C. Miller
2000-11-25Fix some warnings and take advantage of perl5 system definesTodd C. Miller
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
2000-10-10Remove useless line; mj@who.netTodd C. Miller
2000-08-19valid characters mismatch, PR#1362; Marty CombsJakob Schlyter
2000-07-09When a null password has been entered, default to ``no'' instead of ``yes''Aaron Campbell
2000-05-15/etc/mail/aliasesTheo de Raadt
2000-05-01skel now lives in /etcTodd C. Miller
2000-04-25change /usr/share/skel to /etc/skel. maintain dot.magic for backwards compabi...Jakob Schlyter
2000-03-29no adduser_proc(8) anymoreTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-01-03Y2K bug in logging function, tm_year is year - 1900, not the last two digitsTodd C. Miller
1999-11-13add /etc/group in FILES sectionEric Jackson
1999-10-08adduser_proc(8) go bye-bye; deraadt@ okAaron Campbell
1999-10-07adduser.messages -> adduser.messageEric Jackson
1999-09-06Send password to encrypt(1) via stdin. millert@ okAlex Feldman