From b33da9b8f3e46f3174093c01aa9e75b65964ecf2 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 8 Mar 2013 19:31:57 +0100 Subject: [PATCH] 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 3850b581..6b92a699 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 -- 2.39.2