Age | Commit message (Expand) | Author |
2002-07-25 | pretty | Theo de Raadt |
2002-07-25 | Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name, | Miod Vallat |
2002-07-23 | timeout_list/_spec and limit_list/_spec don't return anything -> no %type. | Henning Brauer |
2002-07-21 | fix route-to also | Theo de Raadt |
2002-07-21 | make the , optional in many places. This makes string concat a lot more | Theo de Raadt |
2002-07-21 | string concat, ie. | Theo de Raadt |
2002-07-20 | minor indent tweaks | Theo de Raadt |
2002-07-20 | properly split yacc and lex use | Theo de Raadt |
2002-07-19 | minor tweaks, sigh | Theo de Raadt |
2002-07-19 | And back out the last change again. | Daniel Hartmeier |
2002-07-19 | rework the interface lookup routines internals. | Henning Brauer |
2002-07-19 | Support # comments at the end of lines and inside (multi-line) string | Daniel Hartmeier |
2002-07-19 | Use getnameinfo() instead of gethostbyaddr() to support IPv6 reverse | Daniel Hartmeier |
2002-07-19 | deal with the fact that the struct node_host ifa_pick_ip gets is not always | Henning Brauer |
2002-07-18 | use inet_aton(), until this is made v6 aware | Theo de Raadt |
2002-07-18 | fix warning | Theo de Raadt |
2002-07-18 | de-lint a bit. use inet_aton(); millert ok | Theo de Raadt |
2002-07-17 | support "self" as address. self expands to all IPv4 and IPv6 addresses of | Henning Brauer |
2002-07-16 | Add nat_consistent() and rdr_consistent() for checks that should occur | Daniel Hartmeier |
2002-07-16 | fix $OpenBSD Tag | Markus Friedl |
2002-07-15 | add support for | Henning Brauer |
2002-07-15 | cosmetics/consolidations to manpage in yyerror()s | Philipp Buehler |
2002-07-15 | o complain about keep state on block rules | Henning Brauer |
2002-07-13 | add list expansion for interface and proto in nat rules and for proto in rdr | Henning Brauer |
2002-07-12 | Mention that an interface can be a part of at most one bridge. | Jason Wright |
2002-07-11 | malloc() failure tests; rimshot@pandora.be | Theo de Raadt |
2002-07-09 | HASH payload validation does not require an exchange. | Hakan Olsson |
2002-07-09 | check sin6_scope_id field, just in case we change the routing socket API | Jun-ichiro itojun Hagino |
2002-07-09 | getifaddrs(3) grabs link-local addrs in kernel internal form, convert them | Jun-ichiro itojun Hagino |
2002-07-09 | rework the interface-to-IP routines. | Henning Brauer |
2002-07-08 | Don't allow 'flags' option in non-TCP rules, found by mpech@ | Daniel Hartmeier |
2002-07-08 | make failed SIOCG80211NWKEY print alert more clearly; jolan@norm.encryptedema... | Theo de Raadt |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-07-06 | Security Mode feature set. | Grigoriy Orlov |
2002-07-05 | unbreak. | Henning Brauer |
2002-07-05 | another small bug I found while installing a -current pf firewall. | Henning Brauer |
2002-07-05 | allow unsetting the statusinterface via | Henning Brauer |
2002-07-05 | volatile sig_atomic_t, suggested by Theo. | Hakan Olsson |
2002-07-05 | gcc 3.1 nits. Pointed out by David Krause. | Hakan Olsson |
2002-07-04 | Do not assume we have an active exchange during payload validation. | Hakan Olsson |
2002-07-04 | style | Hakan Olsson |
2002-07-03 | ansi | Theo de Raadt |
2002-07-03 | convert to ansi. suddenly realise that means yet another function is a | Theo de Raadt |
2002-07-01 | cut and pasto (fetch maxage correctly); Benny Holmgren <bigfoot@astrakan.hig.se> | Jason Wright |
2002-07-01 | do not Xr startkey | Theo de Raadt |
2002-07-01 | streamline parse buffer handling (no need to copy value that is not | Marc Espie |
2002-07-01 | KNF | Theo de Raadt |
2002-06-29 | ansi | Theo de Raadt |
2002-06-29 | IPPROTO_ICMP will not change in our life; itojun ok | Theo de Raadt |
2002-06-28 | Don't check for address family conflicts in nat/rdr before expansion, | Daniel Hartmeier |