Module: ngircd.git Branch: master Commit: b33da9b8f3e46f3174093c01aa9e75b65964ecf2 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=b33da...
Author: Alexander Barton alex@barton.de Date: Fri Mar 8 19:31:57 2013 +0100
Increase password length limit to 64 characters
Closes bug #154.
---
src/ngircd/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 3850b58..6b92a69 100644 --- a/src/ngircd/defines.h +++ b/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