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
brian
b299184241
cuaaX => cua0X: This is OpenBSD !
27 years ago
deraadt
6ea8b89caa
rearrange rfc1323 thingy
27 years ago
provos
0b9d39c6e3
2**8 is normally 256 and not 64, I should resign from applied math it seems.
27 years ago
deraadt
dde2c1a035
kill bad .Os line
27 years ago
millert
4626f8638d
Make console type "sun" so the default will "just work" for most people.
27 years ago
millert
667296b173
Add __attribute__ for asprintf.
27 years ago
millert
309847b387
Implement asprintf(3) and vasprintf(3) functions similar to the
ones in the glibc. Some man pages changes from FreeBSD
(asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
27 years ago
kstailey
4aa648c5a3
NAT requires IPF
27 years ago
millert
d7b0db3507
Add cat3p man3p
27 years ago
deraadt
d2b30873f2
bye bye secretmail
27 years ago
brian
ca73616026
Import version 1.5 of ppp.
<sales>
This is a user-level ppp implementation that uses the
tun driver. It was originally created by a Japanese
ISP. It's now piled with features. Check the man pages
for details.
</sales>
The sources are identical to the ones in FreeBSD, except
for the Makefile.
IP aliasing (NAT) is disabled, and can be enabled by simply
doing a ``make install'' of libalias, then rebuilding
ppp. I'll create libalias as a port soon.
27 years ago
maja
05547337bc
Add support for mopd. -moj
27 years ago
kstailey
f7f4219c14
locate.rc
27 years ago
deraadt
b0458ff882
clean /var earlier
27 years ago
millert
8e693f1039
-Wall
27 years ago
millert
df03ebbc5d
Go back to old file locking method, O_EXLOCK method has too many problems
27 years ago
millert
bb1bed96be
pw_mkdb() now returns -1 if ptmp is size 0.
27 years ago
millert
b65904d4d9
Work around bug in open(2) wrt O_TRUNC and O_SHLOCK|O_EXLOCK.
27 years ago
deraadt
b7fb34043d
completely avoid master.passwd in the changelist processing; jbernard@tater.mines.edu
27 years ago
deraadt
f6f2cca0b7
move proto to sys/stat.h; XPG4.2
27 years ago
bri
84b9176eb4
Correct the ftruncate() call.
27 years ago
bri
55694d3e32
Introduce uu_lock(), uu_unlock() and uu_lockerr()
into libutil.
Obtained from: FreeBSD
Reviewed by: Theo
27 years ago
deraadt
7853ecaa8b
start named earlier; this is an experiment
27 years ago
provos
c49dfebbec
explain about MD5 and Blowfish passwords.
27 years ago
kstailey
241ca0106c
Move webster to correct port (and out of dynamic range.)
Add "portmap" and "rpcbind" aliases for "sunrpc".
Add a few misc. services.
27 years ago
deraadt
1c1a3a9403
kill spaces at ends of lines; m4
27 years ago
deraadt
ac1bf55c0f
things come from rc.conf not netstart nowadays
27 years ago
deraadt
5874755ed9
fix for paths with spaces; nimenees@uaccess.net
27 years ago
deraadt
3255b5a3b3
install bootblocks too
27 years ago
deraadt
036b6f4054
copy *BOOT* too for destdir building
27 years ago