CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/03/28 09:18:29
Modified files: usr.bin/rdistd : server.c Log message: pathnames with space, tab, newline, etc are encoded before being sent. But they were not reliably being decoded, resulting in wrong naming on the target machine. diff from Tim van der Molen