taca
|
d428fd9d93
|
Add ruby to CATEGORIES.
|
2004-03-16 02:01:09 +00:00 |
|
grant
|
ca3be631f2
|
s/netbsd.org/NetBSD.org/
|
2003-07-17 22:50:55 +00:00 |
|
taca
|
ce0c48017b
|
Simplify document arrangement.
|
2002-01-03 15:21:38 +00:00 |
|
zuntum
|
c72c1cf5f9
|
Move pkg/ files into package's toplevel directory
|
2001-11-01 00:57:41 +00:00 |
|
wiz
|
1a4ac2ac95
|
Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
|
2001-09-08 01:51:59 +00:00 |
|
taca
|
f4cfc1f7b1
|
remove redundant USE_RUBY.
|
2001-07-04 16:02:36 +00:00 |
|
taca
|
4234474af6
|
Importing ruby-acl package.
Ruby-acl provides Access Control List checks.
list = %w(
deny all
allow 192.168.1.*
allow 127.0.0.1
)
acl = ACL.new(list, ACL::DENY_ALLOW)
...
ns = soc.accept
unless acl.allow_socket?(ns)
# forbidden
end
|
2001-07-01 13:41:02 +00:00 |
|