summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-08put debug code in by default, and make it workTheo de Raadt
2001-02-08plug a memory leakTheo de Raadt
2001-02-08use timeout_xx() throughout sys/netinet6. sync with kame.Jun-ichiro itojun Hagino
2001-02-08snprintfTheo de Raadt
2001-02-08memory leak fix, and snprintf throughoutTheo de Raadt
2001-02-08get the common list tooTheo de Raadt
2001-02-08Squeeze a bit more to make it fit.Artur Grabowski
o Reduce the number of inodes on the ramdisk image. o Use dd instead of cp ro copy the kernel onto the floppy.
2001-02-08Actually give esym some storage. As it was, esym pointedArtur Grabowski
into the memory of some other variable. How did this ever work? (well, the floppies didn't work, but they should now).
2001-02-08%.30s is too short for IPv6 numeric address. use %.128s for now. markus okJun-ichiro itojun Hagino
2001-02-08pull latest kame tree. ndp -n -a printing is now prettier with longJun-ichiro itojun Hagino
IPv6 addresses. -l is deprecated (ignored).
2001-02-08Back out a local change that swapped the codes for application andTodd C. Miller
normal cursor keys. We needed it for pcvt but it wasn't really correct and it breaks cursor keys under wscons.
2001-02-08vt100 -> vt220. wscons supports at least a subset of vt220 functionality. ThisAaron Campbell
makes the PGUP and PGDN keys work again as expected.
2001-02-08Cause keypresses to reset the screen in case we are in scrollback (previouslyAaron Campbell
the screen was only restored if a new character was actually displayed on the screen); jcs@rt.fm. This brings us closer to the behavior of PCVT. Also, while I'm here, add some #ifdef so wskbd does not depend on wsdisplay (pointed out to me by fgsch@).
2001-02-08kvtop() returns pa, not vaMichael Shalayeff
2001-02-08do not print stuff when not verboseMichael Shalayeff
2001-02-08allow sftp over ssh protocol 1; ok djm@Markus Friedl
2001-02-07lowercase cmds[].c also; ok markus@Kevin Steves
2001-02-07s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.comMarkus Friedl
2001-02-07portable; ok markus@Kevin Steves
2001-02-07move k_setpag() to a central place; ok dugsong@Markus Friedl
2001-02-07Don't forward agent and X11 in sftp. Suggestion from Roumen PetrovDamien Miller
<roumen.petrov@skalasoft.com>
2001-02-07older servers reply with SSH2_FXP_NAME + count==0 instead of EOFMarkus Friedl
2001-02-07X and other apps need cpp to function; without the comp package cpp doesTodd T. Fries
not function; this moves cpp and necessary files into base. ok deraadt@
2001-02-07allow gif-less compileMichael Shalayeff
2001-02-07spellingTodd T. Fries
2001-02-07document more recent (last year or two) support for newer hardware; ok mickey@Todd T. Fries
2001-02-07the wizard has spokenTodd T. Fries
2001-02-07spellingTodd T. Fries
2001-02-07spellingTodd T. Fries
2001-02-07uncomment rsa test; ok millert@Todd T. Fries
2001-02-07spellingTodd T. Fries
2001-02-07Fix -T option and add support for -C option in the file pointed toTodd C. Miller
by -T ala GNU tar. Based on a patch from woods@proven.weird.com; Closes PR #1664
2001-02-07Honor TMPDIR environment variable and document the fact.Todd C. Miller
2001-02-07more man page cleanup and sync of help text with man page; ok markus@Kevin Steves
2001-02-07fix size_t -> int cast (use u_long). markus okJun-ichiro itojun Hagino
2001-02-07unsigned long long -> %llu, not %qu. markus okJun-ichiro itojun Hagino
2001-02-07fix debug case; from Mike Pechkin <mpech@prosoft.org.lv>Michael Shalayeff
2001-02-07Change 6214 by gsar@auger on 2000/06/08 13:57:54Todd C. Miller
@_ can't have junk in it even in the non-USE_ITHREADS case because caller() wants to populate @DB::args with it (causes a coredump in Carp::confess())
2001-02-07typo in fatal()Markus Friedl
2001-02-07bring in latest kame code.Jun-ichiro itojun Hagino
- correct RTA_NETMASK processing - correct -A filter behavior (do not advert aggregated route to other if) - better signal handling - mandate getifaddrs - do not advert connected routes on !IFF_UP routes. experimental sync with kame
2001-02-07.Bl-.El mismatch. markus okJun-ichiro itojun Hagino
2001-02-07Check that target is a directory before doing ls; ok markus@Damien Miller
2001-02-07dd ECONNABORTED.Jun-ichiro itojun Hagino
2001-02-07return ECONNABORTED, if the socket (tcp connection for example)Jun-ichiro itojun Hagino
is disconnected by RST right before accept(2). fixes NetBSD PR 10698/12027. checked with SUSv2, XNET 5.2, and Stevens (unix network programming vol 1 2nd ed) section 5.11.
2001-02-07mention ND6_DEBUGJun-ichiro itojun Hagino
2001-02-07turn off duplicated address detection when interface address gets deleted.Jun-ichiro itojun Hagino
sync with kame
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats.
2001-02-07pretty up significantlyTheo de Raadt
2001-02-07Don't free handles before we are done with them. Based on work fromDamien Miller
Corinna Vinschen <vinschen@redhat.com>. ok markus@
2001-02-07deal with new ANSI malloc stuffTheo de Raadt