summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* there's a hidden feature to infer the public key from the signaturetedu2016-09-261-8/+17
* Support set -a (append) with user options, suggested by Xandor Schiefer.nicm2016-09-262-13/+22
* no overstrikes in -i mode; ok millert@ guenther@otto2016-09-261-2/+2
* Document the dependency on sysctl kern.allowkmemderaadt2016-09-251-3/+6
* remove usr.bin/sqlite3, it has moved back to portssthen2016-09-233-5155/+0
* Unhook sqlite3.sthen2016-09-231-2/+2
* Fix many typos, from Michael W. Bombardieri <mb at ii.net>, thanksratchov2016-09-231-6/+6
* missing bit from previous commitdjm2016-09-221-12/+13
* organise the token stuff into a separate section;jmc2016-09-221-53/+85
* trim STANDARDS; ok jsingjmc2016-09-221-13/+1
* mention curve25519-sha256 KEXdjm2016-09-222-6/+8
* support plain curve25519-sha256 KEX algorithm now that it isdjm2016-09-222-2/+5
* some minor cleanup;jmc2016-09-221-47/+17
* shorten x509;jmc2016-09-221-755/+414
* If ssh receives a PACKET_DISCONNECT during userauth it will causedtucker2016-09-221-1/+3
* correctly return errors from kex_send_ext_info(). Fix from Sami Farindjm2016-09-211-2/+2
* cast uint64_t for printfdjm2016-09-211-2/+3
* Revert two recent changes to negated address matching. The newdjm2016-09-212-6/+4
* Fix bad indentation. One already existed in 1.20, one introduced in 1.21;otto2016-09-211-4/+4
* fix the signposting for -EeFf by partially rewriting the descriptions;jmc2016-09-211-14/+10
* add a way for principals command to get see key ID and serial toodjm2016-09-212-9/+15
* shorten version;jmc2016-09-201-17/+4
* shorten the verify error list;jmc2016-09-201-42/+41
* use a shell glob wildcard, that's clearer than an out of scope variabletedu2016-09-191-3/+3
* Replace an exit(3) call in main() with a return to enable the stackbluhm2016-09-191-2/+2
* move inbound NEWKEYS handling to kex layer; otherwise early NEWKEYS causesmarkus2016-09-192-5/+5
* Add OpenBSD RCS id.bluhm2016-09-191-0/+2
* put the spkac section in the right place;jmc2016-09-191-60/+60
* shorten verify;jmc2016-09-191-154/+96
* Replace two more arc4random() loops with arc4random_buf().natano2016-09-192-19/+9
* We cannot use fputs(3) in passthrough() because the stdout streamschwarze2016-09-181-5/+15
* Make sure an output device is allocated before calling terminal_sepline(),schwarze2016-09-181-28/+35
* replace two arc4random loops with arc4random_buftedu2016-09-172-12/+10
* remove comment about CMS; ok jsingderaadt2016-09-171-3/+2
* little bit more KNFderaadt2016-09-1725-63/+63
* ping6(8) is now a hardlink to ping(8).florian2016-09-172-4/+6
* like the sparc port, ancient wisdom is ancient. consign to the archives.tedu2016-09-163-229/+3
* Swap watermarks from high (4096) to low (128) when we get full buffersnicm2016-09-162-19/+54
* - Removed unnecessary string.h includefcambus2016-09-161-24/+23
* add some Xr for acme-client(1);jmc2016-09-151-1/+2
* some spkac shortening; ok beckjmc2016-09-151-68/+13
* shorten ts;jmc2016-09-151-283/+63
* dont #define _KERNEL around some #includesdlg2016-09-152-6/+2
* use static in the right places to seperate modules betterderaadt2016-09-154-13/+31
* take fingerprint of correct key for AuthorizedPrincipalsCommanddjm2016-09-141-2/+2
* Fix bug introduced in the fix for days outside the target month.millert2016-09-141-2/+4
* some fixes from carson chittom;jmc2016-09-141-3/+3
* add %-escapes to AuthorizedPrincipalsCommand to match those supporteddjm2016-09-142-10/+49
* Eliminate unnecessary isupper() check before tolower().millert2016-09-131-4/+2
* Eliminate the FOLD and DICT macros. There's no need to check formillert2016-09-131-21/+5