Increase domain component length limit
[hcoop/zz_old/portal.git] / sec.sig
CommitLineData
3ad30cf6 1signature SEC = sig
2 structure Req : REQUEST_OUT
3
4 val findSubusers : string -> string list
5
6 datatype socket_perms =
7 ANY
8 | CLIENT_ONLY
9 | SERVER_ONLY
10 | NADA
11
12 val inGroup : string * string -> bool
13 val socketPerms : string -> socket_perms
14 val isTpe : string -> bool
f971918d 15 val cronAllowed : string -> bool
8c4dc06e 16 val ftpAllowed : string -> bool
f971918d 17
18 val findFirewallRules : string -> string list
3ad30cf6 19end