Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-19 | typo in error message | Kevin Steves | |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves | |
specify time may be expressed using a sequence of the form: time[qualifier], where time is a positive integer value and qualifier is one of the following: <none>,s,m,h,d,w Examples: 600 600 seconds (10 minutes) 10m 10 minutes 1h30m 1 hour 30 minutes (90 minutes) ok markus@ | |||
2001-05-19 | document MACs defaults with .Dq | Markus Friedl | |
2001-05-19 | change preferredauthentication order to | Markus Friedl | |
publickey,hostbased,password,keyboard-interactive document that hostbased defaults to no, document order | |||
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 | |
allows scp /path/to/file localhost:/path/to/file | |||
2001-05-19 | Disable X11 forwarding if xauth binary is not found. Patch from Nalin | Damien Miller | |
Dahyabhai <nalin@redhat.com>; ok markus@ | |||
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 | |
bug reported by bowman@math.ualberta.ca | |||
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 | |
readfds if malloc/realloc fails. | |||
2001-05-15 | Don't go beyond end of string. | Marc Espie | |
Handles unterminated variables, and fixes regression test #10 | |||
2001-05-15 | thinko in my rewrite. Repair var:sh = something | Marc Espie | |
Looks like nobody is using this anyways. | |||
2001-05-14 | Ensure IFile str is always intialized, so that we can free it without | Marc Espie | |
problems. Bug found by wilfried@. | |||
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 | |
if the "default" files (running system) were specified for the ksyms and memory dump. Eventually, it won't be necessary for vmstat to be privileged. | |||
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 | |
bug was introduced with experimental dynamic forwarding. | |||
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 | |
fixes the server-discards-data-before-connected-bug found by onoe@sm.sony.co.jp | |||
2001-05-07 | some complex situations need those functions to be reentrant, hence no | Marc Espie | |
static VarPatterns... Old make could use dynamic variables because everything was jumbled into one single function. | |||
2001-05-07 | avoid closing the same file twice. parse module assumes ownership of | Marc Espie | |
file handles it's passed to. (this is apparently harmless on BSDs, but is still a bug). | |||
2001-05-07 | Even though str_concati is supposed to handle intervals, it was still | Marc Espie | |
assuming '\0' at the end. -> importance of proper make bug reports, this was first diagnosed as a for loop issue... | |||
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 | |
known fixed size. | |||
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 | |
Fix some -Wall found on Solaris Fix some uid_t/gid_t stuff I missed before | |||
2001-05-05 | Solaris has strerror() | Todd C. Miller | |
Remove unneeded #include <util.h> and -lutil | |||
2001-05-05 | typos, grammar | Kevin Steves | |
2001-05-05 | Document for loop mechanics for several variables. | Marc Espie | |
Idea taken from NetBSD. implementation completely different, as our loop implementation diverged a while back. |