File: SIZE

package info (click to toggle)
vsftpd 2.0.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 984 kB
  • ctags: 1,059
  • sloc: ansic: 11,743; sh: 86; makefile: 80
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?