openbsd-ports/net/inadyn/patches/patch-src_inadyn_cmd_c
pea 3b0b61686a Import inadyn
inadyn is a C based client used to update DNS entries.  This is a fork of
the original INADYN implementation from Narcis Ilisei. Most of the fixes
and additions from the new "upstream" by Christoph Brill have been added.
However, this project is not a fork off of Christoph's repository, but
rather a reengineered version of the original 1.96.2 release with all
additional patches audited and merged separately. Additionally a further
set of code cleanups, features and bug fixes have been added.

ok ajacoutot@
2011-07-21 12:17:02 +00:00

13 lines
396 B
Plaintext

$OpenBSD: patch-src_inadyn_cmd_c,v 1.1.1.1 2011/07/21 12:17:02 pea Exp $
--- src/inadyn_cmd.c.orig Fri May 6 13:40:40 2011
+++ src/inadyn_cmd.c Fri May 6 13:41:14 2011
@@ -650,7 +650,7 @@ static RC_TYPE set_change_persona_handler(CMD_DATA *p_
}
}
- if (sscanf(arg, "%[a-z]", username) != 1)
+ if (sscanf(arg, "%[_a-z]", username) != 1)
{
return RC_DYNDNS_INVALID_OPTION;
}