summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-26INET6Jakob Schlyter
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
2000-04-26remove debugMarkus Friedl
2000-04-26syncMarkus Friedl
2000-04-26split auth/sshconnect in one file per protocol versionMarkus Friedl
2000-04-26rcsids where missingMichael Shalayeff
2000-04-26sync with libpcap v0.5Jakob Schlyter
add support for INET6 (kame)
2000-04-26pool manipulation routines; second takeMichael Shalayeff
2000-04-26no, that is wrongTheo de Raadt
2000-04-26sync documentationMarkus Friedl
2000-04-26add ARCTYPE_INET6Jakob Schlyter
2000-04-26add 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-26missing fcloseMarkus Friedl
2000-04-26disklabel manipulation routines page from netbsd w/ some adjustments; no ↵Michael Shalayeff
history section
2000-04-26history says that it first appeared in netbsd 1.2Michael Shalayeff
2000-04-26repairsMichael Shalayeff
2000-04-26unforgivable oops, forgot xr spl(9)Michael Shalayeff
2000-04-26mi_switch(), cpu_switch() page from netbsd w/ small addition by me; second tryMichael Shalayeff
2000-04-26some grammar, and xr pchb(4)Michael Shalayeff
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@
2000-04-26pseudo-device vlan (commented out for now)Chris Cappuccio
2000-04-26Fix for if_vlan (FreeBSD)Chris Cappuccio
2000-04-26Add if_vlanChris Cappuccio
2000-04-26Reliance Computer and i82443BXMichael Shalayeff
2000-04-26if_vlan supportChris Cappuccio
2000-04-26if_vlan from FreeBSD and a few modificationsChris Cappuccio
2000-04-26vlan(4)Chris Cappuccio
2000-04-26Add mbuf flagChris Cappuccio
2000-04-26CruftChris Cappuccio
2000-04-26properly probe sub-pci busses for RCC ServerWorks chipsetsTheo de Raadt
2000-04-26SIOCSIFGENERIC is now in sys/sockio.hChris Cappuccio
2000-04-26add errata for 82443BX identified by smurphTheo de Raadt
2000-04-26SIOCSIFGENERIC/SIOCGIFGENERICChris Cappuccio
2000-04-26Add a section talking about random data sources, /dev/arandom, and whatBob Beck
happens when it's not there.
2000-04-26const poisoningJun-ichiro itojun Hagino
2000-04-26add $KAME$ for future version trackingJun-ichiro itojun Hagino
2000-04-26Add sysexits(3) as referenced by style(9) from FreeBSD. This is basicallyTodd C. Miller
just the comments from sysexits.h
2000-04-26Minor comment changes:Todd C. Miller
o utmp lives in /var/run, not /etc o document EX_CONFIG
2000-04-26Change the name of mail's send() function to sendmessages() toTodd C. Miller
avoid shadowing the libc send(2); gadams@avernus.com
2000-04-26Missing links.Marc Espie
2000-04-26Try 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-26Don't ever let pkg_add destroy existing files.Marc Espie
2000-04-26Consistency 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-26Needed feature: ifMarc 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-26Remove one of my completely incomprehensible debugging printf's.Aaron Campbell
2000-04-26bring 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-26remove #if 0'ed portion which we will never revisit (no behavior change).Jun-ichiro itojun Hagino
2000-04-26fix RCS idBrad Smith
2000-04-26we've done an oopsMichael Shalayeff
2000-04-26After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointerAaron 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-26sync 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.