| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Submitted by: Mike Makonnen <mtm@identd.net>
Approved by: re
Notes:
svn path=/head/; revision=107543
|
|
|
|
|
|
|
|
|
| |
PR: 38481
Submitted by: Kevin Kinsey <kadmin@elisha.daleco.biz>
MFC after: 1 week
Notes:
svn path=/head/; revision=101698
|
|
|
|
|
|
|
| |
inside the function that verifies username validity.
Notes:
svn path=/head/; revision=89926
|
|
|
|
|
|
|
|
|
|
| |
Previously, a truth check instead if defined() check erroneously
allowed that.
PR: bin/8745
Notes:
svn path=/head/; revision=89923
|
|
|
|
|
|
|
|
|
|
|
| |
into usernames: Make the regular expression to check usernames
against configurable.
PR: bin/22860 bin/31049
Reviewed by: sheldonh
Notes:
svn path=/head/; revision=89922
|
|
|
|
|
|
|
|
|
|
| |
less robust to possible errors of the user/admin while adduser(8)
had been intended to minimize their possibility.
An alternative way of introducing strange symbols into usernames
to be committed really soon.
Notes:
svn path=/head/; revision=89921
|
|
|
|
|
|
|
|
|
|
|
| |
the skeleton directory are chown'd to the new user.
PR: bin/10601
Submitted by: Adrian Filipi-Martin <adrian2ubergeeks.com@gosub.cstone.net>
MFC after: 1 month
Notes:
svn path=/head/; revision=89586
|
|
|
|
|
|
|
|
| |
Now it should be @pwd_mkdb since we moved to Perl's
safe system() not using /bin/sh.
Notes:
svn path=/head/; revision=88888
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a) Convert all the remaining older Perl system() calls to the new,
more secure LIST format so they are robust to whitespace and
shell metacharacters in their arguments.
b) Add a new option: -force, which allows adding usernames containing
characters that are otherwise illegal.
PR: bin/22860 bin/31049
Notes:
svn path=/head/; revision=88827
|
|
|
|
|
|
|
| |
in the code and what the warning message reads.
Notes:
svn path=/head/; revision=88817
|
|
|
|
|
|
|
|
| |
Previously, it was possible due to 0 and "0" being
equivalent in Perl.
Notes:
svn path=/head/; revision=88815
|
|
|
|
|
|
|
| |
Submitted by: Brian Poole <raj@cerias.purdue.edu>
Notes:
svn path=/head/; revision=83149
|
|
|
|
|
|
|
|
|
|
| |
have to regenerate the entire database.
PR: 25798
Submitted by: Domas Mituzas <domas.mituzas@delfi.lt>
Notes:
svn path=/head/; revision=81938
|
|
|
|
|
|
|
|
|
|
| |
properly, and doesn't hurt the other algorithms.
PR: 28991
Submitted by: Yoshihiro Koya <Yoshihiro.Koya@math.yokohama-cu.ac.jp>
Notes:
svn path=/head/; revision=79955
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
account at creation, create accounts with a "*" password (so you can
use alternate authentication schemes without fearing a "default" password
biting you later), and blank passwords.
Yes, adduser could create a blank password account, but this makes it
slightly more difficult to shoot yourself in the foot.
The /etc/adduser.conf entries are:
# use password-based authentication for new users
# defaultusepassword = "yes" | "no"
defaultusepassword = "yes"
# enable account password at creation
# (the password will be prepended with a star if the account isn't enabled)
# defaultenableaccount = "yes" | "no"
defaultenableaccount = "yes"
# allow blank passwords
# defaultemptypassword = "yes" | "no"
defaultemptypassword = "no"
Requested by: alfred
Reviewed by: alfred
Notes:
svn path=/head/; revision=76206
|
|
|
|
|
|
|
|
|
| |
group file. Because of the way the group sorting works while printing
out the new file it's not possible at this time to restore comments
in other locations, but at least they won't just disappear altogether.
Notes:
svn path=/head/; revision=75581
|
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=48371
|
|
|
|
|
|
|
| |
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
Notes:
svn path=/head/; revision=42692
|
|
|
|
|
|
|
|
|
| |
an *interactive* command for newbies. The pw(8) does now a much better
job for adding users from command line. Also, the -batch option is
not well tested, buggy and unsupported.
Notes:
svn path=/head/; revision=38406
|
|
|
|
|
|
|
|
| |
PR: 6754
Submitted by: uhlar@netlab.sk
Notes:
svn path=/head/; revision=36736
|
|
|
|
|
|
|
| |
with BSD/OS.
Notes:
svn path=/head/; revision=32397
|
|
|
|
|
|
|
| |
in /etc/adduser.conf.
Notes:
svn path=/head/; revision=31965
|
|
|
|
|
|
|
|
|
| |
Smarter error check if a uid is already in use.
Submitted by: "Eugene Radchenko" <genie@qsar.chem.msu.su>
Notes:
svn path=/head/; revision=29645
|
|
|
|
| |
Notes:
svn path=/head/; revision=29644
|
|
|
|
|
|
|
| |
was updated.
Notes:
svn path=/head/; revision=28812
|
|
|
|
| |
Notes:
svn path=/head/; revision=27807
|
|
|
|
| |
Notes:
svn path=/head/; revision=27656
|
|
|
|
|
|
|
| |
Option -r is obsolete and buggy.
Notes:
svn path=/head/; revision=27505
|
|
|
|
|
|
|
| |
can exists and "default" class is really equal to empty class.
Notes:
svn path=/head/; revision=25373
|
|
|
|
|
|
|
| |
/etc/adduser.conf defaultclass with empty one
Notes:
svn path=/head/; revision=25372
|
|
|
|
|
|
|
|
| |
2. Turn on send_message by default for security reasons (mailbox
must be pre-created)
Notes:
svn path=/head/; revision=25371
|
|
|
|
|
|
|
|
| |
Comments in group database (/etc/group) are currently not
supported - adduser silently delete blank lines and comments.
Notes:
svn path=/head/; revision=23573
|
|
|
|
| |
Notes:
svn path=/head/; revision=22997
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
|
|
|
| |
pointed out by: max
Notes:
svn path=/head/; revision=21031
|
|
|
|
| |
Notes:
svn path=/head/; revision=21023
|
|
|
|
|
|
|
|
|
| |
I also renamed the adduser "-quit" option to "-quiet", since
it is supposed to be the same as the -s/-silent option,
and -quit must have beena typo.
Notes:
svn path=/head/; revision=20826
|
|
|
|
| |
Notes:
svn path=/head/; revision=20196
|
|
|
|
|
|
|
|
| |
(in /etc/adduser.message text)
Sending password by E-mail on local machine is joke in any case
Notes:
svn path=/head/; revision=19987
|
|
|
|
|
|
|
| |
Submitted by: kuku
Notes:
svn path=/head/; revision=19890
|
|
|
|
|
|
|
|
|
| |
close PR#1595
suggested by: Seppo Kallio <kallio@beeblebrox.cc.jyu.fi
Notes:
svn path=/head/; revision=18332
|
|
|
|
|
|
|
|
|
|
| |
was to paranoid, pwd_mkdb(8) is carefully enough to not
corrupt master.passwd on failure.
Submitted by: joerg
Notes:
svn path=/head/; revision=18302
|
|
|
|
|
|
|
|
|
|
| |
ask for matching confirmation. I'm sure there is a clever direct-from-perl
ioctl way of putting the terminal into noecho mode, but I don't feel like
learning perl so I just used system. [yes, I'll put stty on the installation
boot floppy as necessary]
Notes:
svn path=/head/; revision=18243
|
|
|
|
|
|
|
|
|
|
|
| |
I couldn't make any sense of the sentence "Eval variables in this file." so I
left it alone.
also allow creation of new local group when NIS groups are used.
this can probably be done more elegantly, and needs more thought.
Notes:
svn path=/head/; revision=17866
|
|
|
|
| |
Notes:
svn path=/head/; revision=17849
|
|
|
|
|
|
|
| |
of /etc/master.passwd
Notes:
svn path=/head/; revision=17714
|
|
|
|
| |
Notes:
svn path=/head/; revision=17598
|
|
|
|
|
|
|
|
|
| |
you can still enable it. Better, use mail client like elm or pine.
Requested by: Jordan
Notes:
svn path=/head/; revision=17590
|
|
|
|
|
|
|
|
|
| |
We also don't ship tcsh or ksh by default.
Correct these two things to make sh the default and increase csh and sh
to be higher priority.
Notes:
svn path=/head/; revision=15649
|