summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-06-01repaire pkg_info -P in the simplest possible way, pending revisit.Marc Espie
2011-06-01Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.Matthew Dempsky
2011-05-30tweak previous;Jason McIntyre
2011-05-30a few more comments, since for once this is complicated.Marc Espie
2011-05-30turn @pkgpath into real objects, to simplify some updates by not having toMarc Espie
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
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
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
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
2011-05-22fix examples so they stay do not use external utilities and do not referGilles Chehade
2011-05-21remove unused commented structureGilles Chehade
2011-05-21until now the map_backend API was not really useful for backends that areGilles Chehade
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
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
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
2011-05-19Fix some possible NULL pointer dereferences, and a little bit of cleanup.Peter Hessler
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
2011-05-17introduce new user_backend API for smtpd to lookup the users it wants toGilles Chehade
2011-05-17smtpd now uses an auth_backend API to authenticate users that are allowedGilles Chehade
2011-05-17somehow a previous sync with relayd missed one line...Gilles Chehade
2011-05-16remove useless assignationGilles Chehade
2011-05-16when a C_VDOM recipient expands to a local user, envelope expansion willGilles Chehade
2011-05-16plug leak in make_aliases()Jasper Lievisse Adriaanse
2011-05-16murder struct path and make sure smtpd uses simpler structures that do notGilles Chehade
2011-05-16tweak previous;Jason McIntyre
2011-05-16Print IPv6 addresses in hex, not decimal; from Tim van der MolenBret Lambert
2011-05-15disable pipex for L2TP on disconnect, too; yasuoka@ agrees.Markus Friedl
2011-05-14more clang warnings fixedGilles Chehade
2011-05-14char -> u_charGilles Chehade
2011-05-14int * -> socklen_t * in getsockopt() callGilles Chehade
2011-05-12Make it clear that ftp-proxy needs to make outbound connections.Ryan Thomas McBride
2011-05-12remove sneaky little ;lum