Home
last modified time | relevance | path

Searched refs:permission_set_add (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dchannels.c682 permission_set_add(struct ssh *ssh, int who, int where, in permission_set_add() function
3248 permission_set_add(ssh, FORWARD_USER, FORWARD_LOCAL, "<mux>", in channel_proxy_downstream()
4340 idx = permission_set_add(ssh, FORWARD_USER, FORWARD_LOCAL, in channel_request_remote_forwarding()
4523 permission_set_add(ssh, who, where, in channel_add_permission()
4536 permission_set_add(ssh, FORWARD_ADM, where, in channel_disable_admin()
H A Dssh_namespace.h460 #define permission_set_add Fssh_permission_set_add macro
H A DChangeLog5103 permission_set_add are leaked as they are also duplicated in the call. Found