Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-06 | unsigned calc should be signed; jdp@polstra.com; freebsd pr#3998 | Theo de Raadt | |
1997-07-02 | fix neglected _FLEN's + reserve_spi + output reserved spi's without alg. | Niels Provos | |
correctly. | |||
1997-07-02 | Move prototype for bindresvport(3) to <netiniet/in.h> as it is | Todd C. Miller | |
not rpc-specific and other stuff uses it now. | |||
1997-07-01 | major restructuring | Niels Provos | |
1997-06-27 | udp icmp errors had ip_len 20 bytes too large; stevens p774; ↵ | Theo de Raadt | |
koji@math.human.nagoya-u.ac.jp | |||
1997-06-25 | hard and soft limits for SPI's per absolute timer, relative since establish, | Niels Provos | |
relative since first use timers, packet and byte counters. notify key mgmt on soft limits. key mgmt can now specify limits. new encap messages: EMT_RESERVESPI, EMT_ENABLESPI, EMT_DISABLESPI | |||
1997-06-24 | use ntohs instead of NTOHS for counters | Niels Provos | |
1997-06-24 | correct AH options hashing. | Niels Provos | |
1997-06-24 | handle IP options in AH + allow IP options in outgoing encapsulated packets | Niels Provos | |
+ usage counters for later use with keymanagement processes | |||
1997-06-24 | Comment reordering. | Angelos D. Keromytis | |
1997-06-23 | merge in 3.1.11 | kstailey | |
1997-06-21 | u_int32_t changes, need testing | Theo de Raadt | |
1997-06-20 | make SHA1Final(NULL, &ctx) behave as MD5Final, only update context | Niels Provos | |
1997-06-20 | 3des ede | Niels Provos | |
1997-06-20 | comply with draft 3des mode is ede not eee + performance. | Niels Provos | |
1997-06-20 | ah-sha1 + esp-3des + indentation | Niels Provos | |
1997-06-19 | ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by ↵ | Theo de Raadt | |
Andreas.Gunnarsson@emw.ericsson.se | |||
1997-06-16 | swap labels; adam@math.tau.ac.il | Theo de Raadt | |
1997-06-15 | change byte counters to u_quad_t | Theo de Raadt | |
1997-06-14 | TCP/IP Illustrated Vol. 2, pg 1010. excessive testing in PRU_DETACH case; | Theo de Raadt | |
frueauf@ira.uka.de; confirmed by Andreas.Gunnarsson@emw.ericsson.se | |||
1997-06-14 | TCP/IP Illustrated Vol.2", pg 1005 + 1090, exercise 29.5; fixes | Theo de Raadt | |
simultaneous close extra packet exchange; frueauf@ira.uka.de, checked by Andreas.Gunnarsson@emw.ericsson.se | |||
1997-06-10 | ensure RST is within window; avalon@coombs.anu.edu.au | Theo de Raadt | |
1997-06-09 | fix a problem with TCP RST packets which only include a non-zero SEQ # in the | kstailey | |
RST packet. Darren Reed; Guido van Rooij. | |||
1997-06-06 | add net.inet.tcp.{keepidle,keepintvl,slowhz}; mouse@Rodents.Montreal.QC.CA | Theo de Raadt | |
1997-06-05 | ICMP_MASKLEN -> icmpstat.icps_badlen++; koji@math.human.nagoya-u.ac.jp | Theo de Raadt | |
1997-05-12 | argh | Theo de Raadt | |
1997-04-18 | Use the right types on 64-bit machines | Niklas Hallqvist | |
1997-04-17 | make unconnected sockets get a random port #, too | Theo de Raadt | |
1997-04-03 | >Number: 3412 | kstailey | |
>Category: port-alpha >Synopsis: incorrect use of long crashes netbsd/alpha >Confidential: no >Severity: serious >Priority: low >Responsible: gnats-admin (GNATS administrator) >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sat Mar 29 23:50:01 1997 >Last-Modified: >Originator: Ross Harvey >Organization: Avalon Computer Systems, Inc. >Release: NetBSD-current >Environment: System: NetBSD epsilon.ghs.com 1.2D NetBSD 1.2D (e) #5: Sat Mar 29 22:32:33 PST 1997 ross@epsilon.ghs.com:/bsd/ross/e alpha >Description: Adding "pseudo-device ipfilter 1" to netbsd/alpha will cause it to crash when ifconfig turns on the interface. Ipfilter code in netinet/fil.c uses pointer arithmetic to effectively make structure-to-scalar casts. It uses long when it really wants an int32 and gets alignment faults that crash netbsd/alpha. General 64 bit problem, not exactly alpha. >How-To-Repeat: Add pseudo-device ipfilter 1. Boot your alpha. 2. Try to come up multiuser. The first packet or so will halt everything. >Fix: Apply patch... | |||
1997-03-31 | changed ipfattach() to ipf_enable() | kstailey | |
changed ipfdetach() to ipf_disable() added stub ipfattach() which is called from main() commented out activation of ipf from iplinit() must explicitly enable with ipf -E removed bogus deactivation of ipf from iplinit() | |||
1997-03-30 | no more 2(two) md5 libs in kernel! | Michael Shalayeff | |
tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray! | |||
1997-03-28 | copy new iv only if existant | Niels Provos | |
1997-03-15 | remove space from tsleep() message | kstailey | |
1997-03-09 | Change the reference to the standards document. | Angelos D. Keromytis | |
1997-03-02 | Need to get a new pointer for the IP header after doing a pullup on the mbuf | Thorsten Lockert | |
1997-03-02 | Cosmetic changes. | Angelos D. Keromytis | |
1997-02-28 | Moved IPsec socket state to the PCB. | Angelos D. Keromytis | |
1997-02-28 | IPsec socket API hooks are in. | Angelos D. Keromytis | |
1997-02-28 | Added flags field in the TDB structure. | Angelos D. Keromytis | |
1997-02-26 | count input/output packets for esp | Theo de Raadt | |
1997-02-26 | I/O packet counters for IP-in-IP and AH. | Angelos D. Keromytis | |
1997-02-26 | I/O packet counters added. | Angelos D. Keromytis | |
1997-02-24 | Beautification. | Angelos D. Keromytis | |
1997-02-24 | OpenBSD tags + some prototyping police | Niklas Hallqvist | |
1997-02-24 | XXX cleanup | Theo de Raadt | |
1997-02-22 | Resolved a couple of open issues (just changed comments after checking | Angelos D. Keromytis | |
RFCs). | |||
1997-02-22 | Fixed problem in ip_weadvertise(). | Angelos D. Keromytis | |
1997-02-22 | Fixed problem with authenticator length checking. | Angelos D. Keromytis | |
1997-02-22 | ICMP redirects will not be sent if we do proxy arp pointing to ourselves. | Angelos D. Keromytis | |
1997-02-22 | User-defined TTL for external IP header. | Angelos D. Keromytis | |