Age | Commit message (Expand) | Author |
2016-09-22 | support plain curve25519-sha256 KEX algorithm now that it is | Damien Miller |
2016-09-22 | some minor cleanup; | Jason McIntyre |
2016-09-22 | shorten x509; | Jason McIntyre |
2016-09-22 | If ssh receives a PACKET_DISCONNECT during userauth it will cause | Darren Tucker |
2016-09-21 | correctly return errors from kex_send_ext_info(). Fix from Sami Farin | Damien Miller |
2016-09-21 | cast uint64_t for printf | Damien Miller |
2016-09-21 | Revert two recent changes to negated address matching. The new | Damien Miller |
2016-09-21 | Fix bad indentation. One already existed in 1.20, one introduced in 1.21; | Otto Moerbeek |
2016-09-21 | fix the signposting for -EeFf by partially rewriting the descriptions; | Jason McIntyre |
2016-09-21 | add a way for principals command to get see key ID and serial too | Damien Miller |
2016-09-20 | shorten version; | Jason McIntyre |
2016-09-20 | shorten the verify error list; | Jason McIntyre |
2016-09-19 | use a shell glob wildcard, that's clearer than an out of scope variable | Ted Unangst |
2016-09-19 | Replace an exit(3) call in main() with a return to enable the stack | Alexander Bluhm |
2016-09-19 | move inbound NEWKEYS handling to kex layer; otherwise early NEWKEYS causes | Markus Friedl |
2016-09-19 | Add OpenBSD RCS id. | Alexander Bluhm |
2016-09-19 | put the spkac section in the right place; | Jason McIntyre |
2016-09-19 | shorten verify; | Jason McIntyre |
2016-09-19 | Replace two more arc4random() loops with arc4random_buf(). | Martin Natano |
2016-09-18 | We cannot use fputs(3) in passthrough() because the stdout stream | Ingo Schwarze |
2016-09-18 | Make sure an output device is allocated before calling terminal_sepline(), | Ingo Schwarze |
2016-09-17 | replace two arc4random loops with arc4random_buf | Ted Unangst |
2016-09-17 | remove comment about CMS; ok jsing | Theo de Raadt |
2016-09-17 | little bit more KNF | Theo de Raadt |
2016-09-17 | ping6(8) is now a hardlink to ping(8). | Florian Obser |
2016-09-16 | like the sparc port, ancient wisdom is ancient. consign to the archives. | Ted Unangst |
2016-09-16 | Swap watermarks from high (4096) to low (128) when we get full buffers | Nicholas Marriott |
2016-09-16 | - Removed unnecessary string.h include | Frederic Cambus |
2016-09-15 | add some Xr for acme-client(1); | Jason McIntyre |
2016-09-15 | some spkac shortening; ok beck | Jason McIntyre |
2016-09-15 | shorten ts; | Jason McIntyre |
2016-09-15 | dont #define _KERNEL around some #includes | David Gwynne |
2016-09-15 | use static in the right places to seperate modules better | Theo de Raadt |
2016-09-14 | take fingerprint of correct key for AuthorizedPrincipalsCommand | Damien Miller |
2016-09-14 | Fix bug introduced in the fix for days outside the target month. | Todd C. Miller |
2016-09-14 | some fixes from carson chittom; | Jason McIntyre |
2016-09-14 | add %-escapes to AuthorizedPrincipalsCommand to match those supported | Damien Miller |
2016-09-13 | Eliminate unnecessary isupper() check before tolower(). | Todd C. Miller |
2016-09-13 | Eliminate the FOLD and DICT macros. There's no need to check for | Todd C. Miller |
2016-09-12 | handle certs in rsa_hash_alg_from_ident(), saving an unnecessary | Damien Miller |
2016-09-12 | list all supported signature algorithms in the server-sig-algs | Damien Miller |
2016-09-12 | If we can't get the CWD, use relative paths. Fixes editing files | Todd C. Miller |
2016-09-12 | Allow repeat count to be specified in mode key tables with bind-key -R, | Nicholas Marriott |
2016-09-12 | shorten speed; | Jason McIntyre |
2016-09-12 | Spaces->tabs. | Darren Tucker |
2016-09-12 | Style whitespace fix. Also happens to remove a no-op diff with portable. | Darren Tucker |
2016-09-12 | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions | Theo de Raadt |
2016-09-11 | Use the proper HTML escape for double quote ("): " not "e;. | Anthony J. Bentley |
2016-09-11 | Install mg tutorial with correct permissions. ok deraadt | Martin Natano |
2016-09-11 | Set the usual owner for /usr/bin/skeyprune. ok deraadt | Martin Natano |