]>
git.saurik.com Git - apple/security.git/blob - sec/SOSCircle/Tool/SOSCommands.h
5 // Created by Mitch Adler on 1/9/13.
9 #include <SecurityTool/security_tool_commands.h>
11 SECURITY_COMMAND("sync", keychain_sync
,
13 " -e Enable Keychain Syncing (join/create circle)\n"
14 " -d Disable Keychain Syncing\n"
15 " -a Accept all applicants\n"
16 " -r Reject all applicants\n"
18 " -k Pend all registered kvs keys\n"
19 " -s Schedule sync with all peers\n"
21 " -O ResetToOffering\n"
22 " -C Clear all values from KVS\n"
23 " -P [label:]password Set password (optionally for a given label) for sync\n"
24 " -D [itemName] Dump contents of KVS\n"
25 " -P [label:]password Set password (optionally for a given label) for sync\n"
26 " -T [label:]password Try password (optionally for a given label) for sync\n"
27 " -U Purge private key material cache\n"
28 " -D [itemName] Dump contents of KVS\n"
29 " -W itemNames sync and dump\n",
30 " -X [limit] Best effort bail from circle in limit seconds\n"
31 "Keychain Syncing controls." )