| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
root permission is not needed and the kerberos library is paranoid
about access control to the ticket file
PR: bin/20779
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
-h for NIS host).
Submitted by: Peter Avalos <pavalos@theshell.com>
|
|
|
|
| |
Submitted by: jhay
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for crypt(3) by now. In any case:
Add crypt_set_format(3) + documentation to -lcrypt.
Add login_setcryptfmt(3) + documentation to -lutil.
Support for switching crypt formats in passwd(8).
Support for switching crypt formats in pw(8).
The simple synopsis is:
edit login.conf; add a passwd_format field set to "des" or "md5"; go nuts :)
Reviewed by: peter
|
|
|
|
| |
Approved by: jkh
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
parameter is missing, or specified as above, then passwd behaves as normal
when the user enters an all lower case password -- i.e., it prompts them
to use mixed case, and will only grudgingly accept an all lower case
password.
If you negate this entry in login.conf, with "mixpasswordcase@", then
passwd will allow all lower case passwords without complaining.
Approved by: jkh
|
|
|
|
|
|
|
|
|
|
|
|
| |
parameter is missing, or specified as above, then passwd behaves as normal
when the user enters an all lower case password -- i.e., it prompts them
to use mixed case, and will only grudgingly accept an all lower case
password.
If you negate this entry in login.conf, with "mixpasswordcase@", then
passwd will allow all lower case passwords without complaining.
Approved by: jkh
|
|
|
|
|
|
|
|
| |
happened as it was working around problems elsewhere (ie: binutils/ld
not doing the right thing according to the ELF design). libcrypt has
been adjusted to not need the runtime -lmd. It's still not quite right
(ld is supposed to work damnit) but at least it doesn't impact all the
users of libcrypt in Marcel's cross-build model.
|
|
|
|
|
| |
smart because it will definitely get it wrong. This popped up during
cross-linking.
|
| |
|
| |
|
|
|
|
| |
we have enough pseudo-options already.
|
| |
|
|
|
|
|
| |
PR: 12828
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
|
|
|
|
|
|
| |
passwords are not echoed.
Get quotes right in troff.
|
|
|
|
|
|
| |
"passwordtime" is what passwd(1) has actually been using. I suspect
passwordperiod was the original intent. I can't figure-out which,
if either, BSDi uses. If anyone knows...
|
|
|
|
| |
with DESTDIR set to an NFS-mounted file system.
|
|
|
|
| |
"make world" to make sure everything works properly.
|
|
|
|
|
|
|
|
|
| |
It selects which hash format to use by checking /etc/auth.conf for
auth_default. Leaving auth_default disabled will give the current
behaviour (use the same format as is currently used in the password,
or if a new password default to what crypt likes best--des if it exists).
Now you can set it to one of: des, best, md5 or sha1. best is a synonym
for sha1, currently.
|
|
|
|
|
| |
PR: doc/8897
Submitted by: Jonathan Hanna <pangolin@home.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: 7703
Submitted by: Yoshishige Arai <ryo2@on.rim.or.jp>
|
| |
|
|
|
|
| |
`passwordtime').
|
|
|
|
|
| |
Removed bogus dependencies of generated .c files on generated headers.
Sorted sources lists.
|
| |
|
|
|
|
| |
Submitted by: Antti Kaipila <anttik@iki.fi>
|
| |
|
|
|
|
|
| |
PR: 5420
Submitted by: Jonathan Hanna <jh@pc-21490.bc.rogers.wave.ca>
|
|
|
|
| |
Also quieten -Wall a bit.
|
|
|
|
|
| |
PR: docs/4450
Submitted by: josh@quick.net
|
| |
|
|
|
|
| |
old kludged-up 'yppasswd_comm' support.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(I'm not sure why this happens, though I suspect it may be because
the server is configured with only passwd maps instead of both passwd
and master.passwd maps. This is allowed, but I think in this case
pw_class is left NULL, hence the problem.)
Also applied similar patch to chpass/pw_yp.c just for paranoia's sake.
|