kettenis
294658509f
unbreak the tree; no more libwrap
10 years ago
tedu
865935a62a
okan reminds me hosts.allow lived here too
10 years ago
ajacoutot
25a5dcaa2a
Stop monitoring apache files.
ok florian@ jung@ sthen@
10 years ago
sthen
8134aa11c6
Add /var/unbound/dev/log, it isn't needed for initial startup because Unbound
opens the log before chrooting, but this handles the case where syslogd is
restarted during Unbound's runtime.
10 years ago
tedu
ea175c36fd
oops, merge error
10 years ago
tedu
353207c9dc
more bm excision
10 years ago
tedu
edb424679c
clear stack variables, suggested by djm
10 years ago
naddy
32386fdf7d
Remove the MD4 functions.
"A collision attack published in 2007 can find collisions for full
MD4 in less than two hash operations."
ok deraadt@, man pages ok jmc@
10 years ago
tedu
c830a7ee52
some improvements suggested by djm.
use better constant for salt size.
always copy ":" to gerror, in case somebody is dumb enough to overwrite it
timingsafe_bcmp before somebody whines about strcmp
10 years ago
tedu
521978eee8
two functions don't need to be exported
10 years ago
tedu
5ca97b2032
minimal change to implementation of bcrypt to not require static globals.
add some friendlier functions.
move the classic static data api into wrapper functions.
a few more changes to come...
10 years ago
tedu
661d769f4e
remove the never used bm string functions
10 years ago
sthen
85309b05df
Remove commented-out module-config line, it is already set to "validator
iterator" by default. Pointed out by Patrik Lundin.
10 years ago
tedu
5d4103f5b3
switch to shorter ISC license. this was ok with Niels Provos.
10 years ago
ajacoutot
256de60572
Add nginx default log files to the rotation.
ok jung@ stephan@
tweaks and ok sthen@
10 years ago
sthen
4dd1a5962e
Install a /var/unbound/db directory, writable by the _unbound daemon,
and use it as the default location for the DNSSEC root key. Update default
config for this location.
With this, the only step required to enable DNSSEC validation is to
uncomment these default config entries and restart:
#module-config: "validator iterator"
#auto-trust-anchor-file: "/var/unbound/db/root.key"
There is no longer a requirement to run unbound-anchor manually to
update the root key. The rc.d script will take care of updates at boot,
and Unbound will manage the file itself at runtime.
Test with "dig test.dnssec-or-not.net txt @127.0.0.1" or similar.
10 years ago
miod
8dbd387ec6
Tell the manpage machinery to not output Xr to hd(4/vax) in MAKEDEV.8, since
such a manpage does not currently exist. Requested by jmc@
10 years ago
tedu
a3382b4cd8
no rest for the wicked. increase user blf logrounds default to 8(+2).
increase root to 9(+1).
ok deraadt (and a thank you to miod for helping to reduce the set of
architectures harmed by this)
10 years ago
tedu
2a80bbb144
consolidate the base64 code in one place, and remove inadequate test code
10 years ago
tedu
3beb8e286a
right or wrong, bcrypt() is declared in pwd.h, not unistd.h
10 years ago
miod
7766679fe4
Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.
Noone sane will mourn these ports anyway. So long, and thanks for the fish.
10 years ago
sthen
9690bbcd18
No need to keep a manually maintained list of system daemons here, ftpd can
disallow them itself. ok deraadt@ millert@, gsoares@ and aja@ like it too.
("nobody" still needs to be listed).
10 years ago
tedu
18caccfdb7
uucp cleansing
10 years ago
sthen
4160ff8632
no more _ppp user
10 years ago
sthen
733c769ec2
ppp.log was just for ppp(8)
10 years ago
deraadt
c6fc6500f7
_ppp uid/gid will come up for recycling (but please not within a year)
10 years ago
deraadt
357cb1b33e
the userland ppp(9) code goes awa. Having too much ppp choice in the
tree results in one-true-ppp not coming into existance. This code is
essentially un-audited and quite dangerous.
ok claudio sthen
10 years ago
guenther
5ebaeabad3
lint is dead (long live the lint!), so stop using it as a cpp conditional
(namespace pollution!) or talking about its opinion on code.
ok krw@
10 years ago
sthen
85815eee50
add unbound.conf and (dnssec) root.key to changelist
10 years ago
sthen
216f65a4eb
Add _unbound user here too. Reminded by aja@
10 years ago
sthen
cc6c887d94
Enable Unbound in base, ok deraadt@
10 years ago
miod
423a89bb3d
Bump the cdXX image from 12MB to 13MB.
10 years ago
sthen
62f586f294
httpd_flags was still used here; remove it.
Add a log socket in /var/www/dev/log if nginx is enabled, it is needed as
the openlog() call is done after chrooting.
ok brad@ florian@ deraadt@
10 years ago
sthen
227e08b10e
Add a new sample config file and rc.d script for unbound, ok deraadt@
10 years ago
kettenis
68a0072e4a
regen
10 years ago
kettenis
7d3fe827b5
We no longer support the userland interface for agp(4).
10 years ago
sthen
a16eb2ca9e
Add "ub-dns-control" (for unbound's equivalent of rndc), so that it's added
to the port list in net.inet.tcp.baddynamic. Service name taken from IANA
service-names-port-numbers.txt.
If anyone's interested in adding AF_UNIX support for comms between unbound
and unbound-control, that would very welcome.
OK brad@ deraadt@
10 years ago
tedu
f053ee9367
adding a user is hard. mistakes pointed out by ajacoutot
10 years ago
tedu
681c9fb0a4
smtpd dudes forgot to add their _smtpq user
10 years ago
tedu
ada69bdc62
the default rsh is now spelled ssh. ok deraadt
10 years ago
tedu
dcfc5e6745
it's a tedu miracle! this file is just descriptions, so resurrect sprayd
10 years ago
florian
859c20a99c
Unhook httpd(8) from build; etc bits
OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@
"The time is right." and much help getting the show on
the road deraadt@
10 years ago
florian
1c3ccedd79
Unhook httpd(8) from build
OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@
"The time is right." and much help getting the show on
the road deraadt@
10 years ago
tedu
f87d303583
just run newaliases. should be about the same, but less sendmail.
ok todd
10 years ago
tedu
01d0115415
switch over to smtpd by default.
ok deraadt gilles todd
10 years ago
tedu
79db798be4
Are they going to help?
No.
Well, then tell them to stay out of the way.
ok deraadt
10 years ago
tedu
2afac518f6
too old, undermaintained
10 years ago
deraadt
ef92d07080
the pre-5.5 test keys are no longer useful
10 years ago
deraadt
e42554fe04
some files were not being hashes, because they were missing from MDEXT
noticed by jsg, and important enough to make release
10 years ago
deraadt
a5b057e094
cdemu is no more
10 years ago