]> git.pld-linux.org Git - packages/ftpd-BSD.git/blob - ftpd-BSD-username.patch
- SECURITY note
[packages/ftpd-BSD.git] / ftpd-BSD-username.patch
1 diff -bruN ftpd-BSD-0.3.2/ftpd.c ftpd-BSD-0.3.2.new/ftpd.c
2 --- ftpd-BSD-0.3.2/ftpd.c       Fri Jul  7 05:06:04 2000
3 +++ ftpd-BSD-0.3.2.new/ftpd.c   Tue Nov  7 17:51:08 2000
4 @@ -802,7 +802,7 @@
5  
6  static int login_attempts;     /* number of failed login attempts */
7  static int askpasswd;          /* had user command, ask for passwd */
8 -static char curname[16];       /* current USER name */
9 +static char curname[17];       /* current USER name */
10  
11  /*
12   * USER command.
This page took 0.022891 seconds and 3 git commands to generate.