Age | Commit message (Expand) | Author |
2005-03-30 | Use getcap to pull out login.conf entries that contain a localcipher | Todd C. Miller |
2005-02-24 | Close files after we are done with them; from mpech@ | Todd C. Miller |
2003-06-17 | make Groupname match Groupid output; ok millert@ | Jason Peel |
2003-06-14 | Add an "auto" encryption type that calls encrypt(1) with "-c class". | Todd C. Miller |
2003-06-10 | Add login class support; based on a diff from Peter Werner | Todd C. Miller |
2003-06-09 | Fix my previous commit here, pwd_mkdb needs to be a list now too. | Todd C. Miller |
2003-06-08 | Instead of splitting a flat string into a list for system(), just | Todd C. Miller |
2003-05-13 | Sync valid username check w/ user(1). Patch from Brian Poole, | Todd C. Miller |
2003-04-03 | skiped -> skipped; | Jason McIntyre |
2003-03-11 | spelling | David Krause |
2002-07-10 | Fix encryption method prompt; Nick Nauwelaerts | Todd C. Miller |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-03-05 | Don't delete ptmp if we didn't create it ourselves; Brian Poole | Todd C. Miller |
2002-02-23 | check that user is not in group more thoroughly (don't assume anything | Marc Espie |
2002-02-18 | enable echo in signal handler, since it could be disabled | Eric Jackson |
2001-10-09 | Don't try to use $groupname{$group_login} when we know it is | Todd C. Miller |
2001-10-01 | Do proper initialization of hashes and lists. Use "cp -R" not "cp -r" | Todd C. Miller |
2001-09-07 | Cleanup from Brian Poole: | Todd C. Miller |
2001-09-03 | correct error message when unable to open /etc/master.passwd; raj@cerias.purd... | Todd C. Miller |
2001-07-06 | max uid should be 2147483647, not 2147483648. | Mike Pechkin |
2001-04-09 | 31 vs 32; ianm@cit.uws.edu.au | Theo de Raadt |
2001-01-31 | 32 character user names | Chris Cappuccio |
2000-12-30 | Change wording when empty password is entered: our adduser sets the | Angelos D. Keromytis |
2000-11-26 | Use pwd_mkdb -u username | Todd C. Miller |
2000-11-25 | Fix some warnings and take advantage of perl5 system defines | Todd C. Miller |
2000-10-10 | Remove useless line; mj@who.net | Todd C. Miller |
2000-08-19 | valid characters mismatch, PR#1362; Marty Combs | Jakob Schlyter |
2000-07-09 | When a null password has been entered, default to ``no'' instead of ``yes'' | Aaron Campbell |
2000-04-25 | change /usr/share/skel to /etc/skel. maintain dot.magic for backwards compabi... | Jakob Schlyter |
2000-01-03 | Y2K bug in logging function, tm_year is year - 1900, not the last two digits | Todd C. Miller |
1999-09-06 | Send password to encrypt(1) via stdin. millert@ ok | Alex Feldman |
1999-07-03 | typos | Hugh Graham |
1999-06-29 | grammar; form@kti.nsc.ru | Aaron Campbell |
1999-06-17 | typo | Marc Espie |
1999-02-04 | allow higher uids. | Niels Provos |
1999-01-18 | add 'old' as a synonym for 'des' | Todd C. Miller |
1999-01-16 | Fix PR# 692. evanc@concer.to | Tobias Weingartner |
1998-12-29 | do batch in encrypted mode by default; ibo@val-axs.net | Theo de Raadt |
1998-10-14 | solve < > or - in password problem | Theo de Raadt |
1998-09-22 | Add support for having UIDs past 32000. Changed the option -uid to | Tobias Weingartner |
1998-07-20 | clone freebsd semantics for usernames; noted by abyss@abyss.imaji.net | Theo de Raadt |
1998-06-03 | teach adduser about /sbin/nologin | Theo de Raadt |
1998-02-16 | Fix for the remainder of PR 402 | bitblt |
1998-02-16 | Shell metacharacters are now ok in user passwords, as per the first half | bitblt |
1997-05-29 | Major cleanup: | gene |
1997-02-25 | Yet more fixes from tv@pobox.com, PR#122. | Jason Downs |
1997-02-20 | Don't add shells multiple times, from tv@pobox.com. PR# user/112. | Jason Downs |
1996-12-08 | sync with FreeBSD, except for the damned tcl script. | Jason Downs |
1996-09-28 | Perl adduser(8) from FreeBSD. | Jason Downs |