| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
revision of this file, but note that they are not supported in the
base system.
Requested by: ache
Reviewed by: ache, mike (mentor)
Notes:
svn path=/head/; revision=111891
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
password quality, not login.conf(5).
- Move warnexpire and warnpasswd from the ``Accounting Limits''
section to ``Authentication'', and nix everything else in the
former section. The accounting knobs are not available in
the base system, and the subset of them available in ports
should be documented in the ports' manpages.
PR: 47960
Reviewed by: mike (mentor), doc
Notes:
svn path=/head/; revision=111791
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111285
|
| |
|
|
|
|
|
|
|
|
|
| |
(previous variant return NULL pointer for both empty file case and error case,
so caller can't sense error properly).
It not affect existen programs because property_find() now returns NULL
for both NULL pointer and NULLified struct.
Notes:
svn path=/head/; revision=109916
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109915
|
| |
|
|
|
|
|
| |
Handle NULL return from malloc and strdup
Notes:
svn path=/head/; revision=109515
|
| |
|
|
|
|
|
| |
Add FreeBSD Id tag where missing.
Notes:
svn path=/head/; revision=108470
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108317
|
| |
|
|
|
|
|
|
|
| |
Approved by: re
Sponsored by: DARPA, Network Associates Labs
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=107177
|
| |
|
|
|
|
|
| |
to be non-fatal due to stack alignment roundups.
Notes:
svn path=/head/; revision=107030
|
| |
|
|
|
|
|
|
|
|
|
| |
information, since we rely on the pwd entry to know what MAC labels
to set as part of the login process.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Notes:
svn path=/head/; revision=106831
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106194
|
| |
|
|
|
|
|
| |
Submitted by: joerg
Notes:
svn path=/head/; revision=106140
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if the user has a 'label' entry in their login class. If so, attempt
to set that label on the process as part of the credential setup. If
we're unable to parse the label, or unable to set the label, fail.
In the future, we may also want to warn if a label is set but the
kernel doesn't support MAC.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Notes:
svn path=/head/; revision=105757
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104073
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102411
|
| |
|
|
|
|
|
|
|
|
|
| |
that it should also set the user's default MAC label, if available and
permitted.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=101959
|
| |
|
|
|
|
|
|
|
|
| |
for MAC-related commits to the login infrastructure.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=101658
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101582
|
| |
|
|
|
|
|
|
| |
"term" according to manpage, i.e. not overwrite it, if already present in
environment.
Notes:
svn path=/head/; revision=98977
|
| |
|
|
|
|
|
| |
Submitted by: bde
Notes:
svn path=/head/; revision=98875
|
| |
|
|
|
|
|
| |
by RLIMIT_VMEM addition.
Notes:
svn path=/head/; revision=98874
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98852
|
| |
|
|
|
|
|
| |
sshd, /usr/bin/login, etc)
Notes:
svn path=/head/; revision=98851
|
| |
|
|
|
|
|
|
|
|
| |
Distinguish between a held lock and a failed lock op.
If rpc.lockd is not running on a diskless client this makes clearer
what the problem is.
Notes:
svn path=/head/; revision=98693
|
| |
|
|
|
|
|
| |
Submitted by: Sergey Zorin <sergey@cc.tpu.edu.ru>
Notes:
svn path=/head/; revision=98021
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97621
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=96220
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=96199
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95126
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
named by its argument and use ttyslot(3) instead to determine what slot to
use. The problem is that sshd(8) calls pam_open_session(3) before forking
the child (as it should), at which point it does not have a controlling
terminal. Also, ttyslot(3) is very crude as it assumes fd 0, 1 or 2 refers
to the controlling terminal, which is usually (but not always) the case.
Instead of using ttyslot(3) to determine the slot number, look up the
specified tty in /etc/ttys ourselves (this is what ttyslot(3) does anyway).
(perforce change 9969)
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=95125
|
| |
|
|
|
|
|
|
|
|
|
|
| |
them to point at static strings that contain the default paths. This
makes 'vipw -d' work again (I broke it in rev 1.21; apologies for taking
so long to fix it.)
Spotted by: Olivier Houchard <doginou@cognet.ci0.org>
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=94897
|
| |
|
|
|
|
|
|
| |
Approved by: murray
MFC after: 1 week
Notes:
svn path=/head/; revision=94829
|
| |
|
|
| |
Notes:
svn path=/head/; revision=94776
|
| |
|
|
| |
Notes:
svn path=/head/; revision=94202
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92941
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92917
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92913
|
| |
|
|
| |
Notes:
svn path=/head/; revision=91750
|
| |
|
|
|
|
|
|
| |
PR: 35273
Submitted by: Nicola Vitale <nivit@libero.it>
Notes:
svn path=/head/; revision=91574
|
| |
|
|
|
|
|
|
|
| |
depending on namespace pollution 2 layers deep in <sys/stat.h>.
Sorted includes.
Notes:
svn path=/head/; revision=91241
|
| |
|
|
|
|
|
|
|
| |
namespace pollution 2 layers deep in <sys/stat.h>.
Sorted includes.
Notes:
svn path=/head/; revision=91211
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=90233
|
| |
|
|
|
|
|
|
|
|
|
| |
extattr namespace routines to the libc/posix1e directory. While
the extattr calls are not strictly POSIX.1e, POSIX.1e wasn't
strictly ever approved, so I think that's OK.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=86452
|
| |
|
|
| |
Notes:
svn path=/head/; revision=86451
|
| |
|
|
|
|
|
|
|
|
| |
is not defined in the capability type list. Provide a definition for
'bool', if a slightly less than elegant one. Note that this definition
does not include the complete scope of available behavior defined
in cgetcap(3), and could probably be improved.
Notes:
svn path=/head/; revision=86444
|
| |
|
|
|
|
|
|
|
|
| |
from login(3). This page, logwtmp(3), speaks of only
one file -- wtmp(5).
MFC after: 1 week
Notes:
svn path=/head/; revision=84793
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84225
|
| |
|
|
|
|
|
| |
2) Pick only "me" class from ~/.login_conf as documented
Notes:
svn path=/head/; revision=83923
|