Age | Commit message (Expand) | Author |
2003-12-21 | change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henning | Markus Friedl |
2003-12-21 | use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar | Markus Friedl |
2003-12-21 | check for multicast early, remove redundant checks; ok itojun, mcbride | Markus Friedl |
2003-12-18 | Permit ethernet multicast addresses, as used by some HA/failover solutions. S... | Hakan Olsson |
2003-12-17 | Change pfsync IP protocol and multicast group numbers. | Ryan Thomas McBride |
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride |
2003-12-12 | niels kindly dropped clause 3/4 from the license. tnx! | Jun-ichiro itojun Hagino |
2003-12-12 | previous commit included bad hunk. sorry | Jun-ichiro itojun Hagino |
2003-12-12 | no need to call arc4random() if we don't skip numbers in ip_randomid(). | Jun-ichiro itojun Hagino |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-12-10 | correct non-repetitive ID code, based on comments from niels provos. | Jun-ichiro itojun Hagino |
2003-12-08 | switch to CIRCLEQ_FOREACH_REVERSE in tcpdropoldhalfopen() and | Markus Friedl |
2003-12-08 | Mbuf tag tcp and udp packets which are translated to localhost, and | Ryan Thomas McBride |
2003-12-06 | Mark u_int64_t constants with ULL to make gcc3 happy. | Alexander Yurchenko |
2003-12-03 | add support for ifconfig clone; ok henning deraadt | Markus Friedl |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-11-16 | compile without INET6 | Markus Friedl |
2003-11-14 | Don't include KAME link-local interface ID in HMAC. | Ryan Thomas McBride |
2003-11-09 | No need to pass an unused struct carp_softc * into carp_input_c() from | Ryan Thomas McBride |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-07 | Check to make sure that the packet was received on a carp-enabled interface. | Ryan Thomas McBride |
2003-11-07 | Clean up carp_iamatch() behaviour so we don't reply to arp requests when | Ryan Thomas McBride |
2003-11-07 | Add missing #ifdef INET6. | Ryan Thomas McBride |
2003-11-06 | the previous change caused invalid checksums in some cases (rdr), | Daniel Hartmeier |
2003-11-05 | Cleanups. | Ryan Thomas McBride |
2003-11-04 | add in(6)_pcblookup_listen() and replace all calls to in_pcblookup() | Markus Friedl |
2003-11-04 | Add carp_setroute(), add and remove routes when the carp(4) interface | Ryan Thomas McBride |
2003-11-04 | Use MGETHDR() instead of m_gethdr() | Ryan Thomas McBride |
2003-11-04 | - Remove bogus function prototype | Ryan Thomas McBride |
2003-11-04 | kill a no longer relevant todo item | Michael Shalayeff |
2003-11-04 | Some cleanups from Andrey Matveev <andrushock@korovino.net>: | Ryan Thomas McBride |
2003-11-03 | There is no point in checking NIC capabilities before calling pf_test(), | Cedric Berger |
2003-11-03 | Cleanups: | Ryan Thomas McBride |
2003-11-03 | spacing | Theo de Raadt |
2003-11-03 | Some KNF cleanup. There's probably more to do. | Ryan Thomas McBride |
2003-11-02 | Typo; #ifdef INET not INET6. | Ryan Thomas McBride |
2003-10-31 | Add IPv6 support to CARP. | Ryan Thomas McBride |
2003-10-27 | Skew the advertisement interval correctly when we reschedule. | Ryan Thomas McBride |
2003-10-27 | Also check if we're going down before scheduling an advertisement | Ryan Thomas McBride |
2003-10-27 | Actually stop sending advertisements if we're Master and the carp(4) | Ryan Thomas McBride |
2003-10-25 | additional hash for local port; improves speed of implicit bind | Markus Friedl |
2003-10-25 | precompute most of hmac; fix size for md; ok mcbride | Markus Friedl |
2003-10-23 | We want to hash the whole md, not just the size of the pointer. | Ryan Thomas McBride |
2003-10-22 | switch from keyed sha1 to hmac-sha1; ok mcbride@ | Markus Friedl |
2003-10-20 | Fix endianness bug in carp_sha1_generate, hash the whole counter, and | Ryan Thomas McBride |
2003-10-20 | Stop all hosts from insisting they're master when preemption is | Ryan Thomas McBride |
2003-10-20 | Fix but with setting advskew, only error if _both_ advbase and advskew are | Ryan Thomas McBride |