Home
last modified time | relevance | path

Searched refs:Authenticated (Results 1 – 25 of 2951) sorted by relevance

12345678910>>...119

/dports/security/ossec-hids-server/ossec-hids-3.6.0/etc/rules/log-entries/
H A Dimapd2 May 7 13:40:14 gaucha imapd[26772]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
5 May 7 13:40:20 gaucha imapd[26788]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
8 May 7 13:40:25 gaucha imapd[26792]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
11 May 7 13:40:33 gaucha imapd[26801]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
14 May 7 13:40:38 gaucha imapd[26803]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
17 May 7 13:40:45 gaucha imapd[26810]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
20 May 7 13:40:55 gaucha imapd[26820]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
35 May 7 13:41:59 gaucha imapd[26953]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
38 May 7 13:42:00 gaucha imapd[26959]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
41 May 7 13:42:19 gaucha imapd[27019]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/etc/rules/log-entries/
H A Dimapd2 May 7 13:40:14 gaucha imapd[26772]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
5 May 7 13:40:20 gaucha imapd[26788]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
8 May 7 13:40:25 gaucha imapd[26792]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
11 May 7 13:40:33 gaucha imapd[26801]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
14 May 7 13:40:38 gaucha imapd[26803]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
17 May 7 13:40:45 gaucha imapd[26810]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
20 May 7 13:40:55 gaucha imapd[26820]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
35 May 7 13:41:59 gaucha imapd[26953]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
38 May 7 13:42:00 gaucha imapd[26959]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
41 May 7 13:42:19 gaucha imapd[27019]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/etc/rules/log-entries/
H A Dimapd2 May 7 13:40:14 gaucha imapd[26772]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
5 May 7 13:40:20 gaucha imapd[26788]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
8 May 7 13:40:25 gaucha imapd[26792]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
11 May 7 13:40:33 gaucha imapd[26801]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
14 May 7 13:40:38 gaucha imapd[26803]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
17 May 7 13:40:45 gaucha imapd[26810]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
20 May 7 13:40:55 gaucha imapd[26820]: Authenticated user=tiago host=bahiana.resenet.com.br [200.255.…
35 May 7 13:41:59 gaucha imapd[26953]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
38 May 7 13:42:00 gaucha imapd[26959]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
41 May 7 13:42:19 gaucha imapd[27019]: Authenticated user=joao host=bahiana.resenet.com.br [200.255.5…
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus-1.9.1/src/azync/
H A Dhandshake.rs26 pub(crate) struct Authenticated<S>(handshake::Authenticated<S>); struct
28 impl<S> Authenticated<S> implementation
33 pub fn into_inner(self) -> handshake::Authenticated<S> { in into_inner()
38 impl<S> Deref for Authenticated<S> { implementation
39 type Target = handshake::Authenticated<S>;
46 impl<S> Authenticated<Async<S>> impl
70 impl Authenticated<Async<UnixStream>> { impl
104 type Output = Result<Authenticated<Async<S>>>;
124 return Poll::Ready(Ok(Authenticated(authenticated))); in poll()
154 Unix(Authenticated<Async<UnixStream>>),
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Permissions/
H A DPrincipalPermissionAttributeTest.cs49 Assert.IsTrue (a.Authenticated, "Authenticated"); in Default()
93 attr.Authenticated = true; in NameNullRoleNullAuthenticated()
107 attr.Authenticated = false; in NameNullRoleNullNonAuthenticated()
121 attr.Authenticated = true; in NameRoleNullAuthenticated()
124 Assert.IsTrue (attr.Authenticated, "NameRoleNullAuthenticated.Authenticated"); in NameRoleNullAuthenticated()
135 attr.Authenticated = false; in NameRoleNullNonAuthenticated()
149 attr.Authenticated = true; in NameNullRoleAuthenticated()
163 attr.Authenticated = false; in NameNullRoleNonAuthenticated()
177 attr.Authenticated = true; in NameRoleAuthenticated()
180 Assert.IsTrue (attr.Authenticated, "NameRoleAuthenticated.Authenticated"); in NameRoleAuthenticated()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus-2.1.1/src/
H A Dhandshake.rs42 pub(crate) struct Authenticated<S>(raw::Authenticated<S>); struct
44 impl<S> Authenticated<S> { impl
46 pub fn into_inner(self) -> raw::Authenticated<S> { in into_inner()
51 impl<S> Deref for Authenticated<S> { implementation
52 type Target = raw::Authenticated<S>;
59 impl<S> Authenticated<S> implementation
108 type Output = Result<Authenticated<S>>;
127 Poll::Ready(Ok(Authenticated(authenticated))) in poll()
153 let client = Authenticated::client(Async::new(p0)?, None); in handshake()
154 let server = Authenticated::server( in handshake()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Permissions/src/System/Security/Permissions/
H A DIDRole.cs10 internal bool Authenticated { get; } property in System.Security.Permissions.IDRole
16 Authenticated = authenticated; in IDRole()
24Authenticated = elAuth == null ? false : string.Equals(elAuth, "true", StringComparison.OrdinalIgn… in IDRole()
33 if (Authenticated) in ToXml()
53 return ((Authenticated ? 0 : 101) + in GetHashCode()
H A DPrincipalPermission.cs52 …|| idRole.ID.Length != 0 || idRole.Role == null || idRole.Role.Length != 0 || idRole.Authenticated) in IsEmpty()
68 if (idRole.ID != null || idRole.Role != null || !idRole.Authenticated) in IsUnrestricted()
101 if ((operandIdRole.Authenticated == idRole.Authenticated) && in IsSubsetOf()
144 if (operandIdRole.Authenticated == idRole.Authenticated) in Intersect()
148 bool newAuthenticated = operandIdRole.Authenticated; in Intersect()
236 if (!idRole.Authenticated) in Demand()
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/SoObjects/
H A Dproduct.plist6 "WebDAV Access" = "Authenticated";
9 "View" = "Authenticated";
10 "WebDAV Lock Items" = "Authenticated";
11 "WebDAV Unlock Items" = "Authenticated";
12 "Access Contents Information" = "Authenticated";
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/SoObjects/
H A Dproduct.plist6 "WebDAV Access" = "Authenticated";
9 "View" = "Authenticated";
10 "WebDAV Lock Items" = "Authenticated";
11 "WebDAV Unlock Items" = "Authenticated";
12 "Access Contents Information" = "Authenticated";
/dports/www/sogo/SOGo-5.4.0/UI/MainUI/
H A Dproduct.plist14 "View" = ( "Authenticated", "PublicUser" );
72 "Access Contents Information" = ( "Authenticated", "PublicUser" );
73 "WebDAV Access" = ( "Authenticated", "PublicUser" );
81 "Access Contents Information" = ( "Authenticated", "PublicUser" );
82 "WebDAV Access" = ( "Authenticated", "PublicUser" );
83 "View" = ( "Authenticated" );
93 "Access Contents Information" = ( "Authenticated", "PublicUser" );
94 "WebDAV Access" = ( "Authenticated", "PublicUser" );
95 "View" = ( "Authenticated" );
/dports/www/sogo-activesync/SOGo-5.4.0/UI/MainUI/
H A Dproduct.plist14 "View" = ( "Authenticated", "PublicUser" );
72 "Access Contents Information" = ( "Authenticated", "PublicUser" );
73 "WebDAV Access" = ( "Authenticated", "PublicUser" );
81 "Access Contents Information" = ( "Authenticated", "PublicUser" );
82 "WebDAV Access" = ( "Authenticated", "PublicUser" );
83 "View" = ( "Authenticated" );
93 "Access Contents Information" = ( "Authenticated", "PublicUser" );
94 "WebDAV Access" = ( "Authenticated", "PublicUser" );
95 "View" = ( "Authenticated" );
/dports/www/sogo2/SOGo-2.4.1/UI/MainUI/
H A Dproduct.plist14 "View" = ( "Authenticated", "PublicUser" );
72 "Access Contents Information" = ( "Authenticated", "PublicUser" );
73 "WebDAV Access" = ( "Authenticated", "PublicUser" );
81 "Access Contents Information" = ( "Authenticated", "PublicUser" );
82 "WebDAV Access" = ( "Authenticated", "PublicUser" );
83 "View" = ( "Authenticated" );
93 "Access Contents Information" = ( "Authenticated", "PublicUser" );
94 "WebDAV Access" = ( "Authenticated", "PublicUser" );
95 "View" = ( "Authenticated" );
/dports/www/sogo/SOGo-5.4.0/SoObjects/Contacts/
H A Dproduct.plist27 "Access Contents Information" = ( "Authenticated" );
28 "WebDAV Access" = ( "Authenticated" );
35 "Access Contents Information" = ( "Authenticated" );
36 "WebDAV Access" = ( "Authenticated" );
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/Contacts/
H A Dproduct.plist27 "Access Contents Information" = ( "Authenticated" );
28 "WebDAV Access" = ( "Authenticated" );
35 "Access Contents Information" = ( "Authenticated" );
36 "WebDAV Access" = ( "Authenticated" );
/dports/www/sogo2/SOGo-2.4.1/SoObjects/Contacts/
H A Dproduct.plist27 "Access Contents Information" = ( "Authenticated" );
28 "WebDAV Access" = ( "Authenticated" );
35 "Access Contents Information" = ( "Authenticated" );
36 "WebDAV Access" = ( "Authenticated" );
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/tests/
H A Dtest_authorization.py38 from pyramid.security import Authenticated
45 (Allow, Authenticated, VIEW),
59 result = policy.permits(blog, [Everyone, Authenticated, 'wilma'],
66 result = policy.permits(blog, [Everyone, Authenticated, 'wilma'],
73 result = policy.permits(blog, [Everyone, Authenticated, 'fred'], 'view')
77 result = policy.permits(blog, [Everyone, Authenticated, 'fred'],
84 result = policy.permits(blog, [Everyone, Authenticated, 'barney'],
89 result = policy.permits(blog, [Everyone, Authenticated, 'barney'],
96 result = policy.permits(root, [Everyone, Authenticated, 'someguy'],
100 self.assertEqual(result.ace, (Allow, Authenticated, VIEW))
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/
H A Dwebhook_v1beta1_test.go335 Authenticated: true,
348 Authenticated: true,
367 Authenticated: false,
380 Authenticated: false,
390 Authenticated: true,
406 Authenticated: true,
422 Authenticated: false,
432 Authenticated: true,
444 Authenticated: true,
459 Authenticated: true,
[all …]
H A Dwebhook_v1_test.go341 Authenticated: true,
354 Authenticated: true,
373 Authenticated: false,
386 Authenticated: false,
396 Authenticated: true,
412 Authenticated: true,
428 Authenticated: false,
438 Authenticated: true,
450 Authenticated: true,
465 Authenticated: true,
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/
H A Dwebhook_v1beta1_test.go338 Authenticated: true,
351 Authenticated: true,
370 Authenticated: false,
383 Authenticated: false,
393 Authenticated: true,
409 Authenticated: true,
425 Authenticated: false,
435 Authenticated: true,
447 Authenticated: true,
462 Authenticated: true,
[all …]
H A Dwebhook_v1_test.go341 Authenticated: true,
354 Authenticated: true,
373 Authenticated: false,
386 Authenticated: false,
396 Authenticated: true,
412 Authenticated: true,
428 Authenticated: false,
438 Authenticated: true,
450 Authenticated: true,
465 Authenticated: true,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/crypto/
H A Dapi-aead.rst1 Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions
5 :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API
10 Authenticated Encryption With Associated Data (AEAD) Cipher API
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/crypto/
H A Dapi-aead.rst1 Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions
5 :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API
10 Authenticated Encryption With Associated Data (AEAD) Cipher API
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/crypto/
H A Dapi-aead.rst1 Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions
5 :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API
10 Authenticated Encryption With Associated Data (AEAD) Cipher API
/dports/devel/pecl-APCu/apcu-5.1.21/tests/
H A Dbug76145.phpt25 …ize(new Session())) -> session['authenticated'] === True ? 'Authenticated.' : 'Not Authenticated.';
29 Not Authenticated.

12345678910>>...119