Age | Commit message (Expand) | Author |
2001-05-11 | add unset_nonblock for stdout/err flushing in client_loop(). | Markus Friedl |
2001-05-11 | cleanup | Theo de Raadt |
2001-05-11 | Use sysctl(3) to retrieve nchstats, forkstat, nselcoll, and kmemstats | Angelos D. Keromytis |
2001-05-11 | Fix stray comma. | Angelos D. Keromytis |
2001-05-10 | Typo; physial -> physical. | Aaron Campbell |
2001-05-09 | fix prototype; J.S.Peatfield@damtp.cam.ac.uk | Markus Friedl |
2001-05-09 | fix -R for protocol 2, noticed by greg@nest.cx. | Markus Friedl |
2001-05-08 | no need for xmalloc.h, thanks to espie@ | Markus Friedl |
2001-05-08 | Use addargs() in sftp plus some clean up of addargs(). OK Markus | mouring |
2001-05-08 | adds correct error reporting to async connect()s | Markus Friedl |
2001-05-07 | some complex situations need those functions to be reentrant, hence no | Marc Espie |
2001-05-07 | avoid closing the same file twice. parse module assumes ownership of | Marc Espie |
2001-05-07 | Even though str_concati is supposed to handle intervals, it was still | Marc Espie |
2001-05-07 | remove waitpid-related XXX's -- this is OK | Todd C. Miller |
2001-05-07 | Avoid excessive malloc/free for select in readdata() | Todd C. Miller |
2001-05-07 | Use a smaller buffer in fmttime() since the date string is of a | Todd C. Miller |
2001-05-07 | Fix select(2) usage. | Todd C. Miller |
2001-05-06 | use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.uk | Markus Friedl |
2001-05-06 | cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net | Markus Friedl |
2001-05-06 | Use const for 'prompt'. Brought over from portable tree. | mouring |
2001-05-05 | Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8 | Todd C. Miller |
2001-05-05 | Solaris has strerror() | Todd C. Miller |
2001-05-05 | typos, grammar | Kevin Steves |
2001-05-05 | Document for loop mechanics for several variables. | Marc Espie |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc prob... | Markus Friedl |
2001-05-04 | o kill register | Todd C. Miller |
2001-05-04 | Cleanups in filename and buffer name handling. | Artur Grabowski |
2001-05-04 | Qick fix for an overflow in C-X C-B. | Artur Grabowski |
2001-05-04 | handle kvm_nlist() failing, from pr#1798. | Eric Jackson |
2001-05-04 | channel_new() reallocs channels[], we cannot use Channel *c after calling | Markus Friedl |
2001-05-04 | typos | Kevin Steves |
2001-05-04 | GAPING_SECURITY_HOLE was removed so there is no -e option. | Todd C. Miller |
2001-05-03 | Move colon() and cleanhost() to misc.c where I should I have put it in | mouring |
2001-05-03 | remove "\n" from fatal() | Kevin Steves |
2001-05-03 | Fix another annoying feature in mg. When I try to use the keypad to | Artur Grabowski |
2001-05-03 | Add a delay (in miliseconds) argument to ttwait. | Artur Grabowski |
2001-05-03 | exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au | Markus Friedl |
2001-05-03 | typo in debug() string | Kevin Steves |
2001-05-03 | Bump bootstrap stuff from op-make. Mostly from fries@ | Marc Espie |
2001-05-03 | Minor manpage tweaks | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2001-05-03 | old file | Marc 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.com | Paul Janzen |
2001-05-02 | Sync with NetBSD. Notable changes: | Todd C. Miller |
2001-05-02 | fix prompt for ssh-add. | Markus Friedl |
2001-05-02 | Put the 'const' back into ssh_askpass() function. Pointed out | mouring |
2001-05-01 | Revert stupid buggy optimisation. | Marc Espie |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell |
2001-05-01 | Use opendir/readdir instead of open/read when making a file list. | Artur Grabowski |