summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-01-20Fix BN_is_prime_* calls in SSH, the API returns -1 on error.Theo Buehler
2019-01-20Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error.Theo Buehler
2019-01-20DH-GEX min value is now specified in RFC8270. ok djm@Darren Tucker
2019-01-19fix error in refactor: use ssh_packet_disconnect() instead ofDamien Miller
2019-01-19remove last traces of old packet API!Damien Miller
2019-01-19remove last references to active_stateDamien Miller
2019-01-19convert monitor.c to new packet APIDamien Miller
2019-01-19convert sshd.c to new packet APIDamien Miller
2019-01-19convert session.c to new packet APIDamien Miller
2019-01-19convert auth.c to new packet APIDamien Miller
2019-01-19convert serverloop.c to new packet APIDamien Miller
2019-01-19convert the remainder of sshconnect2.c to new packet APIDamien Miller
2019-01-19convert the remainder of clientloop.c to new packet APIDamien Miller
2019-01-19convert auth2.c to new packet APIDamien Miller
2019-01-19convert servconf.c to new packet APIDamien Miller
2019-01-19convert channels.c to new packet APIDamien Miller
2019-01-19convert sshconnect.c to new packet APIDamien Miller
2019-01-19convert ssh.c to new packet APIDamien Miller
2019-01-19convert mux.c to new packet APIDamien Miller
2019-01-19convert sshconnect2.c to new packet APIDamien Miller
2019-01-19convert clientloop.c to new packet APIDamien Miller
2019-01-19allow sshpkt_fatal() to take a varargs format; we'll use this to giveDamien Miller
2019-01-19begin landing remaining refactoring of packet parsing API, startedDamien Miller
2019-01-19change the default digest used byJonathan Gray
2019-01-19Print an \r in front of the password prompt so parts of a passwordTheo Buehler
2019-01-18switch the default algorithm for the dgst command from MD5 to SHA256Christian Weisgerber
2019-01-18Add -iter and -pbkdf2 to the usage synopsis.Christian Weisgerber
2019-01-18The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze
2019-01-18tweak previous;Jason McIntyre
2019-01-18Add the -iter and -pbkdf2 argumenst to encBob Beck
2019-01-18Change the default digest type to sha256, and add support forBob Beck
2019-01-17rm a few more $Id which cannot be usefulTed Unangst
2019-01-17delete some historic $Id that have been chewed on by cvsTed Unangst
2019-01-17use $OpenBSD markersTed Unangst
2019-01-17change an error message to be less misleading.Ted Unangst
2019-01-17clear the password even after a mismatchTed Unangst
2019-01-17clean up the user's password even after various errors.Ted Unangst
2019-01-17tun_fwd_ifnames variable should be extern; from Hanno BöckDamien Miller
2019-01-17include time.h for time(3)/nanosleep(2); from Ian McKellarDamien Miller
2019-01-17many of the global variables in this file can be made static;Damien Miller
2019-01-16Add "-h" flag to sftp chown/chgrp/chmod commands to request they doDamien Miller
2019-01-16add support for a "lsetstat@openssh.com" extension. This replicates theDamien Miller
2019-01-15In PostScript and PDF output, one AFM unit is not nearly enoughIngo Schwarze
2019-01-15Should save the bg colour when setting it to default, not the fg.Nicholas Marriott
2019-01-15Do not highlight characters which will not be copied, reported byNicholas Marriott
2019-01-15Regex flags should include REG_NEWLINE and REG_ICASE should actually beNicholas Marriott
2019-01-14Various tweaks:Ingo Schwarze
2019-01-14Untimely spring cleaning:Ingo Schwarze
2019-01-11mincore() is a relic from the past, exposing physical machine informationTheo de Raadt
2019-01-11Improve error reporting when a file given on the command lineIngo Schwarze