├── delimport ├── spotlight_interface │ ├── Version │ ├── en.lproj │ │ ├── InfoPlist.strings │ │ └── schema.strings │ └── version.plist ├── delicious.icns ├── pinboard.icns ├── delimport_Prefix.pch ├── fr.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── en.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── de.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── main.m ├── DIServiceTypeToIconPath.h ├── DILoginController.h ├── DIServiceTypeToIconPath.m └── DILoginController.m ├── Keychain ├── .svn │ ├── dir-prop-base │ ├── prop-base │ │ ├── License.rtf.svn-base │ │ ├── Readme.rtf.svn-base │ │ ├── Usage.rtf.svn-base │ │ ├── FrameworkDebug.xcconfig.svn-base │ │ ├── FrameworkRelease.xcconfig.svn-base │ │ ├── How to create an identity.rtf.svn-base │ │ └── install.svn-base │ └── text-base │ │ ├── FrameworkRelease.xcconfig.svn-base │ │ ├── FrameworkDebug.xcconfig.svn-base │ │ ├── install.svn-base │ │ └── How to create an identity.rtf.svn-base ├── Documentation │ ├── .svn │ │ ├── dir-prop-base │ │ ├── prop-base │ │ │ ├── Keychain.hdoc.svn-base │ │ │ ├── KeychainInternal.hdoc.svn-base │ │ │ ├── Generate Documentation.command.svn-base │ │ │ └── Publish Documentation.command.svn-base │ │ ├── text-base │ │ │ ├── Publish Documentation.command.svn-base │ │ │ └── Generate Documentation.command.svn-base │ │ └── all-wcprops │ ├── Publish Documentation.command │ └── Generate Documentation.command ├── Resources │ ├── English.lproj │ │ ├── InfoPlist.strings │ │ ├── .svn │ │ │ ├── prop-base │ │ │ │ ├── GUID Names.strings.svn-base │ │ │ │ ├── InfoPlist.strings.svn-base │ │ │ │ ├── Misc Names.strings.svn-base │ │ │ │ ├── OID Names.strings.svn-base │ │ │ │ ├── Algorithm Names.strings.svn-base │ │ │ │ ├── BER Code Names.strings.svn-base │ │ │ │ ├── CRL Type Names.strings.svn-base │ │ │ │ ├── CSSM Error Names.strings.svn-base │ │ │ │ ├── Key Class Names.strings.svn-base │ │ │ │ ├── Key Usage Names.strings.svn-base │ │ │ │ ├── Keyblob Formats.strings.svn-base │ │ │ │ ├── Algorithm Constants.strings.svn-base │ │ │ │ ├── Algorithm Mode Names.strings.svn-base │ │ │ │ ├── BER Code Constants.strings.svn-base │ │ │ │ ├── CRL Encoding Names.strings.svn-base │ │ │ │ ├── CRL Type Constants.strings.svn-base │ │ │ │ ├── CSSM Error Base Names.strings.svn-base │ │ │ │ ├── CSSM Error Constants.strings.svn-base │ │ │ │ ├── CSSM Error Core Names.strings.svn-base │ │ │ │ ├── Key Attribute Names.strings.svn-base │ │ │ │ ├── Key Class Constants.strings.svn-base │ │ │ │ ├── Key Usage Constants.strings.svn-base │ │ │ │ ├── Keyblob Type Names.strings.svn-base │ │ │ │ ├── OSStatus Constants.strings.svn-base │ │ │ │ ├── OSStatus Descriptions.strings.svn-base │ │ │ │ ├── Algorithm Mode Constants.strings.svn-base │ │ │ │ ├── Authentication Type Names.strings.svn-base │ │ │ │ ├── CRL Encoding Constants.strings.svn-base │ │ │ │ ├── CSSM Error Descriptions.strings.svn-base │ │ │ │ ├── Certificate Encoding Names.strings.svn-base │ │ │ │ ├── Certificate Type Constants.strings.svn-base │ │ │ │ ├── Certificate Type Names.strings.svn-base │ │ │ │ ├── Extension Format Constants.strings.svn-base │ │ │ │ ├── Extension Format Names.strings.svn-base │ │ │ │ ├── Key Attribute Constants.strings.svn-base │ │ │ │ ├── Keyblob Type Constants.strings.svn-base │ │ │ │ ├── KeychainItem Class Names.strings.svn-base │ │ │ │ ├── Protocol Type Constants.strings.svn-base │ │ │ │ ├── Protocol Type Long Names.strings.svn-base │ │ │ │ ├── Protocol Type Short Names.strings.svn-base │ │ │ │ ├── Authentication Type Constants.strings.svn-base │ │ │ │ ├── Certificate Encoding Constants.strings.svn-base │ │ │ │ ├── Keychain Attribute Type Names.strings.svn-base │ │ │ │ ├── KeychainItem Class Constants.strings.svn-base │ │ │ │ └── Keychain Attribute Type Constants.strings.svn-base │ │ │ └── text-base │ │ │ │ ├── InfoPlist.strings.svn-base │ │ │ │ ├── CSSM Error Base Names.strings.svn-base │ │ │ │ ├── CRL Type Names.strings.svn-base │ │ │ │ ├── CRL Encoding Names.strings.svn-base │ │ │ │ ├── Extension Format Names.strings.svn-base │ │ │ │ ├── CRL Type Constants.strings.svn-base │ │ │ │ ├── Keyblob Type Names.strings.svn-base │ │ │ │ ├── Key Class Names.strings.svn-base │ │ │ │ ├── Extension Format Constants.strings.svn-base │ │ │ │ ├── Keyblob Type Constants.strings.svn-base │ │ │ │ ├── External Item Type Names.strings.svn-base │ │ │ │ ├── Certificate Encoding Names.strings.svn-base │ │ │ │ ├── Key Class Constants.strings.svn-base │ │ │ │ ├── CRL Encoding Constants.strings.svn-base │ │ │ │ ├── Authentication Type Names.strings.svn-base │ │ │ │ ├── Misc Names.strings.svn-base │ │ │ │ ├── KeychainItem Class Names.strings.svn-base │ │ │ │ ├── External Item Type Constants.strings.svn-base │ │ │ │ ├── KeychainItem Class Constants.strings.svn-base │ │ │ │ ├── Certificate Type Names.strings.svn-base │ │ │ │ ├── Certificate Encoding Constants.strings.svn-base │ │ │ │ ├── Authentication Type Constants.strings.svn-base │ │ │ │ ├── Key Usage Names.strings.svn-base │ │ │ │ ├── External Format Names.strings.svn-base │ │ │ │ ├── Key Attribute Names.strings.svn-base │ │ │ │ ├── Certificate Type Constants.strings.svn-base │ │ │ │ ├── Key Usage Constants.strings.svn-base │ │ │ │ ├── External Format Constants.strings.svn-base │ │ │ │ ├── Key Attribute Constants.strings.svn-base │ │ │ │ ├── GUID Names.strings.svn-base │ │ │ │ ├── BER Code Names.strings.svn-base │ │ │ │ └── Keychain Attribute Type Names.strings.svn-base │ │ ├── CSSM Error Base Names.strings │ │ ├── CRL Type Names.strings │ │ ├── CRL Encoding Names.strings │ │ ├── Extension Format Names.strings │ │ ├── CRL Type Constants.strings │ │ ├── Keyblob Type Names.strings │ │ ├── Key Class Names.strings │ │ ├── Extension Format Constants.strings │ │ ├── Keyblob Type Constants.strings │ │ ├── External Item Type Names.strings │ │ ├── Certificate Encoding Names.strings │ │ ├── Key Class Constants.strings │ │ ├── CRL Encoding Constants.strings │ │ ├── Authentication Type Names.strings │ │ ├── Misc Names.strings │ │ ├── KeychainItem Class Names.strings │ │ ├── External Item Type Constants.strings │ │ ├── KeychainItem Class Constants.strings │ │ ├── Certificate Type Names.strings │ │ ├── Certificate Encoding Constants.strings │ │ ├── Authentication Type Constants.strings │ │ ├── Key Usage Names.strings │ │ ├── External Format Names.strings │ │ ├── Key Attribute Names.strings │ │ ├── Certificate Type Constants.strings │ │ ├── Key Usage Constants.strings │ │ ├── External Format Constants.strings │ │ ├── Key Attribute Constants.strings │ │ ├── GUID Names.strings │ │ ├── BER Code Names.strings │ │ ├── Keychain Attribute Type Names.strings │ │ ├── Authorization Tag Names.strings │ │ └── Protocol Type Short Names.strings │ ├── .svn │ │ ├── prop-base │ │ │ └── Info-Keychain.plist.svn-base │ │ ├── all-wcprops │ │ ├── entries │ │ └── text-base │ │ │ └── Info-Keychain.plist.svn-base │ └── Info-Keychain.plist ├── CDSA │ └── .svn │ │ └── prop-base │ │ ├── MDS.h.svn-base │ │ ├── MDS.m.svn-base │ │ ├── CSSMControl.h.svn-base │ │ ├── CSSMControl.m.svn-base │ │ ├── CSSMInfo.h.svn-base │ │ ├── CSSMInfo.m.svn-base │ │ ├── CSSMModule.h.svn-base │ │ ├── CSSMModule.m.svn-base │ │ ├── CSSMTypes.h.svn-base │ │ ├── CSSMUtils.h.svn-base │ │ ├── CSSMUtils.m.svn-base │ │ ├── CSSMACLEntry.h.svn-base │ │ ├── CSSMACLEntry.m.svn-base │ │ ├── CSSMDefaults.h.svn-base │ │ ├── CSSMDefaults.m.svn-base │ │ ├── CSSMControlInternal.h.svn-base │ │ ├── CSSMManagedModule.h.svn-base │ │ ├── CSSMManagedModule.m.svn-base │ │ ├── CSSMOpenDataStore.h.svn-base │ │ └── CSSMOpenDataStore.m.svn-base ├── Keychain.xcodeproj │ └── .svn │ │ ├── dir-prop-base │ │ ├── all-wcprops │ │ └── entries ├── X509 │ └── .svn │ │ ├── prop-base │ │ ├── x509.h.svn-base │ │ └── x509.m.svn-base │ │ ├── all-wcprops │ │ └── entries ├── Cryptography │ ├── .svn │ │ └── prop-base │ │ │ ├── Key.h.svn-base │ │ │ ├── Key.m.svn-base │ │ │ ├── FileUtilities.h.svn-base │ │ │ ├── FileUtilities.m.svn-base │ │ │ ├── KeychainUtils.h.svn-base │ │ │ ├── KeychainUtils.m.svn-base │ │ │ ├── MutableKey.h.svn-base │ │ │ ├── MutableKey.m.svn-base │ │ │ ├── NSDataAdditions.h.svn-base │ │ │ └── NSDataAdditions.m.svn-base │ └── Streams │ │ └── .svn │ │ ├── prop-base │ │ ├── ChainedOutputStream.h.svn-base │ │ ├── ChainedOutputStream.m.svn-base │ │ ├── DigestOutputStream.h.svn-base │ │ └── DigestOutputStream.m.svn-base │ │ └── all-wcprops ├── Keychain │ └── .svn │ │ └── prop-base │ │ ├── Access.h.svn-base │ │ ├── Access.m.svn-base │ │ ├── Identity.h.svn-base │ │ ├── Identity.m.svn-base │ │ ├── Keychain.h.svn-base │ │ ├── Keychain.m.svn-base │ │ ├── KeychainItem.h.svn-base │ │ ├── KeychainItem.m.svn-base │ │ ├── AccessControlList.h.svn-base │ │ ├── AccessControlList.m.svn-base │ │ ├── KeychainSearch.h.svn-base │ │ ├── KeychainSearch.m.svn-base │ │ ├── TrustedApplication.h.svn-base │ │ └── TrustedApplication.m.svn-base ├── Certificates │ └── .svn │ │ └── prop-base │ │ ├── Policy.h.svn-base │ │ ├── Policy.m.svn-base │ │ ├── Trust.h.svn-base │ │ ├── Trust.m.svn-base │ │ ├── Certificate.h.svn-base │ │ ├── Certificate.m.svn-base │ │ ├── ABPersonAdditions.h.svn-base │ │ ├── ABPersonAdditions.m.svn-base │ │ ├── CertificateBundle.h.svn-base │ │ ├── CertificateBundle.m.svn-base │ │ ├── CertificateExtensions.h.svn-base │ │ ├── CertificateExtensions.m.svn-base │ │ ├── CertificateGeneration.h.svn-base │ │ └── CertificateGeneration.m.svn-base ├── Hashcash │ └── .svn │ │ ├── prop-base │ │ ├── Hashcash.h.svn-base │ │ └── Hashcash.m.svn-base │ │ ├── all-wcprops │ │ └── entries ├── SKeyPlus │ └── .svn │ │ ├── prop-base │ │ ├── SKeyPlus.h.svn-base │ │ └── SKeyPlus.m.svn-base │ │ ├── all-wcprops │ │ └── entries ├── Testers │ ├── .svn │ │ └── prop-base │ │ │ ├── MDSProber.m.svn-base │ │ │ ├── PolicyProber.m.svn-base │ │ │ ├── StringsTester.m.svn-base │ │ │ ├── TestingCommon.h.svn-base │ │ │ ├── CSSMUtilsTester.m.svn-base │ │ │ ├── KeychainTester.m.svn-base │ │ │ ├── SKeyPlusTester.m.svn-base │ │ │ ├── CryptographicTester.m.svn-base │ │ │ ├── KeychainSearchTester.m.svn-base │ │ │ ├── OutputStreamsTester.m.svn-base │ │ │ ├── CertificateGenerationTester.m.svn-base │ │ │ └── NSCalendarDateAdditionsTester.m.svn-base │ └── MDS Probe Results │ │ └── .svn │ │ ├── prop-base │ │ ├── 10.4.2.svn-base │ │ └── 10.4.2 (with output).svn-base │ │ ├── all-wcprops │ │ └── entries ├── Utilities │ └── .svn │ │ └── prop-base │ │ ├── Logging.h.svn-base │ │ ├── Logging.m.svn-base │ │ ├── MultiThreading.h.svn-base │ │ ├── MultiThreading.m.svn-base │ │ ├── NSCachedObject.h.svn-base │ │ ├── NSCachedObject.m.svn-base │ │ ├── SecurityUtils.h.svn-base │ │ ├── SecurityUtils.m.svn-base │ │ ├── UtilitySupport.h.svn-base │ │ ├── UtilitySupport.m.svn-base │ │ ├── CompilerIndependence.h.svn-base │ │ ├── LocalisationUtils.h.svn-base │ │ ├── LocalisationUtils.m.svn-base │ │ ├── MultiThreadingInternal.h.svn-base │ │ ├── NSCalendarDateAdditions.h.svn-base │ │ └── NSCalendarDateAdditions.m.svn-base ├── FrameworkDebug.xcconfig ├── FrameworkRelease.xcconfig ├── install └── How to create an identity.rtf ├── OAuth Stuff ├── MPOAuth │ ├── .svn │ │ ├── dir-prop-base │ │ └── text-base │ │ │ ├── MPOAuthMobile_Prefix.pch.svn-base │ │ │ ├── MPOAuthConnection_Prefix.pch.svn-base │ │ │ ├── MPOAuth-Info.plist.svn-base │ │ │ ├── Unit Tests-Info.plist.svn-base │ │ │ ├── Unit Tests Static-Info.plist.svn-base │ │ │ ├── Mobile Unit Tests-Info.plist.svn-base │ │ │ ├── Info.plist.svn-base │ │ │ └── MPOAuthTestApp-Info.plist.svn-base │ ├── MPOAuth.xcodeproj │ │ └── .svn │ │ │ ├── prop-base │ │ │ └── project.pbxproj.svn-base │ │ │ ├── dir-prop-base │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── Source │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ │ ├── Framework │ │ │ ├── .svn │ │ │ │ ├── prop-base │ │ │ │ │ ├── MPOAuthCredentiaIConcreteStore+KeychainAdditionsMac.m.svn-base │ │ │ │ │ ├── MPOAuthCredentialConcreteStore+KeychainAdditions.h.svn-base │ │ │ │ │ └── MPOAuthCredentialConcreteStore+KeychainAdditionsiPhone.m.svn-base │ │ │ │ └── text-base │ │ │ │ │ ├── MPDebug.h.svn-base │ │ │ │ │ ├── NSURLResponse+Encoding.h.svn-base │ │ │ │ │ ├── MPOAuthAuthenticationMethodXAuth.h.svn-base │ │ │ │ │ ├── MPOAuthAuthenticationMethodAuthExchange.h.svn-base │ │ │ │ │ ├── MPOAuthURLResponse.h.svn-base │ │ │ │ │ ├── NSString+URLEscapingAdditions.h.svn-base │ │ │ │ │ ├── NSURL+MPURLParameterAdditions.h.svn-base │ │ │ │ │ ├── MPOAuth.h.svn-base │ │ │ │ │ ├── MPOAuthCredentialConcreteStore+KeychainAdditions.h.svn-base │ │ │ │ │ ├── MPWSXRDDocument.h.svn-base │ │ │ │ │ ├── NSURLResponse+Encoding.m.svn-base │ │ │ │ │ ├── MPOAuthURLResponse.m.svn-base │ │ │ │ │ ├── MPOAuthParameterFactory.h.svn-base │ │ │ │ │ ├── MPURLRequestParameter.h.svn-base │ │ │ │ │ ├── MPOAuthSignatureParameter.h.svn-base │ │ │ │ │ ├── MPOAuthAuthenticationMethod.h.svn-base │ │ │ │ │ └── MPOAuthURLRequest.h.svn-base │ │ │ ├── MPDebug.h │ │ │ ├── NSURLResponse+Encoding.h │ │ │ ├── Crypto │ │ │ │ └── .svn │ │ │ │ │ ├── all-wcprops │ │ │ │ │ └── entries │ │ │ ├── MPOAuthAuthenticationMethodXAuth.h │ │ │ ├── MPOAuthAuthenticationMethodAuthExchange.h │ │ │ ├── MPOAuthURLResponse.h │ │ │ ├── NSString+URLEscapingAdditions.h │ │ │ ├── NSURL+MPURLParameterAdditions.h │ │ │ ├── MPOAuth.h │ │ │ ├── MPOAuthCredentialConcreteStore+KeychainAdditions.h │ │ │ ├── MPWSXRDDocument.h │ │ │ ├── NSURLResponse+Encoding.m │ │ │ ├── MPOAuthURLResponse.m │ │ │ ├── MPOAuthParameterFactory.h │ │ │ ├── MPURLRequestParameter.h │ │ │ ├── MPOAuthAuthenticationMethod.h │ │ │ ├── MPOAuthSignatureParameter.h │ │ │ └── MPOAuthURLRequest.h │ │ ├── Test App │ │ │ ├── main.m │ │ │ ├── .svn │ │ │ │ ├── text-base │ │ │ │ │ ├── main.m.svn-base │ │ │ │ │ └── OAuthClientController.h.svn-base │ │ │ │ └── all-wcprops │ │ │ └── OAuthClientController.h │ │ ├── Unit Tests │ │ │ ├── NSString+URLAdditionsTests.h │ │ │ ├── .svn │ │ │ │ └── text-base │ │ │ │ │ ├── NSString+URLAdditionsTests.h.svn-base │ │ │ │ │ ├── MPOAuthAPIRequestLoaderTests.h.svn-base │ │ │ │ │ ├── MPOAuthParameterFactoryTests.h.svn-base │ │ │ │ │ ├── MPOAuthSignatureParameterTests.h.svn-base │ │ │ │ │ ├── MPURLRequestParameterTests.h.svn-base │ │ │ │ │ ├── MPOAuthURLRequestTests.h.svn-base │ │ │ │ │ ├── MPOAuthCredentialConcreteStoreKeychainTests.h.svn-base │ │ │ │ │ └── MPOAuthParameterFactoryTests.m.svn-base │ │ │ ├── MPOAuthAPIRequestLoaderTests.h │ │ │ ├── MPOAuthParameterFactoryTests.h │ │ │ ├── MPOAuthSignatureParameterTests.h │ │ │ ├── MPURLRequestParameterTests.h │ │ │ ├── MPOAuthURLRequestTests.h │ │ │ ├── MPOAuthCredentialConcreteStoreKeychainTests.h │ │ │ └── MPOAuthParameterFactoryTests.m │ │ └── Mobile Test App │ │ │ ├── main.m │ │ │ ├── .svn │ │ │ └── text-base │ │ │ │ ├── main.m.svn-base │ │ │ │ ├── UserAuthViewController.h.svn-base │ │ │ │ ├── RootViewController.h.svn-base │ │ │ │ └── MPOAuthMobileAppDelegate.h.svn-base │ │ │ ├── UserAuthViewController.h │ │ │ ├── RootViewController.h │ │ │ └── MPOAuthMobileAppDelegate.h │ ├── English.lproj │ │ ├── .svn │ │ │ ├── prop-base │ │ │ │ └── InfoPlist.strings.svn-base │ │ │ ├── text-base │ │ │ │ └── InfoPlist.strings.svn-base │ │ │ ├── all-wcprops │ │ │ └── entries │ │ └── InfoPlist.strings │ ├── Resources │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── MPOAuthMobile_Prefix.pch │ ├── MPOAuthConnection_Prefix.pch │ ├── Resources-iPhone │ │ └── .svn │ │ │ └── all-wcprops │ ├── MPOAuth-Info.plist │ ├── Unit Tests-Info.plist │ ├── Unit Tests Static-Info.plist │ ├── Mobile Unit Tests-Info.plist │ ├── Info.plist │ └── MPOAuthTestApp-Info.plist └── yahoo-yos-social-objc-592c52c │ ├── English.lproj │ └── InfoPlist.strings │ ├── YahooSocialSdk.xcodeproj │ └── TemplateIcon.icns │ ├── YahooSocialSdk_Prefix.pch │ ├── Samples │ └── SocialSample │ │ ├── SocialSample_Prefix.pch │ │ ├── main.m │ │ └── Classes │ │ └── SocialSampleViewController.h │ ├── Source │ ├── YOAuth │ │ ├── YOAuth.h │ │ ├── NSDictionary+QueryString.h │ │ ├── YOAuthSignatureMethod_HMAC-SHA1.h │ │ ├── NSData+OAuthResponse.h │ │ ├── NSString+URLEncoding.h │ │ ├── YOAuthSignatureMethod_PLAINTEXT.h │ │ ├── YOAuthConsumer.m │ │ ├── YOAuthUtil.m │ │ ├── YOAuthUtil.h │ │ ├── NSDictionary+QueryString.m │ │ └── YOAuthSignatureMethod_PLAINTEXT.m │ └── YOSSocial │ │ └── YOSSocial.h │ └── Info.plist └── delimport-localisation ├── delimport-localisation.ilocalize └── Source └── delimport ├── fr.lproj ├── InfoPlist.strings └── Localizable.strings ├── en.lproj ├── InfoPlist.strings └── Localizable.strings └── de.lproj ├── InfoPlist.strings └── Localizable.strings /delimport/spotlight_interface/Version: -------------------------------------------------------------------------------- 1 | Release 2 2 | June 6, 2004 -------------------------------------------------------------------------------- /Keychain/.svn/dir-prop-base: -------------------------------------------------------------------------------- 1 | K 10 2 | svn:ignore 3 | V 6 4 | build 5 | 6 | END 7 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/.svn/dir-prop-base: -------------------------------------------------------------------------------- 1 | K 10 2 | svn:ignore 3 | V 6 4 | build 5 | 6 | END 7 | -------------------------------------------------------------------------------- /delimport/delicious.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/delimport/master/delimport/delicious.icns -------------------------------------------------------------------------------- /delimport/pinboard.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/delimport/master/delimport/pinboard.icns -------------------------------------------------------------------------------- /Keychain/Documentation/.svn/dir-prop-base: -------------------------------------------------------------------------------- 1 | K 10 2 | svn:ignore 3 | V 15 4 | Private 5 | Public 6 | 7 | END 8 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/MPOAuth.xcodeproj/.svn/prop-base/project.pbxproj.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/MPOAuth.xcodeproj/.svn/dir-prop-base: -------------------------------------------------------------------------------- 1 | K 10 2 | svn:ignore 3 | V 26 4 | *.pbxuser 5 | *.perspectivev3 6 | 7 | END 8 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 30 4 | /svn/!svn/ver/131/trunk/Source 5 | END 6 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/English.lproj/.svn/prop-base/InfoPlist.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/delimport/master/Keychain/Resources/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/delimport/master/OAuth Stuff/MPOAuth/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/prop-base/MPOAuthCredentiaIConcreteStore+KeychainAdditionsMac.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mergeinfo 3 | V 0 4 | 5 | END 6 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/prop-base/MPOAuthCredentialConcreteStore+KeychainAdditions.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mergeinfo 3 | V 0 4 | 5 | END 6 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/prop-base/MPOAuthCredentialConcreteStore+KeychainAdditionsiPhone.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mergeinfo 3 | V 0 4 | 5 | END 6 | -------------------------------------------------------------------------------- /delimport-localisation/delimport-localisation.ilocalize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/delimport/master/delimport-localisation/delimport-localisation.ilocalize -------------------------------------------------------------------------------- /Keychain/.svn/prop-base/License.rtf.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/.svn/prop-base/Readme.rtf.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/.svn/prop-base/Usage.rtf.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/MDS.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/MDS.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain.xcodeproj/.svn/dir-prop-base: -------------------------------------------------------------------------------- 1 | K 10 2 | svn:ignore 3 | V 18 4 | *.pbxuser 5 | *.mode* 6 | 7 | K 13 8 | svn:mergeinfo 9 | V 0 10 | 11 | END 12 | -------------------------------------------------------------------------------- /Keychain/X509/.svn/prop-base/x509.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/X509/.svn/prop-base/x509.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMControl.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMControl.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMInfo.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMInfo.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMModule.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMModule.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMTypes.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMUtils.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMUtils.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/Key.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/Key.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/Access.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/Access.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/.svn/prop-base/FrameworkDebug.xcconfig.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMACLEntry.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMACLEntry.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMDefaults.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMDefaults.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/Policy.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/Policy.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/Trust.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/Trust.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Hashcash/.svn/prop-base/Hashcash.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Hashcash/.svn/prop-base/Hashcash.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/Identity.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/Identity.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/Keychain.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/Keychain.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/KeychainItem.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/KeychainItem.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/SKeyPlus/.svn/prop-base/SKeyPlus.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/SKeyPlus/.svn/prop-base/SKeyPlus.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/MDSProber.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/PolicyProber.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/StringsTester.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/TestingCommon.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/Logging.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/Logging.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/.svn/prop-base/FrameworkRelease.xcconfig.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMControlInternal.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMManagedModule.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMManagedModule.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMOpenDataStore.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/CDSA/.svn/prop-base/CSSMOpenDataStore.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/Certificate.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/Certificate.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/FileUtilities.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/FileUtilities.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/KeychainUtils.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/KeychainUtils.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/MutableKey.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/MutableKey.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Documentation/.svn/prop-base/Keychain.hdoc.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/AccessControlList.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/AccessControlList.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/KeychainSearch.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/KeychainSearch.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/CSSMUtilsTester.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/KeychainTester.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/SKeyPlusTester.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/MultiThreading.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/MultiThreading.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/NSCachedObject.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/NSCachedObject.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/SecurityUtils.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/SecurityUtils.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/UtilitySupport.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/UtilitySupport.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/.svn/prop-base/How to create an identity.rtf.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/ABPersonAdditions.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/ABPersonAdditions.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/CertificateBundle.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/CertificateBundle.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/NSDataAdditions.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/.svn/prop-base/NSDataAdditions.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/TrustedApplication.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Keychain/.svn/prop-base/TrustedApplication.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/.svn/prop-base/Info-Keychain.plist.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/CryptographicTester.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/KeychainSearchTester.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/OutputStreamsTester.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/MDS Probe Results/.svn/prop-base/10.4.2.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/CompilerIndependence.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/LocalisationUtils.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/LocalisationUtils.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/CertificateExtensions.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/CertificateExtensions.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/CertificateGeneration.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Certificates/.svn/prop-base/CertificateGeneration.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Documentation/.svn/prop-base/KeychainInternal.hdoc.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/CertificateGenerationTester.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/MultiThreadingInternal.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/NSCalendarDateAdditions.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Utilities/.svn/prop-base/NSCalendarDateAdditions.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/Streams/.svn/prop-base/ChainedOutputStream.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/Streams/.svn/prop-base/ChainedOutputStream.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/Streams/.svn/prop-base/DigestOutputStream.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Cryptography/Streams/.svn/prop-base/DigestOutputStream.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/GUID Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/InfoPlist.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Misc Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/OID Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/InfoPlist.strings.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/delimport/master/Keychain/Resources/English.lproj/.svn/text-base/InfoPlist.strings.svn-base -------------------------------------------------------------------------------- /Keychain/Testers/.svn/prop-base/NSCalendarDateAdditionsTester.m.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/delimport/master/OAuth Stuff/yahoo-yos-social-objc-592c52c/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Algorithm Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/BER Code Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/CRL Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/CSSM Error Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Key Class Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Key Usage Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Keyblob Formats.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Testers/MDS Probe Results/.svn/prop-base/10.4.2 (with output).svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/English.lproj/.svn/text-base/InfoPlist.strings.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/delimport/master/OAuth Stuff/MPOAuth/English.lproj/.svn/text-base/InfoPlist.strings.svn-base -------------------------------------------------------------------------------- /delimport/delimport_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'delimport' target in the 'delimport' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /Keychain/.svn/prop-base/install.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 14 6 | svn:executable 7 | V 1 8 | * 9 | K 12 10 | svn:keywords 11 | V 23 12 | Author Date Id Revision 13 | END 14 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Algorithm Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Algorithm Mode Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/BER Code Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/CRL Encoding Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/CRL Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/CSSM Error Base Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/CSSM Error Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/CSSM Error Core Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Key Attribute Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Key Class Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Key Usage Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Keyblob Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/OSStatus Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/OSStatus Descriptions.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Algorithm Mode Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Authentication Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/CRL Encoding Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/CSSM Error Descriptions.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Certificate Encoding Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Certificate Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Certificate Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Extension Format Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Extension Format Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Key Attribute Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Keyblob Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/KeychainItem Class Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Protocol Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Protocol Type Long Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Protocol Type Short Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Authentication Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Certificate Encoding Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Keychain Attribute Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/KeychainItem Class Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/YahooSocialSdk.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/delimport/master/OAuth Stuff/yahoo-yos-social-objc-592c52c/YahooSocialSdk.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/prop-base/Keychain Attribute Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 12 6 | svn:keywords 7 | V 23 8 | Author Date Id Revision 9 | END 10 | -------------------------------------------------------------------------------- /Keychain/Documentation/.svn/prop-base/Generate Documentation.command.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 14 6 | svn:executable 7 | V 1 8 | * 9 | K 12 10 | svn:keywords 11 | V 23 12 | Author Date Id Revision 13 | END 14 | -------------------------------------------------------------------------------- /Keychain/Documentation/.svn/prop-base/Publish Documentation.command.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 6 4 | native 5 | K 14 6 | svn:executable 7 | V 1 8 | * 9 | K 12 10 | svn:keywords 11 | V 23 12 | Author Date Id Revision 13 | END 14 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/YahooSocialSdk_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'YosCocoaSdk' target in the 'YosCocoaSdk' project. 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/CSSM Error Base Names.strings: -------------------------------------------------------------------------------- 1 | /* CSSM Error Base Names. */ 2 | 3 | 2147549184 = "CSSM"; 4 | 2147551232 = "CSP"; 5 | 2147553280 = "DL/MDS"; 6 | 2147555328 = "CL"; 7 | 2147557376 = "TP"; 8 | 2147559424 = "KR"; 9 | 2147561472 = "AC"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/CRL Type Names.strings: -------------------------------------------------------------------------------- 1 | /* CRL Type Names. */ 2 | 3 | /* Key is the [unsigned] decimal representation of the type, value is the name of the type. */ 4 | 5 | 0 = "Unknown"; 6 | 1 = "X.509v1"; 7 | 2 = "X.509v2"; 8 | 3 = "SPKI"; 9 | 32766 = "Multiple"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/CSSM Error Base Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* CSSM Error Base Names. */ 2 | 3 | 2147549184 = "CSSM"; 4 | 2147551232 = "CSP"; 5 | 2147553280 = "DL/MDS"; 6 | 2147555328 = "CL"; 7 | 2147557376 = "TP"; 8 | 2147559424 = "KR"; 9 | 2147561472 = "AC"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Resources/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 33 4 | /svn/!svn/ver/129/trunk/Resources 5 | END 6 | oauthAutoConfig.plist 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 55 10 | /svn/!svn/ver/129/trunk/Resources/oauthAutoConfig.plist 11 | END 12 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/CRL Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* CRL Type Names. */ 2 | 3 | /* Key is the [unsigned] decimal representation of the type, value is the name of the type. */ 4 | 5 | 0 = "Unknown"; 6 | 1 = "X.509v1"; 7 | 2 = "X.509v2"; 8 | 3 = "SPKI"; 9 | 32766 = "Multiple"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/MPOAuth.xcodeproj/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 41 4 | /svn/!svn/ver/130/trunk/MPOAuth.xcodeproj 5 | END 6 | project.pbxproj 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 57 10 | /svn/!svn/ver/130/trunk/MPOAuth.xcodeproj/project.pbxproj 11 | END 12 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/MPOAuthMobile_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'MPOAuthMobile' target in the 'MPOAuthMobile' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #import 8 | #import "MPDebug.h" 9 | #endif 10 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Samples/SocialSample/SocialSample_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'SocialSample' target in the 'SocialSample' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #import 8 | #endif 9 | -------------------------------------------------------------------------------- /delimport/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | CFBundleName = "delimport"; 4 | NSHumanReadableCopyright = "© Ian Henderson, 2005-2011"; 5 | 6 | /* Document name for Bookmarks */ 7 | "delicious Bookmark" = "Signet delicious"; 8 | "pinboard Bookmark" = "Signet pinboard"; -------------------------------------------------------------------------------- /delimport/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | CFBundleName = "delimport"; 4 | NSHumanReadableCopyright = "© Ian Henderson, 2005-2011"; 5 | 6 | /* Document name for Bookmarks */ 7 | "delicious Bookmark" = "delicious Bookmark"; 8 | "pinboard Bookmark" = "pinboard Bookmark"; -------------------------------------------------------------------------------- /delimport/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | CFBundleName = "delimport"; 4 | NSHumanReadableCopyright = "© 2005-2011 Ian Henderson"; 5 | 6 | /* Document name for Bookmarks */ 7 | "delicious Bookmark" = "delicious Lesezeichen"; 8 | "pinboard Bookmark" = "pinboard Lesezeichen"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/CRL Encoding Names.strings: -------------------------------------------------------------------------------- 1 | /* CRL Encoding Names. */ 2 | 3 | /* Key is the [unsigned] decimal representation of the type, value is the name of that type. */ 4 | 5 | 0 = "Unknown"; 6 | 1 = "Custom"; 7 | 2 = "BER"; 8 | 3 = "DER"; 9 | 4 = "BLOOM"; 10 | 5 = "SEXPR"; 11 | 32766 = "Multiple"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/.svn/text-base/MPOAuthMobile_Prefix.pch.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'MPOAuthMobile' target in the 'MPOAuthMobile' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #import 8 | #import "MPDebug.h" 9 | #endif 10 | -------------------------------------------------------------------------------- /delimport-localisation/Source/delimport/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | CFBundleName = "delimport"; 4 | NSHumanReadableCopyright = "© Ian Henderson, 2005-2011"; 5 | 6 | /* Document name for Bookmarks */ 7 | "delicious Bookmark" = "Signet delicious"; 8 | "pinboard Bookmark" = "Signet pinboard"; -------------------------------------------------------------------------------- /delimport/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // delimport 4 | // 5 | // Created by Ian Henderson on 28.04.05. 6 | // Copyright Ian Henderson 2005. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) 12 | { 13 | return NSApplicationMain(argc, (const char **) argv); 14 | } 15 | -------------------------------------------------------------------------------- /Keychain/Resources/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 66 4 | /svnroot/keychain/!svn/ver/445/trunk/Frameworks/Keychain/Resources 5 | END 6 | Info-Keychain.plist 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 86 10 | /svnroot/keychain/!svn/ver/373/trunk/Frameworks/Keychain/Resources/Info-Keychain.plist 11 | END 12 | -------------------------------------------------------------------------------- /delimport-localisation/Source/delimport/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | CFBundleName = "delimport"; 4 | NSHumanReadableCopyright = "© Ian Henderson, 2005-2011"; 5 | 6 | /* Document name for Bookmarks */ 7 | "delicious Bookmark" = "delicious Bookmark"; 8 | "pinboard Bookmark" = "pinboard Bookmark"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPDebug.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPDebug.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 09.02.06. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #ifdef DEBUG 10 | #define MPLog(...) NSLog(__VA_ARGS__) 11 | #else 12 | #define MPLog(...) do { } while (0) 13 | #endif 14 | -------------------------------------------------------------------------------- /delimport-localisation/Source/delimport/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | CFBundleName = "delimport"; 4 | NSHumanReadableCopyright = "© 2005-2011 Ian Henderson"; 5 | 6 | /* Document name for Bookmarks */ 7 | "delicious Bookmark" = "delicious Lesezeichen"; 8 | "pinboard Bookmark" = "pinboard Lesezeichen"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/CRL Encoding Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* CRL Encoding Names. */ 2 | 3 | /* Key is the [unsigned] decimal representation of the type, value is the name of that type. */ 4 | 5 | 0 = "Unknown"; 6 | 1 = "Custom"; 7 | 2 = "BER"; 8 | 3 = "DER"; 9 | 4 = "BLOOM"; 10 | 5 = "SEXPR"; 11 | 32766 = "Multiple"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Extension Format Names.strings: -------------------------------------------------------------------------------- 1 | /* Extension Format Names. */ 2 | 3 | /* The key is the numeric value as defined in x509defs.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the value, generally a single word. */ 5 | 6 | 0 = "Encoded"; 7 | 1 = "Parsed"; 8 | 2 = "Pair"; -------------------------------------------------------------------------------- /Keychain/Keychain.xcodeproj/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 75 4 | /svnroot/keychain/!svn/ver/462/trunk/Frameworks/Keychain/Keychain.xcodeproj 5 | END 6 | project.pbxproj 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 91 10 | /svnroot/keychain/!svn/ver/462/trunk/Frameworks/Keychain/Keychain.xcodeproj/project.pbxproj 11 | END 12 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Test App/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright matrixPointer 2008. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) 12 | { 13 | return NSApplicationMain(argc, (const char **) argv); 14 | } 15 | -------------------------------------------------------------------------------- /delimport/DIServiceTypeToIconPath.h: -------------------------------------------------------------------------------- 1 | /* 2 | DIServiceTypeToIconPath.h 3 | delimport 4 | 5 | Created by Sven-S. Porst on 2011-01-03. 6 | Copyright 2011 earthlingsoft. All rights reserved. 7 | */ 8 | 9 | #import 10 | 11 | @interface DIServiceTypeToIconPath : NSValueTransformer { 12 | 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /delimport/spotlight_interface/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | CFBundleName = "delicious Spotlight Importer"; 4 | CFBundleShortVersionString = "2"; 5 | CFBundleGetInfoString = "delicious Spotlight Interface version 2.1, © 2005-2011 Ian Henderson."; 6 | NSHumanReadableCopyright = "Copyright © 2005-2011 Ian Henderson."; 7 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/CRL Type Constants.strings: -------------------------------------------------------------------------------- 1 | /* CRL Type Constants. */ 2 | 3 | /* Key is the [unsigned] decimal representation of the type, value is the constant corresponding to the code. */ 4 | 5 | 0 = "CSSM_CRL_TYPE_UNKNOWN"; 6 | 1 = "CSSM_CRL_TYPE_X_509v1"; 7 | 2 = "CSSM_CRL_TYPE_X_509v2"; 8 | 3 = "CSSM_CRL_TYPE_SPKI"; 9 | 32766 = "CSSM_CRL_TYPE_MULTIPLE"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPDebug.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPDebug.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 09.02.06. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #ifdef DEBUG 10 | #define MPLog(...) NSLog(__VA_ARGS__) 11 | #else 12 | #define MPLog(...) do { } while (0) 13 | #endif 14 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Keyblob Type Names.strings: -------------------------------------------------------------------------------- 1 | /* Keyblob Type Names. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the type, generally a single word. */ 5 | 6 | 0 = "Raw"; 7 | 2 = "Reference"; 8 | 3 = "Wrapped"; 9 | 4294967295 = "Other"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Extension Format Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Extension Format Names. */ 2 | 3 | /* The key is the numeric value as defined in x509defs.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the value, generally a single word. */ 5 | 6 | 0 = "Encoded"; 7 | 1 = "Parsed"; 8 | 2 = "Pair"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Test App/.svn/text-base/main.m.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright matrixPointer 2008. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) 12 | { 13 | return NSApplicationMain(argc, (const char **) argv); 14 | } 15 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/CRL Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* CRL Type Constants. */ 2 | 3 | /* Key is the [unsigned] decimal representation of the type, value is the constant corresponding to the code. */ 4 | 5 | 0 = "CSSM_CRL_TYPE_UNKNOWN"; 6 | 1 = "CSSM_CRL_TYPE_X_509v1"; 7 | 2 = "CSSM_CRL_TYPE_X_509v2"; 8 | 3 = "CSSM_CRL_TYPE_SPKI"; 9 | 32766 = "CSSM_CRL_TYPE_MULTIPLE"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Keyblob Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Keyblob Type Names. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the type, generally a single word. */ 5 | 6 | 0 = "Raw"; 7 | 2 = "Reference"; 8 | 3 = "Wrapped"; 9 | 4294967295 = "Other"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Key Class Names.strings: -------------------------------------------------------------------------------- 1 | /* Key Class Names. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the key class. */ 5 | 6 | 0 = "Public key"; 7 | 1 = "Private key"; 8 | 2 = "Session key"; 9 | 3 = "Secret part"; 10 | 4294967295 = "Other"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/NSURLResponse+Encoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSURL+MPEncodingAdditions.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSURLResponse (EncodingAdditions) 13 | - (NSStringEncoding)encoding; 14 | @end 15 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Extension Format Constants.strings: -------------------------------------------------------------------------------- 1 | /* Extension Format Constants. */ 2 | 3 | /* The key is the numeric value as defined in x509defs.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0 = "CSSM_X509_DATAFORMAT_ENCODED"; 7 | 1 = "CSSM_X509_DATAFORMAT_PARSED"; 8 | 2 = "CSSM_X509_DATAFORMAT_PAIR"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/NSString+URLAdditionsTests.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+URLAdditionsTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 09.01.29. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSString_URLAdditionsTests : SenTestCase { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Key Class Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Key Class Names. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the key class. */ 5 | 6 | 0 = "Public key"; 7 | 1 = "Private key"; 8 | 2 = "Session key"; 9 | 3 = "Secret part"; 10 | 4294967295 = "Other"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Keyblob Type Constants.strings: -------------------------------------------------------------------------------- 1 | /* Keyblob Type Constants. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0 = "CSSM_KEYBLOB_RAW"; 7 | 2 = "CSSM_KEYBLOB_REFERENCE"; 8 | 3 = "CSSM_KEYBLOB_WRAPPED"; 9 | 4294967295 = "CSSM_KEYBLOB_OTHER"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/MPOAuthConnection_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'MPOAuthConnection' target in the 'MPOAuthConnection' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | 7 | #import 8 | #import "MPDebug.h" 9 | 10 | #if TARGET_OS_IPHONE 11 | #import 12 | #elif TARGET_OS_MAC 13 | #import 14 | #endif 15 | 16 | #endif 17 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/English.lproj/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 35 4 | /svn/!svn/ver/2/trunk/English.lproj 5 | END 6 | InfoPlist.strings 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 53 10 | /svn/!svn/ver/2/trunk/English.lproj/InfoPlist.strings 11 | END 12 | MainMenu.xib 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 48 16 | /svn/!svn/ver/2/trunk/English.lproj/MainMenu.xib 17 | END 18 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/NSURLResponse+Encoding.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // NSURL+MPEncodingAdditions.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSURLResponse (EncodingAdditions) 13 | - (NSStringEncoding)encoding; 14 | @end 15 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Extension Format Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Extension Format Constants. */ 2 | 3 | /* The key is the numeric value as defined in x509defs.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0 = "CSSM_X509_DATAFORMAT_ENCODED"; 7 | 1 = "CSSM_X509_DATAFORMAT_PARSED"; 8 | 2 = "CSSM_X509_DATAFORMAT_PAIR"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/.svn/text-base/NSString+URLAdditionsTests.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+URLAdditionsTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 09.01.29. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSString_URLAdditionsTests : SenTestCase { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/MPOAuthAPIRequestLoaderTests.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthAPIRequestLoaderTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPOAuthAPIRequestLoaderTests : SenTestCase { 13 | NSTask *server; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Keyblob Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Keyblob Type Constants. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0 = "CSSM_KEYBLOB_RAW"; 7 | 2 = "CSSM_KEYBLOB_REFERENCE"; 8 | 3 = "CSSM_KEYBLOB_WRAPPED"; 9 | 4294967295 = "CSSM_KEYBLOB_OTHER"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/.svn/text-base/MPOAuthConnection_Prefix.pch.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'MPOAuthConnection' target in the 'MPOAuthConnection' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | 7 | #import 8 | #import "MPDebug.h" 9 | 10 | #if TARGET_OS_IPHONE 11 | #import 12 | #elif TARGET_OS_MAC 13 | #import 14 | #endif 15 | 16 | #endif 17 | -------------------------------------------------------------------------------- /Keychain/FrameworkDebug.xcconfig: -------------------------------------------------------------------------------- 1 | MACH_O_TYPE = mh_dylib 2 | DYLIB_CURRENT_VERSION = 3 3 | DYLIB_COMPATIBILITY_VERSION = 1.0 4 | PRODUCT_NAME = Keychain 5 | WRAPPER_EXTENSION = framework 6 | INFOPLIST_FILE = Resources/Info-Keychain.plist 7 | FRAMEWORK_VERSION = A 8 | GCC_PREPROCESSOR_DEFINITIONS = PSYSLOG_TO_STDERR=1 PDEBUG_TO_STDERR=1 9 | LIBRARY_STYLE = BUNDLE 10 | USER_HEADER_SEARCH_PATHS = $(USER_HEADER_SEARCH_PATHS) $(PROJECT_DIR) 11 | -------------------------------------------------------------------------------- /Keychain/FrameworkRelease.xcconfig: -------------------------------------------------------------------------------- 1 | MACH_O_TYPE = mh_dylib 2 | DYLIB_CURRENT_VERSION = 3 3 | DYLIB_COMPATIBILITY_VERSION = 1.0 4 | PRODUCT_NAME = Keychain 5 | WRAPPER_EXTENSION = framework 6 | INFOPLIST_FILE = Resources/Info-Keychain.plist 7 | FRAMEWORK_VERSION = A 8 | DEPLOYMENT_POSTPROCESSING = YES 9 | GCC_PREPROCESSOR_DEFINITIONS = NDEBUG 10 | LIBRARY_STYLE = BUNDLE 11 | HEADER_SEARCH_PATHS = $(HEADER_SEARCH_PATHS) $(PROJECT_DIR) 12 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/External Item Type Names.strings: -------------------------------------------------------------------------------- 1 | /* External Item Type Names. */ 2 | 3 | /* The key is the numeric value as defined in SecImportExport.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the given code. */ 5 | 6 | 0 = "Unknown"; 7 | 1 = "Private Key"; 8 | 2 = "Public Key"; 9 | 3 = "Session Key"; 10 | 4 = "Certificate"; 11 | 5 = "Aggregate"; 12 | -------------------------------------------------------------------------------- /Keychain/X509/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 61 4 | /svnroot/keychain/!svn/ver/462/trunk/Frameworks/Keychain/X509 5 | END 6 | x509.m 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 68 10 | /svnroot/keychain/!svn/ver/453/trunk/Frameworks/Keychain/X509/x509.m 11 | END 12 | x509.h 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 68 16 | /svnroot/keychain/!svn/ver/462/trunk/Frameworks/Keychain/X509/x509.h 17 | END 18 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/.svn/text-base/MPOAuthAPIRequestLoaderTests.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthAPIRequestLoaderTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPOAuthAPIRequestLoaderTests : SenTestCase { 13 | NSTask *server; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Keychain/install: -------------------------------------------------------------------------------- 1 | #!/bin/tcsh -f 2 | 3 | if ( -e /Library/Frameworks/Keychain.framework ) then 4 | rm -R /Library/Frameworks/Keychain.framework 5 | endif 6 | 7 | if ( -e build/Debug/Keychain.framework ) then 8 | cp -R build/Debug/Keychain.framework /Library/Frameworks/ 9 | else if ( -e build/Release/Keychain.framework ) then 10 | cp -R build/Release/Keychain.framework /Library/Frameworks/ 11 | else 12 | echo "No built products found." 13 | endif 14 | -------------------------------------------------------------------------------- /Keychain/.svn/text-base/FrameworkRelease.xcconfig.svn-base: -------------------------------------------------------------------------------- 1 | MACH_O_TYPE = mh_dylib 2 | DYLIB_CURRENT_VERSION = 3 3 | DYLIB_COMPATIBILITY_VERSION = 1.0 4 | PRODUCT_NAME = Keychain 5 | WRAPPER_EXTENSION = framework 6 | INFOPLIST_FILE = Resources/Info-Keychain.plist 7 | FRAMEWORK_VERSION = A 8 | DEPLOYMENT_POSTPROCESSING = YES 9 | GCC_PREPROCESSOR_DEFINITIONS = NDEBUG 10 | LIBRARY_STYLE = BUNDLE 11 | HEADER_SEARCH_PATHS = $(HEADER_SEARCH_PATHS) $(PROJECT_DIR) 12 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Certificate Encoding Names.strings: -------------------------------------------------------------------------------- 1 | /* Certificate Encoding Names. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the encoding, generally a single word. */ 5 | 6 | 0 = "Unknown"; 7 | 1 = "Custom"; 8 | 2 = "BER"; 9 | 3 = "DER"; 10 | 4 = "NDR"; 11 | 5 = "SEXPR"; 12 | 6 = "PGP"; 13 | 32766 = "Multiple"; -------------------------------------------------------------------------------- /Keychain/.svn/text-base/FrameworkDebug.xcconfig.svn-base: -------------------------------------------------------------------------------- 1 | MACH_O_TYPE = mh_dylib 2 | DYLIB_CURRENT_VERSION = 3 3 | DYLIB_COMPATIBILITY_VERSION = 1.0 4 | PRODUCT_NAME = Keychain 5 | WRAPPER_EXTENSION = framework 6 | INFOPLIST_FILE = Resources/Info-Keychain.plist 7 | FRAMEWORK_VERSION = A 8 | GCC_PREPROCESSOR_DEFINITIONS = PSYSLOG_TO_STDERR=1 PDEBUG_TO_STDERR=1 9 | LIBRARY_STYLE = BUNDLE 10 | USER_HEADER_SEARCH_PATHS = $(USER_HEADER_SEARCH_PATHS) $(PROJECT_DIR) 11 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/External Item Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* External Item Type Names. */ 2 | 3 | /* The key is the numeric value as defined in SecImportExport.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the given code. */ 5 | 6 | 0 = "Unknown"; 7 | 1 = "Private Key"; 8 | 2 = "Public Key"; 9 | 3 = "Session Key"; 10 | 4 = "Certificate"; 11 | 5 = "Aggregate"; 12 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Key Class Constants.strings: -------------------------------------------------------------------------------- 1 | /* Key Class Constants. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.3.9. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0 = "CSSM_KEYCLASS_PUBLIC_KEY"; 7 | 1 = "CSSM_KEYCLASS_PRIVATE_KEY"; 8 | 2 = "CSSM_KEYCLASS_SESSION_KEY"; 9 | 3 = "CSSM_KEYCLASS_SECRET_PART"; 10 | 4294967295 = "CSSM_KEYCLASS_OTHER"; -------------------------------------------------------------------------------- /Keychain/Hashcash/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 65 4 | /svnroot/keychain/!svn/ver/453/trunk/Frameworks/Keychain/Hashcash 5 | END 6 | Hashcash.h 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 76 10 | /svnroot/keychain/!svn/ver/433/trunk/Frameworks/Keychain/Hashcash/Hashcash.h 11 | END 12 | Hashcash.m 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 76 16 | /svnroot/keychain/!svn/ver/453/trunk/Frameworks/Keychain/Hashcash/Hashcash.m 17 | END 18 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/CRL Encoding Constants.strings: -------------------------------------------------------------------------------- 1 | /* CRL Encoding Constants. */ 2 | 3 | /* Key is the [unsigned] decimal representation of the type, value is the constant corresponding to that code. */ 4 | 5 | 0 = "CSSM_CRL_ENCODING_UNKNOWN"; 6 | 1 = "CSSM_CRL_ENCODING_CUSTOM"; 7 | 2 = "CSSM_CRL_ENCODING_BER"; 8 | 3 = "CSSM_CRL_ENCODING_DER"; 9 | 4 = "CSSM_CRL_ENCODING_BLOOM"; 10 | 5 = "CSSM_CRL_ENCODING_SEXPR"; 11 | 32766 = "CSSM_CRL_ENCODING_MULTIPLE"; -------------------------------------------------------------------------------- /Keychain/SKeyPlus/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 65 4 | /svnroot/keychain/!svn/ver/373/trunk/Frameworks/Keychain/SKeyPlus 5 | END 6 | SKeyPlus.h 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 76 10 | /svnroot/keychain/!svn/ver/373/trunk/Frameworks/Keychain/SKeyPlus/SKeyPlus.h 11 | END 12 | SKeyPlus.m 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 76 16 | /svnroot/keychain/!svn/ver/373/trunk/Frameworks/Keychain/SKeyPlus/SKeyPlus.m 17 | END 18 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/Crypto/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 47 4 | /svn/!svn/ver/118/trunk/Source/Framework/Crypto 5 | END 6 | Base64Transcoder.h 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 64 10 | /svn/!svn/ver/2/trunk/Source/Framework/Crypto/Base64Transcoder.h 11 | END 12 | Base64Transcoder.c 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 64 16 | /svn/!svn/ver/2/trunk/Source/Framework/Crypto/Base64Transcoder.c 17 | END 18 | -------------------------------------------------------------------------------- /Keychain/.svn/text-base/install.svn-base: -------------------------------------------------------------------------------- 1 | #!/bin/tcsh -f 2 | 3 | if ( -e /Library/Frameworks/Keychain.framework ) then 4 | rm -R /Library/Frameworks/Keychain.framework 5 | endif 6 | 7 | if ( -e build/Debug/Keychain.framework ) then 8 | cp -R build/Debug/Keychain.framework /Library/Frameworks/ 9 | else if ( -e build/Release/Keychain.framework ) then 10 | cp -R build/Release/Keychain.framework /Library/Frameworks/ 11 | else 12 | echo "No built products found." 13 | endif 14 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Certificate Encoding Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Certificate Encoding Names. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the encoding, generally a single word. */ 5 | 6 | 0 = "Unknown"; 7 | 1 = "Custom"; 8 | 2 = "BER"; 9 | 3 = "DER"; 10 | 4 = "NDR"; 11 | 5 = "SEXPR"; 12 | 6 = "PGP"; 13 | 32766 = "Multiple"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/MPOAuthParameterFactoryTests.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthParameterFactoryTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthParameterFactory.h" 11 | 12 | @interface MPOAuthParameterFactoryTests : SenTestCase { 13 | id _factory; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Authentication Type Names.strings: -------------------------------------------------------------------------------- 1 | /* Authentication Type Names. */ 2 | 3 | /* The key is the four-character code of the type. The value is the human-readable name of the type. */ 4 | 5 | "ntlm" = "Windows NT LAN Manager"; 6 | "msna" = "Microsoft Network default"; 7 | "dpaa" = "Distributed Password"; 8 | "rpaa" = "Remote Password"; 9 | "http" = "HTTP Basic"; 10 | "httd" = "HTTP Digest Access"; 11 | "form" = "HTML form based"; 12 | "dflt" = "Default"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Mobile Test App/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 08.12.14. 6 | // Copyright matrixPointer 2008. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) { 12 | 13 | NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 14 | int retVal = UIApplicationMain(argc, argv, nil, nil); 15 | [pool release]; 16 | return retVal; 17 | } 18 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Key Class Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Key Class Constants. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.3.9. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0 = "CSSM_KEYCLASS_PUBLIC_KEY"; 7 | 1 = "CSSM_KEYCLASS_PRIVATE_KEY"; 8 | 2 = "CSSM_KEYCLASS_SESSION_KEY"; 9 | 3 = "CSSM_KEYCLASS_SECRET_PART"; 10 | 4294967295 = "CSSM_KEYCLASS_OTHER"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/CRL Encoding Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* CRL Encoding Constants. */ 2 | 3 | /* Key is the [unsigned] decimal representation of the type, value is the constant corresponding to that code. */ 4 | 5 | 0 = "CSSM_CRL_ENCODING_UNKNOWN"; 6 | 1 = "CSSM_CRL_ENCODING_CUSTOM"; 7 | 2 = "CSSM_CRL_ENCODING_BER"; 8 | 3 = "CSSM_CRL_ENCODING_DER"; 9 | 4 = "CSSM_CRL_ENCODING_BLOOM"; 10 | 5 = "CSSM_CRL_ENCODING_SEXPR"; 11 | 32766 = "CSSM_CRL_ENCODING_MULTIPLE"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Misc Names.strings: -------------------------------------------------------------------------------- 1 | /* Misc Names. */ 2 | 3 | /* The key is the defined name of the constant */ 4 | /* The value is a brief name for the constant */ 5 | 6 | Unknown = "Unknown (%@)"; 7 | YES = "YES"; // It may be redundent having upper and lowercase versions 8 | yes = "yes"; // However, I've heard that some cultures find all uppercase 9 | NO = "NO"; // very offensive, or something to that effect. So, the 10 | no = "no"; // option is made here to change casing. -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/MPOAuthSignatureParameterTests.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthSignatureParameterTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthSignatureParameter.h" 11 | 12 | @interface MPOAuthSignatureParameterTests : SenTestCase { 13 | MPOAuthSignatureParameter *_signatureParameter; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuthAuthenticationMethodXAuth.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthAuthenticationMethodXAuth.h 3 | // MPOAuth 4 | // 5 | // Created by Karl Adam on 10.03.07. 6 | // Copyright 2010 Yahoo. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthAPI.h" 11 | #import "MPOAuthAuthenticationMethod.h" 12 | 13 | @interface MPOAuthAuthenticationMethodXAuth : MPOAuthAuthenticationMethod { 14 | 15 | } 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Samples/SocialSample/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // SocialSample 4 | // 5 | // Created by Zach Graves on 3/18/09. 6 | // Copyright Yahoo! Inc 2009. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) { 12 | 13 | NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 14 | int retVal = UIApplicationMain(argc, argv, nil, nil); 15 | [pool release]; 16 | return retVal; 17 | } 18 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/KeychainItem Class Names.strings: -------------------------------------------------------------------------------- 1 | /* KeychainItem Class Names. */ 2 | 3 | /* The key is the hex representation of the four-character-code, as an unsigned 32-bit integer, as defined in SecKeychainItem.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name of the class. */ 5 | 6 | 0x696e6574 = "Internet password"; 7 | 0x67656e70 = "Generic password"; 8 | 0x61736870 = "AppleShare password"; 9 | 0x80001000 = "Certificate"; 10 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/.svn/text-base/MPOAuthParameterFactoryTests.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthParameterFactoryTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthParameterFactory.h" 11 | 12 | @interface MPOAuthParameterFactoryTests : SenTestCase { 13 | id _factory; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Authentication Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Authentication Type Names. */ 2 | 3 | /* The key is the four-character code of the type. The value is the human-readable name of the type. */ 4 | 5 | "ntlm" = "Windows NT LAN Manager"; 6 | "msna" = "Microsoft Network default"; 7 | "dpaa" = "Distributed Password"; 8 | "rpaa" = "Remote Password"; 9 | "http" = "HTTP Basic"; 10 | "httd" = "HTTP Digest Access"; 11 | "form" = "HTML form based"; 12 | "dflt" = "Default"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 131 5 | http://mpoauthconnection.googlecode.com/svn/trunk/Source 6 | http://mpoauthconnection.googlecode.com/svn 7 | 8 | 9 | 10 | 2010-08-16T00:42:28.249612Z 11 | 131 12 | karl.adam 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | a7fc5028-c6e7-11dd-bfe9-7982af55821d 28 | 29 | Test App 30 | dir 31 | 32 | Unit Tests 33 | dir 34 | 35 | Mobile Test App 36 | dir 37 | 38 | Framework 39 | dir 40 | 41 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Mobile Test App/.svn/text-base/main.m.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 08.12.14. 6 | // Copyright matrixPointer 2008. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) { 12 | 13 | NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 14 | int retVal = UIApplicationMain(argc, argv, nil, nil); 15 | [pool release]; 16 | return retVal; 17 | } 18 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Misc Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Misc Names. */ 2 | 3 | /* The key is the defined name of the constant */ 4 | /* The value is a brief name for the constant */ 5 | 6 | Unknown = "Unknown (%@)"; 7 | YES = "YES"; // It may be redundent having upper and lowercase versions 8 | yes = "yes"; // However, I've heard that some cultures find all uppercase 9 | NO = "NO"; // very offensive, or something to that effect. So, the 10 | no = "no"; // option is made here to change casing. -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/External Item Type Constants.strings: -------------------------------------------------------------------------------- 1 | /* External Item Type Constants. */ 2 | 3 | /* The key is the numeric value as defined in SecImportExport.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the given code. */ 5 | 6 | 0 = "kSecItemTypeUnknown"; 7 | 1 = "kSecItemTypePrivateKey"; 8 | 2 = "kSecItemTypePublicKey"; 9 | 3 = "kSecItemTypeSessionKey"; 10 | 4 = "kSecItemTypeCertificate"; 11 | 5 = "kSecItemTypeAggregate"; 12 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/.svn/text-base/MPOAuthSignatureParameterTests.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthSignatureParameterTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthSignatureParameter.h" 11 | 12 | @interface MPOAuthSignatureParameterTests : SenTestCase { 13 | MPOAuthSignatureParameter *_signatureParameter; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuthAuthenticationMethodXAuth.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthAuthenticationMethodXAuth.h 3 | // MPOAuth 4 | // 5 | // Created by Karl Adam on 10.03.07. 6 | // Copyright 2010 Yahoo. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthAPI.h" 11 | #import "MPOAuthAuthenticationMethod.h" 12 | 13 | @interface MPOAuthAuthenticationMethodXAuth : MPOAuthAuthenticationMethod { 14 | 15 | } 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Mobile Test App/UserAuthViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // UserAuthViewController.h 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 09.02.03. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface UserAuthViewController : UIViewController { 13 | IBOutlet UIWebView *webview; 14 | NSURL *_userAuthURL; 15 | } 16 | 17 | @property (nonatomic, readwrite, retain) NSURL *userAuthURL; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/KeychainItem Class Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* KeychainItem Class Names. */ 2 | 3 | /* The key is the hex representation of the four-character-code, as an unsigned 32-bit integer, as defined in SecKeychainItem.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name of the class. */ 5 | 6 | 0x696e6574 = "Internet password"; 7 | 0x67656e70 = "Generic password"; 8 | 0x61736870 = "AppleShare password"; 9 | 0x80001000 = "Certificate"; 10 | -------------------------------------------------------------------------------- /Keychain/Documentation/Publish Documentation.command: -------------------------------------------------------------------------------- 1 | #!/bin/tcsh 2 | 3 | if ( ! -e Documentation ) then 4 | ./Generate\ Documentation.command 5 | endif 6 | 7 | rsync -vzr --delete --delete-after --stats --progress --rsh="ssh -l wadetregaskis" Documentation/Public wadetregaskis@shell.sourceforge.net:/home/groups/k/ke/keychain/htdocs/Documentation 8 | rsync -vzr --delete --delete-after --stats --progress --rsh="ssh -l wadetregaskis" Documentation/Private wadetregaskis@shell.sourceforge.net:/home/groups/k/ke/keychain/htdocs/Documentation 9 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuthAuthenticationMethodAuthExchange.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthAuthenticationMethodAuthExchange.h 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 09.12.20. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthAPI.h" 11 | #import "MPOAuthAuthenticationMethod.h" 12 | 13 | @interface MPOAuthAuthenticationMethodAuthExchange : MPOAuthAuthenticationMethod { 14 | 15 | } 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/External Item Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* External Item Type Constants. */ 2 | 3 | /* The key is the numeric value as defined in SecImportExport.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the given code. */ 5 | 6 | 0 = "kSecItemTypeUnknown"; 7 | 1 = "kSecItemTypePrivateKey"; 8 | 2 = "kSecItemTypePublicKey"; 9 | 3 = "kSecItemTypeSessionKey"; 10 | 4 = "kSecItemTypeCertificate"; 11 | 5 = "kSecItemTypeAggregate"; 12 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/MPURLRequestParameterTests.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPURLRequestParameterTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import "MPURLRequestParameter.h" 12 | 13 | @class MPURLRequestParameter; 14 | 15 | @interface MPURLRequestParameterTests : SenTestCase { 16 | MPURLRequestParameter *_parameter; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Mobile Test App/.svn/text-base/UserAuthViewController.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // UserAuthViewController.h 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 09.02.03. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface UserAuthViewController : UIViewController { 13 | IBOutlet UIWebView *webview; 14 | NSURL *_userAuthURL; 15 | } 16 | 17 | @property (nonatomic, readwrite, retain) NSURL *userAuthURL; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Keychain/Documentation/.svn/text-base/Publish Documentation.command.svn-base: -------------------------------------------------------------------------------- 1 | #!/bin/tcsh 2 | 3 | if ( ! -e Documentation ) then 4 | ./Generate\ Documentation.command 5 | endif 6 | 7 | rsync -vzr --delete --delete-after --stats --progress --rsh="ssh -l wadetregaskis" Documentation/Public wadetregaskis@shell.sourceforge.net:/home/groups/k/ke/keychain/htdocs/Documentation 8 | rsync -vzr --delete --delete-after --stats --progress --rsh="ssh -l wadetregaskis" Documentation/Private wadetregaskis@shell.sourceforge.net:/home/groups/k/ke/keychain/htdocs/Documentation 9 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuthAuthenticationMethodAuthExchange.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthAuthenticationMethodAuthExchange.h 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 09.12.20. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthAPI.h" 11 | #import "MPOAuthAuthenticationMethod.h" 12 | 13 | @interface MPOAuthAuthenticationMethodAuthExchange : MPOAuthAuthenticationMethod { 14 | 15 | } 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Keychain/Testers/MDS Probe Results/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 86 4 | /svnroot/keychain/!svn/ver/168/trunk/Frameworks/Keychain/Testers/MDS%20Probe%20Results 5 | END 6 | 10.4.2 (with output) 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 111 10 | /svnroot/keychain/!svn/ver/168/trunk/Frameworks/Keychain/Testers/MDS%20Probe%20Results/10.4.2%20(with%20output) 11 | END 12 | 10.4.2 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 93 16 | /svnroot/keychain/!svn/ver/168/trunk/Frameworks/Keychain/Testers/MDS%20Probe%20Results/10.4.2 17 | END 18 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/.svn/text-base/MPURLRequestParameterTests.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPURLRequestParameterTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import "MPURLRequestParameter.h" 12 | 13 | @class MPURLRequestParameter; 14 | 15 | @interface MPURLRequestParameterTests : SenTestCase { 16 | MPURLRequestParameter *_parameter; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/MPOAuthURLRequestTests.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthURLRequestTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import "MPOAuthURLRequest.h" 12 | #import "MPOAuthCredentialStore.h" 13 | 14 | @interface MPOAuthURLRequestTests : SenTestCase { 15 | MPOAuthURLRequest *_request; 16 | id _credentials; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/KeychainItem Class Constants.strings: -------------------------------------------------------------------------------- 1 | /* KeychainItem Class Constants. */ 2 | 3 | /* The key is the hex representation of the four-character-code, as an unsigned 32-bit integer, as defined in SecKeychainItem.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the given code. */ 5 | 6 | 0x696e6574 = "kSecInternetPasswordItemClass"; 7 | 0x67656e70 = "kSecGenericPasswordItemClass"; 8 | 0x61736870 = "kSecAppleSharePasswordItemClass"; 9 | 0x80001000 = "kSecCertificateItemClass"; 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Certificate Type Names.strings: -------------------------------------------------------------------------------- 1 | /* Certificate Type Names. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the type, generally a single word. */ 5 | 6 | 0 = "Unknown"; 7 | 1 = "X509 (v1)"; 8 | 2 = "X509 (v2)"; 9 | 3 = "X509 (v3)"; 10 | 4 = "PGP"; 11 | 5 = "SPKI"; 12 | 6 = "SDSI (v1)"; 13 | 8 = "Intel"; 14 | 9 = "X509 Attribute"; 15 | 10 = "X9 Attribute"; 16 | 11 = "Tuple"; 17 | 12 = "ACL Entry"; 18 | 32766 = "Multiple"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuthURLResponse.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthURLResponse.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPOAuthURLResponse : NSObject { 13 | NSURLResponse *_urlResponse; 14 | NSDictionary *_oauthParameters; 15 | } 16 | 17 | @property (nonatomic, readonly, retain) NSURLResponse *urlResponse; 18 | @property (nonatomic, readonly, retain) NSDictionary *oauthParameters; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /delimport/spotlight_interface/version.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildVersion 6 | 3 7 | CFBundleShortVersionString 8 | 1.0 9 | CFBundleVersion 10 | 1.0 11 | ProjectName 12 | DevToolsWizardTemplates 13 | SourceVersion 14 | 3070000 15 | 16 | 17 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Test App/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 40 4 | /svn/!svn/ver/84/trunk/Source/Test%20App 5 | END 6 | main.m 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 46 10 | /svn/!svn/ver/8/trunk/Source/Test%20App/main.m 11 | END 12 | OAuthClientController.h 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 63 16 | /svn/!svn/ver/6/trunk/Source/Test%20App/OAuthClientController.h 17 | END 18 | OAuthClientController.m 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 64 22 | /svn/!svn/ver/84/trunk/Source/Test%20App/OAuthClientController.m 23 | END 24 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/.svn/text-base/MPOAuthURLRequestTests.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthURLRequestTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import "MPOAuthURLRequest.h" 12 | #import "MPOAuthCredentialStore.h" 13 | 14 | @interface MPOAuthURLRequestTests : SenTestCase { 15 | MPOAuthURLRequest *_request; 16 | id _credentials; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/KeychainItem Class Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* KeychainItem Class Constants. */ 2 | 3 | /* The key is the hex representation of the four-character-code, as an unsigned 32-bit integer, as defined in SecKeychainItem.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the given code. */ 5 | 6 | 0x696e6574 = "kSecInternetPasswordItemClass"; 7 | 0x67656e70 = "kSecGenericPasswordItemClass"; 8 | 0x61736870 = "kSecAppleSharePasswordItemClass"; 9 | 0x80001000 = "kSecCertificateItemClass"; 10 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Certificate Encoding Constants.strings: -------------------------------------------------------------------------------- 1 | /* Certificate Encoding Constants. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0 = "CSSM_CERT_ENCODING_UNKNOWN"; 7 | 1 = "CSSM_CERT_ENCODING_CUSTOM"; 8 | 2 = "CSSM_CERT_ENCODING_BER"; 9 | 3 = "CSSM_CERT_ENCODING_DER"; 10 | 4 = "CSSM_CERT_ENCODING_NDR"; 11 | 5 = "CSSM_CERT_ENCODING_SEXPR"; 12 | 6 = "CSSM_CERT_ENCODING_PGP"; 13 | 32766 = "CSSM_CERT_ENCODING_MULTIPLE"; 14 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Certificate Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Certificate Type Names. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the type, generally a single word. */ 5 | 6 | 0 = "Unknown"; 7 | 1 = "X509 (v1)"; 8 | 2 = "X509 (v2)"; 9 | 3 = "X509 (v3)"; 10 | 4 = "PGP"; 11 | 5 = "SPKI"; 12 | 6 = "SDSI (v1)"; 13 | 8 = "Intel"; 14 | 9 = "X509 Attribute"; 15 | 10 = "X9 Attribute"; 16 | 11 = "Tuple"; 17 | 12 = "ACL Entry"; 18 | 32766 = "Multiple"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Authentication Type Constants.strings: -------------------------------------------------------------------------------- 1 | /* Authentication Type Constants. */ 2 | 3 | /* The key is the four-character code of the type. The value is the Security.framework constant corresponding to that code. */ 4 | 5 | "ntlm" = "kSecAuthenticationTypeNTLM"; 6 | "msna" = "kSecAuthenticationTypeMSN"; 7 | "dpaa" = "kSecAuthenticationTypeDPA"; 8 | "rpaa" = "kSecAuthenticationTypeRPA"; 9 | "http" = "kSecAuthenticationTypeHTTPBasic"; 10 | "httd" = "kSecAuthenticationTypeHTTPDigest"; 11 | "form" = "kSecAuthenticationTypeHTMLForm"; 12 | "dflt" = "kSecAuthenticationTypeDefault"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Resources-iPhone/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 40 4 | /svn/!svn/ver/125/trunk/Resources-iPhone 5 | END 6 | UserAuthViewController.xib 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 67 10 | /svn/!svn/ver/125/trunk/Resources-iPhone/UserAuthViewController.xib 11 | END 12 | RootViewController.xib 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 63 16 | /svn/!svn/ver/125/trunk/Resources-iPhone/RootViewController.xib 17 | END 18 | MainWindow.xib 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 55 22 | /svn/!svn/ver/125/trunk/Resources-iPhone/MainWindow.xib 23 | END 24 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuthURLResponse.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthURLResponse.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPOAuthURLResponse : NSObject { 13 | NSURLResponse *_urlResponse; 14 | NSDictionary *_oauthParameters; 15 | } 16 | 17 | @property (nonatomic, readonly, retain) NSURLResponse *urlResponse; 18 | @property (nonatomic, readonly, retain) NSDictionary *oauthParameters; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Certificate Encoding Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Certificate Encoding Constants. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0 = "CSSM_CERT_ENCODING_UNKNOWN"; 7 | 1 = "CSSM_CERT_ENCODING_CUSTOM"; 8 | 2 = "CSSM_CERT_ENCODING_BER"; 9 | 3 = "CSSM_CERT_ENCODING_DER"; 10 | 4 = "CSSM_CERT_ENCODING_NDR"; 11 | 5 = "CSSM_CERT_ENCODING_SEXPR"; 12 | 6 = "CSSM_CERT_ENCODING_PGP"; 13 | 32766 = "CSSM_CERT_ENCODING_MULTIPLE"; 14 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Authentication Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Authentication Type Constants. */ 2 | 3 | /* The key is the four-character code of the type. The value is the Security.framework constant corresponding to that code. */ 4 | 5 | "ntlm" = "kSecAuthenticationTypeNTLM"; 6 | "msna" = "kSecAuthenticationTypeMSN"; 7 | "dpaa" = "kSecAuthenticationTypeDPA"; 8 | "rpaa" = "kSecAuthenticationTypeRPA"; 9 | "http" = "kSecAuthenticationTypeHTTPBasic"; 10 | "httd" = "kSecAuthenticationTypeHTTPDigest"; 11 | "form" = "kSecAuthenticationTypeHTMLForm"; 12 | "dflt" = "kSecAuthenticationTypeDefault"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/MPOAuthCredentialConcreteStoreKeychainTests.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthCredentialConcreteStoreKeychainTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import "MPOAuthCredentialConcreteStore.h" 12 | #import "MPOAuthCredentialConcreteStore+KeychainAdditions.h" 13 | 14 | @interface MPOAuthCredentialConcreteStoreKeychainTests : SenTestCase { 15 | MPOAuthCredentialConcreteStore *store_; 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/YOAuth.h: -------------------------------------------------------------------------------- 1 | // 2 | // YOAuth.h 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 3/2/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | /** 12 | * YOAuth 13 | */ 14 | 15 | #import "YOAuthConsumer.h" 16 | #import "YOAUthToken.h" 17 | #import "YOAuthRequest.h" 18 | #import "YOAuthUtil.h" 19 | #import "YOAuthSignatureMethod.h" 20 | #import "YOAuthSignatureMethod_HMAC-SHA1.h" 21 | #import "YOAuthSignatureMethod_PLAINTEXT.h" 22 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Key Usage Names.strings: -------------------------------------------------------------------------------- 1 | /* Key Usage Names. */ 2 | 3 | /* The key is the bit mask value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. Note that since the key attribute is a bit map, you must mask out other bits first. */ 4 | /* The value is human-readable name for the key usage. */ 5 | 6 | 0x00000001 = "Encrypt"; 7 | 0x00000002 = "Decrypt"; 8 | 0x00000004 = "Sign"; 9 | 0x00000008 = "Verify"; 10 | 0x00000010 = "Sign Recovery"; 11 | 0x00000020 = "Verify Recovery"; 12 | 0x00000040 = "Wrap"; 13 | 0x00000080 = "Unwrap"; 14 | 0x00000100 = "Derive"; 15 | 16 | 0x80000000 = "Any"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/NSString+URLEscapingAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+URLEscapingAdditions.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.07. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSString (MPURLEscapingAdditions) 13 | 14 | - (BOOL)isIPAddress; 15 | - (NSString *)stringByAddingURIPercentEscapesUsingEncoding:(NSStringEncoding)inEncoding; 16 | 17 | @end 18 | 19 | @interface NSURL (MPURLEscapingAdditions) 20 | - (NSString *)stringByAddingURIPercentEscapesUsingEncoding:(NSStringEncoding)inEncoding; 21 | @end -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/NSURL+MPURLParameterAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSURL+MPURLParameterAdditions.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.08. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSURL (MPURLParameterAdditions) 13 | 14 | - (NSURL *)urlByAddingParameters:(NSArray *)inParameters; 15 | - (NSURL *)urlByAddingParameterDictionary:(NSDictionary *)inParameters; 16 | - (NSURL *)urlByRemovingQuery; 17 | - (NSString *)absoluteNormalizedString; 18 | 19 | - (BOOL)domainMatches:(NSString *)inString; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/External Format Names.strings: -------------------------------------------------------------------------------- 1 | /* External Format Names. */ 2 | 3 | /* The key is the numeric value as defined in SecImportExport.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is a human-readable name for the given code. */ 5 | 6 | 0 = "Unknown"; 7 | 8 | 1 = "OpenSSL"; 9 | 2 = "SSH"; 10 | 3 = "BSAFE"; 11 | 12 | 4 = "Raw Key"; 13 | 14 | 5 = "Wrapped PKCS8"; 15 | 6 = "Wrapped OpenSSL"; 16 | 7 = "Wrapped SSH"; 17 | 8 = "Wrapped LSH"; 18 | 19 | 9 = "X.509 Certificate"; 20 | 21 | 10 = "PEM Sequence"; 22 | 11 = "PKCS7"; 23 | 12 = "PKCS12"; 24 | 13 = "Netscape Certificate Sequence"; 25 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/.svn/text-base/MPOAuthCredentialConcreteStoreKeychainTests.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthCredentialConcreteStoreKeychainTests.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import "MPOAuthCredentialConcreteStore.h" 12 | #import "MPOAuthCredentialConcreteStore+KeychainAdditions.h" 13 | 14 | @interface MPOAuthCredentialConcreteStoreKeychainTests : SenTestCase { 15 | MPOAuthCredentialConcreteStore *store_; 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /delimport/DILoginController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DILoginController.h 3 | // delimport 4 | // 5 | // Created by Ian Henderson on 01.05.05. 6 | // Copyright 2005 Ian Henderson. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | enum serviceIDs { 13 | DIServiceTypeDelicious = 0, 14 | DIServiceTypePinboard = 1 15 | } serviceID; 16 | 17 | 18 | @interface DILoginController : NSWindowController { 19 | IBOutlet NSTextField *userField; 20 | IBOutlet NSTextField *passField; 21 | } 22 | 23 | - (IBAction)logIn:sender; 24 | - (IBAction)quit:sender; 25 | - (void)getUsername:(NSString **)username password:(NSString **)password; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Key Usage Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Key Usage Names. */ 2 | 3 | /* The key is the bit mask value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. Note that since the key attribute is a bit map, you must mask out other bits first. */ 4 | /* The value is human-readable name for the key usage. */ 5 | 6 | 0x00000001 = "Encrypt"; 7 | 0x00000002 = "Decrypt"; 8 | 0x00000004 = "Sign"; 9 | 0x00000008 = "Verify"; 10 | 0x00000010 = "Sign Recovery"; 11 | 0x00000020 = "Verify Recovery"; 12 | 0x00000040 = "Wrap"; 13 | 0x00000080 = "Unwrap"; 14 | 0x00000100 = "Derive"; 15 | 16 | 0x80000000 = "Any"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/NSString+URLEscapingAdditions.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+URLEscapingAdditions.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.07. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSString (MPURLEscapingAdditions) 13 | 14 | - (BOOL)isIPAddress; 15 | - (NSString *)stringByAddingURIPercentEscapesUsingEncoding:(NSStringEncoding)inEncoding; 16 | 17 | @end 18 | 19 | @interface NSURL (MPURLEscapingAdditions) 20 | - (NSString *)stringByAddingURIPercentEscapesUsingEncoding:(NSStringEncoding)inEncoding; 21 | @end -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/NSURL+MPURLParameterAdditions.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // NSURL+MPURLParameterAdditions.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.08. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSURL (MPURLParameterAdditions) 13 | 14 | - (NSURL *)urlByAddingParameters:(NSArray *)inParameters; 15 | - (NSURL *)urlByAddingParameterDictionary:(NSDictionary *)inParameters; 16 | - (NSURL *)urlByRemovingQuery; 17 | - (NSString *)absoluteNormalizedString; 18 | 19 | - (BOOL)domainMatches:(NSString *)inString; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/External Format Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* External Format Names. */ 2 | 3 | /* The key is the numeric value as defined in SecImportExport.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is a human-readable name for the given code. */ 5 | 6 | 0 = "Unknown"; 7 | 8 | 1 = "OpenSSL"; 9 | 2 = "SSH"; 10 | 3 = "BSAFE"; 11 | 12 | 4 = "Raw Key"; 13 | 14 | 5 = "Wrapped PKCS8"; 15 | 6 = "Wrapped OpenSSL"; 16 | 7 = "Wrapped SSH"; 17 | 8 = "Wrapped LSH"; 18 | 19 | 9 = "X.509 Certificate"; 20 | 21 | 10 = "PEM Sequence"; 22 | 11 = "PKCS7"; 23 | 12 = "PKCS12"; 24 | 13 = "Netscape Certificate Sequence"; 25 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuth.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuth.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.13. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | #import 13 | #import 14 | #import 15 | #import 16 | #import 17 | #import 18 | #import 19 | #import 20 | #import 21 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuthCredentialConcreteStore+KeychainAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthCredentialConcreteStore+TokenAdditionsMac.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.13. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthCredentialConcreteStore.h" 11 | 12 | @interface MPOAuthCredentialConcreteStore (KeychainAdditions) 13 | 14 | - (void)addToKeychainUsingName:(NSString *)inName andValue:(NSString *)inValue; 15 | - (NSString *)findValueFromKeychainUsingName:(NSString *)inName; 16 | - (void)removeValueFromKeychainUsingName:(NSString *)inName; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Key Attribute Names.strings: -------------------------------------------------------------------------------- 1 | /* Key Attribute Names. */ 2 | 3 | /* The key is the bit mask value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. Note that since the key attribute is a bit map, you must mask out other bits first. */ 4 | /* The value is human-readable name for the key attribute. */ 5 | 6 | 0x00000001 = "Permanent"; 7 | 0x00000002 = "Private"; 8 | 0x00000004 = "Modifiable"; 9 | 0x00000008 = "Sensitive"; 10 | 0x00000010 = "Always sensitive"; 11 | 0x00000020 = "Extractable"; 12 | 0x00000040 = "Never extractable"; 13 | 14 | 0x10000000 = "Return Data"; 15 | 0x20000000 = "Return Reference"; 16 | 0x40000000 = "Return None"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Certificate Type Constants.strings: -------------------------------------------------------------------------------- 1 | /* Certificate Type Constants. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the type, generally a single word. */ 5 | 6 | 0 = "CSSM_CERT_UNKNOWN"; 7 | 1 = "CSSM_CERT_X_509v1"; 8 | 2 = "CSSM_CERT_X_509v2"; 9 | 3 = "CSSM_CERT_X_509v3"; 10 | 4 = "CSSM_CERT_PGP"; 11 | 5 = "CSSM_CERT_SPKI"; 12 | 6 = "CSSM_CERT_SDSIv1"; 13 | 8 = "CSSM_CERT_Intel"; 14 | 9 = "CSSM_CERT_X_509_ATTRIBUTE"; 15 | 10 = "CSSM_CERT_X9_ATTRIBUTE"; 16 | 11 = "CSSM_CERT_TUPLE"; 17 | 12 = "CSSM_CERT_ACL_ENTRY"; 18 | 32766 = "CSSM_CERT_MULTIPLE"; 19 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuth.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuth.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.13. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | #import 13 | #import 14 | #import 15 | #import 16 | #import 17 | #import 18 | #import 19 | #import 20 | #import 21 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Resources/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 131 5 | http://mpoauthconnection.googlecode.com/svn/trunk/Resources 6 | http://mpoauthconnection.googlecode.com/svn 7 | 8 | 9 | 10 | 2010-03-08T13:06:53.787465Z 11 | 129 12 | karl.adam 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | a7fc5028-c6e7-11dd-bfe9-7982af55821d 28 | 29 | oauthAutoConfig.plist 30 | file 31 | 32 | 33 | 34 | 35 | 2010-06-28T08:01:14.000000Z 36 | 75413ae4d4a5275e9eea5f4218dd35eb 37 | 2010-03-08T13:06:53.787465Z 38 | 129 39 | karl.adam 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 5831 62 | 63 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Samples/SocialSample/Classes/SocialSampleViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SocialSampleViewController.h 3 | // SocialSample 4 | // 5 | // Created by Zach Graves on 3/18/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import 12 | 13 | @interface SocialSampleViewController : UIViewController { 14 | @private 15 | UILabel *nicknameLabel; 16 | } 17 | 18 | @property (nonatomic, retain) IBOutlet UILabel *nicknameLabel; 19 | 20 | - (void)setUserProfile:(NSDictionary *)data; 21 | 22 | @end 23 | 24 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/NSDictionary+QueryString.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary+QueryString.h 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 3/4/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import 12 | 13 | /** 14 | * Adds a query string creation method to NSDictionary. 15 | */ 16 | @interface NSDictionary (QueryStringAdditions) 17 | 18 | /** 19 | * Returns a query string containing the key=value pairs from the dictionary. 20 | */ 21 | - (NSString *)QueryString; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuthCredentialConcreteStore+KeychainAdditions.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthCredentialConcreteStore+TokenAdditionsMac.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.13. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPOAuthCredentialConcreteStore.h" 11 | 12 | @interface MPOAuthCredentialConcreteStore (KeychainAdditions) 13 | 14 | - (void)addToKeychainUsingName:(NSString *)inName andValue:(NSString *)inValue; 15 | - (NSString *)findValueFromKeychainUsingName:(NSString *)inName; 16 | - (void)removeValueFromKeychainUsingName:(NSString *)inName; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /delimport/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | /* Add */ 2 | "Add" = "Launch at Login"; 3 | 4 | /* Headline for add to login items dialogue */ 5 | "Automatically launch delimport on login?" = "Launch delimport at login?"; 6 | 7 | /* Explanatory text for add to login items dialogue */ 8 | "delimport will be added to your login items. This will ensure delimport runs and downloads your del.icio.us bookmarks whenever you are using this account." = "delimport will be added to your Login Items and run in the background to download new bookmarks from delicious. 9 | You can remove the delimport Login Item in the “Users” pane of System Preferences."; 10 | 11 | /* Don't Add */ 12 | "Don't Add" = "Don’t Launch at Login"; 13 | 14 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Key Attribute Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Key Attribute Names. */ 2 | 3 | /* The key is the bit mask value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. Note that since the key attribute is a bit map, you must mask out other bits first. */ 4 | /* The value is human-readable name for the key attribute. */ 5 | 6 | 0x00000001 = "Permanent"; 7 | 0x00000002 = "Private"; 8 | 0x00000004 = "Modifiable"; 9 | 0x00000008 = "Sensitive"; 10 | 0x00000010 = "Always sensitive"; 11 | 0x00000020 = "Extractable"; 12 | 0x00000040 = "Never extractable"; 13 | 14 | 0x10000000 = "Return Data"; 15 | 0x20000000 = "Return Reference"; 16 | 0x40000000 = "Return None"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Mobile Test App/RootViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // RootViewController.h 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 08.12.14. 6 | // Copyright matrixPointer 2008. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class MPOAuthAPI; 12 | 13 | @interface RootViewController : UIViewController { 14 | MPOAuthAPI *_oauthAPI; 15 | UITextField *methodInput; 16 | UITextField *parametersInput; 17 | UITextView *textOutput; 18 | } 19 | 20 | @property (nonatomic, retain) IBOutlet UITextField *methodInput; 21 | @property (nonatomic, retain) IBOutlet UITextField *parametersInput; 22 | 23 | - (IBAction)clearCredentials; 24 | - (IBAction)reauthenticate; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Certificate Type Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Certificate Type Constants. */ 2 | 3 | /* The key is the numeric value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name for the type, generally a single word. */ 5 | 6 | 0 = "CSSM_CERT_UNKNOWN"; 7 | 1 = "CSSM_CERT_X_509v1"; 8 | 2 = "CSSM_CERT_X_509v2"; 9 | 3 = "CSSM_CERT_X_509v3"; 10 | 4 = "CSSM_CERT_PGP"; 11 | 5 = "CSSM_CERT_SPKI"; 12 | 6 = "CSSM_CERT_SDSIv1"; 13 | 8 = "CSSM_CERT_Intel"; 14 | 9 = "CSSM_CERT_X_509_ATTRIBUTE"; 15 | 10 = "CSSM_CERT_X9_ATTRIBUTE"; 16 | 11 = "CSSM_CERT_TUPLE"; 17 | 12 = "CSSM_CERT_ACL_ENTRY"; 18 | 32766 = "CSSM_CERT_MULTIPLE"; 19 | -------------------------------------------------------------------------------- /delimport/spotlight_interface/en.lproj/schema.strings: -------------------------------------------------------------------------------- 1 | /* Localized DisplayNames for your custom metadata attributes */ 2 | /* The form is: "myMetadataKey" = "My Metadata Key"; */ 3 | /* The name on the left is the name defined in schema.xml */ 4 | /* The name on the right is what the user will see */ 5 | //"org_ianhenderson_itemURI" = "Web Address"; 6 | 7 | 8 | /* Localized Description of you custom metadata attributes */ 9 | /* The form is: "myMetadataKey.Description" = "stuff"; 10 | /* com_Foo_YourAttrName should be definded in the schema.xml file */ 11 | /* The value on the right will be displayed by the Finder etc.. */ 12 | //"org_ianhenderson_itemURI.Description" = "The location of this item on the web."; 13 | -------------------------------------------------------------------------------- /Keychain/Documentation/Generate Documentation.command: -------------------------------------------------------------------------------- 1 | #!/bin/tcsh 2 | 3 | cd .. 4 | xcodebuild -project Keychain.xcodeproj -target Keychain -configuration Release build 5 | cd - 6 | 7 | # Public documentation 8 | echo "Generating public documentation" 9 | mkdir -p Public 10 | find '../build/Release/Keychain.framework/Headers/' -name '*.h' | xargs headerdoc2html -o Public Keychain.hdoc 11 | gatherheaderdoc Public 12 | 13 | # Private documentation 14 | echo "Generating internal documentation" 15 | mkdir -p Private 16 | find .. \( \( -name '*.m' \) -or \( -name '*.h' \) -or \( -name '*.mm' \) -or \( -name '*.c' \) \) -and \( \! -path '../build/*' \) | xargs headerdoc2html -o Private KeychainInternal.hdoc 17 | gatherheaderdoc Private 18 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/MPOAuth.xcodeproj/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 131 5 | http://mpoauthconnection.googlecode.com/svn/trunk/MPOAuth.xcodeproj 6 | http://mpoauthconnection.googlecode.com/svn 7 | 8 | 9 | 10 | 2010-03-12T03:26:56.652672Z 11 | 130 12 | karl.adam 13 | has-props 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | a7fc5028-c6e7-11dd-bfe9-7982af55821d 28 | 29 | project.pbxproj 30 | file 31 | 32 | 33 | 34 | 35 | 2010-06-28T08:01:13.000000Z 36 | 768cd19725e4cfa5b3859261f593ba2b 37 | 2010-03-12T03:26:56.652672Z 38 | 130 39 | karl.adam 40 | has-props 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 103061 62 | 63 | -------------------------------------------------------------------------------- /delimport-localisation/Source/delimport/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | /* Add */ 2 | "Add" = "Launch at Login"; 3 | 4 | /* Headline for add to login items dialogue */ 5 | "Automatically launch delimport on login?" = "Launch delimport at login?"; 6 | 7 | /* Explanatory text for add to login items dialogue */ 8 | "delimport will be added to your login items. This will ensure delimport runs and downloads your del.icio.us bookmarks whenever you are using this account." = "delimport will be added to your Login Items and run in the background to download new bookmarks from delicious. 9 | You can remove the delimport Login Item in the “Users” pane of System Preferences."; 10 | 11 | /* Don't Add */ 12 | "Don't Add" = "Don’t Launch at Login"; 13 | 14 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Mobile Test App/.svn/text-base/RootViewController.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // RootViewController.h 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 08.12.14. 6 | // Copyright matrixPointer 2008. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class MPOAuthAPI; 12 | 13 | @interface RootViewController : UIViewController { 14 | MPOAuthAPI *_oauthAPI; 15 | UITextField *methodInput; 16 | UITextField *parametersInput; 17 | UITextView *textOutput; 18 | } 19 | 20 | @property (nonatomic, retain) IBOutlet UITextField *methodInput; 21 | @property (nonatomic, retain) IBOutlet UITextField *parametersInput; 22 | 23 | - (IBAction)clearCredentials; 24 | - (IBAction)reauthenticate; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/MPOAuth-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.matrixPointer.${PRODUCT_NAME:identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | FMWK 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Unit Tests-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.yourcompany.${PRODUCT_NAME:identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /Keychain/Documentation/.svn/text-base/Generate Documentation.command.svn-base: -------------------------------------------------------------------------------- 1 | #!/bin/tcsh 2 | 3 | cd .. 4 | xcodebuild -project Keychain.xcodeproj -target Keychain -configuration Release build 5 | cd - 6 | 7 | # Public documentation 8 | echo "Generating public documentation" 9 | mkdir -p Public 10 | find '../build/Release/Keychain.framework/Headers/' -name '*.h' | xargs headerdoc2html -o Public Keychain.hdoc 11 | gatherheaderdoc Public 12 | 13 | # Private documentation 14 | echo "Generating internal documentation" 15 | mkdir -p Private 16 | find .. \( \( -name '*.m' \) -or \( -name '*.h' \) -or \( -name '*.mm' \) -or \( -name '*.c' \) \) -and \( \! -path '../build/*' \) | xargs headerdoc2html -o Private KeychainInternal.hdoc 17 | gatherheaderdoc Private 18 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Unit Tests Static-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.yourcompany.${PRODUCT_NAME:identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Key Usage Constants.strings: -------------------------------------------------------------------------------- 1 | /* Key Usage Constants. */ 2 | 3 | /* The key is the bit mask value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. Note that since the key attribute is a bit map, you must mask out other bits first. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0x00000001 = "CSSM_KEYUSE_ENCRYPT"; 7 | 0x00000002 = "CSSM_KEYUSE_DECRYPT"; 8 | 0x00000004 = "CSSM_KEYUSE_SIGN"; 9 | 0x00000008 = "CSSM_KEYUSE_VERIFY"; 10 | 0x00000010 = "CSSM_KEYUSE_SIGN_RECOVER"; 11 | 0x00000020 = "CSSM_KEYUSE_VERIFY_RECOVER"; 12 | 0x00000040 = "CSSM_KEYUSE_WRAP"; 13 | 0x00000080 = "CSSM_KEYUSE_UNWRAP"; 14 | 0x00000100 = "CSSM_KEYUSE_DERIVE"; 15 | 16 | 0x80000000 = "CSSM_KEYUSE_ANY"; -------------------------------------------------------------------------------- /Keychain/Keychain.xcodeproj/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 464 5 | https://keychain.svn.sourceforge.net/svnroot/keychain/trunk/Frameworks/Keychain/Keychain.xcodeproj 6 | https://keychain.svn.sourceforge.net/svnroot/keychain 7 | 8 | 9 | 10 | 2009-01-08T07:36:03.874633Z 11 | 462 12 | wadetregaskis 13 | has-props 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | e0e503b8-3a3b-0410-ab63-be65f1ad16dd 28 | 29 | project.pbxproj 30 | file 31 | 32 | 33 | 34 | 35 | 2009-08-30T14:03:10.000000Z 36 | f1e9ab9893efaabe6d4aec12882ca6b4 37 | 2009-01-08T07:36:03.874633Z 38 | 462 39 | wadetregaskis 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 153161 62 | 63 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Mobile Unit Tests-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.yourcompany.${PRODUCT_NAME:rfc1034identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/External Format Constants.strings: -------------------------------------------------------------------------------- 1 | /* External Format Constants. */ 2 | 3 | /* The key is the numeric value as defined in SecImportExport.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the given code. */ 5 | 6 | 0 = "kSecFormatUnknown"; 7 | 8 | 1 = "kSecFormatOpenSSL"; 9 | 2 = "kSecFormatSSH"; 10 | 3 = "kSecFormatBSAFE"; 11 | 12 | 4 = "kSecFormatRawKey"; 13 | 14 | 5 = "kSecFormatWrappedPKCS8"; 15 | 6 = "kSecFormatWrappedOpenSSL"; 16 | 7 = "kSecFormatWrappedSSH"; 17 | 8 = "kSecFormatWrappedLSH"; 18 | 19 | 9 = "kSecFormatX509Cert"; 20 | 21 | 10 = "kSecFormatPEMSequence"; 22 | 11 = "kSecFormatPKCS7"; 23 | 12 = "kSecFormatPKCS12"; 24 | 13 = "kSecFormatNetscapeCertSequence"; 25 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/.svn/text-base/MPOAuth-Info.plist.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.matrixPointer.${PRODUCT_NAME:identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | FMWK 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/.svn/text-base/Unit Tests-Info.plist.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.yourcompany.${PRODUCT_NAME:identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Mobile Test App/MPOAuthMobileAppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthMobileAppDelegate.h 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 08.12.14. 6 | // Copyright matrixPointer 2008. All rights reserved. 7 | // 8 | 9 | #import 10 | //#import "MPOAuthAPI.h" 11 | 12 | @interface MPOAuthMobileAppDelegate : NSObject { 13 | UIWindow *window_; 14 | UINavigationController *navigationController_; 15 | NSString *oauthVerifier_; 16 | } 17 | 18 | @property (nonatomic, readwrite, retain) IBOutlet UIWindow *window; 19 | @property (nonatomic, readwrite, retain) IBOutlet UINavigationController *navigationController; 20 | @property (nonatomic, readwrite, copy) NSString *oauthVerifier; 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/YOAuthSignatureMethod_HMAC-SHA1.h: -------------------------------------------------------------------------------- 1 | // 2 | // YOAuthSignatureMethod_HMAC-SHA1.h 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 2/14/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import 12 | #import "YOAuthSignatureMethod.h" 13 | 14 | /** 15 | * YOAuthSignatureMethod_HMAC_SHA1 is a sub-class of YOAuthSignatureMethod that provides HMAC-SHA1 signature generation. 16 | * @see http://oauth.net/core/1.0#anchor16 17 | */ 18 | @interface YOAuthSignatureMethod_HMAC_SHA1 : NSObject { 19 | 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Keychain/Resources/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 464 5 | https://keychain.svn.sourceforge.net/svnroot/keychain/trunk/Frameworks/Keychain/Resources 6 | https://keychain.svn.sourceforge.net/svnroot/keychain 7 | 8 | 9 | 10 | 2007-12-12T08:01:14.776937Z 11 | 445 12 | wadetregaskis 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | e0e503b8-3a3b-0410-ab63-be65f1ad16dd 28 | 29 | English.lproj 30 | dir 31 | 32 | Info-Keychain.plist 33 | file 34 | 35 | 36 | 37 | 38 | 2009-08-30T14:03:15.000000Z 39 | 2c9fcea7dc1e5ea9b3ad4f4be929b741 40 | 2007-10-07T23:50:24.004430Z 41 | 373 42 | wadetregaskis 43 | has-props 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 928 65 | 66 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/.svn/text-base/Unit Tests Static-Info.plist.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.yourcompany.${PRODUCT_NAME:identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/NSData+OAuthResponse.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSData+OAuthResponse.h 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 3/18/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import 12 | 13 | /** 14 | * Adds methods to parse NSData objects representing an OAuth response 15 | * into a dictionary of key=value pairs. 16 | */ 17 | @interface NSData (OAuthResponseAdditions) 18 | 19 | 20 | /** 21 | * Parses a response query-string represented as NSData into a mutable dictionary. 22 | */ 23 | - (NSMutableDictionary *)OAuthTokenResponse; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Key Usage Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Key Usage Constants. */ 2 | 3 | /* The key is the bit mask value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. Note that since the key attribute is a bit map, you must mask out other bits first. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0x00000001 = "CSSM_KEYUSE_ENCRYPT"; 7 | 0x00000002 = "CSSM_KEYUSE_DECRYPT"; 8 | 0x00000004 = "CSSM_KEYUSE_SIGN"; 9 | 0x00000008 = "CSSM_KEYUSE_VERIFY"; 10 | 0x00000010 = "CSSM_KEYUSE_SIGN_RECOVER"; 11 | 0x00000020 = "CSSM_KEYUSE_VERIFY_RECOVER"; 12 | 0x00000040 = "CSSM_KEYUSE_WRAP"; 13 | 0x00000080 = "CSSM_KEYUSE_UNWRAP"; 14 | 0x00000100 = "CSSM_KEYUSE_DERIVE"; 15 | 16 | 0x80000000 = "CSSM_KEYUSE_ANY"; -------------------------------------------------------------------------------- /delimport/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | /* Add */ 2 | "Add" = "Lancer en ouvrant la session"; 3 | 4 | /* Headline for add to login items dialogue */ 5 | "Automatically launch delimport on login?" = "Lancer delimport en ouvrant la session?"; 6 | 7 | /* Explanatory text for add to login items dialogue */ 8 | "delimport will be added to your login items. This will ensure delimport runs and downloads your del.icio.us bookmarks whenever you are using this account." = "delimport sera ajouté à vos Éléments d’ouverture et s’exécute en arrière-plan pour télécharger des nouveaux signets de delicious. 9 | Vous pouvez supprimer l’Élément d’ouverture delimport dans le panneau » Comptes « des Préférences Système."; 10 | 11 | 12 | /* Don't Add */ 13 | "Don't Add" = "Ne pas lancer en ouvrant la session"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/.svn/text-base/Mobile Unit Tests-Info.plist.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.yourcompany.${PRODUCT_NAME:rfc1034identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/External Format Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* External Format Constants. */ 2 | 3 | /* The key is the numeric value as defined in SecImportExport.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the constant corresponding to the given code. */ 5 | 6 | 0 = "kSecFormatUnknown"; 7 | 8 | 1 = "kSecFormatOpenSSL"; 9 | 2 = "kSecFormatSSH"; 10 | 3 = "kSecFormatBSAFE"; 11 | 12 | 4 = "kSecFormatRawKey"; 13 | 14 | 5 = "kSecFormatWrappedPKCS8"; 15 | 6 = "kSecFormatWrappedOpenSSL"; 16 | 7 = "kSecFormatWrappedSSH"; 17 | 8 = "kSecFormatWrappedLSH"; 18 | 19 | 9 = "kSecFormatX509Cert"; 20 | 21 | 10 = "kSecFormatPEMSequence"; 22 | 11 = "kSecFormatPKCS7"; 23 | 12 = "kSecFormatPKCS12"; 24 | 13 = "kSecFormatNetscapeCertSequence"; 25 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Mobile Test App/.svn/text-base/MPOAuthMobileAppDelegate.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthMobileAppDelegate.h 3 | // MPOAuthMobile 4 | // 5 | // Created by Karl Adam on 08.12.14. 6 | // Copyright matrixPointer 2008. All rights reserved. 7 | // 8 | 9 | #import 10 | //#import "MPOAuthAPI.h" 11 | 12 | @interface MPOAuthMobileAppDelegate : NSObject { 13 | UIWindow *window_; 14 | UINavigationController *navigationController_; 15 | NSString *oauthVerifier_; 16 | } 17 | 18 | @property (nonatomic, readwrite, retain) IBOutlet UIWindow *window; 19 | @property (nonatomic, readwrite, retain) IBOutlet UINavigationController *navigationController; 20 | @property (nonatomic, readwrite, copy) NSString *oauthVerifier; 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /delimport/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | /* Add */ 2 | "Add" = "Automatisch Starten"; 3 | 4 | /* Headline for add to login items dialogue */ 5 | "Automatically launch delimport on login?" = "Soll delimport bei der Anmeldung automatisch gestartet werden?"; 6 | 7 | /* Explanatory text for add to login items dialogue */ 8 | "delimport will be added to your login items. This will ensure delimport runs and downloads your del.icio.us bookmarks whenever you are using this account." = "delimport wird hierfür zu den Anmeldeobjekten hinzugefügt. Dadurch kann es stets im Hintergrund die neu hinzugefügten Lesezeichen laden. 9 | In der Systemeinstellung „Benutzer“ können Sie delimport wieder aus der Liste der Anmeldeobjekte entfernen."; 10 | 11 | 12 | /* Don't Add */ 13 | "Don't Add" = "Nicht automatisch Starten"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPWSXRDDocument.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPWSXRDDocument.h 3 | // MPWebServices 4 | // 5 | // Created by Karl Adam on 09.03.31. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPWSXRDDocument : NSObject { 13 | NSString *_subject; 14 | NSDate *_expirationDate; 15 | NSDictionary *_urlRelationships; 16 | } 17 | 18 | @property (nonatomic, readonly, retain) NSString *subject; 19 | @property (nonatomic, readonly, retain) NSDate *expirationDate; 20 | @property (nonatomic, readonly, retain) NSDictionary *urlRelationships; 21 | 22 | - (id)initFromURL:(NSURL *)inURL; 23 | - (id)iniWithString:(NSString *)inString; 24 | - (NSURL *)urlForRelationship:(NSString *)inRelationshipType; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/NSString+URLEncoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+URLEncoding.h 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 3/4/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | 12 | #import 13 | 14 | /** 15 | * Adds methods to URL encode/decode strings. 16 | */ 17 | @interface NSString (URLEncodingAdditions) 18 | 19 | /** 20 | * Encodes the string. 21 | * @return A url encoded string. 22 | */ 23 | - (NSString *)URLEncodedString; 24 | 25 | /** 26 | * Decodes an encoded string. 27 | * @return A decoded string. 28 | */ 29 | - (NSString *)URLDecodedString; 30 | 31 | @end 32 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/NSURLResponse+Encoding.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSURL+MPEncodingAdditions.m 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import "NSURLResponse+Encoding.h" 10 | 11 | 12 | @implementation NSURLResponse (EncodingAdditions) 13 | 14 | - (NSStringEncoding)encoding { 15 | NSStringEncoding encoding = NSUTF8StringEncoding; 16 | 17 | if ([self textEncodingName]) { 18 | CFStringEncoding cfStringEncoding = CFStringConvertIANACharSetNameToEncoding((CFStringRef)[self textEncodingName]); 19 | if (cfStringEncoding != kCFStringEncodingInvalidId) { 20 | encoding = CFStringConvertEncodingToNSStringEncoding(cfStringEncoding); 21 | } 22 | } 23 | 24 | return encoding; 25 | } 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /delimport-localisation/Source/delimport/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | /* Add */ 2 | "Add" = "Lancer en ouvrant la session"; 3 | 4 | /* Headline for add to login items dialogue */ 5 | "Automatically launch delimport on login?" = "Lancer delimport en ouvrant la session?"; 6 | 7 | /* Explanatory text for add to login items dialogue */ 8 | "delimport will be added to your login items. This will ensure delimport runs and downloads your del.icio.us bookmarks whenever you are using this account." = "delimport sera ajouté à vos Éléments d’ouverture et s’exécute en arrière-plan pour télécharger des nouveaux signets de delicious. 9 | Vous pouvez supprimer l’Élément d’ouverture delimport dans le panneau » Comptes « des Préférences Système."; 10 | 11 | 12 | /* Don't Add */ 13 | "Don't Add" = "Ne pas lancer en ouvrant la session"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Key Attribute Constants.strings: -------------------------------------------------------------------------------- 1 | /* Key Attribute Constants. */ 2 | 3 | /* The key is the bit mask value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. Note that since the key attribute is a bit map, you must mask out other bits first. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0x00000001 = "CSSM_KEYATTR_PERMANENT"; 7 | 0x00000002 = "CSSM_KEYATTR_PRIVATE"; 8 | 0x00000004 = "CSSM_KEYATTR_MODIFIABLE"; 9 | 0x00000008 = "CSSM_KEYATTR_SENSITIVE"; 10 | 0x00000010 = "CSSM_KEYATTR_ALWAYS_SENSITIVE"; 11 | 0x00000020 = "CSSM_KEYATTR_EXTRACTABLE"; 12 | 0x00000040 = "CSSM_KEYATTR_NEVER_EXTRACTABLE"; 13 | 14 | 0x10000000 = "CSSM_KEYATTR_RETURN_DATA"; 15 | 0x20000000 = "CSSM_KEYATTR_RETURN_REF"; 16 | 0x40000000 = "CSSM_KEYATTR_RETURN_NONE"; -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/YOAuthSignatureMethod_PLAINTEXT.h: -------------------------------------------------------------------------------- 1 | // 2 | // YOAuthSignatureMethod_PLAINTEXT.h 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 2/14/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import 12 | #import "YOAuthSignatureMethod.h" 13 | 14 | /** 15 | * YOAuthSignatureMethod_PLAINTEXT is a sub-class of YOAuthSignatureMethod that provides plain text signature generation. 16 | * @see http://oauth.net/core/1.0#anchor22 17 | * @see http://oauth.net/core/1.0#anchor35 18 | */ 19 | @interface YOAuthSignatureMethod_PLAINTEXT : NSObject { 20 | 21 | } 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /delimport-localisation/Source/delimport/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | /* Add */ 2 | "Add" = "Automatisch Starten"; 3 | 4 | /* Headline for add to login items dialogue */ 5 | "Automatically launch delimport on login?" = "Soll delimport bei der Anmeldung automatisch gestartet werden?"; 6 | 7 | /* Explanatory text for add to login items dialogue */ 8 | "delimport will be added to your login items. This will ensure delimport runs and downloads your del.icio.us bookmarks whenever you are using this account." = "delimport wird hierfür zu den Anmeldeobjekten hinzugefügt. Dadurch kann es stets im Hintergrund die neu hinzugefügten Lesezeichen laden. 9 | In der Systemeinstellung „Benutzer“ können Sie delimport wieder aus der Liste der Anmeldeobjekte entfernen."; 10 | 11 | 12 | /* Don't Add */ 13 | "Don't Add" = "Nicht automatisch Starten"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPWSXRDDocument.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPWSXRDDocument.h 3 | // MPWebServices 4 | // 5 | // Created by Karl Adam on 09.03.31. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPWSXRDDocument : NSObject { 13 | NSString *_subject; 14 | NSDate *_expirationDate; 15 | NSDictionary *_urlRelationships; 16 | } 17 | 18 | @property (nonatomic, readonly, retain) NSString *subject; 19 | @property (nonatomic, readonly, retain) NSDate *expirationDate; 20 | @property (nonatomic, readonly, retain) NSDictionary *urlRelationships; 21 | 22 | - (id)initFromURL:(NSURL *)inURL; 23 | - (id)iniWithString:(NSString *)inString; 24 | - (NSURL *)urlForRelationship:(NSString *)inRelationshipType; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /delimport/DIServiceTypeToIconPath.m: -------------------------------------------------------------------------------- 1 | /* 2 | DIServiceTypeToIconPath.m 3 | delimport 4 | 5 | Created by Sven-S. Porst on 2011-01-03. 6 | Copyright 2011 earthlingsoft. All rights reserved. 7 | */ 8 | 9 | #import "DIServiceTypeToIconPath.h" 10 | #import "DILoginController.h" 11 | 12 | @implementation DIServiceTypeToIconPath 13 | 14 | + (Class) transformedValueClass { 15 | return [NSString class]; 16 | } 17 | 18 | + (BOOL) allowsReverseTransformation { 19 | return NO; 20 | } 21 | 22 | - (id) transformedValue: (id) value { 23 | NSString * iconFileName = @"delicious.icns"; 24 | 25 | if (value != nil && [value intValue] == DIServiceTypePinboard) { 26 | iconFileName = @"pinboard.gif"; 27 | } 28 | 29 | return [[NSBundle mainBundle] pathForImageResource:iconFileName]; 30 | } 31 | 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/NSURLResponse+Encoding.m.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // NSURL+MPEncodingAdditions.m 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import "NSURLResponse+Encoding.h" 10 | 11 | 12 | @implementation NSURLResponse (EncodingAdditions) 13 | 14 | - (NSStringEncoding)encoding { 15 | NSStringEncoding encoding = NSUTF8StringEncoding; 16 | 17 | if ([self textEncodingName]) { 18 | CFStringEncoding cfStringEncoding = CFStringConvertIANACharSetNameToEncoding((CFStringRef)[self textEncodingName]); 19 | if (cfStringEncoding != kCFStringEncodingInvalidId) { 20 | encoding = CFStringConvertEncodingToNSStringEncoding(cfStringEncoding); 21 | } 22 | } 23 | 24 | return encoding; 25 | } 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Key Attribute Constants.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Key Attribute Constants. */ 2 | 3 | /* The key is the bit mask value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. Note that since the key attribute is a bit map, you must mask out other bits first. */ 4 | /* The value is the constant corresponding to the code. */ 5 | 6 | 0x00000001 = "CSSM_KEYATTR_PERMANENT"; 7 | 0x00000002 = "CSSM_KEYATTR_PRIVATE"; 8 | 0x00000004 = "CSSM_KEYATTR_MODIFIABLE"; 9 | 0x00000008 = "CSSM_KEYATTR_SENSITIVE"; 10 | 0x00000010 = "CSSM_KEYATTR_ALWAYS_SENSITIVE"; 11 | 0x00000020 = "CSSM_KEYATTR_EXTRACTABLE"; 12 | 0x00000040 = "CSSM_KEYATTR_NEVER_EXTRACTABLE"; 13 | 14 | 0x10000000 = "CSSM_KEYATTR_RETURN_DATA"; 15 | 0x20000000 = "CSSM_KEYATTR_RETURN_REF"; 16 | 0x40000000 = "CSSM_KEYATTR_RETURN_NONE"; -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/GUID Names.strings: -------------------------------------------------------------------------------- 1 | /* GUID Names. */ 2 | 3 | /* The key is the GUID express in "%08x-%08x-%08x%08x" form. Last updated for 10.4.1. */ 4 | /* The value is human-readable name for the value, generally a single word. */ 5 | 6 | "87191ca0-0fc911d4-849a000502b52122" = "CSSM"; 7 | 8 | "87191ca1-0fc911d4-849a000502b52122" = "Apple File DL"; 9 | "87191ca2-0fc911d4-849a000502b52122" = "Apple CSP"; 10 | "87191ca3-0fc911d4-849a000502b52122" = "Apple CSP/DL"; 11 | "87191ca4-0fc911d4-849a000502b52122" = "Apple X509 CL"; 12 | "87191ca5-0fc911d4-849a000502b52122" = "Apple X509 TP"; 13 | "87191ca6-0fc911d4-849a000502b52122" = "Apple LDAP DL"; 14 | "87191ca7-0fc911d4-849a000502b52122" = "Apple .Mac TP"; 15 | "87191ca8-0fc911d4-849a000502b52122" = "Apple Sd CSP/DL"; 16 | "87191ca9-0fc911d4-849a000502b52122" = "Apple .Mac DL"; 17 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuthURLResponse.m: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthURLResponse.m 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import "MPOAuthURLResponse.h" 10 | 11 | @interface MPOAuthURLResponse () 12 | @property (nonatomic, readwrite, retain) NSURLResponse *urlResponse; 13 | @property (nonatomic, readwrite, retain) NSDictionary *oauthParameters; 14 | @end 15 | 16 | @implementation MPOAuthURLResponse 17 | 18 | - (id)init { 19 | if (self = [super init]) { 20 | 21 | } 22 | return self; 23 | } 24 | 25 | - (oneway void)dealloc { 26 | self.urlResponse = nil; 27 | self.oauthParameters = nil; 28 | 29 | [super dealloc]; 30 | } 31 | 32 | @synthesize urlResponse = _urlResponse; 33 | @synthesize oauthParameters = _oauthParameters; 34 | 35 | @end 36 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/GUID Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* GUID Names. */ 2 | 3 | /* The key is the GUID express in "%08x-%08x-%08x%08x" form. Last updated for 10.4.1. */ 4 | /* The value is human-readable name for the value, generally a single word. */ 5 | 6 | "87191ca0-0fc911d4-849a000502b52122" = "CSSM"; 7 | 8 | "87191ca1-0fc911d4-849a000502b52122" = "Apple File DL"; 9 | "87191ca2-0fc911d4-849a000502b52122" = "Apple CSP"; 10 | "87191ca3-0fc911d4-849a000502b52122" = "Apple CSP/DL"; 11 | "87191ca4-0fc911d4-849a000502b52122" = "Apple X509 CL"; 12 | "87191ca5-0fc911d4-849a000502b52122" = "Apple X509 TP"; 13 | "87191ca6-0fc911d4-849a000502b52122" = "Apple LDAP DL"; 14 | "87191ca7-0fc911d4-849a000502b52122" = "Apple .Mac TP"; 15 | "87191ca8-0fc911d4-849a000502b52122" = "Apple Sd CSP/DL"; 16 | "87191ca9-0fc911d4-849a000502b52122" = "Apple .Mac DL"; 17 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuthURLResponse.m.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthURLResponse.m 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import "MPOAuthURLResponse.h" 10 | 11 | @interface MPOAuthURLResponse () 12 | @property (nonatomic, readwrite, retain) NSURLResponse *urlResponse; 13 | @property (nonatomic, readwrite, retain) NSDictionary *oauthParameters; 14 | @end 15 | 16 | @implementation MPOAuthURLResponse 17 | 18 | - (id)init { 19 | if (self = [super init]) { 20 | 21 | } 22 | return self; 23 | } 24 | 25 | - (oneway void)dealloc { 26 | self.urlResponse = nil; 27 | self.oauthParameters = nil; 28 | 29 | [super dealloc]; 30 | } 31 | 32 | @synthesize urlResponse = _urlResponse; 33 | @synthesize oauthParameters = _oauthParameters; 34 | 35 | @end 36 | -------------------------------------------------------------------------------- /delimport/DILoginController.m: -------------------------------------------------------------------------------- 1 | // 2 | // DILoginController.m 3 | // delimport 4 | // 5 | // Created by Ian Henderson on 01.05.05. 6 | // Copyright 2005 Ian Henderson. All rights reserved. 7 | // 8 | 9 | #import "DILoginController.h" 10 | 11 | 12 | @implementation DILoginController 13 | 14 | 15 | - (IBAction)quit:sender 16 | { 17 | [NSApp terminate:self]; 18 | } 19 | 20 | - init 21 | { 22 | return [super initWithWindowNibName:@"LogIn"]; 23 | } 24 | 25 | - (void)getUsername:(NSString **)username password:(NSString **)password 26 | { 27 | [self showWindow:self]; 28 | [[self window] makeKeyAndOrderFront:self]; 29 | [[self window] center]; 30 | [NSApp runModalForWindow:[self window]]; 31 | *username = [userField stringValue]; 32 | *password = [passField stringValue]; 33 | [self close]; 34 | } 35 | 36 | - (IBAction)logIn:sender 37 | { 38 | [NSApp stopModal]; 39 | } 40 | 41 | @end 42 | -------------------------------------------------------------------------------- /Keychain/Documentation/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 70 4 | /svnroot/keychain/!svn/ver/374/trunk/Frameworks/Keychain/Documentation 5 | END 6 | Generate Documentation.command 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 103 10 | /svnroot/keychain/!svn/ver/373/trunk/Frameworks/Keychain/Documentation/Generate%20Documentation.command 11 | END 12 | KeychainInternal.hdoc 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 92 16 | /svnroot/keychain/!svn/ver/373/trunk/Frameworks/Keychain/Documentation/KeychainInternal.hdoc 17 | END 18 | Keychain.hdoc 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 84 22 | /svnroot/keychain/!svn/ver/373/trunk/Frameworks/Keychain/Documentation/Keychain.hdoc 23 | END 24 | Publish Documentation.command 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 102 28 | /svnroot/keychain/!svn/ver/373/trunk/Frameworks/Keychain/Documentation/Publish%20Documentation.command 29 | END 30 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/BER Code Names.strings: -------------------------------------------------------------------------------- 1 | /* BER Code Names. */ 2 | 3 | /* The key is the numeric value as defined in x509defs.h in Apple's Security framework. Last updated for 10.3.9. */ 4 | /* The value is human-readable name for the value, generally a single word. */ 5 | 6 | 0 = "Unknown"; 7 | 1 = "BOOL"; 8 | 2 = "int"; 9 | 3 = "Bit String"; 10 | 4 = "Octet String"; 11 | 5 = "NULL"; 12 | 6 = "OID"; 13 | 7 = "Object Descriptor"; 14 | 8 = "External"; 15 | 9 = "Real"; 16 | 10 = "Enumerated"; 17 | 12 = "PKIX UTF8 String"; 18 | 16 = "Sequence"; 19 | 17 = "Set"; 20 | 18 = "Numeric String"; 21 | 19 = "Printable String"; 22 | 20 = "T61/Teletex String"; 23 | 21 = "Videotex String"; 24 | 22 = "IA5 String"; 25 | 23 = "UTC Time"; 26 | 24 = "Generalized Time"; 27 | 25 = "Graphic String"; 28 | 26 = "ISO646/Visible String"; 29 | 27 = "General String"; 30 | 28 = "PKIX Universal String"; 31 | 30 = "PKIX BMP String"; -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleName 10 | ${PRODUCT_NAME} 11 | CFBundleIconFile 12 | 13 | CFBundleIdentifier 14 | com.yahoo.social 15 | CFBundleInfoDictionaryVersion 16 | 6.0 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Keychain/Cryptography/Streams/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 77 4 | /svnroot/keychain/!svn/ver/453/trunk/Frameworks/Keychain/Cryptography/Streams 5 | END 6 | DigestOutputStream.h 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 98 10 | /svnroot/keychain/!svn/ver/453/trunk/Frameworks/Keychain/Cryptography/Streams/DigestOutputStream.h 11 | END 12 | ChainedOutputStream.m 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 99 16 | /svnroot/keychain/!svn/ver/453/trunk/Frameworks/Keychain/Cryptography/Streams/ChainedOutputStream.m 17 | END 18 | DigestOutputStream.m 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 98 22 | /svnroot/keychain/!svn/ver/453/trunk/Frameworks/Keychain/Cryptography/Streams/DigestOutputStream.m 23 | END 24 | ChainedOutputStream.h 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 99 28 | /svnroot/keychain/!svn/ver/453/trunk/Frameworks/Keychain/Cryptography/Streams/ChainedOutputStream.h 29 | END 30 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/BER Code Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* BER Code Names. */ 2 | 3 | /* The key is the numeric value as defined in x509defs.h in Apple's Security framework. Last updated for 10.3.9. */ 4 | /* The value is human-readable name for the value, generally a single word. */ 5 | 6 | 0 = "Unknown"; 7 | 1 = "BOOL"; 8 | 2 = "int"; 9 | 3 = "Bit String"; 10 | 4 = "Octet String"; 11 | 5 = "NULL"; 12 | 6 = "OID"; 13 | 7 = "Object Descriptor"; 14 | 8 = "External"; 15 | 9 = "Real"; 16 | 10 = "Enumerated"; 17 | 12 = "PKIX UTF8 String"; 18 | 16 = "Sequence"; 19 | 17 = "Set"; 20 | 18 = "Numeric String"; 21 | 19 = "Printable String"; 22 | 20 = "T61/Teletex String"; 23 | 21 = "Videotex String"; 24 | 22 = "IA5 String"; 25 | 23 = "UTC Time"; 26 | 24 = "Generalized Time"; 27 | 25 = "Graphic String"; 28 | 26 = "ISO646/Visible String"; 29 | 27 = "General String"; 30 | 28 = "PKIX Universal String"; 31 | 30 = "PKIX BMP String"; -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Test App/OAuthClientController.h: -------------------------------------------------------------------------------- 1 | // 2 | // OAuthClientController.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @class MPOAuthAPI; 13 | 14 | @interface OAuthClientController : NSObject { 15 | IBOutlet NSTextField *baseURLField; 16 | IBOutlet NSTextField *authenticationURLField; 17 | IBOutlet NSTextField *consumerKeyField; 18 | IBOutlet NSTextField *consumerSecretField; 19 | IBOutlet NSButton *authenticationButton; 20 | IBOutlet NSProgressIndicator *progressIndicator; 21 | IBOutlet NSTextField *methodField; 22 | IBOutlet NSTextField *requestBodyField; 23 | IBOutlet NSTextView *responseBodyView; 24 | MPOAuthAPI *_oauthAPI; 25 | } 26 | 27 | - (IBAction)performAuthentication:(id)sender; 28 | - (IBAction)performMethod:(id)sender; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuthParameterFactory.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthParameterFactory.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.06. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | extern NSString *kMPOAuthSignatureMethod; 10 | 11 | @class MPURLRequestParameter; 12 | 13 | @protocol MPOAuthParameterFactory 14 | 15 | @property (nonatomic, readwrite, retain) NSString *signatureMethod; 16 | @property (nonatomic, readonly) NSString *signingKey; 17 | @property (nonatomic, readonly) NSString *timestamp; 18 | 19 | - (NSArray *)oauthParameters; 20 | 21 | - (MPURLRequestParameter *)oauthConsumerKeyParameter; 22 | - (MPURLRequestParameter *)oauthTokenParameter; 23 | - (MPURLRequestParameter *)oauthSignatureMethodParameter; 24 | - (MPURLRequestParameter *)oauthTimestampParameter; 25 | - (MPURLRequestParameter *)oauthNonceParameter; 26 | - (MPURLRequestParameter *)oauthVersionParameter; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Test App/.svn/text-base/OAuthClientController.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // OAuthClientController.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @class MPOAuthAPI; 13 | 14 | @interface OAuthClientController : NSObject { 15 | IBOutlet NSTextField *baseURLField; 16 | IBOutlet NSTextField *authenticationURLField; 17 | IBOutlet NSTextField *consumerKeyField; 18 | IBOutlet NSTextField *consumerSecretField; 19 | IBOutlet NSButton *authenticationButton; 20 | IBOutlet NSProgressIndicator *progressIndicator; 21 | IBOutlet NSTextField *methodField; 22 | IBOutlet NSTextField *requestBodyField; 23 | IBOutlet NSTextView *responseBodyView; 24 | MPOAuthAPI *_oauthAPI; 25 | } 26 | 27 | - (IBAction)performAuthentication:(id)sender; 28 | - (IBAction)performMethod:(id)sender; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/YOAuthConsumer.m: -------------------------------------------------------------------------------- 1 | // 2 | // YOAuthConsumer.m 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 2/14/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import "YOAuthConsumer.h" 12 | 13 | 14 | @implementation YOAuthConsumer 15 | 16 | @synthesize key; 17 | @synthesize secret; 18 | 19 | #pragma mark init 20 | 21 | + (YOAuthConsumer *)consumerWithKey:(NSString *)aKey andSecret:(NSString *)aSecret 22 | { 23 | YOAuthConsumer *consumer = [[YOAuthConsumer alloc] initWithKey:aKey andSecret:aSecret]; 24 | 25 | return [consumer autorelease]; 26 | } 27 | 28 | - (id)initWithKey:(NSString *)aKey andSecret:(NSString *)aSecret 29 | { 30 | if(self = [super init]) { 31 | [self setKey:aKey]; 32 | [self setSecret:aSecret]; 33 | } 34 | 35 | return self; 36 | } 37 | 38 | @end 39 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIconFile 10 | 11 | CFBundleIdentifier 12 | com.yourcompany.${PRODUCT_NAME:identifier} 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | ${PRODUCT_NAME} 17 | CFBundlePackageType 18 | APPL 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | NSMainNibFile 24 | MainMenu 25 | NSPrincipalClass 26 | NSApplication 27 | 28 | 29 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuthParameterFactory.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthParameterFactory.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.06. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | extern NSString *kMPOAuthSignatureMethod; 10 | 11 | @class MPURLRequestParameter; 12 | 13 | @protocol MPOAuthParameterFactory 14 | 15 | @property (nonatomic, readwrite, retain) NSString *signatureMethod; 16 | @property (nonatomic, readonly) NSString *signingKey; 17 | @property (nonatomic, readonly) NSString *timestamp; 18 | 19 | - (NSArray *)oauthParameters; 20 | 21 | - (MPURLRequestParameter *)oauthConsumerKeyParameter; 22 | - (MPURLRequestParameter *)oauthTokenParameter; 23 | - (MPURLRequestParameter *)oauthSignatureMethodParameter; 24 | - (MPURLRequestParameter *)oauthTimestampParameter; 25 | - (MPURLRequestParameter *)oauthNonceParameter; 26 | - (MPURLRequestParameter *)oauthVersionParameter; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/YOAuthUtil.m: -------------------------------------------------------------------------------- 1 | // 2 | // YOAuthUtil.m 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 2/14/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import "YOAuthUtil.h" 12 | 13 | static NSString *const kOAuthVersion= @"1.0"; 14 | 15 | @implementation YOAuthUtil 16 | 17 | + (NSString *)oauth_nonce 18 | { 19 | NSString *nonce = nil; 20 | CFUUIDRef generatedUUID = CFUUIDCreate(kCFAllocatorDefault); 21 | nonce = (NSString*)CFUUIDCreateString(kCFAllocatorDefault, generatedUUID); 22 | CFRelease(generatedUUID); 23 | 24 | return [nonce autorelease]; 25 | } 26 | 27 | + (NSString *)oauth_timestamp 28 | { 29 | return [[NSString stringWithFormat:@"%d", time(NULL)] autorelease]; 30 | } 31 | 32 | + (NSString *)oauth_version 33 | { 34 | return [kOAuthVersion autorelease]; 35 | } 36 | 37 | @end 38 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/YOAuthUtil.h: -------------------------------------------------------------------------------- 1 | // 2 | // YOAuthUtil.h 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 2/14/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import 12 | 13 | /** 14 | * A utility providing methods to create OAuth parameters for 15 | * oauth_nonce, timestamp and version. 16 | */ 17 | @interface YOAuthUtil : NSObject { 18 | 19 | } 20 | 21 | /** 22 | * Returns an unique oauth_nonce parameter. 23 | */ 24 | + (NSString *)oauth_nonce; 25 | 26 | /** 27 | * Returns the current timestamp usable as the oauth_timestamp parameter. 28 | */ 29 | + (NSString *)oauth_timestamp; 30 | 31 | /** 32 | * Returns the oauth_version parameter. 33 | */ 34 | + (NSString *)oauth_version; 35 | 36 | @end 37 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/MPOAuthParameterFactoryTests.m: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthParameterFactoryTests.m 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import "MPOAuthParameterFactoryTests.h" 10 | #import "MPOAuthCredentialConcreteStore.h" 11 | #import "MPURLRequestParameter.h" 12 | 13 | @implementation MPOAuthParameterFactoryTests 14 | 15 | - (void)setUp { 16 | _factory = [[MPOAuthCredentialConcreteStore alloc] init]; 17 | } 18 | 19 | - (void)testNonceGeneration { 20 | MPURLRequestParameter *nonceParameter = [_factory oauthNonceParameter]; 21 | STAssertNotNil(nonceParameter, @"A Nonce needs to be successfully generated"); 22 | } 23 | 24 | - (void)testOAuthVersion { 25 | MPURLRequestParameter *versionParameter = [_factory oauthVersionParameter]; 26 | STAssertEqualObjects(versionParameter.value, @"1.0", @"OAuth version 1.0 is the only supported version of OAuth currently" ); 27 | } 28 | 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/.svn/text-base/Info.plist.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIconFile 10 | 11 | CFBundleIdentifier 12 | com.yourcompany.${PRODUCT_NAME:identifier} 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | ${PRODUCT_NAME} 17 | CFBundlePackageType 18 | APPL 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | NSMainNibFile 24 | MainMenu 25 | NSPrincipalClass 26 | NSApplication 27 | 28 | 29 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPURLRequestParameter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPURLParameter.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPURLRequestParameter : NSObject { 13 | NSString *_name; 14 | NSString *_value; 15 | } 16 | 17 | @property (nonatomic, readwrite, copy) NSString *name; 18 | @property (nonatomic, readwrite, copy) NSString *value; 19 | 20 | + (NSArray *)parametersFromString:(NSString *)inString; 21 | + (NSArray *)parametersFromDictionary:(NSDictionary *)inDictionary; 22 | + (NSDictionary *)parameterDictionaryFromString:(NSString *)inString; 23 | + (NSString *)parameterStringForParameters:(NSArray *)inParameters; 24 | + (NSString *)parameterStringForDictionary:(NSDictionary *)inParameterDictionary; 25 | 26 | - (id)initWithName:(NSString *)inName andValue:(NSString *)inValue; 27 | 28 | - (NSString *)URLEncodedParameterString; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOSSocial/YOSSocial.h: -------------------------------------------------------------------------------- 1 | // 2 | // YOSSocial.h 3 | // YOSSocial 4 | // 5 | // Created by Zach Graves on 3/2/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | /** 12 | * @mainpage Yahoo! Social SDK for Cocoa & Cocoa Touch 13 | * 14 | * An Objective-C SDK wrapper for the Yahoo! Social Platform for Cocoa and Cocoa Touch applications. 15 | * 16 | * Contains a service-agnostic OAuth library for signing requests to a service. 17 | */ 18 | 19 | #import "YOSSession.h" 20 | #import "YOSUser.h" 21 | #import "YOSRequestClient.h" 22 | #import "YOSResponseData.h" 23 | #import "YOSAccessToken.h" 24 | #import "YOSRequestToken.h" 25 | #import "YOSTokenStore.h" 26 | #import "YOSBaseRequest.h" 27 | #import "YOSAuthRequest.h" 28 | #import "YOSUserRequest.h" 29 | #import "YQLQueryRequest.h" 30 | #import "YOSOpenSocialRequest.h" 31 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/English.lproj/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 131 5 | http://mpoauthconnection.googlecode.com/svn/trunk/English.lproj 6 | http://mpoauthconnection.googlecode.com/svn 7 | 8 | 9 | 10 | 2008-12-12T09:27:50.084706Z 11 | 2 12 | karl.adam 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | a7fc5028-c6e7-11dd-bfe9-7982af55821d 28 | 29 | InfoPlist.strings 30 | file 31 | 32 | 33 | 34 | 35 | 2010-06-28T08:01:14.000000Z 36 | 51ef59b60e5b41b91519cc662a9fe886 37 | 2008-12-12T09:27:50.084706Z 38 | 2 39 | karl.adam 40 | has-props 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 92 62 | 63 | MainMenu.xib 64 | file 65 | 66 | 67 | 68 | 69 | 2010-06-28T08:01:14.000000Z 70 | b13821a4bd717d33ace1e2c0f86fa51f 71 | 2008-12-12T09:27:50.084706Z 72 | 2 73 | karl.adam 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 179346 96 | 97 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuthAuthenticationMethod.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthAuthenticationMethod.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 09.12.19. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | extern NSString * const MPOAuthAccessTokenURLKey; 12 | 13 | @class MPOAuthAPI; 14 | 15 | @interface MPOAuthAuthenticationMethod : NSObject { 16 | MPOAuthAPI *oauthAPI_; 17 | NSURL *oauthGetAccessTokenURL_; 18 | NSTimer *refreshTimer_; 19 | } 20 | 21 | @property (nonatomic, readwrite, assign) MPOAuthAPI *oauthAPI; 22 | @property (nonatomic, readwrite, retain) NSURL *oauthGetAccessTokenURL; 23 | 24 | - (id)initWithAPI:(MPOAuthAPI *)inAPI forURL:(NSURL *)inURL; 25 | - (id)initWithAPI:(MPOAuthAPI *)inAPI forURL:(NSURL *)inURL withConfiguration:(NSDictionary *)inConfig; 26 | - (void)authenticate; 27 | 28 | - (void)setTokenRefreshInterval:(NSTimeInterval)inTimeInterval; 29 | - (void)refreshAccessToken; 30 | @end 31 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuthSignatureParameter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthSignatureParameter.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.07. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPURLRequestParameter.h" 11 | 12 | #define kMPOAuthSignatureMethodPlaintext @"PLAINTEXT" 13 | #define kMPOAuthSignatureMethodHMACSHA1 @"HMAC-SHA1" 14 | #define kMPOAuthSignatureMethodRSASHA1 @"RSA-SHA1" 15 | 16 | @class MPOAuthURLRequest; 17 | 18 | @interface MPOAuthSignatureParameter : MPURLRequestParameter { 19 | 20 | } 21 | 22 | + (NSString *)signatureBaseStringUsingParameterString:(NSString *)inParameterString forRequest:(MPOAuthURLRequest *)inRequest; 23 | + (NSString *)HMAC_SHA1SignatureForText:(NSString *)inText usingSecret:(NSString *)inSecret; 24 | 25 | - (id)initWithText:(NSString *)inText andSecret:(NSString *)inSecret forRequest:(MPOAuthURLRequest *)inRequest usingMethod:(NSString *)inMethod; 26 | 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/NSDictionary+QueryString.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary+QueryString.m 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 3/4/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import "NSDictionary+QueryString.h" 12 | #import "NSString+URLEncoding.h" 13 | 14 | @implementation NSDictionary (QueryStringAdditions) 15 | 16 | - (NSString *)QueryString 17 | { 18 | NSMutableArray *queryParameters = [[NSMutableArray alloc] init]; 19 | 20 | for (NSString *aKey in [self allKeys]) { 21 | NSString *keyValuePair = [NSString stringWithFormat:@"%@=%@", aKey, [[self objectForKey:aKey] URLEncodedString]]; 22 | [queryParameters addObject:keyValuePair]; 23 | } 24 | 25 | NSString *queryString = [queryParameters componentsJoinedByString:@"&"]; 26 | [queryParameters release]; 27 | 28 | return queryString; 29 | } 30 | 31 | @end -------------------------------------------------------------------------------- /Keychain/How to create an identity.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\mac\ansicpg10000\cocoartf102 2 | {\fonttbl\f0\fswiss\fcharset77 Helvetica;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh9000\viewkind0 5 | \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 6 | 7 | \f0\fs24 \cf0 Steps to create an identity:\ 8 | \ 9 | 0) Generate key pair, and add these to the keychain DLDB\ 10 | 1) Generate the hash for the public key, and attach this to the private key\ 11 | 2) Create the certificate, and insert it into the keychain using the Sec* functions as normal\ 12 | 3) Reinsert it with some extra attributes, including the public key hash\ 13 | \ 14 | \ 15 | \ 16 | 1) Gather together the cert and priv key (both already in keychain)\ 17 | 2) Generate the hash for the pub key in the certificate\ 18 | 3) Reinsert (?) the certificate into the keychain DLDB with the pub key hash attached\ 19 | 4) Attach the pub key hash to the priv key, and update it in the keychain DLDB} -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Unit Tests/.svn/text-base/MPOAuthParameterFactoryTests.m.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthParameterFactoryTests.m 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.18. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import "MPOAuthParameterFactoryTests.h" 10 | #import "MPOAuthCredentialConcreteStore.h" 11 | #import "MPURLRequestParameter.h" 12 | 13 | @implementation MPOAuthParameterFactoryTests 14 | 15 | - (void)setUp { 16 | _factory = [[MPOAuthCredentialConcreteStore alloc] init]; 17 | } 18 | 19 | - (void)testNonceGeneration { 20 | MPURLRequestParameter *nonceParameter = [_factory oauthNonceParameter]; 21 | STAssertNotNil(nonceParameter, @"A Nonce needs to be successfully generated"); 22 | } 23 | 24 | - (void)testOAuthVersion { 25 | MPURLRequestParameter *versionParameter = [_factory oauthVersionParameter]; 26 | STAssertEqualObjects(versionParameter.value, @"1.0", @"OAuth version 1.0 is the only supported version of OAuth currently" ); 27 | } 28 | 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPURLRequestParameter.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPURLParameter.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPURLRequestParameter : NSObject { 13 | NSString *_name; 14 | NSString *_value; 15 | } 16 | 17 | @property (nonatomic, readwrite, copy) NSString *name; 18 | @property (nonatomic, readwrite, copy) NSString *value; 19 | 20 | + (NSArray *)parametersFromString:(NSString *)inString; 21 | + (NSArray *)parametersFromDictionary:(NSDictionary *)inDictionary; 22 | + (NSDictionary *)parameterDictionaryFromString:(NSString *)inString; 23 | + (NSString *)parameterStringForParameters:(NSArray *)inParameters; 24 | + (NSString *)parameterStringForDictionary:(NSDictionary *)inParameterDictionary; 25 | 26 | - (id)initWithName:(NSString *)inName andValue:(NSString *)inValue; 27 | 28 | - (NSString *)URLEncodedParameterString; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Keychain/X509/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 464 5 | https://keychain.svn.sourceforge.net/svnroot/keychain/trunk/Frameworks/Keychain/X509 6 | https://keychain.svn.sourceforge.net/svnroot/keychain 7 | 8 | 9 | 10 | 2009-01-08T07:36:03.874633Z 11 | 462 12 | wadetregaskis 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | e0e503b8-3a3b-0410-ab63-be65f1ad16dd 28 | 29 | x509.m 30 | file 31 | 32 | 33 | 34 | 35 | 2009-08-30T14:03:14.000000Z 36 | 740de534bd6e80ac861e7a3f7004d9bc 37 | 2008-03-29T21:33:33.525920Z 38 | 453 39 | wadetregaskis 40 | has-props 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 105803 62 | 63 | x509.h 64 | file 65 | 66 | 67 | 68 | 69 | 2009-08-30T14:03:14.000000Z 70 | de5a99e468d80c2974d147225084c4f9 71 | 2009-01-08T07:36:03.874633Z 72 | 462 73 | wadetregaskis 74 | has-props 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 25954 96 | 97 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/MPOAuthTestApp-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.yourcompany.${PRODUCT_NAME:rfc1034identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | APPL 15 | CFBundleShortVersionString 16 | 1.0 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 1 21 | LSMinimumSystemVersion 22 | ${MACOSX_DEPLOYMENT_TARGET} 23 | NSMainNibFile 24 | MainMenu 25 | NSPrincipalClass 26 | NSApplication 27 | 28 | 29 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuthSignatureParameter.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthSignatureParameter.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.07. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MPURLRequestParameter.h" 11 | 12 | #define kMPOAuthSignatureMethodPlaintext @"PLAINTEXT" 13 | #define kMPOAuthSignatureMethodHMACSHA1 @"HMAC-SHA1" 14 | #define kMPOAuthSignatureMethodRSASHA1 @"RSA-SHA1" 15 | 16 | @class MPOAuthURLRequest; 17 | 18 | @interface MPOAuthSignatureParameter : MPURLRequestParameter { 19 | 20 | } 21 | 22 | + (NSString *)signatureBaseStringUsingParameterString:(NSString *)inParameterString forRequest:(MPOAuthURLRequest *)inRequest; 23 | + (NSString *)HMAC_SHA1SignatureForText:(NSString *)inText usingSecret:(NSString *)inSecret; 24 | 25 | - (id)initWithText:(NSString *)inText andSecret:(NSString *)inSecret forRequest:(MPOAuthURLRequest *)inRequest usingMethod:(NSString *)inMethod; 26 | 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/Crypto/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 131 5 | http://mpoauthconnection.googlecode.com/svn/trunk/Source/Framework/Crypto 6 | http://mpoauthconnection.googlecode.com/svn 7 | 8 | 9 | 10 | 2009-12-21T08:18:26.099331Z 11 | 118 12 | karl.adam 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | a7fc5028-c6e7-11dd-bfe9-7982af55821d 28 | 29 | Base64Transcoder.h 30 | file 31 | 32 | 33 | 34 | 35 | 2010-06-28T08:01:13.000000Z 36 | 2180848d29c77748438f71065c0206bb 37 | 2008-12-12T09:27:50.084706Z 38 | 2 39 | karl.adam 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 1673 62 | 63 | Base64Transcoder.c 64 | file 65 | 66 | 67 | 68 | 69 | 2010-06-28T08:01:13.000000Z 70 | ac95de79f8e4dc74dc8447f9ff7ee0cc 71 | 2008-12-12T09:27:50.084706Z 72 | 2 73 | karl.adam 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 9290 96 | 97 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuthAuthenticationMethod.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthAuthenticationMethod.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 09.12.19. 6 | // Copyright 2009 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | extern NSString * const MPOAuthAccessTokenURLKey; 12 | 13 | @class MPOAuthAPI; 14 | 15 | @interface MPOAuthAuthenticationMethod : NSObject { 16 | MPOAuthAPI *oauthAPI_; 17 | NSURL *oauthGetAccessTokenURL_; 18 | NSTimer *refreshTimer_; 19 | } 20 | 21 | @property (nonatomic, readwrite, assign) MPOAuthAPI *oauthAPI; 22 | @property (nonatomic, readwrite, retain) NSURL *oauthGetAccessTokenURL; 23 | 24 | - (id)initWithAPI:(MPOAuthAPI *)inAPI forURL:(NSURL *)inURL; 25 | - (id)initWithAPI:(MPOAuthAPI *)inAPI forURL:(NSURL *)inURL withConfiguration:(NSDictionary *)inConfig; 26 | - (void)authenticate; 27 | 28 | - (void)setTokenRefreshInterval:(NSTimeInterval)inTimeInterval; 29 | - (void)refreshAccessToken; 30 | @end 31 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/MPOAuthURLRequest.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthURLRequest.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPOAuthURLRequest : NSObject { 13 | @private 14 | NSURL *_url; 15 | NSString *_httpMethod; 16 | NSURLRequest *_urlRequest; 17 | NSMutableArray *_parameters; 18 | } 19 | 20 | @property (nonatomic, readwrite, retain) NSURL *url; 21 | @property (nonatomic, readwrite, retain) NSString *HTTPMethod; 22 | @property (nonatomic, readonly, retain) NSURLRequest *urlRequest; 23 | @property (nonatomic, readwrite, retain) NSMutableArray *parameters; 24 | 25 | - (id)initWithURL:(NSURL *)inURL andParameters:(NSArray *)parameters; 26 | - (id)initWithURLRequest:(NSURLRequest *)inRequest; 27 | 28 | - (void)addParameters:(NSArray *)inParameters; 29 | 30 | - (NSURLRequest *)urlRequestSignedWithSecret:(NSString *)inSecret usingMethod:(NSString *)inScheme; 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /Keychain/.svn/text-base/How to create an identity.rtf.svn-base: -------------------------------------------------------------------------------- 1 | {\rtf1\mac\ansicpg10000\cocoartf102 2 | {\fonttbl\f0\fswiss\fcharset77 Helvetica;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh9000\viewkind0 5 | \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 6 | 7 | \f0\fs24 \cf0 Steps to create an identity:\ 8 | \ 9 | 0) Generate key pair, and add these to the keychain DLDB\ 10 | 1) Generate the hash for the public key, and attach this to the private key\ 11 | 2) Create the certificate, and insert it into the keychain using the Sec* functions as normal\ 12 | 3) Reinsert it with some extra attributes, including the public key hash\ 13 | \ 14 | \ 15 | \ 16 | 1) Gather together the cert and priv key (both already in keychain)\ 17 | 2) Generate the hash for the pub key in the certificate\ 18 | 3) Reinsert (?) the certificate into the keychain DLDB with the pub key hash attached\ 19 | 4) Attach the pub key hash to the priv key, and update it in the keychain DLDB} -------------------------------------------------------------------------------- /Keychain/Hashcash/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 464 5 | https://keychain.svn.sourceforge.net/svnroot/keychain/trunk/Frameworks/Keychain/Hashcash 6 | https://keychain.svn.sourceforge.net/svnroot/keychain 7 | 8 | 9 | 10 | 2008-03-29T21:33:33.525920Z 11 | 453 12 | wadetregaskis 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | e0e503b8-3a3b-0410-ab63-be65f1ad16dd 28 | 29 | Hashcash.h 30 | file 31 | 32 | 33 | 34 | 35 | 2009-08-30T14:03:10.000000Z 36 | cc679e54efff868ba53c9ad19436e6b6 37 | 2007-10-28T21:29:14.882787Z 38 | 433 39 | wadetregaskis 40 | has-props 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 27210 62 | 63 | Hashcash.m 64 | file 65 | 66 | 67 | 68 | 69 | 2009-08-30T14:03:10.000000Z 70 | 87fdfce8d36c2c55ccd0f243e55d755d 71 | 2008-03-29T21:33:33.525920Z 72 | 453 73 | wadetregaskis 74 | has-props 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 29855 96 | 97 | -------------------------------------------------------------------------------- /Keychain/SKeyPlus/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 464 5 | https://keychain.svn.sourceforge.net/svnroot/keychain/trunk/Frameworks/Keychain/SKeyPlus 6 | https://keychain.svn.sourceforge.net/svnroot/keychain 7 | 8 | 9 | 10 | 2007-10-07T23:50:24.004430Z 11 | 373 12 | wadetregaskis 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | e0e503b8-3a3b-0410-ab63-be65f1ad16dd 28 | 29 | SKeyPlus.h 30 | file 31 | 32 | 33 | 34 | 35 | 2009-08-30T14:03:09.000000Z 36 | fed2a53cde5d054b2dbc4cf91c556a44 37 | 2007-10-07T23:50:24.004430Z 38 | 373 39 | wadetregaskis 40 | has-props 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 22915 62 | 63 | SKeyPlus.m 64 | file 65 | 66 | 67 | 68 | 69 | 2009-08-30T14:03:09.000000Z 70 | 6131b0b4d2798a089df16c2c28d623d7 71 | 2007-10-07T23:50:24.004430Z 72 | 373 73 | wadetregaskis 74 | has-props 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 14610 96 | 97 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/.svn/text-base/MPOAuthTestApp-Info.plist.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.yourcompany.${PRODUCT_NAME:rfc1034identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | APPL 15 | CFBundleShortVersionString 16 | 1.0 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 1 21 | LSMinimumSystemVersion 22 | ${MACOSX_DEPLOYMENT_TARGET} 23 | NSMainNibFile 24 | MainMenu 25 | NSPrincipalClass 26 | NSApplication 27 | 28 | 29 | -------------------------------------------------------------------------------- /OAuth Stuff/yahoo-yos-social-objc-592c52c/Source/YOAuth/YOAuthSignatureMethod_PLAINTEXT.m: -------------------------------------------------------------------------------- 1 | // 2 | // YOAuthSignatureMethod_PLAINTEXT.m 3 | // YOAuth 4 | // 5 | // Created by Zach Graves on 2/14/09. 6 | // Copyright (c) 2009 Yahoo! Inc. All rights reserved. 7 | // 8 | // The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license. 9 | // 10 | 11 | #import "YOAuthSignatureMethod_PLAINTEXT.h" 12 | 13 | @implementation YOAuthSignatureMethod_PLAINTEXT 14 | 15 | #pragma mark Public 16 | 17 | - (NSString *)name 18 | { 19 | return @"PLAINTEXT"; 20 | } 21 | 22 | - (NSString *)buildSignatureWithRequest:(NSString *)aSignableString andSecrets:(NSString *)aSecret 23 | { 24 | return aSecret; 25 | } 26 | 27 | - (BOOL)checkSignature:(NSString *)aSignature withSignableString:(NSString *)aSignableString andSecrets:(NSString *)aSecret 28 | { 29 | NSString *theGeneratedSignature = [self buildSignatureWithRequest:aSignableString andSecrets:aSecret]; 30 | return [aSignature isEqualToString:theGeneratedSignature]; 31 | } 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /OAuth Stuff/MPOAuth/Source/Framework/.svn/text-base/MPOAuthURLRequest.h.svn-base: -------------------------------------------------------------------------------- 1 | // 2 | // MPOAuthURLRequest.h 3 | // MPOAuthConnection 4 | // 5 | // Created by Karl Adam on 08.12.05. 6 | // Copyright 2008 matrixPointer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MPOAuthURLRequest : NSObject { 13 | @private 14 | NSURL *_url; 15 | NSString *_httpMethod; 16 | NSURLRequest *_urlRequest; 17 | NSMutableArray *_parameters; 18 | } 19 | 20 | @property (nonatomic, readwrite, retain) NSURL *url; 21 | @property (nonatomic, readwrite, retain) NSString *HTTPMethod; 22 | @property (nonatomic, readonly, retain) NSURLRequest *urlRequest; 23 | @property (nonatomic, readwrite, retain) NSMutableArray *parameters; 24 | 25 | - (id)initWithURL:(NSURL *)inURL andParameters:(NSArray *)parameters; 26 | - (id)initWithURLRequest:(NSURLRequest *)inRequest; 27 | 28 | - (void)addParameters:(NSArray *)inParameters; 29 | 30 | - (NSURLRequest *)urlRequestSignedWithSecret:(NSString *)inSecret usingMethod:(NSString *)inScheme; 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /Keychain/Resources/Info-Keychain.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | Keychain 9 | CFBundleGetInfoString 10 | $(CURRENT_PROJECT_VERSION) 11 | CFBundleIconFile 12 | 13 | CFBundleIdentifier 14 | Keychain.framework 15 | CFBundleInfoDictionaryVersion 16 | 6.0 17 | CFBundleName 18 | Keychain Framework 19 | CFBundlePackageType 20 | FMWK 21 | CFBundleShortVersionString 22 | $(CURRENT_PROJECT_VERSION) 23 | CFBundleSignature 24 | Keyc 25 | CFBundleVersion 26 | 1 27 | NSPrincipalClass 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Keychain Attribute Type Names.strings: -------------------------------------------------------------------------------- 1 | /* Keychain Attribute Type Names. */ 2 | 3 | /* The key is the four-character-code value as defined in SecKeychainItem.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name of the attribute type. */ 5 | 6 | "cdat" = "Creation Date"; 7 | "mdat" = "Modification Date"; 8 | "desc" = "Description"; 9 | "icmt" = "Comment"; 10 | "crtr" = "Creator"; 11 | "type" = "Type"; 12 | "scrp" = "Script Code"; 13 | "labl" = "Label"; 14 | "invi" = "Invisible"; 15 | "nega" = "Negative"; 16 | "cusi" = "Custom Icon"; 17 | "acct" = "Account"; 18 | "svce" = "Service"; 19 | "gena" = "Generic"; 20 | "sdmn" = "Security Domain"; 21 | "srvr" = "Server"; 22 | "atyp" = "Authentication Type"; 23 | "port" = "Port"; 24 | "path" = "Path"; 25 | "vlme" = "AppleShare Volume"; 26 | "addr" = "AppleShare Address"; 27 | "ssig" = "AppleShare Signature"; 28 | "ptcl" = "Protocol"; 29 | "ctyp" = "Certificate Type"; 30 | "cenc" = "Certificate Encoding"; 31 | "crtp" = "CRL Type"; 32 | "crnc" = "CRL Encoding"; 33 | "alis" = "Alias"; -------------------------------------------------------------------------------- /Keychain/Resources/.svn/text-base/Info-Keychain.plist.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | Keychain 9 | CFBundleGetInfoString 10 | $(CURRENT_PROJECT_VERSION) 11 | CFBundleIconFile 12 | 13 | CFBundleIdentifier 14 | Keychain.framework 15 | CFBundleInfoDictionaryVersion 16 | 6.0 17 | CFBundleName 18 | Keychain Framework 19 | CFBundlePackageType 20 | FMWK 21 | CFBundleShortVersionString 22 | $(CURRENT_PROJECT_VERSION) 23 | CFBundleSignature 24 | Keyc 25 | CFBundleVersion 26 | 1 27 | NSPrincipalClass 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Authorization Tag Names.strings: -------------------------------------------------------------------------------- 1 | /* Authorization Tag Names. */ 2 | 3 | /* The key is the value as defined in cssmtype.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is the human-readable name of the code. This may be localised. */ 5 | 6 | 7 | 1 = "Anything"; 8 | 9 | /* Defined authorization tag values for CSPs */ 10 | 57 = "Login"; 11 | 41 = "Key generation"; 12 | 25 = "Deletion"; 13 | 38 = "Exporting wrapped"; 14 | 37 = "Exporting clear"; 15 | 48 = "Importing wrapped"; 16 | 47 = "Importing clear"; 17 | 115 = "Signing"; 18 | 35 = "Encryption"; 19 | 24 = "Decryption"; 20 | 59 = "MACing"; 21 | 28 = "Key derivation"; 22 | 23 | /* Defined authorization tag values for DLs */ 24 | 22 = "Database creation"; 25 | 23 = "Database deletion"; 26 | 21 = "Database entry reading"; 27 | 19 = "Database entry insertion"; 28 | 20 = "Database entry modification"; 29 | 17 = "Database entry deletion"; 30 | 31 | /* Apple-defined ACL authorization tags, from cssmapple.h in the Security framework. */ 32 | 65536 = "Changing Access"; 33 | 65537 = "Changing Owner"; 34 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/Protocol Type Short Names.strings: -------------------------------------------------------------------------------- 1 | /* Protocol Type Short Names. */ 2 | 3 | /* The key is the four-character code, the value is the short name of the protocol. */ 4 | 5 | "ftp " = "FTP"; 6 | "ftpa" = "Client-side FTP"; 7 | "http" = "HTTP"; 8 | "irc " = "IRC"; 9 | "nntp" = "NNTP"; 10 | "pop3" = "POP3"; 11 | "smtp" = "SMTP"; 12 | "sox " = "SOCKS"; 13 | "imap" = "IMAP"; 14 | "ldap" = "LDAP"; 15 | "atlk" = "AFP over AppleTalk"; 16 | "afp " = "AFP over TCP"; 17 | "teln" = "Telnet"; 18 | "ssh " = "SSH"; 19 | "ftps" = "FTP over TLS/SSL"; 20 | "htps" = "HTTP over TLS/SSL"; 21 | "htpx" = "HTTP proxy"; 22 | "htsx" = "HTTPS over TLS/SSL proxy"; 23 | "ftpx" = "FTP proxy"; 24 | "smb " = "SMB"; 25 | "rtsp" = "RTSP"; 26 | "rtsx" = "RTSP proxy"; 27 | "daap" = "DAAP"; 28 | "eppc" = "Remote Apple Events"; 29 | "ipp " = "IPP"; 30 | "ntps" = "NNTP over TLS/SSL"; 31 | "ldps" = "LDAP over TLS/SSL"; 32 | "tels" = "Telnet over TLS/SSL"; 33 | "imps" = "IMAP4 over TLS/SSL"; 34 | "ircs" = "IRC over TLS/SSL"; 35 | "pops" = "POP3 over TLS/SSL"; 36 | 37 | 38 | /* 3rd party codes. */ 39 | 40 | "AdIM" = "Adium"; -------------------------------------------------------------------------------- /Keychain/Testers/MDS Probe Results/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 464 5 | https://keychain.svn.sourceforge.net/svnroot/keychain/trunk/Frameworks/Keychain/Testers/MDS%20Probe%20Results 6 | https://keychain.svn.sourceforge.net/svnroot/keychain 7 | 8 | 9 | 10 | 2005-08-11T15:00:19.000000Z 11 | 168 12 | wadetregaskis 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | e0e503b8-3a3b-0410-ab63-be65f1ad16dd 28 | 29 | 10.4.2 (with output) 30 | file 31 | 32 | 33 | 34 | 35 | 2009-08-30T14:03:12.000000Z 36 | f99d2ba2b2608f3a00c67ded6bc3fef0 37 | 2005-08-11T15:00:19.000000Z 38 | 168 39 | wadetregaskis 40 | has-props 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 96977 62 | 63 | 10.4.2 64 | file 65 | 66 | 67 | 68 | 69 | 2009-08-30T14:03:12.000000Z 70 | a542fa3813a1de27d10fc1f53363f187 71 | 2005-08-11T15:00:19.000000Z 72 | 168 73 | wadetregaskis 74 | has-props 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 30197 96 | 97 | -------------------------------------------------------------------------------- /Keychain/Resources/English.lproj/.svn/text-base/Keychain Attribute Type Names.strings.svn-base: -------------------------------------------------------------------------------- 1 | /* Keychain Attribute Type Names. */ 2 | 3 | /* The key is the four-character-code value as defined in SecKeychainItem.h in Apple's Security framework. Last updated for 10.4.10. */ 4 | /* The value is human-readable name of the attribute type. */ 5 | 6 | "cdat" = "Creation Date"; 7 | "mdat" = "Modification Date"; 8 | "desc" = "Description"; 9 | "icmt" = "Comment"; 10 | "crtr" = "Creator"; 11 | "type" = "Type"; 12 | "scrp" = "Script Code"; 13 | "labl" = "Label"; 14 | "invi" = "Invisible"; 15 | "nega" = "Negative"; 16 | "cusi" = "Custom Icon"; 17 | "acct" = "Account"; 18 | "svce" = "Service"; 19 | "gena" = "Generic"; 20 | "sdmn" = "Security Domain"; 21 | "srvr" = "Server"; 22 | "atyp" = "Authentication Type"; 23 | "port" = "Port"; 24 | "path" = "Path"; 25 | "vlme" = "AppleShare Volume"; 26 | "addr" = "AppleShare Address"; 27 | "ssig" = "AppleShare Signature"; 28 | "ptcl" = "Protocol"; 29 | "ctyp" = "Certificate Type"; 30 | "cenc" = "Certificate Encoding"; 31 | "crtp" = "CRL Type"; 32 | "crnc" = "CRL Encoding"; 33 | "alis" = "Alias"; --------------------------------------------------------------------------------