X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/sec/SOSCircle/Tool/SOSCommands.h?ds=inline diff --git a/sec/SOSCircle/Tool/SOSCommands.h b/sec/SOSCircle/Tool/SOSCommands.h deleted file mode 100644 index cdc8bf07..00000000 --- a/sec/SOSCircle/Tool/SOSCommands.h +++ /dev/null @@ -1,32 +0,0 @@ -// -// SOSCommands.h -// sec -// -// Created by Mitch Adler on 1/9/13. -// -// - -#include - -SECURITY_COMMAND("sync", keychain_sync, - "[options]\n" - " -e Enable Keychain Syncing (join/create circle)\n" - " -d Disable Keychain Syncing\n" - " -a Accept all applicants\n" - " -r Reject all applicants\n" - " -i Info\n" - " -k Pend all registered kvs keys\n" - " -s Schedule sync with all peers\n" - " -R Reset\n" - " -O ResetToOffering\n" - " -C Clear all values from KVS\n" - " -P [label:]password Set password (optionally for a given label) for sync\n" - " -D [itemName] Dump contents of KVS\n" - " -P [label:]password Set password (optionally for a given label) for sync\n" - " -T [label:]password Try password (optionally for a given label) for sync\n" - " -U Purge private key material cache\n" - " -D [itemName] Dump contents of KVS\n" - " -W itemNames sync and dump\n", - " -X [limit] Best effort bail from circle in limit seconds\n" - "Keychain Syncing controls." ) -