# HG changeset patch # User Matt Johnston # Date 1553096845 -28800 # Node ID 8a485389330f9a28ea24b55a21b69b55c3f13440 # Parent 315fcba6960e3adc9ccf7e5058cdfd3a4704d2d8 Increase MAX_USERNAME_LEN to 100 diff -r 315fcba6960e -r 8a485389330f auth.h --- a/auth.h Wed Mar 20 16:42:47 2019 +0100 +++ b/auth.h Wed Mar 20 23:47:25 2019 +0800 @@ -78,7 +78,7 @@ void cli_auth_pubkey_cleanup(void); -#define MAX_USERNAME_LEN 25 /* arbitrary for the moment */ +#define MAX_USERNAME_LEN 100 /* arbitrary for the moment */ #define AUTH_TYPE_NONE 1 #define AUTH_TYPE_PUBKEY (1 << 1)