HomeSort by relevance Sort by last modified time
    Searched full:auth (Results 1 - 25 of 1342) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/contrib/redhat/
sshd.pam 2 auth required pam_stack.so service=system-auth
4 account required pam_stack.so service=system-auth
5 password required pam_stack.so service=system-auth
6 session required pam_stack.so service=system-auth
  /external/dbus/test/data/auth/
fail-after-n-attempts.auth-script 7 SEND 'AUTH EXTERNAL USERID_HEX'
12 SEND 'AUTH EXTERNAL USERID_HEX'
17 SEND 'AUTH EXTERNAL USERID_HEX'
22 SEND 'AUTH EXTERNAL USERID_HEX'
27 SEND 'AUTH EXTERNAL USERID_HEX'
32 SEND 'AUTH EXTERNAL USERID_HEX'
mechanisms.auth-script 2 ## in response to blank AUTH
5 SEND AUTH
fallback.auth-script 1 ## this tests that a client can fallback to a secondary auth mech
5 ## Will try EXTERNAL by default first without first calling AUTH alone.
7 EXPECT_COMMAND AUTH
12 EXPECT_COMMAND AUTH
cancel.auth-script 4 SEND 'AUTH EXTERNAL USERID_HEX'
12 SEND 'AUTH EXTERNAL USERID_HEX'
external-root.auth-script 1 ## this tests we can auth EXTERNAL as ourselves, with root credentials
6 SEND 'AUTH EXTERNAL 30'
invalid-hex-encoding.auth-script 4 SEND 'AUTH EXTERNAL willy'
client-out-of-mechanisms.auth-script 5 EXPECT_COMMAND AUTH
invalid-command-client.auth-script 5 EXPECT_COMMAND AUTH
anonymous-client-successful.auth-script 6 EXPECT_COMMAND AUTH
11 EXPECT_COMMAND AUTH
anonymous-server-successful.auth-script 1 ## this tests the server side in a successful auth of type ANONYMOUS
6 SEND 'AUTH ANONYMOUS 442d42757320312e312e31'
external-failed.auth-script 1 ## this tests that auth of type EXTERNAL without credentials will fail
7 SEND 'AUTH EXTERNAL USERID_HEX'
external-silly.auth-script 1 ## this tests we can't auth if socket reports silly credentials but we ask for our own uid
7 SEND 'AUTH EXTERNAL USERID_HEX'
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
AuthorizeCallbackTest.java 22 package org.apache.harmony.auth.tests.javax.security.sasl;
39 AuthorizeCallback auth = new AuthorizeCallback(null, null); local
40 assertNull(auth.getAuthenticationID());
41 assertNull(auth.getAuthorizationID());
42 assertNull(auth.getAuthorizedID());
43 assertFalse(auth.isAuthorized());
45 auth.setAuthorized(true);
46 assertTrue(auth.isAuthorized());
47 assertNull(auth.getAuthorizedID());
49 auth.setAuthorized(false)
77 AuthorizeCallback auth; local
    [all...]
  /external/dbus/dbus/
