Home
last modified time | relevance | path

Searched refs:connCheckAuth (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/P2P/
H A DIO.hs78 , connCheckAuth :: (AuthToken -> Bool) function
95 , connCheckAuth = const False function
107 , connCheckAuth = const False function
209 let authed = connCheckAuth conn t
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DEnableTor.hs127 , connCheckAuth = const False function
/dports/devel/hs-git-annex/git-annex-8.20210903/RemoteDaemon/Transport/
H A DTor.hs115 , connCheckAuth = (`isAllowedAuthToken` allowed) function
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/Helper/
H A DSsh.hs267 , P2P.connCheckAuth = const False