summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-05-19typo in error messageKevin Steves
2001-05-19sshd command-line arguments and configuration file options thatKevin Steves
2001-05-19document MACs defaults with .DqMarkus Friedl
2001-05-19change preferredauthentication order toMarkus Friedl
2001-05-19sort options; Matthew.Stier@fnc.fujitsu.comMarkus Friedl
2001-05-19ftruncate() instead of open()+O_TRUNC like rcp.c doesMarkus Friedl
2001-05-19Disable X11 forwarding if xauth binary is not found. Patch from NalinDamien Miller
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-05-18adapt to use poolNiels Provos
2001-05-17no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.deMarkus Friedl
2001-05-16more select() error fixes (don't set rfd/wfd to -1).Markus Friedl
2001-05-16check for open sessions before we call select(); fixes the x11 clientMarkus Friedl
2001-05-16return comments for private pem files, too; report from nolan@naic.eduMarkus Friedl
2001-05-15X11 forwarding details improvedTheo de Raadt
2001-05-15Add missing memset() from one of the select() fixes. Also free existingTodd C. Miller
2001-05-15Don't go beyond end of string.Marc Espie
2001-05-15thinko in my rewrite. Repair var:sh = somethingMarc Espie
2001-05-14Ensure IFile str is always intialized, so that we can free it withoutMarc Espie
2001-05-14No need to use calloc gratuitously.Angelos D. Keromytis
2001-05-14Use warn() consistently.Angelos D. Keromytis
2001-05-14Use the sysctl-based diskstats for live kernels. deraadt@ okAngelos D. Keromytis
2001-05-14long -> int64_t for tty statisticsAngelos D. Keromytis
2001-05-14Remove ugly empty line.Angelos D. Keromytis
2001-05-12readlink does not NULL-terminate; mhe@home.seMarkus Friedl
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11add unset_nonblock for stdout/err flushing in client_loop().Markus Friedl
2001-05-11cleanupTheo de Raadt
2001-05-11Use sysctl(3) to retrieve nchstats, forkstat, nselcoll, and kmemstatsAngelos D. Keromytis
2001-05-11Fix stray comma.Angelos D. Keromytis
2001-05-10Typo; physial -> physical.Aaron Campbell
2001-05-09fix prototype; J.S.Peatfield@damtp.cam.ac.ukMarkus Friedl
2001-05-09fix -R for protocol 2, noticed by greg@nest.cx.Markus Friedl
2001-05-08no need for xmalloc.h, thanks to espie@Markus Friedl
2001-05-08Use addargs() in sftp plus some clean up of addargs(). OK Markusmouring
2001-05-08adds correct error reporting to async connect()sMarkus Friedl
2001-05-07some complex situations need those functions to be reentrant, hence noMarc Espie
2001-05-07avoid closing the same file twice. parse module assumes ownership ofMarc Espie
2001-05-07Even though str_concati is supposed to handle intervals, it was stillMarc Espie
2001-05-07remove waitpid-related XXX's -- this is OKTodd C. Miller
2001-05-07Avoid excessive malloc/free for select in readdata()Todd C. Miller
2001-05-07Use a smaller buffer in fmttime() since the date string is of aTodd C. Miller
2001-05-07Fix select(2) usage.Todd C. Miller
2001-05-06use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.ukMarkus Friedl
2001-05-06cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.netMarkus Friedl
2001-05-06Use const for 'prompt'. Brought over from portable tree.mouring
2001-05-05Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8Todd C. Miller
2001-05-05Solaris has strerror()Todd C. Miller
2001-05-05typos, grammarKevin Steves
2001-05-05Document for loop mechanics for several variables.Marc Espie