From e351124a47d2a8ad0bb171fec204df1991de94d6 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 11 Nov 2010 21:25:59 +0000 Subject: Add SSL favorite constants and use them in the connection controller. --- Source/SPConstants.m | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) (limited to 'Source/SPConstants.m') diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 17e20849..637e046e 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -218,17 +218,25 @@ NSString *SPPreferenceToolbarEditor = @"SPPreferenceToolbarEditor"; NSString *SPPreferenceToolbarShortcuts = @"SPPreferenceToolbarShortcuts"; // Connection favorite keys -NSString *SPFavoritesRootKey = @"Favorites Root"; -NSString *SPFavoriteChildrenKey = @"Children"; -NSString *SPFavoriteIDKey = @"id"; -NSString *SPFavoriteNameKey = @"name"; -NSString *SPFavoriteDatabaseKey = @"database"; -NSString *SPFavoriteHostKey = @"host"; -NSString *SPFavoritePortKey = @"port"; -NSString *SPFavoriteUserKey = @"user"; -NSString *SPFavoriteTypeKey = @"type"; -NSString *SPFavoriteSocketKey = @"socket"; -NSString *SPFavoriteSSHHostKey = @"sshHost"; -NSString *SPFavoriteSSHPortKey = @"sshPort"; -NSString *SPFavoriteSSHUserKey = @"sshUser"; -NSString *SPFavoriteSSHKeyLocationKey = @"sshKeyLocationEnabled"; +NSString *SPFavoritesRootKey = @"Favorites Root"; +NSString *SPFavoriteChildrenKey = @"Children"; +NSString *SPFavoriteIDKey = @"id"; +NSString *SPFavoriteNameKey = @"name"; +NSString *SPFavoriteDatabaseKey = @"database"; +NSString *SPFavoriteHostKey = @"host"; +NSString *SPFavoritePortKey = @"port"; +NSString *SPFavoriteUserKey = @"user"; +NSString *SPFavoriteTypeKey = @"type"; +NSString *SPFavoriteSocketKey = @"socket"; +NSString *SPFavoriteSSHHostKey = @"sshHost"; +NSString *SPFavoriteSSHPortKey = @"sshPort"; +NSString *SPFavoriteSSHUserKey = @"sshUser"; +NSString *SPFavoriteSSHKeyLocationEnabledKey = @"sshKeyLocationEnabled"; +NSString *SPFavoriteSSHKeyLocationKey = @"sshKeyLocation"; +NSString *SPFavoriteUseSSLKey = @"useSSL"; +NSString *SPFavoriteSSLKeyFileLocationEnabledKey = @"sslKeyFileLocationEnabled"; +NSString *SPFavoriteSSLKeyFileLocationKey = @"sslKeyFileLocation"; +NSString *SPFavoriteSSLCertificateFileLocationEnabledKey = @"sslCertificateFileLocationEnabled"; +NSString *SPFavoriteSSLCertificateFileLocationKey = @"sslCertificateFileLocation"; +NSString *SPFavoriteSSLCACertFileLocationEnabledKey = @"sslCACertFileLocationEnabled"; +NSString *SPFavoriteSSLCACertFileLocationKey = @"sslCACertFileLocation"; -- cgit v1.2.3