Age | Commit message (Expand) | Author |
2011-09-22 | purge the rcsid | Theo de Raadt |
2011-05-12 | remove sneaky little ; | lum |
2011-05-12 | Add quotations around the value of name=value pairs that are missing them. | lum |
2011-05-12 | Preferably we would have "use warnings;" but never-the-less a small booboo | lum |
2011-05-11 | Tidy how adduser handles email messages. | lum |
2011-05-11 | Tweak previous from jmc@ | lum |
2011-05-10 | Update EXAMPLES to reflect current behaviour. | lum |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-01-03 | fix bug that sorted the groups and thus broke ottos group file: | Simon Bertrang |
2006-12-30 | s/form/from/ | Ray Lai |
2006-06-07 | remove first person statement; stejones@gmail.com | Theo de Raadt |
2005-08-31 | Use ksh as the default shell instead of sh. | Mark Kettenis |
2005-06-07 | Don't restrict what login name may be removed, the account may | Todd C. Miller |
2005-04-25 | put EXAMPLES into a more standard format (first description, then | Jason McIntyre |
2005-04-25 | - login names may contain underscores | Jason McIntyre |
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 |
2004-03-09 | Clarify -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-02 | escape punctuation; (and a nit in openssl.1) | Jason McIntyre |
2003-06-21 | kill duplicate .Xr; | Jason McIntyre |
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-14 | Cipher type is set in login.conf, not passwd.conf these days; Otto Moerbeek | Todd C. Miller |
2003-06-12 | - section reorder | Jason McIntyre |
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 |
2003-01-29 | typos; | Jason McIntyre |
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-05-31 | Typo, "TMP_PW" used where "NEW_PW" was intended; fixes /etc/ptmp | Todd C. Miller |
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-12-22 | No Virginia, there is no adduser.conf(5). | Todd C. Miller |
2001-12-04 | All files are copied from the skel dir, not just dot.* | Todd C. Miller |
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-04 | another username limit issue; ianm@cit.uws.edu.au | Theo de Raadt |
2001-09-03 | correct error message when unable to open /etc/master.passwd; raj@cerias.purd... | Todd C. Miller |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin |
2001-07-20 | we don't like: | Mike Pechkin |
2001-07-11 | since Feb'99 uid_end is 2147483647, not 32000. | Mike Pechkin |
2001-07-06 | max uid should be 2147483647, not 2147483648. | Mike Pechkin |