Commit Graph

44213 Commits

Author SHA1 Message Date
Levi B bf7283697d Flow logging through the AuthenticatedEncryption types 2015-03-12 16:12:17 -07:00
N. Taylor Mullen 2bd73523f6 Update xunit.runner.kre => xunit.runner.aspnet. 2015-03-12 16:10:07 -07:00
Brennan 4883cfe40d XRE name changes 2015-03-12 16:06:36 -07:00
N. Taylor Mullen c844314ee6 Updated xunit.runner.kre => xunit.runner.aspnet 2015-03-12 15:54:39 -07:00
Levi B 7fe33e8159 DataProtectionServices should prefer registry over defaults
Comment cleanup in CNG-GCM ExportToXml
2015-03-12 14:22:45 -07:00
Doug Bunting 90294aa49c Fix build failures when source is under a directory with spaces in the name
- aspnet/Mvc#2082
- problems specific to local `node` and related installations
 - quote authenticode verification target
 - quote local `node` library paths
 - quote local `npm.cmd` path (with ye olde `/S` double-quoting hack)
 - quote `--prefix` values in `npm install` commands
 - quote `rimraf` directories to delete
2015-03-12 10:33:12 -07:00
Doug Bunting e8091b76ce Correct .xproj files that were recently added .kproj files 2015-03-11 22:55:59 -07:00
Doug Bunting 0610cfbb3e Do not use deprecated `dnvm -x86` switch 2015-03-11 21:50:21 -07:00
Levi B 4f2288c3da Introduce concept of a "fallback key"
This key is used if there is no preferred default key and the developer has disabled automatic key generation. This will keep the service from falling over if the keys are not rolled and they all expire.
2015-03-11 19:39:41 -07:00
Levi B 58c823bc45 Rename KeyLifetimeOptions -> KeyManagementOptions
Simplify default key resolution logic
Introduce API for disabling automatic key generation
2015-03-11 19:39:35 -07:00
Doug Bunting e2ae1496ec Do not use deprecated `dnvm -x86` switch 2015-03-11 19:29:10 -07:00
Praburaj 38076269e1 React to Caching package rename - Fixing a missed cshtml 2015-03-11 18:03:05 -07:00
David Fowler 43f7c54fb8 Merge pull request #378 from tugberkugurlu/ignore-lock-file
ignored project.lock.json file
2015-03-11 17:48:17 -07:00
Tugberk Ugurlu bca62a49a8 ignored project.lock.json file 2015-03-12 00:45:43 +00:00
Praburaj ad9e11ed2e React to Caching package rename
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:39:00 -07:00
Praburaj a3772cf6d5 React to Caching package rename
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:33:04 -07:00
Praburaj eb73ad64fd React to Caching package rename
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:29:24 -07:00
Praburaj 2b92f7772d React to Caching package rename
dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:24:09 -07:00
Doug Bunting b417f00ae7 Do not use deprecated `dnvm -x86` switch 2015-03-11 17:15:01 -07:00
Doug Bunting 07f78bab6f Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:37 -07:00
Doug Bunting b8286ec272 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:36 -07:00
Doug Bunting 5e34ecdd04 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:34 -07:00
Doug Bunting 36de6b99a9 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:33 -07:00
Doug Bunting 3f8de94edd Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:31 -07:00
Doug Bunting 1990b9ee97 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:28 -07:00
Doug Bunting 99f5a9cfed Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:27 -07:00
Doug Bunting c27c85c7ac Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:26 -07:00
Doug Bunting ebcb6196b8 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:25 -07:00
Doug Bunting e47e9df4a6 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:22 -07:00
Doug Bunting 20fe4f8d63 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:20 -07:00
Hao Kung c49fd85c56 React to identity changes 2015-03-11 16:10:55 -07:00
Hao Kung 7b3dbaa32b Switch to interfaces references 2015-03-11 15:43:55 -07:00
Hao Kung 649cb0caed Remove IConfiguration from AddIdentity 2015-03-11 15:41:43 -07:00
Doug Bunting 878541c220 Do not use deprecated `dnvm -x86` switch
- avoid `The -x86 switch has been deprecated. Use the '-arch x86' parameter instead`
2015-03-11 15:24:34 -07:00
Hao Kung f3a9ce1ec1 Welcome home ScopedInstance 2015-03-11 15:03:29 -07:00
Praburaj 39fc5ebdc4 Making the tests robust
And some general cleanup
2015-03-11 14:48:34 -07:00
Praburaj b0c989ce90 Modifying the logic to identify the runtime to use
Also quoting the application path being passed to iisexpress/k web so that application path can contain spaces.
2015-03-11 14:48:23 -07:00
ASP.NET Push Bot 5c7a71451c ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@8e182fe0f5
2015-03-11 14:19:53 -07:00
N. Taylor Mullen a6982fae6c Update .kproj => .xproj. 2015-03-11 14:09:25 -07:00
N. Taylor Mullen a43664286a Update .kproj => .xproj. 2015-03-11 14:09:20 -07:00
N. Taylor Mullen 8d8c6ea823 Update .kproj => .xproj. 2015-03-11 14:09:00 -07:00
N. Taylor Mullen b84b0dbfac Update .kproj => .xproj. 2015-03-11 14:08:56 -07:00
N. Taylor Mullen 3e704f477b Update .kproj => .xproj. 2015-03-11 14:08:41 -07:00
N. Taylor Mullen 12f90869c0 Update .kproj => .xproj. 2015-03-11 14:07:45 -07:00
N. Taylor Mullen e3e0f1a1c3 Update .kproj => .xproj. 2015-03-11 14:07:29 -07:00
N. Taylor Mullen b72d737605 Update .kproj => .xproj. 2015-03-11 14:07:06 -07:00
N. Taylor Mullen b07a656b8a Update .kproj => .xproj. 2015-03-11 14:05:30 -07:00
N. Taylor Mullen a6105d4206 Update .kproj => .xproj. 2015-03-11 14:05:07 -07:00
N. Taylor Mullen 8c7a47fb00 Update .kproj => .xproj. 2015-03-11 14:05:01 -07:00
N. Taylor Mullen f8c526c12d Update .kproj => .xproj. 2015-03-11 14:04:40 -07:00