Point in usernames / scp
Florian Weimer
Florian.Weimer at RUS.Uni-Stuttgart.DE
Tue Dec 12 02:29:39 EST 2000
Kai Engert <engert at isg.de> writes:
> - if (!isalpha(c) && !isdigit(c) && c != '_' && c != '-')
> + if (!isalpha(c) && !isdigit(c) && c != '_' && c != '-' && c != '.')
If you are at it, you couuld also include '+' here.
--
Florian Weimer Florian.Weimer at RUS.Uni-Stuttgart.DE
University of Stuttgart http://cert.uni-stuttgart.de/
RUS-CERT +49-711-685-5973/fax +49-711-685-5898
More information about the openssh-unix-dev
mailing list