CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/08 00:54:40
Modified files:
usr.bin/ssh : auth2-pubkey.c misc.c misc.h sshconnect.c
Log message:
Allow argv_split() to optionally terminate tokenisation when it
encounters an unquoted comment.
Add some additional utility function for working with argument
vectors, since we'll be switching to using them to parse
ssh/sshd_config shortly.
ok markus@ as part of a larger diff; tested in snaps
