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