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

1 2 3 4 5 6 7

  /external/llvm/test/YAMLParser/
scan-document-end-bug.data 3 # Ticket #4
  /external/e2fsprogs/lib/et/test_cases/
simple.et 4 "Can't read ticket file"
7 "Can't find ticket or TGT"
16 "Ticket expired"
22 "The ticket isn't for us"
61 "Null ticket returned by KDC"
heimdal.et 26 ec GC_TKFIL, "Can't read Kerberos ticket file"
27 ec GC_NOTKT, "Can't find Kerberos ticket or TGT"
32 ec RD_AP_EXP, "Kerberos ticket expired"
33 ec RD_AP_NYV, "Kerberos ticket not yet valid"
35 ec RD_AP_NOT_US, "The kerberos ticket isn't for us"
49 ec GT_PW_NULLTKT, "Null Kerberos ticket returned by KDC"
58 ec AD_NOTGT, "Don't have Kerberos ticket-granting ticket"
60 ec NO_TKT_FIL, "No ticket file found"
61 ec TKT_FIL_ACC, "Couldn't access ticket file
    [all...]
simple.c 9 "Can't read ticket file",
10 "Can't find ticket or TGT",
13 "Ticket expired",
15 "The ticket isn't for us",
28 "Null ticket returned by KDC",
heimdal.c 30 "Can't read Kerberos ticket file",
31 "Can't find Kerberos ticket or TGT",
41 "Kerberos ticket expired",
42 "Kerberos ticket not yet valid",
44 "The kerberos ticket isn't for us",
64 "Null Kerberos ticket returned by KDC",
80 "Don't have Kerberos ticket-granting ticket",
85 "No ticket file found",
86 "Couldn't access ticket file"
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
ticket-lock-linux.c 3 /*--- Linux ticket lock implementation ticket-lock-linux.c ---*/
73 return "ticket lock";
107 * Acquire ticket lock. Increment the tail of the queue and use the original
108 * value as the ticket value. Wait until the head of the queue equals the
109 * ticket value. The futex used to wait depends on the ticket value in order
110 * to avoid that all threads get woken up every time a ticket lock is
114 * See also Nick Piggin, x86: FIFO ticket spinlocks, Linux kernel mailing list
119 unsigned ticket, futex_value local
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosTicketTest.java 42 // ticket's ASN.1 encoding
43 private static final byte[] ticket = { 0x01, 0x02, 0x03, 0x04 }; field in class:KerberosTicketTest
95 KerberosTicket krbTicket = new KerberosTicket(ticket, pClient, pServer,
108 new KerberosTicket(ticket, pClient, pServer, sessionKey, KEY_TYPE,
120 KerberosTicket krbTicket = new KerberosTicket(ticket, pClient, pServer,
128 new KerberosTicket(ticket, null, pServer, sessionKey, KEY_TYPE,
140 KerberosTicket krbTicket = new KerberosTicket(ticket, pClient, pServer,
154 krbTicket = new KerberosTicket(ticket, pClient, pServer, sessionKey,
164 KerberosTicket krbTicket = new KerberosTicket(ticket, pClient, pServer,
168 assertTrue(Arrays.equals(ticket, krbTicket.getEncoded()))
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
keystone_infobar.h 15 // ticket promotion, PromotionInfoBar displays an info bar asking the user
16 // to promote the ticket. The user will need to authenticate in order to
about_window_controller.h 52 // Install a system Keystone if necessary and promote the ticket to a system
53 // ticket.
keystone_promote_postflight.sh 7 # Called as root after Keystone ticket promotion to change the owner, group,
17 # WARNING: This script is NOT currently run when the Keystone ticket is
  /external/icu4c/test/cintltst/
ucnvseltst.h 21 /** TODO: Remove this file after ICU 4.2 is released. See ticket #6869. */
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KDCReplyTest.java 28 import org.apache.harmony.auth.internal.kerberos.v5.Ticket;
41 // ticket
42 Ticket ticket = reply.getTicket(); local
43 assertEquals("ticket's realm", "MY.REALM", ticket.getRealm());
44 assertEquals("ticket's sname", new PrincipalName(0, new String[] {
45 "krbtgt", "MY.REALM" }), ticket.getSname());
108 // ticket [5] Ticket
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/serialization/
KerberosTicketTest.java 35 // ticket's ASN.1 encoding
36 private static final byte[] ticket = { 0x01, 0x02, 0x03, 0x04 }; field in class:KerberosTicketTest
72 assertTrue("Ticket", Arrays.equals(init.getEncoded(), desr
98 SerializationTest.verifySelf(new KerberosTicket(ticket, pClient,
107 SerializationTest.verifyGolden(this, new KerberosTicket(ticket,
  /external/chromium/chrome/browser/cocoa/
keystone_glue.h 135 // -needsPromotion is YES if the application needs its ticket promoted to
136 // a system ticket. This will be YES when the application is on a user
137 // ticket and determines that the current user does not have sufficient
140 // -wantsPromotion is YES if the application wants its ticket promoted to
141 // a system ticket, even if it doesn't need it as determined by
143 // and it will additionally be YES when the application is on a user ticket
151 // promote the ticket so that updates will work properly.
155 // but if it's YES, the user should be allowed to promote the ticket.
159 // Promotes the Keystone ticket into the system store. System Keystone will
171 // Sets a new value for appPath. Used during installation to point a ticket
    [all...]
keystone_glue.mm 208 // Returns YES if registration_ is definitely on a user ticket. If definitely
209 // on a system ticket, or uncertain of ticket type (due to an older version
213 // Called when ticket promotion completes.
780 // means that a system ticket is required. Otherwise, only allow
792 // the system level so all users can share the data as part of the ticket
795 // It will also ensure that the Keystone system ticket store is in a usable
844 // complete. Do this before asking Keystone to promote the ticket, because
    [all...]
  /external/libusb_aah/
RELEASE-NOTES 7 Microsoft Windows, which closes ticket #1.
16 ticket at http://libusb.org/newticket or let us know via email or on IRC.
  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 18 * ticket 6441: make ucnv_countAvailable() not fully load converters
24 * switching between old (pre-ticket-6441) behavior of actually
30 // old pre-ticket-6441 behavior
  /external/openssl/crypto/krb5/
krb5_asn.h 105 /* Ticket ::= [APPLICATION 1] SEQUENCE {
128 ** ticket[3] Ticket,
140 KRB5_TICKET *ticket; member in struct:krb5_ap_req_st
  /external/openssl/include/openssl/
krb5_asn.h 105 /* Ticket ::= [APPLICATION 1] SEQUENCE {
128 ** ticket[3] Ticket,
140 KRB5_TICKET *ticket; member in struct:krb5_ap_req_st
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.h 47 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
tlsv1_server.h 41 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
  /external/openssl/ssl/
t1_lib.c 534 * rest for ticket
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 442 @KnownFailure("(Ticket 91) Tables apply foreign key constraint. Catalogs not supported")
522 @KnownFailure("Ticket 98")
542 @KnownFailure("Ticket 98")
561 @KnownFailure("Ticket 98")
581 @KnownFailure("Ticket 98")
599 @KnownFailure("Ticket 98")
644 @KnownFailure("Ticket 98")
664 @KnownFailure("Ticket 98")
682 @KnownFailure("Keys are not supported: Ticket 91")
765 @KnownFailure("Ticket 98"
    [all...]
  /external/icu4c/test/intltest/
ucaconf.cpp 156 // TODO: Fix ICU ticket #8052
163 // TODO: Fix ICU ticket #9361
167 // TODO: Fix tailoring builder, ICU ticket #9593.
  /external/icu4c/test/hdrtst/
cxxfiles.txt 5 # violate many ICU coding guidelines. These were added with ticket #5996.

Completed in 1110 milliseconds

1 2 3 4 5 6 7