Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
password to "*" (thus disallowing logon) -- PR 1480 | |||
2000-11-26 | Use pwd_mkdb -u username | Todd C. Miller | |
Call system() with a list to avoid a call to sh | |||
2000-11-25 | Fix some warnings and take advantage of perl5 system defines | Todd C. Miller | |
In adduser, use /etc/ptmp as a lock file like the other passwd programs. Currently it is just kept empty which is not so great. Use sysopen() with explicit file modes so there is no race whereby a user could see the contents on the master.passwd temp file in rmuser. Fix order of file opens in rmuser so we don't try and remove anything unless we can lock all our files. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
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 | |
for the confirmation. | |||
2000-05-15 | /etc/mail/aliases | Theo de Raadt | |
2000-05-01 | skel now lives in /etc | Todd C. Miller | |
2000-04-25 | change /usr/share/skel to /etc/skel. maintain dot.magic for backwards ↵ | Jakob Schlyter | |
compability. | |||
2000-03-29 | no adduser_proc(8) anymore | Theo de Raadt | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-01-03 | Y2K bug in logging function, tm_year is year - 1900, not the last two digits | Todd C. Miller | |
of year. Two digit years are just a bad idea anyway so convert to a four digit year in the logfile. | |||
1999-11-13 | add /etc/group in FILES section | Eric Jackson | |
1999-10-08 | adduser_proc(8) go bye-bye; deraadt@ ok | Aaron Campbell | |
1999-10-07 | adduser.messages -> adduser.message | Eric Jackson | |
1999-09-06 | Send password to encrypt(1) via stdin. millert@ ok | Alex Feldman | |
1999-07-11 | Fix check for valid user name in interactive use | Marc Espie | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-09 | stop Makefile from trying to build now-defunct rmuser.8; form@vell.nsc.ru | Aaron Campbell | |
1999-07-08 | - use `#' prompts instead of `$' prompts (need to be root to run adduser) | Aaron Campbell | |
- mdoc'ify the -batch option syntax properly | |||
1999-07-08 | merge adduser(8) and rmuser(8) man pages, plus add more information... hmm, | Aaron Campbell | |
could still probably use a bit of work | |||
1999-07-03 | typos | Hugh Graham | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-29 | grammar; form@kti.nsc.ru | Aaron Campbell | |
1999-06-17 | Dislexy strikes again | Marc Espie | |
1999-06-17 | typo | Marc Espie | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
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-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell | |
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 | |
-uid_start, and added -uid_end to specify valid ranges to adduser. Manpage updated to relfect reality, plus a couple spelling errors. | |||
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-20 | clone freebsd semantics for usernames; noted by abyss@abyss.imaji.net | Theo de Raadt | |
1998-07-16 | there is no addgroup.8 | Todd C. Miller | |
1998-07-16 | typo | Todd C. Miller | |
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 | |
of PR 402 | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-27 | fix ' use | Theo de Raadt | |
1997-05-29 | Major cleanup: | gene | |
+ No longer prompt for setting of default options _every_ time it's invoked. Only does that when adduser.conf doesn't exist or with the passing of -config_create + Scriptwork cleanup and prettying + Fix the manpage to use proper English and give examples and better docs in general. + Improve the bonehead question "Use passwords" to seem more intuitively meaningful. + Add support for multiple kinds of encryption with a default entry or a new -e flag (passwd.conf). TODO: Make adduser grok passwd.conf and add users for whom the encryption is different to it. + "and more..." see the manpage. |