henning
44782aec16
prepare for client functionality
20 years ago
brad
fb138ef2fa
uucpd over v6.
20 years ago
henning
e5f6bb6ae2
$OpenBSD$
20 years ago
henning
a241c3837c
first cut at config file parser
for now, one can set the addresses to listen on
20 years ago
henning
13d1c0852b
tzset(); noticed by theo
20 years ago
henning
30613069fb
allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm).
default to one IPv4 wildcard and one IPv6 wildcard one.
20 years ago
henning
4859c5eae7
naming consistency
20 years ago
millert
8471f4bfa8
Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAX
respectively instead of duplicating their values.
20 years ago
millert
0014f12b9a
Updates based on Single Unix; OK deraadt@
o _POSIX_CHILD_MAX increased to 25
o _POSIX2_RE_DUP_MAX renamed _POSIX_RE_DUP_MAX
o _POSIX_SYMLINK_MAX and SYMLINK_MAX added (same as PATH_MAX)
o _POSIX_SYMLOOP_MAX and SYMLOOP_MAX added (like MAXSYMLINKS)
20 years ago
henning
95c30e89c6
make my japanese friends happy by supporting IPv6 as well
20 years ago
henning
05bd315360
initial cut at a manpage
20 years ago
henning
ffc862704c
fix usage()
20 years ago
henning
4ad0cde98b
initial cut at ntpd.
it is just capable of answering (s)ntp4 requests with the local time
for now.
imsg/buffer and logging framework from bgpd, ntp protocol hackery
with Alexander Guy
20 years ago
henning
53ef3935aa
new user/group _ntp, theo ok
20 years ago
grange
d717fd1437
sync
20 years ago
grange
eb0fef3eae
Add hotplug device.
20 years ago
deraadt
a35bfe5a7a
one last route command lacking -qn
20 years ago
deraadt
8994cc67a9
sync
20 years ago
deraadt
0a910326d2
usb2 & usb3 more needed on modern machines
20 years ago
millert
638ec6cc63
In the Final function, move the context zeroing into the digest != NULL
scope so that passing a NULL digest is equivalent to the Pad function
(like it used to be). Fixes skey w/ sha1 as noticed by David Krause.
20 years ago
deraadt
2462bc4b83
knf; otto ok
20 years ago
jakob
b20a6c2f75
SNTP is RFC2030
20 years ago
david
8677f1a1d0
make /root/.klogin optional; ok deraadt@
20 years ago
drahn
b3b6933a22
generate entries for all of the ptys after more were added, ok deraadt millert
20 years ago
drahn
eb78f1ef1f
Enable binutils for arm now that we have binutils 2.14.
20 years ago
drahn
b83e4952fd
bump default datasize to 75MB instead of 64MB. Allows XF4 to build (on amd64)
with new binutils without tweaking datasize. ok deraadt@ millert@
20 years ago
otto
903036c95c
Add .Xr's to the commands implementing the various digests. ok millert@
20 years ago
henning
188abf7dfd
dhclient doesn't write a pid file any more; do remove the code that
deals with it at startup; noticed by wilfried, millert ok
20 years ago
mcbride
3fe2b1eb74
Bring down carp interfaces gracefully even if powerdown=YES in rc.shutdown.
ok krw@ deraadt@
20 years ago
sturm
fbc57aea01
- update policies to what is actually needed in -current
- deny access to /etc/spwd.db, permit pwd.db instead
- fixes pr 3748
- cosmetics
"toss it in" deraadt@
20 years ago
peter
328f2b4528
add /usr/local/sbin to root's .cshrc
reorder path to place /usr/X11R6/bin before /usr/local/{bin,sbin}
sync .profile PATH with .cshrc path
ok deraadt@, millert@
20 years ago
henning
c0a72d2560
add an example neighbor with manual keyed IPsec
20 years ago
henning
865353fbf2
king bula likes more sample fluff
20 years ago
henning
049c9a1112
zap duplicate
From: Myk Taylor <myk@ucla.edu>
20 years ago
millert
6e98a98e41
Simpler byte order flipping. Now the only place we explicitly check
for the host byte order is when we copy the final digest (and that
is just an optimization).
20 years ago
deraadt
d934b608f5
change _pppoe to _ppp, i had thought about it before, but henning has convinced me
20 years ago
deraadt
9fd125c07e
_pppoe privdrop user for canacar
20 years ago
tedu
5435516474
improved man page, with example and error strings, suggested by deraadt@
man help jmc@
20 years ago
deraadt
3452944e6b
typo; sq@oganer.net
20 years ago
deraadt
e3347935bb
_afs user for privsep; beck ok
20 years ago
millert
9a4115e513
Make the Transform functions match the other hash types and document them.
Use sizeof() in the Init functions where it makes sense.
Use weak aliases instead of wrapper functions.
Probably should have gone in before the major bump but as these are only
used internally by the sha2 functions themselves there should be no problem.
20 years ago
millert
f181b464e0
Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF.
It was defined before and there is no need to for this knob...
20 years ago
henning
73e3c491cd
provide some filter examples; PR3764
20 years ago
deraadt
81db547eac
bye bye bootpd. You will not be missed.
20 years ago
david
eddcf58572
+_rbootd; ok henning@ millert@
20 years ago
deraadt
e28e67ede2
nuke default .rhosts file; from S@mSmith.net, ok millert
20 years ago
jmc
eaf41443d6
sort SEE ALSO;
20 years ago
millert
2f87adf68b
Be smarter about signed vs. unsigned (produces better error messages).
OK otto@
20 years ago
millert
3fc0f059df
Missed this in the __strerror() removal.
20 years ago
tedu
bc41fb1d63
strtonum prototype
20 years ago