Re: Legal characters in encrypted fscrypto (f2fs/ext4) filename?

2016-03-31 Thread Theodore Ts'o
On Fri, Apr 01, 2016 at 01:00:18AM -0500, Eric Biggers wrote: > Hello, > > While reviewing the new filesystem encryption code, I was confused by the > intended set of legal characters in the printable form of an encrypted > filename. > > According to the actual code in fs/crypto/fname.c, the leg

Legal characters in encrypted fscrypto (f2fs/ext4) filename?

2016-03-31 Thread Eric Biggers
Hello, While reviewing the new filesystem encryption code, I was confused by the intended set of legal characters in the printable form of an encrypted filename. According to the actual code in fs/crypto/fname.c, the legal characters are: a-zA-Z0-9+, Alternatively, according to the comm