projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a26707
)
added a few more FIXMEs to check_service_name()
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 19 Jan 2010 06:37:14 +0000
(
01:37
-0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 19 Jan 2010 06:37:14 +0000
(
01:37
-0500)
src/monkeysphere-host
patch
|
blob
|
history
diff --git
a/src/monkeysphere-host
b/src/monkeysphere-host
index a90ab15fdf163b71daa749b7a335c85e186f85a6..884c1b794524951d8ed90bb94339a5f2c9301952 100755
(executable)
--- 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=""