Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-11 | remove panic() calls, consistent error reporting | Theo de Raadt | |
1998-11-25 | Better error code for too large packets | Niklas Hallqvist | |
1998-11-25 | Add checks of packets getting to big after transforms. | Niklas Hallqvist | |
Also make sure some more error conditions get told to the caller. | |||
1998-06-03 | cleanup debug printfs | Niels Provos | |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos | |
draft-mcdonald-simple-ipsec-api, kernel notifies (EMT_REQUESTSA) signal userland key management applications when security services are requested. this is only for outgoing connections at the moment, incoming packets are not yet checked against the selected socket policy. | |||
1998-03-18 | Fix tunnel mode input processing (use ip4_input instead of ipe4_input), | Niels Provos | |
fix some old code leftovers in ah_new_input (adjust to variable hash length), avoid double ip encapsulation in tunnel mode. Problems reportd by Petr Novak <petr@internet.cz>. | |||
1998-02-22 | Changes made for GCC 2.8 -Wall pleasures | Niklas Hallqvist | |
1998-01-21 | rcvif not needed. | Niels Provos | |
1997-11-15 | fix memory management errors | Theo de Raadt | |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-04 | make it easier to add additional transforms. add blowfish and cast | Niels Provos | |
encryption. some more info for kernfs/ipsec. | |||
1997-10-02 | conditional error logging | Theo de Raadt | |
1997-09-28 | log() needs a \n | Theo de Raadt | |
1997-07-27 | expiration messages, fixes, updates, all sorts of things | Niklas Hallqvist | |
1997-07-24 | network byte order for counters | Theo de Raadt | |
1997-07-18 | enablespi/disablespi in encap + print spi's in hostorder | Niels Provos | |
1997-07-14 | global byte counters. | Niels Provos | |
1997-07-11 | put old esp/ah and new esp/ah in different files. | Niels Provos | |
generalised way of handling transforms. |