Age | Commit message (Expand) | Author |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | make it possble to use IPsec over link-local address (policy table uses | Jun-ichiro itojun Hagino |
2004-04-14 | simpler ipsp_aux_match() API; ok henning, hshoexer | Markus Friedl |
2002-11-12 | Check for undersized IP header, found by jbm@, ok angelos@ | Daniel Hartmeier |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-05-31 | Per-socket policies and authentication. Finally. | Angelos D. Keromytis |
2002-02-18 | Search the correct ACQUIRE list --- shifflett@nps.navy.mil | Angelos D. Keromytis |
2002-01-23 | It looks like there has been one crack smoking and a few cut and pastes. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-02 | at least ; required after label or case; openbsd@davidkrause.com | Theo de Raadt |
2001-09-24 | Reset the error return value if the cached TDB matches the | Angelos D. Keromytis |
2001-08-21 | When the outgoing socket has BYPASS set, don't bother calling the | Angelos D. Keromytis |
2001-08-15 | bcmp done wrong, detected at bakeoff. Hint: always use | Niklas Hallqvist |
2001-08-06 | Don't drop packets if we're using an ACQUIRE policy and some error | Angelos D. Keromytis |
2001-06-27 | Use TAILQ_FOREACH() instead of hand-crafted for loops. | Angelos D. Keromytis |
2001-06-27 | When determining whether there's a pending acquire wrt a policy, look | Angelos D. Keromytis |
2001-06-27 | Attach IPsec acquire state to policy entries, and relevant cleanups. | Angelos D. Keromytis |
2001-06-27 | Don't cache packets that hit policies -- we'll do that at the PCB for | Angelos D. Keromytis |
2001-06-26 | Use the ACQUIRE sequence number to "wake up" acquire state kept and | Angelos D. Keromytis |
2001-06-26 | ifdef out some currently unused code | Angelos D. Keromytis |
2001-06-26 | Rewrite ipsp_clear_acquire() to be more readable, after all the KNF'ing | Angelos D. Keromytis |
2001-06-26 | Use pool(9) for IPsec acquires too. | Angelos D. Keromytis |
2001-06-26 | Use pool(9) for IPsec policy structures. | Angelos D. Keromytis |
2001-06-26 | Keep the PFKEY sequence number at the TDB, plus a little bit of KNF | Angelos D. Keromytis |
2001-06-26 | KNF | Angelos D. Keromytis |
2001-06-25 | Copyright. | Angelos D. Keromytis |
2001-06-24 | use new timeouts for spd expirations; ho@ ok | Michael Shalayeff |
2001-06-08 | Trim include files. | Angelos D. Keromytis |
2001-06-07 | Simplify SPD logic (and correct some input cases). | Angelos D. Keromytis |
2001-05-30 | Match prototype. | Angelos D. Keromytis |
2001-05-30 | Correctly free information attached to the policy. | Angelos D. Keromytis |
2001-05-05 | Check that SAs also match on the credentials and the IDs. This means | Angelos D. Keromytis |
2001-04-23 | Missing splx in error handling. | Artur Grabowski |
2001-04-14 | Minor changes, preparing for real socket-attached TDBs; also, more | Angelos D. Keromytis |
2001-04-10 | allow host-to-host negotiations if no gateway has been specified. | Niels Provos |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-15 | include <machine/cpu.h>, since schednetisr needs to do a splsoftnet | Brandon Creighton |
2001-02-28 | Pretty. | Angelos D. Keromytis |
2001-02-28 | Handle failures more gracefully. | Angelos D. Keromytis |
2001-02-28 | Keep the last packet sent or received that matched an SPD entry, and | Angelos D. Keromytis |
2000-12-14 | Compile in non-INET6 kernels. | Angelos D. Keromytis |
2000-12-14 | Always look for a suitable TDB if the gateway is left unspecified. | Angelos D. Keromytis |
2000-11-17 | All-1s addresses as policy destinations is also reserved for future | Angelos D. Keromytis |
2000-10-18 | Fix compile error if lacking -DINET6 | Chris Cappuccio |
2000-10-14 | ASKPOLICY message; used by key management to inquire about policy | Angelos D. Keromytis |
2000-09-29 | Make sure there's enough data on the mbuf for the TCP/UDP ports (if | Angelos D. Keromytis |