CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/06/08 01:09:42
Modified files: usr.bin/ssh : servconf.c Log message: switch sshd_config parsing to argv_split() similar to the previous commit, this switches sshd_config parsing to the newer tokeniser. Config parsing will be a little stricter wrt quote correctness and directives appearing without arguments. feedback and ok markus@ tested in snaps for the last five or so days - thanks Theo and those who caught bugs