| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
PR: 5677
Submitted by: Adrian Filipi-Martin <adrian@virginia.edu>
|
| |
|
|
|
|
|
| |
a few technical faults.
PR: 5692
Submitted by: dannyman@arh0300.urh.uiuc.edu
|
| |
|
|
|
| |
PR: bin/5715
Submitted by: dannyman <dannyman@arh0300.urh.uiuc.edu>
|
| | |
|
| |
|
|
| |
with BSD/OS.
|
| |
|
|
|
|
|
|
| |
writeable -> writable (recall prior debate over this? :-)
initialise -> initialize
recognise -> recognize
Merry Christmas! :)
|
| |
|
|
| |
in /etc/adduser.conf.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
|
| |
|
|
|
|
|
|
|
|
|
| |
$ vipw
[corrupt a line in editor, exit editor]
pwd_mkdb: corrupted entry
pwd_mkdb: at line #2
pwd_mkdb:
/etc/pw.012585: Inappropriate file type or format
re-edit the password file? [y]: n^D^D
[hang]
|
| | |
|
| |
|
|
|
|
| |
Smarter error check if a uid is already in use.
Submitted by: "Eugene Radchenko" <genie@qsar.chem.msu.su>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
PR: 4365
Submitted by: "Andrew L. Moore" <alm@mclink.com>
|
| | |
|
| |
|
|
| |
Suggested by: guido
|
| |
|
|
| |
is restricted from running a given program.
|
| |
|
|
| |
was updated.
|
| |
|
|
|
|
|
| |
the database.
PR: 3397
Submitted by: taob@risc.org (Brian Tao)
|
| |
|
|
| |
Suggested by: joerg
|
| | |
|
| | |
|
| |
|
|
| |
old kludged-up 'yppasswd_comm' support.
|
| | |
|
| |
|
|
| |
Option -r is obsolete and buggy.
|
| | |
|
| |
|
|
|
| |
Adduser/rmuser stay for now until we get a good user-friendly front-end
for pw.
|
| |
|
|
|
| |
input file, it helps finding errors.
Obtained from: OpenBSD.
|
| |
|
|
| |
the revision date is displayed correctly.
|
| | |
|
| |
|
|
|
| |
PR: 3820
Submitted by: Joseph Stein <joes@spiritone.com>
|
| |
|
|
|
|
|
| |
PR: 3666
Reviewed by:
Submitted by: iaint@css.tuu.utas.edu.au
Obtained from:
|
| |
|
|
|
|
|
| |
visible type names in prototypes in user space headers. libutil.h
generates warnings with -Wall over the use of "const char *ttyname".
It's lucky it wasn't a #define conflict.
Is a single '_' prefix acceptable? or does it need to be two?
|
| |
|
|
| |
disqualified.
|
| |
|
|
| |
Suggested by: joerg
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Incorporated BSDI code and enhancements, better logging for error
checking (which has been shown to be a problem, and is therefore
justified, imho); also some minor things we were missing, including
better quad_t math, which checks for under/overflows.
o setusercontext() now allows user resource limit overrides, but
does this AFTER dropping root privs, to restrict the user to
droping hard limits and set soft limits within the kernel's
allowed user limits.
o umask() only set once, and only if requested.
o add _secure_path(), and use in login.conf to guard against
symlinks etc. and non-root owned or non-user owned files being
used. Derived from BSDI contributed code.
o revamped authentication code to BSDI's latest api, which
includes deleting authenticate() and adding auth_check()
and a few other functions. This is still marked as depecated
in BSDI, but is included for completeness. No other source
in the tree uses this anyway, so it is now bracketed with
#ifdef LOGIN_CAP_AUTH which is by default not defined. Only
auth_checknologin() and auth_cat() are actually used in
module login_auth.c.
o AUTH_NONE definition removed (collided with other includes
in the tree). [bde]
o BSDI's login_getclass() now accepts a char *classname
parameter rather than struct passwd *pwd. We now do likewise,
but added login_getpwclass() for (sort of) backwards
compatiblity, namely because we handle root as a special
case for the default class. This will require quite a few
changes elsewhere in the source tree.
o We no longer pretend to support rlim_t as a long type.
o Revised code formatting to be more bsd-ish style.
|
| |
|
|
| |
related files.
|
| |
|
|
| |
can exists and "default" class is really equal to empty class.
|
| |
|
|
| |
/etc/adduser.conf defaultclass with empty one
|
| |
|
|
|
| |
2. Turn on send_message by default for security reasons (mailbox
must be pre-created)
|