Age | Commit message (Expand) | Author |
2002-11-19 | Use queue.h macros | Jason Wright |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-06-09 | Comment out currently-unused code (it's there for the ethernet-ipsec | Angelos D. Keromytis |
2002-05-31 | Move some common code to separate routines; also, fix the problem of | Angelos D. Keromytis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-23 | Print compression algorithm name too. | Angelos D. Keromytis |
2001-12-05 | KNF whack | Theo de Raadt |
2001-10-03 | If the TDB doesn't have an attached src/dst ID, it can be used for any | Angelos D. Keromytis |
2001-09-05 | use %ll instead of %q | Theo de Raadt |
2001-08-08 | Remove IPCOMP option, it's now part of IPSEC option. You still need to | Jean-Jacques Bernard-Gundol |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-27 | Minor nits. | 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 | 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 | print mtu of tdb if discovered | Niels Provos |
2001-06-24 | Print TDBF_USEDTUNNEL in ipsp_kern() | Angelos D. Keromytis |
2001-06-23 | Having to update queue(3) for DLIST_* is a major PITA; thus, just use | Angelos D. Keromytis |
2001-06-23 | Use DLIST for tags. | Angelos D. Keromytis |
2001-06-08 | Trim include files. | Angelos D. Keromytis |
2001-06-07 | Simplify SPD logic (and correct some input cases). | Angelos D. Keromytis |
2001-06-05 | That DPRINTF() is not needed. | Angelos D. Keromytis |
2001-06-05 | Clear acquires only if TDB was established correctly. | Angelos D. Keromytis |
2001-06-05 | Correct credential matching logic. | Angelos D. Keromytis |
2001-06-04 | use a faster arc4random() for random spi generation; angelos@ ok | Michael Shalayeff |
2001-06-01 | Merge two m_copydata() calls into one, and (hopefully) correct the | Angelos D. Keromytis |
2001-06-01 | ipsp_parse_headers() goes down a list of IPv4/IPv6/AH/ESP headers and | Angelos D. Keromytis |
2001-05-30 | IPSP_IDENTITY_MBOX -> IPSP_IDENTITY_FQDN, and print type of creds/auth | Angelos D. Keromytis |
2001-05-30 | Free remote authentication material on TDB free. | Angelos D. Keromytis |
2001-05-30 | Free local auth on TDB free. | Angelos D. Keromytis |
2001-05-29 | Keep track of when a TDB was last marked/unmared as SKIPCRYPTO, and | Angelos D. Keromytis |
2001-05-29 | Add ipsp_skipcrypto_{mark,unmark}() | Angelos D. Keromytis |
2001-05-27 | ipsp_copy_ident() no longer needed. | Angelos D. Keromytis |
2001-05-22 | Simplify option printing. ok deraadt@ | Angelos D. Keromytis |
2001-05-21 | Use a reference-counted structure for IPsec IDs and credentials, so we | Angelos D. Keromytis |
2001-05-05 | Check that SAs also match on the credentials and the IDs. This means | Angelos D. Keromytis |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-03-28 | tdb_inp -> (tdb_inp_in, tdb_inp_out) | Angelos D. Keromytis |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-27 | Fix a problem with how TDB timeouts were used in pfkeyv2. | Artur Grabowski |
2001-03-15 | convert SA expirations to the new timeouts. | Michael Shalayeff |
2001-03-13 | Force a new search for an SA if the latched one is deleted. | Angelos D. Keromytis |
2001-03-04 | Store peer's credentials in TDB. | Angelos D. Keromytis |
2001-02-28 | Keep the last packet sent or received that matched an SPD entry, and | Angelos D. Keromytis |
2000-12-28 | Remove unused and confusing reporting line. | Angelos D. Keromytis |
2000-12-24 | Extra argument in the function to tdb_walk(), indicating last TDB. | Angelos D. Keromytis |
2000-12-18 | Minor sanity check. | Angelos D. Keromytis |
2000-12-15 | send expire messages also for sa's that do not have been used. | Niels Provos |
2000-09-19 | SA bundles. | Angelos D. Keromytis |