Searched refs:carol_account (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/sec/securityd/Regressions/
H A Dsecd-58-password-change.c84 SOSAccountRef carol_account = CreateAccountForLocalChanges(changes, CFSTR("Carol"), CFSTR("TestSource")); local
89 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
91 ok(AssertCreds(carol_account, cfaccount, cfpassword), "Setting credentials for Carol");
96 FeedChangesToMulti(changes, bob_account, carol_account, NULL);
100 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
104 FeedChangesToMulti(changes, bob_account, carol_account, NULL); // Bob sees he's accepted
105 FeedChangesToMulti(changes, alice_account, carol_account, NULL); // Alice sees bob-concurring
110 ok(JoinCircle(carol_account), "Carol Applies");
123 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
128 FeedChangesToMulti(changes, bob_account, carol_account, NUL
[all...]
H A Dsecd-52-account-changed.c46 SOSAccountRef carol_account = CreateAccountForLocalChanges(changes, CFSTR("Carol"), CFSTR("TestSource")); local
52 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
56 ok(SOSAccountAssertUserCredentials(carol_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error);
65 FeedChangesToMulti(changes, bob_account, carol_account, NULL);
70 FeedChangesToMulti(changes, alice_account, carol_account, bob_account, NULL);
72 ok(SOSAccountJoinCircles(carol_account, &error), "Carol Applies (%@)", error);
75 FeedChangesToMulti(changes, alice_account, carol_account, bob_account, NULL);
87 FeedChangesToMulti(changes, alice_account, carol_account, NULL); // let carol concurr
88 FeedChangesToMulti(changes, alice_account, bob_account, carol_account, NULL); // all synced
89 FeedChangesToMulti(changes, alice_account, bob_account, carol_account, NUL
[all...]
H A Dsecd-55-account-circle.c49 SOSAccountRef carol_account = CreateAccountForLocalChanges(changes, CFSTR("Carol"), CFSTR("TestSource")); local
55 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
258 FeedChangesTo(changes, carol_account);
260 ok(SOSAccountAssertUserCredentials(carol_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error);
262 ok(SOSAccountJoinCircles(carol_account, &error), "Carol Applies (%@)", error);
266 ok(SOSAccountResetToOffering(carol_account, &error), "Reset to offering (%@)", error);
269 accounts_agree("13889901", carol_account, bob_account);
273 FeedChangesTo(changes, carol_account);
275 CFArrayRef applicants = SOSAccountCopyApplicants(carol_account, &error);
278 ok(SOSAccountAcceptApplicants(carol_account, applicant
[all...]
H A Dsecd-55-account-incompatibility.c51 SOSAccountRef carol_account = CreateAccountForLocalChanges(changes, CFSTR("Carol"), data_name); local
57 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
187 CFReleaseNull(carol_account);

Completed in 180 milliseconds