summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2001-05-04move to Channel **channels (instead of Channel *channels), fixes realloc prob...Markus Friedl
2001-05-04o kill registerTodd C. Miller
2001-05-04Cleanups in filename and buffer name handling.Artur Grabowski
2001-05-04Qick fix for an overflow in C-X C-B.Artur Grabowski
2001-05-04handle kvm_nlist() failing, from pr#1798.Eric Jackson
2001-05-04channel_new() reallocs channels[], we cannot use Channel *c after callingMarkus Friedl
2001-05-04typosKevin Steves
2001-05-04GAPING_SECURITY_HOLE was removed so there is no -e option.Todd C. Miller
2001-05-03Move colon() and cleanhost() to misc.c where I should I have put it inmouring
2001-05-03remove "\n" from fatal()Kevin Steves
2001-05-03Fix another annoying feature in mg. When I try to use the keypad toArtur Grabowski
2001-05-03Add a delay (in miliseconds) argument to ttwait.Artur Grabowski
2001-05-03exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.auMarkus Friedl
2001-05-03typo in debug() stringKevin Steves
2001-05-03Bump bootstrap stuff from op-make. Mostly from fries@Marc Espie
2001-05-03Minor manpage tweaksMarc Espie
2001-05-03Synch with my current work.Marc Espie
2001-05-03old fileMarc Espie
2001-05-03 * Let make_file_list always append a '/' at the end of directories.Artur Grabowski
2001-05-02-h overrides BLOCKSIZE; matt@anzen.comPaul Janzen
2001-05-02Sync with NetBSD. Notable changes:Todd C. Miller
2001-05-02fix prompt for ssh-add.Markus Friedl
2001-05-02Put the 'const' back into ssh_askpass() function. Pointed outmouring
2001-05-01Revert stupid buggy optimisation.Marc Espie
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-05-01Use opendir/readdir instead of open/read when making a file list.Artur Grabowski