]> git.saurik.com Git - apple/security.git/blob - SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0015
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / testKeychainAPI / testKeychainAPI / scripts / script0015
1 //
2 // script0015
3 //
4 //
5 // KCAddInternetPasswordWithPath
6 // KCFindInternetPasswordWithPath
7 //
8 // Add an Internet password and retrieve it
9 //
10 3 KCMakeKCRefFromFSSpec
11 Input Arguments : 1
12 KeychainFile : test0015.001
13 Results : 2
14 OSStatus 0
15 KeychainIndex : 0
16 14 KCCreateKeychain
17 Input Arguments : 2
18 KeychainIndex : 0
19 Password : Apple
20 Results : 2
21 OSStatus 0
22 KeychainIndex : 0
23 8 KCUnlock
24 Input Arguments : 2
25 KeychainIndex : 0
26 Password : Apple
27 Results : 1
28 OSStatus 0
29 13 KCSetDefaultKeychain
30 Input Arguments : 1
31 KeychainIndex : 0
32 Results : 1
33 OSStatus 0
34 30 KCAddInternetPasswordWithPath
35 Input Arguments : 8
36 ServerName : This is my Server name
37 SecurityDomain : This is my Security Domain
38 AccountName : This is my Accout name
39 Path : This is my Path
40 Port : 18
41 Protocol : http
42 AuthType : httd
43 Password : /5/Apple
44 Results : 2
45 OSStatus 0
46 ItemIndex : 0
47 30 KCAddInternetPasswordWithPath
48 Input Arguments : 8
49 ServerName : This is my Server name
50 SecurityDomain : This is my Security Domain
51 AccountName : This is my Accout name
52 Path : This is my Path
53 Port : 18
54 Protocol : http
55 AuthType : httd
56 Password : /5/Apple
57 Results : 2
58 OSStatus -25299
59 ItemIndex : 1
60 32 KCFindInternetPasswordWithPath
61 Input Arguments : 8
62 ServerName : This is my Server name
63 SecurityDomain : This is my Security Domain
64 AccountName : This is my Accout name
65 Path : This is my Path
66 Port : 18
67 Protocol : http
68 AuthType : httd
69 Password : /10/0000000000
70 Results : 4
71 OSStatus 0
72 Password : /10/Apple00000
73 ActualLength : 5
74 ItemIndex : 0
75 46 KCReleaseItem
76 Input Arguments : 1
77 ItemIndex : 0
78 Results : 1
79 OSStatus 0
80 6 KCReleaseKeychain
81 Input Arguments : 2
82 KeychainIndex : 0
83 Results : 1
84 OSStatus 0
85
86
87
88
89
90
91
92