summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-02-08fix typoMarkus Friedl
2001-02-08typoKevin Steves
2001-02-08Use <scsi/scsi_message.h> defines rather than homegrown ones.Kenneth R Westerback
2001-02-08%i -> %dKevin Steves
2001-02-08implement upper limit to icmp6 redirects (experimental, turned off)Jun-ichiro itojun Hagino
2001-02-08when chasing nd6_llinfo chain, make sure we do not touch danglingJun-ichiro itojun Hagino
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
2001-02-08Actually give esym some storage. As it was, esym pointedArtur Grabowski
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
2001-02-08Back out a local change that swapped the codes for application andTodd C. Miller
2001-02-08vt100 -> vt220. wscons supports at least a subset of vt220 functionality. ThisAaron Campbell
2001-02-08Cause keypresses to reset the screen in case we are in scrollback (previouslyAaron Campbell
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
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
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
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
2001-02-07typo in fatal()Markus Friedl
2001-02-07bring in latest kame code.Jun-ichiro itojun Hagino
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