Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-26 | INET6 | Jakob Schlyter | |
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes | |||
2000-04-26 | remove debug | Markus Friedl | |
2000-04-26 | sync | Markus Friedl | |
2000-04-26 | split auth/sshconnect in one file per protocol version | Markus Friedl | |
2000-04-26 | rcsids where missing | Michael Shalayeff | |
2000-04-26 | sync with libpcap v0.5 | Jakob Schlyter | |
add support for INET6 (kame) | |||
2000-04-26 | pool manipulation routines; second take | Michael Shalayeff | |
2000-04-26 | no, that is wrong | Theo de Raadt | |
2000-04-26 | sync documentation | Markus Friedl | |
2000-04-26 | add ARCTYPE_INET6 | Jakob Schlyter | |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl | |
for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||
2000-04-26 | missing fclose | Markus Friedl | |
2000-04-26 | disklabel manipulation routines page from netbsd w/ some adjustments; no ↵ | Michael Shalayeff | |
history section | |||
2000-04-26 | history says that it first appeared in netbsd 1.2 | Michael Shalayeff | |
2000-04-26 | repairs | Michael Shalayeff | |
2000-04-26 | unforgivable oops, forgot xr spl(9) | Michael Shalayeff | |
2000-04-26 | mi_switch(), cpu_switch() page from netbsd w/ small addition by me; second try | Michael Shalayeff | |
2000-04-26 | some grammar, and xr pchb(4) | Michael Shalayeff | |
2000-04-26 | Turn on a bit (for 82558/82559 only) which disables the chip's | Chris Cappuccio | |
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@ | |||
2000-04-26 | pseudo-device vlan (commented out for now) | Chris Cappuccio | |
2000-04-26 | Fix for if_vlan (FreeBSD) | Chris Cappuccio | |
2000-04-26 | Add if_vlan | Chris Cappuccio | |
2000-04-26 | Reliance Computer and i82443BX | Michael Shalayeff | |
2000-04-26 | if_vlan support | Chris Cappuccio | |
2000-04-26 | if_vlan from FreeBSD and a few modifications | Chris Cappuccio | |
2000-04-26 | vlan(4) | Chris Cappuccio | |
2000-04-26 | Add mbuf flag | Chris Cappuccio | |
2000-04-26 | Cruft | Chris Cappuccio | |
2000-04-26 | properly probe sub-pci busses for RCC ServerWorks chipsets | Theo de Raadt | |
2000-04-26 | SIOCSIFGENERIC is now in sys/sockio.h | Chris Cappuccio | |
2000-04-26 | add errata for 82443BX identified by smurph | Theo de Raadt | |
2000-04-26 | SIOCSIFGENERIC/SIOCGIFGENERIC | Chris Cappuccio | |
2000-04-26 | Add a section talking about random data sources, /dev/arandom, and what | Bob Beck | |
happens when it's not there. | |||
2000-04-26 | const poisoning | Jun-ichiro itojun Hagino | |
2000-04-26 | add $KAME$ for future version tracking | Jun-ichiro itojun Hagino | |
2000-04-26 | Add sysexits(3) as referenced by style(9) from FreeBSD. This is basically | Todd C. Miller | |
just the comments from sysexits.h | |||
2000-04-26 | Minor comment changes: | Todd C. Miller | |
o utmp lives in /var/run, not /etc o document EX_CONFIG | |||
2000-04-26 | Change the name of mail's send() function to sendmessages() to | Todd C. Miller | |
avoid shadowing the libc send(2); gadams@avernus.com | |||
2000-04-26 | Missing links. | Marc Espie | |
2000-04-26 | Try harder to find a full subject line. | Marc Espie | |
In pricky mode, verify the subject line: for each name, check that there indeed is a man page with the right name around. | |||
2000-04-26 | Don't ever let pkg_add destroy existing files. | Marc Espie | |
2000-04-26 | Consistency in error reports. | Marc Espie | |
*always* tell them MD5Sum fails, because later, pkg_delete will complain about a bad package anyway, and the poor user won't be able to figure out what went wrong, and it's obviously too late since the package is gone already... | |||
2000-04-26 | Needed feature: if | Marc Espie | |
@comment no checksum is inserted in a packing-list, then the next file will not have its MD5 checksum stored, and pkg_delete won't complain later if the file checksum changed. | |||
2000-04-26 | Remove one of my completely incomprehensible debugging printf's. | Aaron Campbell | |
2000-04-26 | bring in latest KAME implementation. | Jun-ichiro itojun Hagino | |
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt. behavior change: returns numeric scopeid if we can't convert to string removed #if 0'ed portion which we will never revisit. | |||
2000-04-26 | remove #if 0'ed portion which we will never revisit (no behavior change). | Jun-ichiro itojun Hagino | |
2000-04-26 | fix RCS id | Brad Smith | |
2000-04-26 | we've done an oops | Michael Shalayeff | |
2000-04-26 | After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointer | Aaron Campbell | |
that's passed in from the bus-dependent parts. Use ETHER_ADDR_LEN so we get the whole thing; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-04-26 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- completely disable AI_ADDRCONFIG support (post RFC2553) since it does not work for PF_UNSPEC. - remove unused variables, some delint. |