diff options
-rwxr-xr-x | src/monkeysphere-host | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host index a90ab15..884c1b7 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -110,6 +110,11 @@ update_pgp_pub_file() { # all-number (e.g. ssh://666.666), which are technically not allowed # (though some exist on the 'net, apparently) +# FIXME: this will probably misbehave if raw IP addresses are provided, +# either IPv4 or IPv6 using the bracket notation. + +# FIXME: this doesn't address the use of hashed User IDs. + check_service_name() { local name="$1" local errs="" |