summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-09-03fatal() for nonexistent -Fssh_config. ok markus@Kevin Steves
2001-09-03don't print zero values on processes lineCamiel Dobbelaar
2001-09-03No longer any reason to care if calendar file is a pipe or not.Paul Janzen
2001-09-03- Prevent users from hanging or killing 'calendar -a', at the cost ofPaul Janzen
2001-09-03build usbhidctlPeter Valchev
2001-09-03repair a bug in 1.23, where "telnetport" was incorrectly set.Jun-ichiro itojun Hagino
2001-09-02KNF + ansiJakob Schlyter
2001-09-02update command summaryJakob Schlyter
2001-09-02remove unused variableJakob Schlyter
2001-09-02add very basic proxy support using socks5 client code from niklas@.Jakob Schlyter
2001-09-02fix SYNPOSISJakob Schlyter
2001-09-02program to manipulate USB HID devicesPeter Valchev
2001-09-02Remove a duplicate line; dfa@solo.eeAaron Campbell
2001-08-31Don't need signal.c since we have standard signals...Todd C. Miller
2001-08-31disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST messagesMarkus Friedl
2001-08-30do not pass pointers to longjmp; fix from wayne@blorf.netMarkus Friedl
2001-08-30validate ports for permitopen key file option. add host/portKevin Steves
2001-08-30Delete duplicate 'network daemon testing' item.Kenneth R Westerback
2001-08-30validate ports for LocalForward/RemoteForward.Kevin Steves
2001-08-30add -D to synopsis line; ok markus@Christian Weisgerber
2001-08-30Fix typo - space before a comma.Kenneth R Westerback
2001-08-29additional documentation for GatewayPorts; ok markus@Kevin Steves
2001-08-29validate ports for -L/-R; ok markus@Kevin Steves
2001-08-29document -D and DynamicForward; ok markus@Kevin Steves
2001-08-29add text about -u0 preventing DNS requests; ok markus@Kevin Steves
2001-08-29clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t...Markus Friedl
2001-08-28allow: ssh -F configfile hostMarkus Friedl
2001-08-28don't set DynamicForward unless Host matchesMarkus Friedl
2001-08-28Add information on number/percentage of namei calls missed the cache.Tobias Weingartner
2001-08-27#include <string.h>Markus Friedl
2001-08-27fix memory fault if non-existent filename is given to the -f optionDan Harnett
2001-08-27Instead of prompting the user whether or not they wish to continue toTodd C. Miller
2001-08-26su(1) see also: sudo(8) - users coming fron other UNIX environments mayHeikki Korpela
2001-08-26Add a -q to silence zero-output lines and fix some whitespace and text nits.brian
2001-08-26Change the second arg to pw_mkdb() from a boolean flag to a set ofTodd C. Miller
2001-08-25use callocEric Jackson
2001-08-25It is ok for the target file not to exist even if -b was specifiedHeikki Korpela
2001-08-24Display even zeros so that the swap output makes more sense.Artur Grabowski
2001-08-24junload: Derive progID and contID from filenameJim Rees
2001-08-23If we fail to lookup a login class, apply the default one.Todd C. Miller
2001-08-23Remove an errant ';' that caused a duplicate free(). Fix from my sudoTodd C. Miller
2001-08-23some phrases just belong together - like goats and latexBob Beck
2001-08-23end request with 0, not NULLCamiel Dobbelaar
2001-08-23minor cleanupKevin Steves
2001-08-23fix usage; ok markus@Kevin Steves
2001-08-23end request with 0, not NULLCamiel Dobbelaar
2001-08-23recieve -> receiveAaron Campbell
2001-08-23switch to the optimised AES reference code fromMarkus Friedl
2001-08-22expression is optionalTheo de Raadt
2001-08-22Since we're in pedant mode again, we might as well be thorough. It'sHugh Graham