summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-02-04Add a ``Usable'' function to the ccp switch. The functionbrian
2001-02-04This is OpenBSD, not 4.2BSDTodd C. Miller
2001-02-04Add RETURN VALUES sectionTodd C. Miller
2001-02-04SSH2_FILEXFER_ATTR_UIDGID support; ok markus@Kevin Steves
2001-02-04debugging sftp: precedence and missing break. chmod, chown, chgrpKevin Steves
2001-02-04precedence; ok markus@Kevin Steves
2001-02-04Add support for pseudo devices. Based on the new code in config.Mats O Jansson
2001-02-04libc_r builds on alpha againTheo de Raadt
2001-02-04use base 8 for umask/chmodMarkus Friedl
2001-02-04bring in two more regression tests added by NetBSD.Eric Jackson
2001-02-04Bring in some recent fixup's from NetBSD. This allows lines longer than 65522Eric Jackson
2001-02-04type: ok markus@Damien Miller
2001-02-04setting of maximum fd was wrong; patch from pr 1670: "Evgeni Belin" <ebelin@s...Jason Wright
2001-02-04find ramdisk.conf in the right placeTheo de Raadt
2001-02-04alpha syncTheo de Raadt
2001-02-04please the alphaTheo de Raadt
2001-02-04Add support for pseudo devices. This is done by adding more informationMats O Jansson
2001-02-04Whoops, don't use strlcpy with utmp; millert@Paul Janzen
2001-02-04Copy symlinks in addition to running h2ph so machine/foo.ph worksTodd C. Miller
2001-02-04For unicast packets destined for the bridge machine itself, learn from theJason Wright
2001-02-04Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variablesTodd C. Miller
2001-02-04#endif in the wrong place, causing certain kernel configs to not compile;Aaron Campbell
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-02-04make gcc on the alpha even happierTheo de Raadt
2001-02-04fix LCDMarkus Friedl
2001-02-04make the alpha happyTheo de Raadt
2001-02-04typo; dpo@club-internet.frMarkus Friedl
2001-02-04mention scan_ffs; map@infinitum.chTheo de Raadt
2001-02-04Fix regression testEric Jackson
2001-02-04Long usernames. This really messes up the scoreboard printout, so changePaul Janzen
2001-02-04remove duplicate #include's; ok markus@Kevin Steves
2001-02-04Add examples with numbers, not just unitsPaul Janzen
2001-02-04Be a little more careful with scanf() on the score filePaul Janzen
2001-02-04Basic interactive sftp client; ok theo@Damien Miller
2001-02-04shrink USB sectionTheo de Raadt
2001-02-04Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working muchAaron Campbell
2001-02-04avoid infinite loop when -s is specified (select loop mistake).Jun-ichiro itojun Hagino
2001-02-04Remove -traditional-cpp and do some -Wall cleanups; from Chris K. YoungPaul Janzen
2001-02-04Put KNF in the NAME field so apropos/man -k will find it.Jason Wright
2001-02-04Tidy, avoid segfaults on unknown users, and deal with long usernamesPaul Janzen
2001-02-04Format for long usernamesPaul Janzen
2001-02-04Use strdup()Paul Janzen
2001-02-04Tidying: change a constant to a #define, stop logging hostnames with thePaul Janzen
2001-02-04Minor indent botch.Aaron Campbell
2001-02-04Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard.Aaron Campbell
2001-02-04MPPE_MasterKeyValid is only there if HAVE_DES is definedbrian
2001-02-04Don't send an authentication failure response if we fail sendingbrian
2001-02-04Make the MPPE MasterKey Invalid messages a bit clearer (it nowbrian
2001-02-04Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andbrian
2001-02-04add more pedantic checks for recvmsg return value. sync with kameJun-ichiro itojun Hagino