]>
Commit | Line | Data |
---|---|---|
d8f41ccd A |
1 | // |
2 | // script0033 | |
3 | // | |
4 | // KCNewItem | |
5 | // KCAddItem | |
6 | // KCGetData | |
7 | // | |
8 | // Create a Generic Password item & add it to a default Keychain twice | |
9 | // Also create new item that is identical and see if it can be added. | |
10 | 35 KCNewItem | |
11 | Input Arguments : 4 | |
12 | Class : genp | |
13 | Creator : meme | |
14 | Data : /50/First Generic password:abcdefghijklmnopqrstuvwxyz# | |
15 | Results : 2 | |
16 | OSStatus 0 | |
17 | ItemIndex : 0 | |
18 | 35 KCNewItem | |
19 | Input Arguments : 4 | |
20 | Class : genp | |
21 | Creator : meme | |
22 | Data : /50/First Generic password:abcdefghijklmnopqrstuvwxyz# | |
23 | Results : 2 | |
24 | OSStatus 0 | |
25 | ItemIndex : 1 | |
26 | 3 KCMakeKCRefFromFSSpec | |
27 | Input Arguments : 1 | |
28 | KeychainFile : test0033.001 | |
29 | Results : 2 | |
30 | OSStatus 0 | |
31 | KeychainIndex : 0 | |
32 | 14 KCCreateKeychain | |
33 | Input Arguments : 2 | |
34 | KeychainIndex : 0 | |
35 | Password : Apple | |
36 | Results : 2 | |
37 | OSStatus 0 | |
38 | KeychainIndex : 0 | |
39 | 8 KCUnlock | |
40 | Input Arguments : 2 | |
41 | KeychainIndex : 0 | |
42 | Password : Apple | |
43 | Results : 1 | |
44 | OSStatus 0 | |
45 | 13 KCSetDefaultKeychain | |
46 | Input Arguments : 1 | |
47 | KeychainIndex : 0 | |
48 | Results : 1 | |
49 | OSStatus 0 | |
50 | 41 KCAddItem | |
51 | Input Arguments : 1 | |
52 | ItemIndex : 0 | |
53 | Results : 1 | |
54 | OSStatus 0 | |
55 | 41 KCAddItem | |
56 | Input Arguments : 1 | |
57 | ItemIndex : 0 | |
58 | Results : 1 | |
59 | OSStatus -25299 | |
60 | 41 KCAddItem | |
61 | Input Arguments : 1 | |
62 | ItemIndex : 1 | |
63 | Results : 1 | |
64 | OSStatus -25299 |