Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-02-21 | Removed no longer necessary cautionary comment. | Angelos D. Keromytis | |
1997-02-21 | Couple of missing ifdefs. | Angelos D. Keromytis | |
1997-02-21 | -nostdinc and big endian cleanup | Niklas Hallqvist | |
1997-02-21 | Fixed error introduced with last patch. | Angelos D. Keromytis | |
1997-02-21 | Removed some of the ugliness in ipsp_kern(). | Angelos D. Keromytis | |
1997-02-20 | DES library for IPSEC; Eric Young (eay@mincom.oz.au) | Theo de Raadt | |
1997-02-20 | IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in | Theo de Raadt | |
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz | |||
1997-02-16 | udp packets less than min udp packet length are bad; davem@jenolan.rutgers.edu | Theo de Raadt | |
1997-02-13 | prevent free()ed object from being referenced | kstailey | |
1997-02-13 | off-by-one-slot for IP timestamp option data inserts, PR#103, ↵ | Theo de Raadt | |
andreas.gunnarsson@emw.ericsson.se | |||
1997-02-13 | back out prev. change | kstailey | |
1997-02-13 | make SPLNET() do splsoftnet() | kstailey | |
1997-02-12 | protect ip_natexpire | kstailey | |
1997-02-11 | IPF 1.3.7 | kstailey | |
1997-02-11 | ensure ipt->ipt_ptr is right; pr#96, andreas.gunnarsson@emw.ericsson.se | Theo de Raadt | |
1997-02-05 | use arc4random() | Theo de Raadt | |
1997-02-05 | #define ICMP_UNREACH_FILTER -> ICMP_UNREACH_FILTER_PROHIB to match ↵ | kstailey | |
tcpdump/print_icmp.c which had it first | |||
1997-02-04 | changed comment to reflect RFC-1812 | kstailey | |
1997-02-04 | Changed ICMP "unreachable" code #defines to match the ones in | kstailey | |
tcpdump/print-icmp.c since they were in BSD first. | |||
1997-01-30 | for IP_HDRINCL option, use ip_len/ip_off in network order; lidl@va.pubnix.com | Theo de Raadt | |
1997-01-30 | Added ICMP Destination Unreachable codes from RFC-1812: | kstailey | |
14 = Host Precedence Violation. Sent by the first hop router to a host to indicate that a requested precedence is not permitted for the particular combination of source/destination host or 15 = Precedence cutoff in effect. The network operators have imposed a minimum level of precedence required for operation, the datagram was sent with a precedence below this level; | |||
1997-01-30 | added #define for Communication Administratively Prohibited | kstailey | |
as in RFC-1812 Section 5.2.7.1 Destination Unreachable | |||
1997-01-26 | Make ip_len and ip_off unsigned values; don't transmit or accept packets | Thorsten Lockert | |
larger than the maximum IP packet size. From NetBSD. | |||
1997-01-18 | syslog.h -> sys/syslog.h | Jason Downs | |
THIS IS THE KERNEL, DAMNIT. | |||
1997-01-15 | prevent warning: | kstailey | |
in_pcb.c:182: warning: `old' might be used uninitialized in this function | |||
1996-10-27 | record route is not a problem; thanks bitblt | Theo de Raadt | |