Age | Commit message (Expand) | Author |
2004-04-26 | double check that the carp* interfaces exist before knocking them down, | Theo de Raadt |
2004-04-26 | structs for ipsec, with markus | Henning Brauer |
2004-04-26 | minor cleanups | Theo de Raadt |
2004-04-26 | announce multiprotocol capabilities - IPv4 multicast for now | Henning Brauer |
2004-04-26 | Cleanup the decision function and take the age of the entry into account. | Claudio Jeker |
2004-04-26 | anchor refcounting. ok dhartmei@ mcbride@ | Cedric Berger |
2004-04-25 | better error logging in parse_capabilities() | Henning Brauer |
2004-04-25 | isprint() doesn't consider all whitespace to be printable so use | Todd C. Miller |
2004-04-25 | there's a slight difference between teh local and the remote sockaddr... | Henning Brauer |
2004-04-25 | sizeof(op_len) when dealing with op_len, not sizeof(op_type) - same size | Henning Brauer |
2004-04-25 | spaces | Henning Brauer |
2004-04-25 | add/subtract ULONG_MAX + 1 on over/underflows, fixes float -> quad | Daniel Hartmeier |
2004-04-25 | correctly pritn netmask with template neighbors, prettify output overall, | Henning Brauer |
2004-04-25 | sync | Theo de Raadt |
2004-04-25 | permit multiple default route. from kame | Jun-ichiro itojun Hagino |
2004-04-25 | useless casts | Ted Unangst |
2004-04-25 | if you don't want the parent, don't use WANTPARENT. from pedro martelletto | Ted Unangst |
2004-04-25 | clean; ok beck | Theo de Raadt |
2004-04-25 | if remote-as was not configured, inherit the AS from the neighbors open | Henning Brauer |
2004-04-25 | only use um_cred for lookups, fixes pr 745. | Ted Unangst |
2004-04-25 | update missing pieces from 0.9.7d; ok henning | Markus Friedl |
2004-04-25 | use getnameinfo here too, itojun & markus ok | Henning Brauer |
2004-04-25 | check for input queue congestion on those as well and call if_congestion when | Henning Brauer |
2004-04-25 | prevent an endless loop with route-to lo0, fixes PR 3736, | Daniel Hartmeier |
2004-04-25 | Make authpf exec pfctl instead of sucking in code from pfctl | Bob Beck |
2004-04-25 | MINCLSIZE value now back to what 4.4bsd defined. markus ok | Jun-ichiro itojun Hagino |
2004-04-25 | sync | Theo de Raadt |
2004-04-25 | new axe; freebsd | Theo de Raadt |
2004-04-25 | reserve upper half of the (internal) ID space for cloned neighbors, claudio ok | Henning Brauer |
2004-04-25 | probability tests. | Cedric Berger |
2004-04-25 | get rid of a complete state tree walk at state expire while in splnet() | Philipp Buehler |
2004-04-25 | dont splx across functions | Philipp Buehler |
2004-04-25 | fix check wether local-address and neighbor are of same address family - | Henning Brauer |
2004-04-25 | Remove the no longer needed configure stuff in RDE. The peer list needs no | Claudio Jeker |
2004-04-25 | Simplify cpu_number() - adding a shortcut depending upon the board type | Miod Vallat |
2004-04-25 | use '|' as field separator, not ':' - for future IPv6 support | Jun-ichiro itojun Hagino |
2004-04-25 | avoid NULL deref; from danh@ | Markus Friedl |
2004-04-25 | unifdef -DSMALL_KERNEL | Jun-ichiro itojun Hagino |
2004-04-25 | change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadt | Markus Friedl |
2004-04-25 | have a localcopy of radix.c here | Jun-ichiro itojun Hagino |
2004-04-25 | from openssl, 1.50.2.9, make S/MIME encrypt work again. | Markus Friedl |
2004-04-25 | unbreak tree | Markus Friedl |
2004-04-25 | do not kill cloned neighbors on reload, claudio ok | Henning Brauer |
2004-04-25 | add "neighbor cloning", allowing you to specify a prefix and prefixlength | Henning Brauer |
2004-04-25 | add TCPCTL_DROP; ok deraadt, cedric, grange, ... | Markus Friedl |
2004-04-25 | Make it clear that we will give each target an openings value equal to | Kenneth R Westerback |
2004-04-25 | kill unbounded string op. deraadt ok | Jun-ichiro itojun Hagino |
2004-04-25 | fix typos/spelling in comments, from pedro martelletto | Jolan Luff |
2004-04-25 | missing return; noticed by Joris Vink <amni@pandora.be> but I fixed in | Henning Brauer |
2004-04-25 | &d and %d have different meanings in format strings, yeah | Henning Brauer |