millert
c90a644274
Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.
Now passes the regress tests.
20 years ago
espie
1452d17230
Cosmetic clean-up.
Simpler licence, update copyright years, trim empty lines, ISO declarations.
okay miod@
20 years ago
alexander
62e55d8051
Precedence and type fix; ok henning@
20 years ago
ho
f1bf9ca4e3
Add ipsec-nat-t at port 4500
20 years ago
jfb
7a1e9128cc
Make the `filename' parameter to HASHFile() and HASHFileChunk() const
ok pedro@, millert@
20 years ago
marc
620a3670ec
errno -> err in a structure. OK deraadt@
20 years ago
avsm
95bbd623be
add bounds check for src pointer in bcopy(3) as well as dest pointer,
noticed by millert@
20 years ago
itojun
2ae4d4b588
pop3 over tcp6
20 years ago
miod
eec56b624d
Regen.
20 years ago
miod
303f1eefce
Add /dev/crypto support.
20 years ago
henning
c1beef1cf2
size struct pollfd and idx2peer dynamically instead of imposing an arbitary
limit on OPEN_MAX, modeled after bgpd
20 years ago
henning
a4881967ba
ewps, add ntpd.conf.5
20 years ago
henning
2eeaf15a63
bloody attempt at a manpage
20 years ago
todd
48c7a891f9
backup isakmpd keys too
ok msf@ hshoexer@ krw@ millert@
20 years ago
henning
ed86cbbedb
provide most of the client functionality.
hook the descriptors into the main poll and such.
we're not doing anything with the reply we recive yet, tho.
mostly hacked on the Frankfurt->Montreal flight, as batteries and those
horrible air canada seats permitted...
20 years ago
henning
e473e31441
provide log_sockaddr, from bgpd
20 years ago
deraadt
2c6442909a
build bsd.md, and put it into the snaps
20 years ago
millert
6cd80dc0e2
According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAX
should only be 255. You would think they would be the same but you'd be
wrong.
20 years ago
marc
2092fd5de8
major bump to libc and libpthread to break the dependency of a
20 years ago
grange
b9e5d0c1c8
Add /etc/hotplug.
ok millert@
20 years ago
alexander
760bec6544
Move prototype definitions. Add multi-include protection to header.
ok henning@
20 years ago
grange
6bc5d18bac
hotplugd startup.
ok deraadt@
20 years ago
millert
6c1618adfd
An optional argument cannot start with '-', even if permutation is
disabled. Magne Oestlyngen.
20 years ago
grange
27494fe726
sync
20 years ago
grange
1f9c4aa1b1
Add gpio device nodes.
ok deraadt@
20 years ago
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