commit | 4ce189d9108c62090a0dd5dea973d175328440db | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Tue Apr 23 15:17:52 2013 +1000 |
committer | Damien Miller <djm@mindrot.org> | Tue Apr 23 15:17:52 2013 +1000 |
tree | 94f59288486756c522514572f4d9962e865790b2 | |
parent | 5cbec4c25954b184e43bf3d3ac09e65eb474f5f9 [diff] |
- djm@cvs.openbsd.org 2013/03/07 00:19:59 [auth2-pubkey.c monitor.c] reconstruct the original username that was sent by the client, which may have included a style (e.g. "root:skey") when checking public key signatures. Fixes public key and hostbased auth when the client specified a style; ok markus@