dbus-auth.h 2 /* dbus-auth.h Authentication
46 DBusAuth* _dbus_auth_ref (DBusAuth *auth);
47 void _dbus_auth_unref (DBusAuth *auth);
48 dbus_bool_t _dbus_auth_set_mechanisms (DBusAuth *auth,
50 DBusAuthState _dbus_auth_do_work (DBusAuth *auth);
51 dbus_bool_t _dbus_auth_get_bytes_to_send (DBusAuth *auth,
53 void _dbus_auth_bytes_sent (DBusAuth *auth,
55 void _dbus_auth_get_buffer (DBusAuth *auth,
57 void _dbus_auth_return_buffer (DBusAuth *auth,
60 void _dbus_auth_get_unused_bytes (DBusAuth *auth,
    [all...]
dbus-auth.c 2 /* dbus-auth.c Authentication
25 #include "dbus-auth.h"
52 * per-auth (which raises threadsafety issues too)
54 * @todo grep FIXME in dbus-auth.c
70 typedef dbus_bool_t (* DBusInitialResponseFunction) (DBusAuth *auth,
77 typedef dbus_bool_t (* DBusAuthDataFunction) (DBusAuth *auth,
83 typedef dbus_bool_t (* DBusAuthEncodeFunction) (DBusAuth *auth,
90 typedef dbus_bool_t (* DBusAuthDecodeFunction) (DBusAuth *auth,
97 typedef void (* DBusAuthShutdownFunction) (DBusAuth *auth);
100 * Virtual table representing a particular auth mechanism
340 DBusAuth *auth; local
2261 DBusAuth *auth; local
2307 DBusAuth *auth; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth.h 1 /* @(#)auth.h 2.3 88/08/07 4.0 RPCSRC; from 1.17 88/02/08 SMI */
32 * auth.h, Authentication interface.
37 * is required to pass a AUTH * to routines that create rpc
86 enum_t oa_flavor; /* flavor of auth */
87 caddr_t oa_base; /* address of more auth stuff */
92 * Auth handle, interface to client side authenticators.
94 typedef struct AUTH AUTH;
95 struct AUTH {
100 void (*ah_nextverf) (AUTH *);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth.h 1 /* @(#)auth.h 2.3 88/08/07 4.0 RPCSRC; from 1.17 88/02/08 SMI */
32 * auth.h, Authentication interface.
37 * is required to pass a AUTH * to routines that create rpc
86 enum_t oa_flavor; /* flavor of auth */
87 caddr_t oa_base; /* address of more auth stuff */
92 * Auth handle, interface to client side authenticators.
94 typedef struct AUTH AUTH;
95 struct AUTH {
100 void (*ah_nextverf) (AUTH *);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth.h 1 /* @(#)auth.h 2.3 88/08/07 4.0 RPCSRC; from 1.17 88/02/08 SMI */
32 * auth.h, Authentication interface.
37 * is required to pass a AUTH * to routines that create rpc
86 enum_t oa_flavor; /* flavor of auth */
87 caddr_t oa_base; /* address of more auth stuff */
92 * Auth handle, interface to client side authenticators.
94 typedef struct AUTH AUTH;
95 struct AUTH {
100 void (*ah_nextverf) (AUTH *);
    [all...]
  /external/apache-harmony/auth/src/test/resources/
auth.conf 7 com.intel.security.auth.module.LoginModule1 required AAAA=true BBB=false;
8 com.intel.security.auth.module.LoginModule2 optional debug=true;
9 com.intel.security.auth.module.LoginModule3 sufficient;
14 com.intel.security.auth.module.LoginModule1 required debug1=true test1=false;
19 com.intel.security.auth.module.LoginModule2 required debug1="true" test1="false";
22 Login3 { com.intel.security.auth.module.LoginModule3 required;
26 com.intel.security.auth.module.LoginModule4 required debug1=true test1=false; };
29 { com.intel.security.auth.module.LoginModule5 required debug1=true test1=false; };
31 Login6 { com.intel.security.auth.module.LoginModule6 required debug1=true test1=false; };
36 com.intel.security.auth.module.LoginModule1 required AAAA="true" BBB=false
    [all...]
auth_policy2.txt 2 Principal javax.security.auth.MyPrincipal "duke"
auth_policy1.txt 2 Principal javax.security.auth.MyPrincipal "duke"
8 Principal javax.security.auth.MyPrincipal "dummy"
14 Principal javax.security.auth.MyPrincipal "my",
15 Principal javax.security.auth.OtherPrincipal "other",
21 Principal javax.security.auth.MyPrincipal "bunny"
  /external/ppp/pppd/
ppp.pam 3 auth required pam_nologin.so
4 auth required pam_unix.so
  /external/dbus/test/data/valid-config-files/
debug-allow-all-sha1.conf.cmake 1 <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
8 <auth>DBUS_COOKIE_SHA1</auth>
  /external/openssh/contrib/
sshd.pam.freebsd 1 sshd auth required pam_unix.so try_first_pass

Completed in 3859 milliseconds

1 2 3 4 5 6 7 8 91011>>