| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
Pointed out by: Charlie Sorsby <crs@hgo.net>
|
|
|
|
|
| |
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
|
| |
|
|
|
|
| |
don't try to use it to set special priorities.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Here is a some example for avoiding a confusion.
It asssumes a logged host domain is "spec.co.jp". All
example is longer than UT_HOSTNAMELEN value.
1) turbo.tama.spec.co.jp: 192.19.0.2 -> trubo.tama
2) turbo.tama.foo.co.jp : 192.19.0.2 -> 192.19.0.2
3) specgw.spec.co.jp : 202.32.13.1 -> specgw
Submitted by: Atsushi Murai <amurai@spec.co.jp>
|
|
|
|
| |
uu_lock() to another process.
|
|
|
|
|
|
|
| |
login class.
PR: 6636
Submitted by: Jason Young <doogie@forbidden-donut.anet-stl.com>
|
| |
|
|
|
|
| |
redone for every call of setproctitle().
|
|
|
|
|
|
| |
Commented out docmentation of nonexistent authenticate() and
auth_timesok(). authenticate() seems to be obsolete and
auth_timesok() never existed in FreeBSD.
|
| |
|
|
|
|
| |
not "tty.").
|
| |
|
|
|
|
|
| |
PR: 5739
Submitted by: Matthew Cashdollar <mattc@rfcnet.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
that this source is compiled against. This source is referenced by
install which is needed as a build tool and must be able to compile
against NetBSD headers and libraries if we have a hope of supporting
another architecture.
With this change, that's two working programs down and 3945 (?) to go.
The other one was make, but that didn't need any changes to work under
FreeBSD/Alpha. 8-)
|
|
|
|
| |
PR: 4838
|
| |
|
|
|
|
| |
revision 1.8 of uucplock.c.
|
|
|
|
|
|
|
| |
ISSUES:
An example and better explansion on how to specify a user's login
class in /etc/master passwd is needed.
(As I don't seem to be specifiying it right, I can't do it).
|
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
| |
Suggested by: guido
|
|
|
|
| |
is restricted from running a given program.
|
|
|
|
| |
denying execution of certain programs.
|
| |
|
|
|
|
|
|
|
| |
the database.
PR: 3397
Submitted by: taob@risc.org (Brian Tao)
|
|
|
|
|
|
|
| |
indent and make this compile -Wall clean like the
Makefile suggests that it should. :)
Pointed out by: Bruce Evans <bde@zeta.org.au>
|
|
|
|
| |
Suggested by: joerg
|
|
|
|
| |
rcsid.
|
| |
|
| |
|
|
|
|
| |
disconnect.
|
| |
|
|
|
|
|
| |
PR: 3878
Submitted by: roman@rpd.univ.kiev.ua
|
|
|
|
|
| |
PR: 3820
Submitted by: Joseph Stein <joes@spiritone.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These changes add the ability to specify that a UFS file/directory
cannot be unlinked. This is basically a scaled back version
of the IMMUTABLE flag. The reason is to allow an administrator
to create a directory hierarchy that a group of users
can arbitrarily add/delete files from, but that the hierarchy
itself is safe from removal by them.
If the NOUNLINK definition is set to 0
then this results in no change to what happens normally.
(and results in identical binary (in the kernel)).
It can be proven that if this bit is never set by the admin,
no new behaviour is introduced..
Several "good idea" comments from reviewers plus one grumble
about creeping featurism.
This code is in production in 2.2 based systems
|
| |
|
|
|
|
|
|
|
| |
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?
|
|
|
|
|
|
|
| |
PR:
Reviewed by:
Submitted by:
Obtained from:
|
|
|
|
| |
disqualified.
|
|
|
|
|
|
|
|
| |
bumped only 0.1 or 1.0 between releases. (See handbook.)
Note that if you have built world in -current in the last 48 hours or
so, you should manually remove /usr/lib/libutil.so.2.3 before
rebuilding world to cleanse your system.
|
|
|
|
| |
Suggested by: joerg
|
| |
|
|
|
|
| |
Suggested by: bde
|
| |
|