summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2011-06-16remove redundant valuesMarc Espie
2011-06-16clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likelyHenning Brauer
deserves to get credited for this, but I have no idea where that came from
2011-06-16repair broken tally displayMarc Espie
2011-06-15change yet again how we handle transparent formatting of manpages.Marc Espie
simplify: actually create a tmp directory hierarchy that exactly mimics what fake contains. This avoids trouble with makewhatis checks. Don't even try to remember what files are there, just wipe it all with rmtree.
2011-06-11Unbreak the build with MANPS, making sure to still honour NOMAN.Ingo Schwarze
Problem found and fix tested by jmc@. Note that the patch to Makefile.in is useful for two additional reasons: 1. It removes an ugly reimplementation of the bsd.man.mk .8.cat8 target. 2. It will be required anyway when installing source manuals in the future. The bsd-wrapper patch looks redundant, but isn't. These rules are not in bsd.man.mk because elsewhere, the source files (*.8 etc.) are part of the source tree, not generated files.
2011-06-10tweak previous;Jason McIntyre
2011-06-09So long, rdconfig. You won't be missed.Owain Ainsworth
ok matthew@
2011-06-09Unlink rdconfig(8) from the builds.Owain Ainsworth
Unmaintained, duplication of other things, unwanted. (if you want memory to act as a disk use a vnd or mfs) ok matthew@.
2011-06-09'relay as' and 'relay via as' rules allow smtpd to rewrite the user part,Gilles Chehade
the domain part or the entire address of the sender at the SMTP sesssion level. this is not masquerade but allows smtpd to communicate with hosts that do a check of SMTP sender fqdn. sent to tech@, a couple 'no regression' feedbacks
2011-06-09fix @ask-update exampleStuart Henderson
2011-06-09spacingTheo de Raadt
2011-06-06Userland counterpart of the vmmap backout; cranks major version of libkvm.Ariane van der Steldt
2011-06-06don't open /dev/mem to print the help, allowing mortals to read itTed Unangst
ok deraadt matthew
2011-06-01repaire pkg_info -P in the simplest possible way, pending revisit.Marc Espie
(problem noticed by Nigel Taylor)
2011-06-01Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.Matthew Dempsky
ok miod@, deraadt@ N.B.: If you're following -current, you MUST recompile config(8) and re-config your kernel or else ioconf.c will fail to compile.
2011-05-30tweak previous;Jason McIntyre
2011-05-30a few more comments, since for once this is complicated.Marc Espie
add subdir method to extrainfo and pkgpath to get to pkgpath string. to be used in register-plist to allow for normalization of pkgpaths.
2011-05-30turn @pkgpath into real objects, to simplify some updates by not having toMarc Espie
figure out what matches precisely. approved by dcoppa@. okay sthen@, landry@
2011-05-27spacingReyk Floeter
2011-05-26Add additional check to prevent running scripts when not configured.Reyk Floeter
2011-05-26fix "check script" by sending all required information to the parent.Reyk Floeter
2011-05-24Fix nexthop calculation for directly connected P2P links. connectedClaudio Jeker
may only be set on directly connected networks but not on router nodes which are used by the P2P links. Fix for PR 6597. OK sthen@
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
vmmap is designed to perform address space randomized allocations, without letting fragmentation of the address space go through the roof. Some highlights: - kernel address space randomization - proper implementation of guardpages - roughly 10% system time reduction during kernel build Tested by alot of people on tech@ and developers. Theo's machines are still happy.
2011-05-23re-enable nsd; if it happens again nsd in-tree will be abandonedTheo de Raadt
2011-05-23fix manpage build; from theoJakob Schlyter
2011-05-23disable nsd until the yoyos get their shit togetherTheo de Raadt
2011-05-23Support interface groups in address specifications for tables orReyk Floeter
directives like "listen on egress". Based on gilles@' code for smtpd and an idea from Mikolaj Kucharski.
2011-05-23nsd-zonec.8Jakob Schlyter
2011-05-23make sure nsd-zonec is used instead of zonecJakob Schlyter
2011-05-23remove old man-pagesJakob Schlyter
2011-05-22tweak previous;Jason McIntyre
2011-05-22teach smtpd how to listen on an interface group so that we can do:Gilles Chehade
listen on egress listen on wlan idea unvoluntarily suggested by Mikolaj Kucharski a few weeks ago, unslacked after theo suggested it again.
2011-05-22fix examples so they stay do not use external utilities and do not referGilles Chehade
to external domains prompted by deraadt@
2011-05-21remove unused commented structureGilles Chehade
2011-05-21until now the map_backend API was not really useful for backends that areGilles Chehade
not key/val stores. refactored a bit so that smtpd can really take advantage of backends. preliminary work for ldap support ;-) no functionnal change
2011-05-21regen with autoconf-2.59, automake-1.9Jakob Schlyter
2011-05-21remove annoying log_debug()Gilles Chehade
2011-05-21resolve conflicts and regen configure using autoconf-2.65Jakob Schlyter
2011-05-21NSD v3.2.8Jakob Schlyter
2011-05-21these log_debug()s should not have been committed :)Gilles Chehade
2011-05-21when a user add himself to his own ~/.forward, the delivery method was notGilles Chehade
reset by ruleset matching and since it was cleared upon entering lka_session_resolve_node(), it would trigger a fatal().
2011-05-21make the "no DH parameters" warning a log_info()Gilles Chehade
2011-05-21"for all" does not necessary apply to relay rules, so do not forget to lookGilles Chehade
for an alias map. fixes "accept from all for all alias myaliases deliver to mbox" and makes thib "super happy" ok thib@
2011-05-21add legacy support for old sha256 checksums in distinfos.Marc Espie
2011-05-20Concurrent calls of "relayctl show sessions" could crash relayd. FixReyk Floeter
the show sessions handler by implementing it in an asynchronous way. Closes PR 6509 ok pyr@
2011-05-19Fix some possible NULL pointer dereferences, and a little bit of cleanup.Peter Hessler
From Lawrence Teo (thanks!) OK krw@
2011-05-19Add a few missing checks of return values of memory allocations.Reyk Floeter
2011-05-19Fix reload support in relayd(8) by reimplementing large parts of theReyk Floeter
daemon infrastructure. The previous design made it fairly hard to reload the complex data structures, especially relays and protocols. One of the reasons was that the privsep'd relayd processes had two ways of getting their configuration: 1) from memory after forking from the parent process and 2) and (partially) via imsgs after reload. The new implementation first forks the privsep'd children before the parents loads the configuration and sends it via imsgs to them; so it is only like 2) before. It is based on an approach that I first implemented for iked(8) and I also fixed many bugs in the code. Thanks to many testers including dlg@ sthen@ phessler@ ok pyr@ dlg@ sthen@
2011-05-17introduce new user_backend API for smtpd to lookup the users it wants toGilles Chehade
deliver mail to. the only backend supported for now is USER_GETPWNAM and it is not yet possible to switch to an alternate backend. yes this means that we're very close from smtpd being able to handle fully virtual accounts for both incoming and outgoing messages.
2011-05-17smtpd now uses an auth_backend API to authenticate users that are allowedGilles Chehade
to send mail so they do not necessarily need a local system account. two backends are provided by default, bsd_auth(3) and getpwnam(3), however smtpd will only select bsd_auth(3) for the moment and not provide a way to chose any other backend (that's on purpose ;p). bye bye authenticate() !