summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-03-05sync error message; ok markus@Kevin Steves
2001-03-05skip inlining, why botherTheo de Raadt
2001-03-05inspect MUST take an int to handle EOF issues correctly on unsigned charMarc Espie
2001-03-05alpha order; jcs@rt.fmTheo de Raadt
2001-03-04list SSH2 ciphersTheo de Raadt
2001-03-04log functions should not be passed strings that end in newline as theyTodd C. Miller
2001-03-04spellingKevin Steves
2001-03-04kill obsolete RandomSeed; ok markus@ deraadt@Kevin Steves
2001-03-04small cleanup and clarify for PermitRootLogin; ok markus@Kevin Steves
2001-03-04add -m to usage; ok markus@Kevin Steves
2001-03-04Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoidDamien Miller
2001-03-04don't link unused libsMarkus Friedl
2001-03-04debug1->2Markus Friedl
2001-03-03log*.c -> log.cMarkus Friedl
2001-03-03clean up arg processing. based on work by Christophe_Moret@hp.comMarkus Friedl
2001-03-03KNFTheo de Raadt
2001-03-03Dynamically allocate fd_set; deraadt@ OKTodd C. Miller
2001-03-03Dynamically allocate read_wait and its copies. Since maxfd isTodd C. Miller
2001-03-03standard theo sweepTheo de Raadt
2001-03-03drop packets with 127.0.0.0/8 in header field, if the packet is from outside.Jun-ichiro itojun Hagino
2001-03-02make copyright lines the same formatTheo de Raadt
2001-03-02Use the ohash_* that's now in libc.Marc Espie
2001-03-02Update to sudo 1.6.3p7Todd C. Miller
2001-03-02doc the dsa/rsa key pair filesTheo de Raadt
2001-03-02explain SIGHUP betterTheo de Raadt
2001-03-02Mark -o option with XXX (we may want to implement it someday, but currently itAaron Campbell
2001-03-01don't truncate remote ssh-2 commands; from mkubita@securities.czMarkus Friedl
2001-03-01Sync usage() with man page; mpech@prosoft.org.lvAaron Campbell
2001-03-01Remove -t option from getopt() since it doesn't exist; mpech@prosoft.org.lv.Aaron Campbell
2001-03-01Sync usage() with man page; mpech@prosoft.org.lvAaron Campbell
2001-03-01copyright notices on all source filesTheo de Raadt
2001-03-01KNFTheo de Raadt
2001-03-01shorten usage by a lineTheo de Raadt
2001-03-01oopsTheo de Raadt
2001-03-01get rid of extra headerTheo de Raadt
2001-03-01use MAXPATHLEN over PATH_MAX, since it is more portableTheo de Raadt
2001-03-01split line so that p will have an easier time next time aroundTheo de Raadt
2001-02-28ncurses-5.2-20010224Todd C. Miller
2001-02-28typoMarkus Friedl
2001-02-28use ignore message to simulate a SSH2_MSG_CHANNEL_DATA messageMarkus Friedl
2001-02-28generate a fake session id, tooMarkus Friedl
2001-02-28for completeness, copy pw_gecos tooTheo de Raadt
2001-02-28unify debug messagesMarkus Friedl
2001-02-28in ssh protocol v2 use ignore messages for padding (instead of trailing \0).Markus Friedl
2001-02-28make sure remote stderr does not get truncated.Markus Friedl
2001-02-28fix byte counts for ssh protocol v1Markus Friedl
2001-02-28do not kill the subprocess on termination (we will see if this helps thingsTheo de Raadt
2001-02-28pull in protosTheo de Raadt
2001-02-27support SSH-2.0-2.1 ; from Christophe_Moret@hp.comMarkus Friedl
2001-02-27fix random paddingMarkus Friedl