Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Fixed some build breaks. | Andrew Arnott | 2010-05-30 | 5 | -26/+29 | |
| | | | | | | | | ||||||
* | | | | | | | | Tons of work toward meaningfully creating and processing verification codes ↵ | Andrew Arnott | 2010-05-29 | 18 | -22/+592 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and preparing to issue access tokens. | |||||
* | | | | | | | | Added starter for generating an access token in the web server flow. | Andrew Arnott | 2010-05-29 | 2 | -31/+65 | |
| | | | | | | | | ||||||
* | | | | | | | | Work toward an OAuth 2.0 Web Server flow auth server. | Andrew Arnott | 2010-05-29 | 16 | -32/+435 | |
| | | | | | | | | ||||||
* | | | | | | | | Moved authorization header creation and parsing into the MessagingUtilities ↵ | Andrew Arnott | 2010-05-29 | 5 | -90/+164 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | class to avoid redundant code. | |||||
* | | | | | | | | Little code cleanup. | Andrew Arnott | 2010-05-29 | 3 | -3/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | Refactored OAuth 2.0 channels to be separate for authorization servers and ↵ | Andrew Arnott | 2010-05-29 | 13 | -81/+512 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resource servers. | |||||
* | | | | | | | | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-17 | 16 | -46/+91 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Fixed references to System.Web.Mvc 1.0 to be 2.0. | Andrew Arnott | 2010-05-17 | 2 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Fixed up code contracts in toolset to be more resilient against the latest ↵ | Andrew Arnott | 2010-05-16 | 2 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (installed) version. | |||||
| * | | | | | | | Fixed broken link to the OAuthServiceProvider sample from the ↵ | Andrew Arnott | 2010-05-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OAuthConsumerWPF sample after making the SP a .csproj based web project. | |||||
| * | | | | | | | More StyleCop fixes that mysteriously didn't show up before. | Andrew Arnott | 2010-05-08 | 3 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | We no longer emit a warning when dropping null keys with null or empty values. | Andrew Arnott | 2010-05-08 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Trac #194 | |||||
| * | | | | | | | StyleCop fixes. | Andrew Arnott | 2010-05-08 | 8 | -30/+29 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix for UIRequest.Icon deserialization exception due to nullable struct types. | Andrew Arnott | 2010-05-08 | 3 | -6/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Trac #195 | |||||
* | | | | | | | | Work toward an auth server side of the web server flow in OAuth 2.0 | Andrew Arnott | 2010-05-17 | 7 | -1/+414 | |
| | | | | | | | | ||||||
* | | | | | | | | Fixed build breaks in test project. | Andrew Arnott | 2010-05-14 | 1 | -38/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Fixed some bugs. | Andrew Arnott | 2010-05-13 | 4 | -4/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | StyleCop fixes. | Andrew Arnott | 2010-05-13 | 12 | -98/+113 | |
| | | | | | | | | ||||||
* | | | | | | | | Placeholder Facebook Graph API now in the ApplicationBlock, and the sample ↵ | Andrew Arnott | 2010-05-13 | 4 | -10/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calls into it. | |||||
* | | | | | | | | Facebook OAuth 2.0 client now works. | Andrew Arnott | 2010-05-13 | 8 | -16/+67 | |
| | | | | | | | | ||||||
* | | | | | | | | Getting closer to a WebServer client flow. | Andrew Arnott | 2010-05-07 | 5 | -14/+90 | |
| | | | | | | | | ||||||
* | | | | | | | | A bunch more work to bring the rest of the messages in rough compliance of ↵ | Andrew Arnott | 2010-05-07 | 19 | -173/+262 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the latest spec. | |||||
* | | | | | | | | Fixed a few small bugs. | Andrew Arnott | 2010-05-06 | 3 | -2/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | Fixed up some merge issues | Andrew Arnott | 2010-05-06 | 4 | -32/+71 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into oauthWRAP | Andrew Arnott | 2010-05-06 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'v3.4' | Andrew Arnott | 2010-03-15 | 106 | -1132/+7543 | |
| |\ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-06 | 404 | -4053/+24314 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/MessagingStrings.Designer.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/version.txt | |||||
| * | | | | | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-05-06 | 2 | -10/+10 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-05-06 | 2 | -10/+10 | |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | Fixed another bug in AXFetchAsSregTransform that prevented OPs from being ↵ | Andrew Arnott | 2010-05-06 | 2 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | able to respond to AX-carrying auth requests. | |||||
| * | | | | | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-05-05 | 2 | -8/+4 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-05-05 | 2 | -8/+4 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | * | | | | | | | Fixed AXFetchAsSregTransform bug that threw an exception at the OP when an ↵ | Andrew Arnott | 2010-05-05 | 2 | -7/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incoming extension contained just an AX extension. Fixes bug reported at http://stackoverflow.com/questions/2724512/dotnetopenauth-openid-provider-sequence-contains-more-than-one-element/2764800 | |||||
| | | * | | | | | | | Fixed OP bug in the AXFetchAsSregTransform that would cause an ↵ | Andrew Arnott | 2010-05-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | InvalidCastException on anonymous requests. | |||||
| * | | | | | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-04-30 | 7 | -61/+52 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/AssociationManager.cs | |||||
| | * | | | | | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-04-30 | 7 | -61/+52 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/IAssociationStore.cs | |||||
| | | * | | | | | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-04-30 | 7 | -61/+52 | |
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | | | ||||||
| | | | * | | | | | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-04-30 | 7 | -61/+52 | |
| | | | |\ \ \ \ \ \ | | | | | | |_|_|_|/ | | | | | |/| | | | | ||||||
| | | | | * | | | | | Moved the VerificationException catch lower in the stack so it catches more ↵ | Andrew Arnott | 2010-04-30 | 1 | -11/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problems. | |||||
| | | | | * | | | | | Corrected comments. | Andrew Arnott | 2010-04-27 | 2 | -2/+5 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | Removed the unused ClearExpiredAssociations method. | Andrew Arnott | 2010-03-25 | 4 | -48/+34 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Put in "anonymous" Google consumer key and secret. | Andrew Arnott | 2010-04-29 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Added missing Code Contracts Bin files. | Andrew Arnott | 2010-04-26 | 11 | -0/+24 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Checked in Code Contracts 1.2.30312.0 so it needn't be installed on dev ↵ | Andrew Arnott | 2010-04-25 | 98 | -0/+11225 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | machines, and for reproducible builds. | |||||
| * | | | | | | | | | Added ignore for Resharper. | Andrew Arnott | 2010-04-22 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fixed build break in non-DEBUG configurations of the recently changed samples. | Andrew Arnott | 2010-04-19 | 3 | -3/+12 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵ | Andrew Arnott | 2010-04-19 | 4 | -5/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more difficult to use in real apps without knowing its limited scope. | |||||
| * | | | | | | | | | Updated OAuth C and SP samples to use standard WAP namespaces. | Andrew Arnott | 2010-04-19 | 57 | -3445/+2462 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Converted the OAuth consumer and SP sample web site projects to web ↵ | Andrew Arnott | 2010-04-18 | 66 | -229/+2280 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | application projects. | |||||
| * | | | | | | | | | Fixed OAuthServiceProvider sample's broken WCF authorization due to a ↵ | Andrew Arnott | 2010-04-18 | 6 | -44/+232 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing nonce store. | |||||
| * | | | | | | | | | Bringing target framework of VSIXs back down so that they don't claim to ↵ | Andrew Arnott | 2010-04-15 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support .NET 4.0 when they actually target .NET 3.5 In particular, VS10 RTM will create a project from the VSIX, and then crash as soon as the web app is launched, apparently because VS thinks the project is targeting .NET 4.0, but is actually using .NET 3.5. | |||||
| * | | | | | | | | | Fixed MVC 1 references in web.config. | Andrew Arnott | 2010-04-15 | 3 | -13/+16 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Incremented to version v3.4.4. | Andrew Arnott | 2010-04-13 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | Fixed an occasional unhandled exception.v3.4.3.10103 | Andrew Arnott | 2010-04-13 | 1 | -4/+9 | |
| | | | | | | | | | ||||||
| * | | | | | | | | More VSIX targeting fix to accompany 3da2b32be4604e1b9dea44d8a0f238b0f091860c | Andrew Arnott | 2010-04-12 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Added logging around certificate verification to try to find perf problem. | Andrew Arnott | 2010-04-11 | 1 | -0/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Marked Flatten as obsolete. | Andrew Arnott | 2010-04-11 | 2 | -2/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fixed missing interface on demo InMemoryTokenManager class that caused the ↵ | Andrew Arnott | 2010-04-09 | 1 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loginPlusOAuthSampleOP.aspx sample to fail. | |||||
| * | | | | | | | | Fixed runtime exception caused by recent URI normalization work of the ↵ | Andrew Arnott | 2010-04-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Identifier class. | |||||
| * | | | | | | | | Fixed VSIX generation to allow for targeting .NET 4.0. | Andrew Arnott | 2010-04-06 | 2 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Added LIB path to the assembly search path. | Andrew Arnott | 2010-04-05 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Brought back ASP.NET MVC DLLs so build servers don't need VS2010 installed. | Andrew Arnott | 2010-04-05 | 4 | -0/+3136 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-04-02 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj | |||||
| | * | | | | | | | Fixed build breaks from the last Code Contracts upgrade. | Andrew Arnott | 2010-04-02 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fixed build break that resulted from recent Code Contracts upgrade. | Andrew Arnott | 2010-04-02 | 2 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fixed Google Hostmeta discovery module to dispose of open HTTP streams, and ↵ | Andrew Arnott | 2010-04-02 | 2 | -49/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to limit the length of their result. | |||||
| * | | | | | | | | StyleCop and FxCop fixes. | Andrew Arnott | 2010-04-01 | 26 | -186/+300 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-04-01 | 1 | -0/+0 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | Updated to Code Contracts 1.2.30312.0 | Andrew Arnott | 2010-04-01 | 1 | -0/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fixed web.config file for sample MVC apps after targeting MVC 2. | Andrew Arnott | 2010-03-31 | 2 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fixed signature verification bugs where claimed_id's have trailing dots in ↵ | Andrew Arnott | 2010-03-30 | 16 | -42/+628 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | path segments, or capital scheme or host names. Merge branch 'dotbug' into v3.4 | |||||
| | * | | | | | | | | Added more fragment tests. | Andrew Arnott | 2010-03-30 | 1 | -1/+9 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fixed equality checks for the problematic URIs, and added a regression test ↵ | Andrew Arnott | 2010-03-30 | 2 | -14/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for it. Also added reporting of full vs. partial trust hosting. | |||||
| | * | | | | | | | | Added another regression test for this problematic identifiers. | Andrew Arnott | 2010-03-30 | 1 | -0/+21 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Added missing documentation for the allowDualPurposeIdentifiers config setting. | Andrew Arnott | 2010-03-30 | 1 | -1/+8 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Added log warning message when problematic OpenIDs are encountered by the ↵ | Andrew Arnott | 2010-03-30 | 6 | -1/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RP, and a configuration option to enable/disable approximate OpenID discovery for partial trust hosts. | |||||
| | * | | | | | | | | Added escaping normalization for Path part in SimpleUri class. | Andrew Arnott | 2010-03-30 | 2 | -0/+23 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Finished getting a reasonable story for partial trust scenarios with the ↵ | Andrew Arnott | 2010-03-30 | 8 | -52/+231 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problematic URI paths. | |||||
| | * | | | | | | | | Fixed signature verification when claimed_id has capital scheme or host ↵ | Andrew Arnott | 2010-03-30 | 6 | -10/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name, or has path segments that end with a period under partial trust. | |||||
| | * | | | | | | | | A bit of code clean-up and adding comments. | Andrew Arnott | 2010-03-30 | 1 | -9/+16 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Added support in the offline Provider app to add trailing dots to ↵ | Andrew Arnott | 2010-03-30 | 2 | -2/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | identifier_select scenarios for testing. Also added the Clear Log button (finally). | |||||
| | * | | | | | | | | In full trust environments, it seems that identifiers trailing periods in ↵ | Andrew Arnott | 2010-03-30 | 2 | -5/+172 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | path segments work now. | |||||
| | * | | | | | | | | Added another test narrowing down the interoperability problem with Yahoo. | Andrew Arnott | 2010-03-30 | 1 | -0/+22 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Slight test adjustment. | Andrew Arnott | 2010-03-30 | 2 | -4/+1 | |
| | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | UI extension request now won't throw on unrecognized values of the mode ↵ | Andrew Arnott | 2010-03-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameter. | |||||
| * | | | | | | | | Updated UI extension spec. | Andrew Arnott | 2010-03-30 | 1 | -75/+206 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Added Yubikey login to ApplicationBlock and OpenID Provider web forms sample. | Andrew Arnott | 2010-03-27 | 8 | -3/+298 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fixes NullReferenceException thrown when the HttpContext.Current is null or ↵ | Andrew Arnott | 2010-03-26 | 3 | -3/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | its Session property is null. Fixes Trac #189 | |||||
| * | | | | | | | | Retargeted shipping project templates and samples to ASP.NET MVC2 now that ↵ | Andrew Arnott | 2010-03-26 | 11 | -3159/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's officially released and supported on both VS2008 and VS2010. | |||||
| * | | | | | | | | Updated vsixmanifest files to use SKU names for VS2010 RTM rather than beta 2. | Andrew Arnott | 2010-03-26 | 3 | -6/+6 | |
| |/ / / / / / / | ||||||
| * | | | | | | | OpenIdRelyingParty no longer filters out OpenID 1.1 endpoints when in ↵ | Andrew Arnott | 2010-03-22 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stateless mode if the RP has already opted out of replay protection for downlevel OPs. | |||||
| * | | | | | | | Switched to the new (transparent background) OpenID logo across all samples. | Andrew Arnott | 2010-03-22 | 19 | -9/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Fixed the bloated icon look of the new (transparent) openid favicon. | Andrew Arnott | 2010-03-22 | 1 | -0/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Fixed broken image URL. | Andrew Arnott | 2010-03-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Fixed drop to include dotnetopenauth.pdb, and not dotnetopenauth.zip or any ↵ | Andrew Arnott | 2010-03-20 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other odd files. | |||||
| * | | | | | | | Incremented version number. | Andrew Arnott | 2010-03-20 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Incremented version number.v3.4.2.10079 | Andrew Arnott | 2010-03-20 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Fixed NullReferenceException that can occur when ClaimedIdentifier is null. | Andrew Arnott | 2010-03-20 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Added note about security permissions required to generate the project ↵ | Andrew Arnott | 2010-03-20 | 2 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | template database. |