Age | Commit message (Expand) | Author |
2011-06-01 | repaire pkg_info -P in the simplest possible way, pending revisit. | Marc Espie |
2011-06-01 | Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata. | Matthew Dempsky |
2011-05-30 | tweak previous; | Jason McIntyre |
2011-05-30 | a few more comments, since for once this is complicated. | Marc Espie |
2011-05-30 | turn @pkgpath into real objects, to simplify some updates by not having to | Marc Espie |
2011-05-27 | spacing | Reyk Floeter |
2011-05-26 | Add additional check to prevent running scripts when not configured. | Reyk Floeter |
2011-05-26 | fix "check script" by sending all required information to the parent. | Reyk Floeter |
2011-05-24 | Fix nexthop calculation for directly connected P2P links. connected | Claudio Jeker |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-05-23 | re-enable nsd; if it happens again nsd in-tree will be abandoned | Theo de Raadt |
2011-05-23 | fix manpage build; from theo | Jakob Schlyter |
2011-05-23 | disable nsd until the yoyos get their shit together | Theo de Raadt |
2011-05-23 | Support interface groups in address specifications for tables or | Reyk Floeter |
2011-05-23 | nsd-zonec.8 | Jakob Schlyter |
2011-05-23 | make sure nsd-zonec is used instead of zonec | Jakob Schlyter |
2011-05-23 | remove old man-pages | Jakob Schlyter |
2011-05-22 | tweak previous; | Jason McIntyre |
2011-05-22 | teach smtpd how to listen on an interface group so that we can do: | Gilles Chehade |
2011-05-22 | fix examples so they stay do not use external utilities and do not refer | Gilles Chehade |
2011-05-21 | remove unused commented structure | Gilles Chehade |
2011-05-21 | until now the map_backend API was not really useful for backends that are | Gilles Chehade |
2011-05-21 | regen with autoconf-2.59, automake-1.9 | Jakob Schlyter |
2011-05-21 | remove annoying log_debug() | Gilles Chehade |
2011-05-21 | resolve conflicts and regen configure using autoconf-2.65 | Jakob Schlyter |
2011-05-21 | NSD v3.2.8 | Jakob Schlyter |
2011-05-21 | these log_debug()s should not have been committed :) | Gilles Chehade |
2011-05-21 | when a user add himself to his own ~/.forward, the delivery method was not | Gilles Chehade |
2011-05-21 | make 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 look | Gilles Chehade |
2011-05-21 | add legacy support for old sha256 checksums in distinfos. | Marc Espie |
2011-05-20 | Concurrent calls of "relayctl show sessions" could crash relayd. Fix | Reyk Floeter |
2011-05-19 | Fix some possible NULL pointer dereferences, and a little bit of cleanup. | Peter Hessler |
2011-05-19 | Add a few missing checks of return values of memory allocations. | Reyk Floeter |
2011-05-19 | Fix reload support in relayd(8) by reimplementing large parts of the | Reyk Floeter |
2011-05-17 | introduce new user_backend API for smtpd to lookup the users it wants to | Gilles Chehade |
2011-05-17 | smtpd now uses an auth_backend API to authenticate users that are allowed | Gilles Chehade |
2011-05-17 | somehow a previous sync with relayd missed one line... | Gilles Chehade |
2011-05-16 | remove useless assignation | Gilles Chehade |
2011-05-16 | when a C_VDOM recipient expands to a local user, envelope expansion will | Gilles Chehade |
2011-05-16 | plug leak in make_aliases() | Jasper Lievisse Adriaanse |
2011-05-16 | murder struct path and make sure smtpd uses simpler structures that do not | Gilles Chehade |
2011-05-16 | tweak previous; | Jason McIntyre |
2011-05-16 | Print IPv6 addresses in hex, not decimal; from Tim van der Molen | Bret Lambert |
2011-05-15 | disable pipex for L2TP on disconnect, too; yasuoka@ agrees. | Markus Friedl |
2011-05-14 | more clang warnings fixed | Gilles Chehade |
2011-05-14 | char -> u_char | Gilles Chehade |
2011-05-14 | int * -> socklen_t * in getsockopt() call | Gilles Chehade |
2011-05-12 | Make it clear that ftp-proxy needs to make outbound connections. | Ryan Thomas McBride |
2011-05-12 | remove sneaky little ; | lum |