deraadt
5600960454
ipforward is in sysctl.conf now
27 years ago
tholo
7aa88bcdf1
strftime is no longer in this directory
27 years ago
millert
d919ab04d0
More XPG4.2 --
setstate takes a const parameter
don't ever spew to stderr, just return NULL
27 years ago
deraadt
fa2ab79168
more
27 years ago
deraadt
a559e2f17b
size_t n in initstate(); XPG
27 years ago
deraadt
224ae4d094
typo
27 years ago
deraadt
02d7fc1400
ddb sysctl
27 years ago
deraadt
338a6ea28e
introduce /etc/sysctl.conf containing sysctl variables to change at boot time
27 years ago
millert
f1f5eb96c4
No need to put a Subject: line. We use "mail -s" in the crontab anyway.
27 years ago
millert
24241ad741
Don't override environ if realloc() fails. Pointed out by
Dave Bodenstab <imdave@mcs.net>
27 years ago
dima
3460da97f1
Don't start cfsd if mountd is not running, instead give an error message.
27 years ago
dima
e8a68365ae
"if [ -f" --> "if [ -x"
27 years ago
millert
544d5f721b
Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escaping
the default. For xpg4.2.
27 years ago
graichen
2f4f7f163c
create devices for the disks/tapes on a second scsi controller (asc1)
27 years ago
dgregor
71504a77cf
Add /dev/ipnat and /dev/ipstate for IPF 3.2.3
27 years ago
art
96b721d273
correct path to the kerberos servers.
27 years ago
downsj
b57e53b225
Add ${nfsiod_flags}
27 years ago
art
e99ffa6864
Update of _old_ information.
27 years ago
jason
c249595ec0
Changes to kerberos entries from art
27 years ago
millert
ea4358b9de
use tzcode strftime(3) as it is kept up to date.
27 years ago
niklas
3ad4218b9b
New ntp (the one found in ports) is called ntpd, not xntpd
27 years ago
mickey
0462e1202c
to those who wants snmpd
27 years ago
deraadt
85ed402863
new motd
27 years ago
angelos
4198c5c153
cfsd
27 years ago
angelos
a062f80256
Consistency.
27 years ago
niklas
057717083d
Create /dev/grf6 in the all rule
27 years ago
deraadt
1df2af19a1
document krb.conf tweak
27 years ago
deraadt
e8d65e4516
make mmap() return void *, add MAP_FAILED
27 years ago
brian
90ab4f4295
Suggest using /var/tmp for local domain `diagnostic' sockets,
rather than making a new directory. Also, suggest 0600
permissions (mask: 0177).
Dangers noted by: Theo de Raadt <deraadt@cvs.openbsd.org>
27 years ago
brian
e90978f391
Don't suggest creating sockets in /var/run as we create
sockets as our original uid. Suggest creating /var/ppp
with perms 1777 instead.
Pointed out by: Masafumi NAKANE <max@wide.ad.jp>
27 years ago
deraadt
ab9e784f8f
correct description
27 years ago
deraadt
6881dfce6f
NUL not NULL
27 years ago
deraadt
eadfd2f525
be more careful during termination
27 years ago
tholo
374c4bf5f2
Make usleep prototype match manual page and implementation
27 years ago
brian
04a30df748
Allow (and document) execution of commands from within
our chat script.
You can now even run chat(8) - see ppp.conf.sample.
27 years ago
deraadt
802b0aec8f
use group nobody for fingerd
27 years ago
deraadt
f370cd1e6f
add XPG4.2 lockf; kleink
27 years ago
deraadt
aae2a520f4
sigh; move syslog up nearer the top. Any failures from this?
27 years ago
todd
dde613d3bd
modernize
27 years ago
deraadt
e2668850c9
ugh
27 years ago
deraadt
4a8173ab1b
ipforwarding option in rc.conf
27 years ago
deraadt
514fcde0e9
add SKIP entry
27 years ago
brian
dfafffcbe7
Add /var/log/ppp.log
27 years ago
deraadt
53df287728
fix major number for fd/*; felix reported the i386 flaw
27 years ago
deraadt
e6f186f71c
correct swedish grammar
27 years ago
niklas
3626573840
Diskless root mounts were ro too long
27 years ago
brian
a6d1724a2b
Hook the sample ppp configuration files.
27 years ago
brian
ea1eccb474
Add group `network'.
This group is intended for use by network daemons
such as ppp, pppd and slattach. These programs will
be mode 4550 and group network (soon), allowing the
sys-admin control over who manipulates interface
configurations and routing tables.
27 years ago
deraadt
a5b4ccde1f
for XPG, do not use special typedef types
27 years ago
mickey
ee2abc0b62
fix chN (N > 0) problem
27 years ago