summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2001-05-01raise the file name and buffer name sizesArtur Grabowski
2001-05-01Reformat EXAMPLES section.Aaron Campbell
2001-04-30Better hints handling (used for sorting package lists):Marc Espie
2001-04-30ssh-2.0.10 has the weak-key-bug, too.Markus Friedl
2001-04-30allow interop with weaker key generation used by ssh-2.0.x, x < 10Markus Friedl
2001-04-30right value for X_NSELCOLLArtur Grabowski
2001-04-30Ooops! Undo breakage I introduced in 1.48.Artur Grabowski
2001-04-30implement 'ssh -b bind_address' like 'telnet -b'Markus Friedl
2001-04-30don't freeaddrinfo if getaddrinfo fails; ok deraadt@,itojun@Markus Friedl
2001-04-30CLSIZE is 1 on all archs and will go away soon.Artur Grabowski
2001-04-29Zero a buffer prior to passing it to readlink() as readlink()Todd C. Miller
2001-04-29spelingTodd C. Miller
2001-04-29labels should precede actual code, not braces; from NetBSDTodd C. Miller
2001-04-29Add a bunch of old revision history comments that we are missing toTodd C. Miller
2001-04-29include string.h not strings.hTodd C. Miller
2001-04-29more ssh.com-2.0.x bug-compat; from per@appgate.comMarkus Friedl
2001-04-29fix whitespaceMarkus Friedl
2001-04-29Use S_ISXXX macros where possible instead of doing this by handTodd C. Miller
2001-04-29Add comment chars to (or just remove) bare words after #endif/#else for ANSI.Todd C. Miller
2001-04-29If errmsg() is passed a negative argument return strerror(errno)Todd C. Miller
2001-04-24OpenSSH-2.9Markus Friedl