File: SIZE

package info (click to toggle)
vsftpd 3.0.2-17
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,196 kB
  • sloc: ansic: 16,470; sh: 234; makefile: 53; python: 18
file content (8 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
I'm not sure what you expected to find in this file :-)

Anyway, this is to explain that vsftpd is not as much code as you might
expect from running a command like "wc -l *.c". Why? Simply because I use
a very verbose style of coding in vsftpd, which consumes a lot of lines.
Verbose code is very important in a secure program. How can you verify a
program's security if it is not readable?