commit b33da9b8f3e46f3174093c01aa9e75b65964ecf2 from: Alexander Barton date: Fri Mar 08 18:31:57 2013 UTC Increase password length limit to 64 characters Closes bug #154. commit - 3e3585708010cc0da22355aca84c9e79f8286e0b commit + b33da9b8f3e46f3174093c01aa9e75b65964ecf2 blob - 3850b5810a0c8ad67e379339207bfe45ada45b97 blob + 6b92a699ffa9b0c7c8e57ca9fa05ca9427a5d499 --- src/ngircd/defines.h +++ src/ngircd/defines.h @@ -99,7 +99,7 @@ #define CLIENT_NICK_LEN 32 /** Max. password length (including NULL). */ -#define CLIENT_PASS_LEN 21 +#define CLIENT_PASS_LEN 65 /** Max. length of user name ("login"; incl. NULL), RFC 2812, section 1.2.1. */ #ifndef STRICT_RFC