File: SIZE

package info (click to toggle)
vsftpd 2.3.2-3%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,312 kB
  • ctags: 1,365
  • sloc: ansic: 15,491; sh: 192; makefile: 48
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?