summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/utf8.c
AgeCommit message (Expand)Author
2020-05-01expose vasnmprintf(); ok (as part of other commit) markus deraadtDamien Miller
2020-04-03add allocating variant of the safe utf8 printer; ok dtucker as part ofDamien Miller
2020-03-06vasnmprintf allocates str and returns -1; ok djmMarkus Friedl
2018-08-21AIX reports the CODESET as "ISO8859-1" in the POSIX locale.Ingo Schwarze
2017-05-31Switch to recallocarray() for a few operations. Both growth and shrinkageTheo de Raadt
2017-04-17Recognize nl_langinfo(CODESET) return values "646" and "" as aliasesIngo Schwarze
2017-02-19Add a common nl_langinfo(CODESET) alias for US-ASCII "ANSI_X3.4-1968"Damien Miller
2017-02-02In vasnmprintf() return an error if malloc fails and don't setJonathan Gray
2016-05-30Even when only writing an unescaped character, the dst buffer may need toIngo Schwarze
2016-05-30Fix two rare edge cases:Ingo Schwarze
2016-05-25To prevent screwing up terminal settings when printing to theIngo Schwarze