summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-05-07Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidJonathan Gray
2017-05-05Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze
2017-05-05move .ll to the roff modulesIngo Schwarze
2017-05-05Add some formats to look at the session window stack, suggested by ScottNicholas Marriott
2017-05-05more simplification and removal of SSHv1-related code; ok djm@Christian Weisgerber
2017-05-05remove superfluous protocol 2 mentions; ok jmc@Christian Weisgerber
2017-05-05Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze
2017-05-04Start roff formatter modules for HTML and termininal output,Ingo Schwarze
2017-05-04Parser reorg:Ingo Schwarze
2017-05-04For TCP sockets netstat -A must print the address of the TCP protocolAlexander Bluhm
2017-05-04Fix the ca command so that certs it generates have RFC5280 conformant time.Bob Beck
2017-05-04Some new notifications, mainly for active pane and current window andNicholas Marriott
2017-05-04since a couple of people have asked, leave a comment explaining why weDamien Miller
2017-05-04another tentacle: cipher_set_key_string() was only ever used for SSHv1Damien Miller
2017-05-03restore mistakenly deleted description of the ConnectionAttempts optionChristian Weisgerber
2017-05-03remove miscellaneous SSH1 leftovers; ok markus@Christian Weisgerber
2017-05-03Remove unused PRIO column from the queueing display; ok sthen@Mike Belopuhov
2017-05-03While freeing tag entries, make sure to free the copied strings.Todd C. Miller
2017-05-03more protocol 1 bits removed; ok djmJason McIntyre
2017-05-03Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,Ricardo Mestre
2017-05-03more protocol 1 stuff to go; ok djmJason McIntyre
2017-05-03Add a format for the last search string in copy mode and fix the promptNicholas Marriott
2017-05-02Update yy_buf_size after yyrealloc(). The fix has been mergedTodd C. Miller
2017-05-02rsa1 is no longer valid;Jason McIntyre
2017-05-02add PubKeyAcceptedKeyTypes to the -o list: scp(1) has it, so i guessJason McIntyre
2017-05-02remove now obsolete protocol1 options from the -o lists;Jason McIntyre
2017-05-02more -O shuffle; ok djmJason McIntyre
2017-05-02remove -1 / -2 options; pointed out by jmc@Damien Miller
2017-05-02remove options -12 from usage();Jason McIntyre
2017-05-02tidy up -O somewhat; ok djmJason McIntyre
2017-05-01A few days ago, a patch from <G dot Branden dot Robinson at gmail dot com>Ingo Schwarze
2017-05-01when freeing a bitmap, zero all it bytes; spotted by Ilya KalimanDamien Miller
2017-05-01When trying to expand some columns in a table where the sum of theIngo Schwarze
2017-05-01this one I did forget to "cvs rm"Damien Miller
2017-05-01In order that people can use formats like #D in #() in the status lineNicholas Marriott
2017-05-01don't know why cvs didn't exterminate these the first time around,Damien Miller
2017-05-01update currency exchange rates;Jason McIntyre
2017-05-01remove unused variableDamien Miller
2017-05-01fixup setting ciphercontext->plaintext (lost in SSHv1 purge), thoughDamien Miller
2017-04-30flense SSHv1 support from ssh-agent, considerably simplifying itDamien Miller
2017-04-30obliterate ssh1.h and some dead code that used itDamien Miller
2017-04-30exterminate the -1 flag from scpDamien Miller
2017-04-30purge the last traces of SSHv1 from the TTY modes handling codeDamien Miller
2017-04-30remove the (in)famous SSHv1 CRC compensation attack detector.Damien Miller
2017-04-30undo some local debugging stuff that I committed by accidentDamien Miller
2017-04-30remove SSHv1 support from packet and buffer APIsDamien Miller
2017-04-30remove SSHv1-related buffers from client codeDamien Miller
2017-04-30remove KEY_RSA1Damien Miller
2017-04-30remove SSHv1 configuration options and man pages bitsDamien Miller
2017-04-30remove SSH1 make flag and associated filesDamien Miller