Age | Commit message (Expand) | Author |
2001-05-19 | typo in error message | Kevin Steves |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves |
2001-05-19 | document MACs defaults with .Dq | Markus Friedl |
2001-05-19 | change preferredauthentication order to | Markus Friedl |
2001-05-19 | sort options; Matthew.Stier@fnc.fujitsu.com | Markus Friedl |
2001-05-19 | ftruncate() instead of open()+O_TRUNC like rcp.c does | Markus Friedl |
2001-05-19 | Disable X11 forwarding if xauth binary is not found. Patch from Nalin | Damien Miller |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-05-18 | adapt to use pool | Niels Provos |
2001-05-17 | no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.de | Markus Friedl |
2001-05-16 | more select() error fixes (don't set rfd/wfd to -1). | Markus Friedl |
2001-05-16 | check for open sessions before we call select(); fixes the x11 client | Markus Friedl |
2001-05-16 | return comments for private pem files, too; report from nolan@naic.edu | Markus Friedl |
2001-05-15 | X11 forwarding details improved | Theo de Raadt |
2001-05-15 | Add missing memset() from one of the select() fixes. Also free existing | Todd C. Miller |
2001-05-15 | Don't go beyond end of string. | Marc Espie |
2001-05-15 | thinko in my rewrite. Repair var:sh = something | Marc Espie |
2001-05-14 | Ensure IFile str is always intialized, so that we can free it without | Marc Espie |
2001-05-14 | No need to use calloc gratuitously. | Angelos D. Keromytis |
2001-05-14 | Use warn() consistently. | Angelos D. Keromytis |
2001-05-14 | Use the sysctl-based diskstats for live kernels. deraadt@ ok | Angelos D. Keromytis |
2001-05-14 | long -> int64_t for tty statistics | Angelos D. Keromytis |
2001-05-14 | Remove ugly empty line. | Angelos D. Keromytis |
2001-05-12 | readlink does not NULL-terminate; mhe@home.se | Markus Friedl |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski |
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 |