Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-27 | fix espie@'s screwup; frenchies can't type! noticed by aaron@ | Michael Shalayeff | |
2000-07-27 | do not forward packet with :: in the source. | Jun-ichiro itojun Hagino | |
this is not in the spec - we had rough consensus on it in ipngwg, spec will get updated to include this behavior. | |||
2000-07-27 | raw6/udp6 sockets are okay with :: in src. | Jun-ichiro itojun Hagino | |
2000-07-27 | be proactive about unspecified IPv6 source address. pcb layer uses | Jun-ichiro itojun Hagino | |
unspecified address (::) to mean "unbounded" or "unconnected", and can be confused by packets from outside. use of :: as source is not documented well in IPv6 specification. not sure if it presents a real threat. the worst case scenario is a DoS against TCP listening socket: - outsider transmit TCP SYN with :: as IPv6 source - receiving side creates TCP control block with: local address = my addres remote address = :: (meaning "unconnected") state = SYN_RCVD note that SYN ACK will not be sent due to ip6_output() filter. this stays until it timeouts. - the TCP control block prevents listening TCP control block from being contacted (DoS). | |||
2000-07-26 | sync | Theo de Raadt | |
2000-07-26 | tweak | Theo de Raadt | |
2000-07-26 | open /dev/ipl rdonly on non-destructive operations | Michael Shalayeff | |
2000-07-26 | sync | Theo de Raadt | |
2000-07-26 | Still truncate too long identifiers, but avoid writing all over the stack. | Marc Espie | |
2000-07-26 | typo | Theo de Raadt | |
2000-07-26 | correct constraints for __{in,out}c(); from Hiroki Nakano <cas@trans-nt.com> | Michael Shalayeff | |
2000-07-26 | Rip out old dead legal notice, refer to BSD license. Clean up authors/history | Ian Darwin | |
section. | |||
2000-07-26 | avoid indexing into arrays using signed chars; discovered by fuzz | Theo de Raadt | |
2000-07-26 | From gcc devel sources: make_temp_file -> mips_make_temp_file to avoid | Marc Espie | |
conflict with libiberty. | |||
2000-07-26 | make_temp_file proto is in libiberty now | Marc Espie | |
2000-07-26 | thinko | Marc Espie | |
2000-07-26 | New | Marc Espie | |
2000-07-26 | Synch includes with version provided with binutils 2.10 | Marc Espie | |
(don't integrate ATTRIBUTE_xxx macro changes yet) | |||
2000-07-26 | Partial synch with binutils-2.10 | Marc Espie | |
- Update all libiberty files apart from the C++ demangler and hashtab.c (taken from gcc 2.96, interface changed, would need to keep synch'ed with gcc) - bump version. | |||
2000-07-26 | libiberty version bundled with binutils-2.10 | Marc Espie | |
2000-07-26 | Prototype for make_temp_file (forgot to commit) | Marc Espie | |
2000-07-26 | Crosstools fix (accepted by the FSF ages ago, lost through the cracks | Marc Espie | |
here). Thanks mickey@ for reminding me. | |||
2000-07-26 | sync | Theo de Raadt | |
2000-07-26 | urg | Theo de Raadt | |
2000-07-26 | proper busy/idle handling; pointed out by marc@ | Michael Shalayeff | |
2000-07-25 | allow compiling -DDEBUG w/o apm0 in he config; pointed by cleb <cb@hert.org>. | Michael Shalayeff | |
also, print console device and speed before switching to the new console. | |||
2000-07-25 | o check that we are on a tty (and bail if not) | Todd C. Miller | |
o in panic() just call exit() not abort() | |||
2000-07-25 | deal with a number of overflows pointed out by fuzz; in most cases, we ↵ | Theo de Raadt | |
truncate the symbol in question | |||
2000-07-25 | KNF | Theo de Raadt | |
2000-07-25 | a quick fix, and then i run away screaming in terror | Theo de Raadt | |
2000-07-25 | deal with chflags merge, again | Theo de Raadt | |
2000-07-25 | remove debugging stuff i commited by accident | Theo de Raadt | |
2000-07-25 | Fix indent endless on garbage input. | Marc Espie | |
Found by deraadt@ | |||
2000-07-25 | sync | Theo de Raadt | |
2000-07-25 | picopower devices | Theo de Raadt | |
2000-07-25 | sync; moving a bunch of directory entries themselves around | Theo de Raadt | |
2000-07-25 | document pitfall cases in argument parsing. sync with kame. | Jun-ichiro itojun Hagino | |
2000-07-25 | catch up | Miod Vallat | |
2000-07-25 | convert to new timeouts | Michael Shalayeff | |
2000-07-24 | Implement esyscmd | Marc Espie | |
2000-07-24 | Oops. | Marc Espie | |
2000-07-24 | Some variable substitutions | Marc Espie | |
2000-07-24 | Add entry for amiga-vnc, from ncurses-5.1-20000722 | Todd C. Miller | |
2000-07-24 | Update to ncurses-5.1-20000722 | Todd C. Miller | |
2000-07-24 | Rename move() to moveplayer() to avoid clashing with curses; | Paul Janzen | |
from mycroft@netbsd.org | |||
2000-07-24 | printf() and %s pedantry, from itojun channelling kris@freebsd | Paul Janzen | |
2000-07-23 | OpenBSD -> NetBSD where previously missed. | jasoni | |
2000-07-23 | Use our own pread/pwrite. | jasoni | |
2000-07-23 | Handle EOF on stdin. | Paul Janzen | |
2000-07-23 | When moving temp file -> .depend use "mv -f" | Todd C. Miller | |