CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/05/02 02:49:03
Modified files: usr.bin/ssh : auth2-chall.c auth2.c kex.h kexc25519.c monitor.c servconf.c sftp-client.c ssh-agent.c ssh-keygen.c sshbuf-misc.c sshbuf.h sshconnect2.c sshd.c Log message: fix signed/unsigned errors reported by clang-3.7; add sshbuf_dup_string() to replace a common idiom of strdup(sshbuf_ptr()) with better safety checking; feedback and ok markus@