summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-03-02Update to sudo 1.6.3p7Todd C. Miller
Fixes negation of path-type Defaults entries in a boolean context.
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
exists only for compatibility reasons); espie@ ok. This issue was brought to my attention by mpech@prosoft.org.lv
2001-03-01don't truncate remote ssh-2 commands; from mkubita@securities.czMarkus Friedl
use min, not max for logging, fixes overflow.
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
Also rearrage options in the man page while I'm here.
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
use random content in ignore messages.
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
remove closed fd's from the select mask.
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
or hurts things)
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
2001-02-26Silence some warnings in generated grammers compiled with YYDEBUG;Thorsten Lockert
okay millert@
2001-02-24look for id_rsa by default, before id_dsaTheo de Raadt
2001-02-24ssh2 rsa key before dsa keyTheo de Raadt
2001-02-23Add -h option ("human-readable") as df. Based on suggestions and code fromPaul Janzen
Matt Bing <matt@anzen.com>.
2001-02-23the random session key depends now on the session_key_intMarkus Friedl
sent by the 'attacker' dig1 = md5(cookie|session_key_int); dig2 = md5(dig1|cookie|session_key_int); fake_session_key = dig1|dig2; this change is caused by a mail from anakin@pobox.com patch based on discussions with my german advisor niels@openbsd.org
2001-02-23handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clientsMarkus Friedl
2001-02-23debug2->3Markus Friedl
2001-02-22use pwcopy in ssh.c, tooMarkus Friedl
2001-02-22typos/grammar from matt@anzen.comMarkus Friedl
2001-02-22activate RSA 2 keyTheo de Raadt
2001-02-22bye bye -dTheo de Raadt
2001-02-22document -d, and -t defaults to rsa1Theo de Raadt
2001-02-22grammar; slade@shore.netTheo de Raadt
2001-02-22Update to ncurses-5.2-20010210:Todd C. Miller
o remove macro callPutChar() from tty_update.c, since this is no longer needed (reported by Philippe Blain). o add a null-pointer check in tic.c to handle the case when the input file is really empty. Modify the next_char() function in comp_scan.c to allow arbitrarily long lines, and incidentally supply a newline to files that do not end in a newline. These changes improve tic's recovery from attempts to read binary files, e.g., its output from the terminfo database (reported by Bernhard Rosenkraenzer). o revert change to c++/demo.cc from 20001209, which changed definition of main() apparently to accommodate cygwin linker, but broke the demo program.
2001-02-22plug mem leak i introduced; spotted by millertTheo de Raadt
2001-02-21-i supports DSA identities now; ok markus@Kevin Steves
2001-02-21careful with & and &&; markus okTheo de Raadt
2001-02-21improve fd handlingTheo de Raadt
2001-02-21inline -> __inline__, and some indentTheo de Raadt
2001-02-19clarify message to make it not mention "ident"Theo de Raadt
2001-02-19Update to sudo-1.6.3p6Todd C. Miller
2001-02-19np is changed by recursion; vinschen@redhat.comTheo de Raadt