Commit graph

5 commits

Author SHA1 Message Date
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
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