CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/07/30 21:10:27
Modified files: usr.bin/ssh : auth2-gss.c auth2-hostbased.c auth2-pubkey.c Log message: delay bailout for invalid authenticating user until after the packet containing the request has been fully parsed. Reported by Dariusz Tytko and Micha?? Sajdak; ok deraadt