Age | Commit message (Expand) | Author |
2002-05-31 | Keep an policy attached to each socket (that needs it), and cleanup as | Angelos D. Keromytis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-21 | remove couple of #if 0'ed portion we will never use | Jun-ichiro itojun Hagino |
2001-12-06 | remove obsolete comment; we don't support IPv4 mapped addr | Jun-ichiro itojun Hagino |
2001-12-06 | remove #if 0'ed portion (for KAME IPSEC - not needed) | Jun-ichiro itojun Hagino |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-12 | IPsec-related socket options; these can be set/removed/retrieved, but | Angelos D. Keromytis |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-05-27 | Free IPsec authentication material on PCB tear down. | Angelos D. Keromytis |
2001-05-21 | Use a reference-counted structure for IPsec IDs and credentials, so we | Angelos D. Keromytis |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-02-08 | witch raw ip6 socket code from NRL to kame. | Jun-ichiro itojun Hagino |
2000-10-11 | nuke inp_flags bits for controlling IPv4 mapped address. | Jun-ichiro itojun Hagino |
2000-10-10 | verify payload of the icmp need fragment message at the tcp layer. okay itojun@ | Niels Provos |
2000-10-09 | check if we have a tcb connected to the destination quoted in the icmp need | Niels Provos |
2000-09-20 | fix in_pcbrtentry | Niels Provos |
2000-09-19 | Lots and lots of changes. | Angelos D. Keromytis |
2000-09-18 | Path MTU discovery based on NetBSD but with the decision to use the DF | Niels Provos |
2000-04-27 | avoid infinite loop in in{6,}_pcbnotify (can occurs on family mismatch) | Jun-ichiro itojun Hagino |
2000-04-21 | NRL pcb issue; inp_{f,l}addr{,6} is a union so we need to be sure about | Jun-ichiro itojun Hagino |
2000-01-04 | if we call in6_setpeeraddr, don't visit code for ipv4. | Jun-ichiro itojun Hagino |
1999-12-19 | Remove PCB protocol checks rendered unnecessary by the previous commit. | Angelos D. Keromytis |
1999-12-19 | Be a bit more paranoid when searching for a PCB in the presence of IPv6. | Angelos D. Keromytis |
1999-12-17 | do not accept IPv4 traffic by AF_INET6 socket. IPv4 mapped address is | Jun-ichiro itojun Hagino |
1999-12-08 | Identation. | Angelos D. Keromytis |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-05-16 | spltdb introduced, protection for tdb lists and related structures, so | Niklas Hallqvist |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos |
1999-03-24 | Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al. | cmetz |
1999-02-24 | Remove encap.h include; saner debugging printfs; fix buglets; work with | Angelos D. Keromytis |
1999-01-11 | netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz | Theo de Raadt |
1999-01-08 | remove NRL debugging goop; cmetz | Theo de Raadt |
1999-01-07 | INET6 support | Theo de Raadt |
1999-01-07 | in_pcblookup() now takes ptr to both ip address arguments | Theo de Raadt |
1999-01-07 | rename baddynamic() to in_baddynamic(), and export it | Theo de Raadt |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos |
1998-02-14 | wildcard ifaces; finally, after HE said it's ok | Michael Shalayeff |
1998-02-14 | add seperate so_euid & so_ruid to struct socket, so that identd is still fast... | Theo de Raadt |
1998-02-01 | undo wildcard loopback stuff; it was not checked by other developers | Theo de Raadt |
1998-02-01 | support wildcard loopbacks. that is, setting up lo1 like: | Michael Shalayeff |
1997-11-30 | hmm. If out of ports, return EADDRNOTAVAIL | Theo de Raadt |
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller |
1997-07-27 | hardcode list of ports to not randomly allocate; will add configuration later | Theo de Raadt |
1997-04-17 | make unconnected sockets get a random port #, too | Theo de Raadt |
1997-02-28 | Moved IPsec socket state to the PCB. | Angelos D. Keromytis |
1997-02-05 | use arc4random() | Theo de Raadt |
1997-01-15 | prevent warning: | kstailey |
1996-08-24 | change to so_uid, also fix a missing credential found by dm | Theo de Raadt |