dev

Clone or download

Read-only

request #6403 - Proftpd logs can be either absolute or relative

Change-Id: If4272867160d657ec228db5a303bcc7bc0222d2d

Modified Files

Name
M plugins/proftpd/bin/parse_xferlog.php +25 −17 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/Dao.class.php +1 −2 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/FileImporter.class.php +18 −4 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporterTest.php +2 −2 Go to diff View file
A plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporter_PathTest.php +83 −0 Go to diff View file
A plugins/proftpd/phpunit/ProFTPd/Xferlog/_fixtures/xferlog_absolute +1 −0 Go to diff View file
A plugins/proftpd/phpunit/ProFTPd/Xferlog/_fixtures/xferlog_relative +1 −0 Go to diff View file