ChangeLog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  1. 2006-12-27 Vladimir Krasnov <[email protected]>
  2. * FormsAuthentication.cs: added internal ReturnUrl property,
  3. GetRedirectUrl added usage of ReturnUrl
  4. 2006-12-12 Vladimir Krasnov <[email protected]>
  5. * FormsAuthentication.cs: TARGET_J2EE define for static members
  6. 2006-12-06 Vladimir Krasnov <[email protected]>
  7. * FormsAuthenticationModule.cs: fixed OnAuthenticateRequest, suppress
  8. exception on wrong ticket
  9. 2006-12-03 Igor Zelmanovich <[email protected]>
  10. * FormsAuthenticationModule.cs:
  11. set SkipAuthorization=true for WebResource.axd
  12. 2006-11-27 Vladimir Krasnov <[email protected]>
  13. * SqlMembershipProvider.cs: typo bug
  14. 2006-11-21 Vladimir Krasnov <[email protected]>
  15. * SqlMembershipProvider.cs: fixed fixed exception type in GetPassword
  16. checks user lockout
  17. 2006-11-20 Igor Zelmanovich <[email protected]>
  18. * SqlMembershipProvider.cs: fixed: UpdateUser works properly.
  19. 2006-11-15 Igor Zelmanovich <[email protected]>
  20. * SqlMembershipProvider.cs: fixed: name is used for ReturnValue parameter.
  21. 2006-11-05 Vladimir Krasnov <[email protected]>
  22. * AnonymousIdentificationModule.cs: fixed anonymous id cookie
  23. 2006-11-05 Vladimir Krasnov <[email protected]>
  24. * MembershipProvider.cs, SqlMembershipProvider.cs:
  25. refactoring of DecryptPassword and EncryptPassword methods according
  26. to documentation
  27. 2006-09-10 Konstantin Triger <[email protected]>
  28. * SqlRoleProvider.cs: throw on empty connection string.
  29. 2006-09-26 Vladimir Krasnov <[email protected]>
  30. * Membership.cs: fixed GetAllUsers, typo bug
  31. * SqlRoleProvider.cs, SqlMembershipProvider.cs: refactored to use
  32. aspnetdb built in stored procedures,
  33. fixed application name and membership relation,
  34. improved exception handling
  35. 2006-09-03 Igor Zelmanovich <[email protected]>
  36. * RolePrincipal.cs: refactoring: instance can be serialized.
  37. 2006-09-03 Igor Zelmanovich <[email protected]>
  38. * SqlMembershipProvider.cs: fixed GetUser,
  39. when username is String.Empty methods returns null.
  40. 2006-08-31 Konstantin Triger <[email protected]>
  41. * SqlRoleProvider.cs: fixed initialization.
  42. 2006-08-31 Igor Zelmanovich <[email protected]>
  43. * SqlMembershipProvider.cs: fixed CreateUser,
  44. password is checked, properties MinRequiredPasswordLength and
  45. MinRequiredNonAlphanumericCharacters are considered.
  46. 2006-08-29 Konstantin Triger <[email protected]>
  47. * SqlMembershipProvider.cs: fix dispose order of reader vs connection.
  48. 2006-08-28 Igor Zelmanovich <[email protected]>
  49. * SqlMembershipProvider.cs: fixed CreateUser, parameter isApproved is
  50. considered.
  51. 2006-08-28 Konstantin Triger <[email protected]>
  52. * SqlMembershipProvider.cs: ensure GetUser() returns null if it cannot
  53. retrieve user information.
  54. 2006-08-28 Konstantin Triger <[email protected]>
  55. * SqlRoleProvider.cs, SqlMembershipProvider.cs:
  56. "use SqlClientFactory in case the ProviderName is not specified.
  57. 2006-08-27 Konstantin Triger <[email protected]>
  58. * SqlRoleProvider.cs: enable concurrent usage, refactoring.
  59. 2006-08-27 Konstantin Triger <[email protected]>
  60. * SqlMembershipProvider.cs: enable concurrent usage, refactoring.
  61. 2006-08-27 Vladimir Krasnov <[email protected]>
  62. * SqlMembershipProvider.cs: fixed ValidateUser, bug when user
  63. not exists
  64. 2006-08-14 Gonzalo Paniagua Javier <[email protected]>
  65. * FormsAuthentication.cs: set the Secure attribute of the authentication
  66. cookie when required.
  67. 2006-07-06 Konstantin Triger <[email protected]>
  68. * FormsAuthentication.cs: Ensure initialized, fix url mapping.
  69. 2006-05-03 Chris Toshok <[email protected]>
  70. * SqlMembershipProvider.cs (GetAlg): move this here for the time
  71. being, as it's the only class that uses it.
  72. (HashAndBase64Encode): nuke.
  73. (EncryptAndBase64Encode): nuke.
  74. (Base64DecodeAndDecrypt): nuke.
  75. (DecryptPassword): new function.
  76. (EncryptPassword): new function.
  77. (ChangePassword): replace the switch with a call to
  78. EncodePassword.
  79. (ChangePasswordQuestionAndAnswer): same.
  80. (CreateUser): same.
  81. (ResetPassword): same.
  82. (ValidateUsingPassword): same.
  83. (ValidateUsingPasswordAnswer): same.
  84. (GetPassword): same, and throw MembershipPasswordException if the
  85. password answer is incorrect.
  86. * MembershipProvider.cs (InitVector): nuke this. it's actually
  87. the salt from the database (for the sql provider, anyway).
  88. (EncodePassword): based on the password format, password, and
  89. salt, encode it. Makes use of EncryptPassword.
  90. (DecodePassword): likewise for decoding, makes use of
  91. DecryptPassword.
  92. (DecryptPassword): revert this to throwing
  93. NotImplementedException, as the sql provideroverrides it to
  94. perform the actual decryption.
  95. (EncryptPassword): same.
  96. 2006-05-02 Chris Toshok <[email protected]>
  97. * SqlMembershipProvider.cs: 85% complete, maybe more. The major
  98. functionality should work. Password retrieval (and encrypted
  99. passwords in general) is untested.
  100. 2006-05-01 Chris Toshok <[email protected]>
  101. * Membership.cs (GeneratePassword): don't include quotes (',",`)
  102. in the set of characters in the generated passwords.
  103. 2006-05-01 Chris Toshok <[email protected]>
  104. * MembershipProvider.cs (GetAlg): switch from Exception to
  105. ProviderException to match MS behavior (and fix the unit test.)
  106. * Membership.cs (GeneratePassword): implement.
  107. 2006-05-01 Chris Toshok <[email protected]>
  108. * SqlMembershipProvider.cs: lots more work. checking this in in
  109. its present state because I don't want to lose it. It still needs
  110. work.
  111. * Membership.cs (.cctor): remove the fallback.
  112. (ValidatingPassword): remove the MonoTODO.
  113. * MembershipProvider.cs (DecryptPassword): implement.
  114. (EncryptPassword): implement.
  115. (GetAlg): helper function for Decrypt/EncryptPassword.
  116. (InitVector): same.
  117. 2006-04-27 Chris Toshok <[email protected]>
  118. * SqlMembershipProvider.cs (GeneratePassword): call
  119. Membership.GeneratePassword with the configured minimum strength
  120. requirements.
  121. 2006-04-27 Chris Toshok <[email protected]>
  122. * SqlMembershipProvider.cs (UnlockUser): fix sql query, and move
  123. the CheckPararm call to the top of the method.
  124. 2006-04-12 Chris Toshok <[email protected]>
  125. * SqlMembershipProvider.cs: commit initial pass at
  126. SqlMembershipProvider work. lots of stuff untested in here.
  127. 2006-04-11 Chris Toshok <[email protected]>
  128. * MembershipUser.cs (.ctor): per Shackow's book, all DateTime's
  129. are converted using ToUniversalTime when passed into this class.
  130. (UpdateSelf): update ourselves from the passed in MembershipUser,
  131. swallowing NotSupportedExceptions.
  132. (UpdateUser): fetch a new MembershipUser from the db and call
  133. UpdateSelf with it.
  134. (ChangePassword): call UpdateUser after changing the password.
  135. (ChangePasswordQuestionAndAnswer): same.
  136. (ResetPassword): same.
  137. (UnlockUser): same. Also, don't explicitly set isLockedOut.
  138. It'll be updated in UpdateSelf.
  139. (CreationDate): getter calls ToLocalTime, setter calls
  140. ToUniversalTime.
  141. (LastActivityDate): same.
  142. (LastLoginDate): same.
  143. (LastPasswordChangedDate): same.
  144. (LastLockoutDate): same.
  145. * Membership.cs (.cctor): use
  146. ProvidersHelper.InstantitateProviders, and remove some unnecessary
  147. #if NET_2_0's.
  148. 2006-03-29 Chris Toshok <[email protected]>
  149. * SqlRoleProvider.cs: do the LOWER's in SQL, not in C#.
  150. 2006-03-23 Chris Toshok <[email protected]>
  151. * Roles.cs: make this 2.0 configuration aware.
  152. * SqlRoleProvider.cs: flesh out all the operations. the only
  153. things that need dealing with are the Initialize method's handling
  154. of a few parameters, and the ApplicationName property.
  155. 2006-03-23 Chris Toshok <[email protected]>
  156. * DefaultAuthenticationModule.cs (OnDefaultAuthentication): always
  157. set Thread.CurrentPrincipal, not just if we set it to the
  158. GenericPrincipal.
  159. 2006-03-22 Chris Toshok <[email protected]>
  160. * RoleManagerModule.cs: implement using info in Shackow's book.
  161. * RolePrincipal.cs: flesh this out a bit more.
  162. * DefaultAuthenticationModule.cs (OnDefaultAuthentication):
  163. according to Shackow's book, this sets Thread.CurrentPrincipal as
  164. well as HttpContext.Current.User.
  165. 2006-02-28 Chris Toshok <[email protected]>
  166. * FormsAuthentication.cs: corcompare work.
  167. * MembershipCreateUserException.cs: same.
  168. * MembershipPasswordException.cs: same.
  169. * AnonymousIdentificationModule.cs: same.
  170. 2006-02-01 Chris Toshok <[email protected]>
  171. * FormsAuthentication.cs, Membership.cs,
  172. FormsAuthenticationModule.cs, UrlAuthorizationModule.cs: oops,
  173. replace GetWebApplicationSection with GetSection.
  174. 2006-02-01 Chris Toshok <[email protected]>
  175. * FormsAuthentication.cs: CONFIGURATION_2_0 => NET_2_0.
  176. simplifies the ifdef mess quite a bit.
  177. * Membership.cs: same.
  178. * FormsAuthenticationModule.cs: same.
  179. * UrlAuthorizationModule.cs: same.
  180. 2006-01-04 Chris Toshok <[email protected]>
  181. * FormsAuthentication.cs (Authenticate): add CONFIGURATION_2_0
  182. code.
  183. (Decrypt2): same.
  184. (Decrypt): same.
  185. (Encrypt): same.
  186. (Initialize): same.
  187. 2006-01-04 Chris Toshok <[email protected]>
  188. * Membership.cs (.cctor): enable the code here under
  189. CONFIGURATION_2_0.
  190. 2006-01-03 Chris Toshok <[email protected]>
  191. * UrlAuthorizationModule.cs (OnAuthorizeRequest): add
  192. CONFIGURATION_2_0 code here.
  193. 2005-12-22 Gonzalo Paniagua Javier <[email protected]>
  194. * FormsAuthentication.cs: don't end the request in
  195. RedirectFromLoginPage.
  196. 2005-12-22 Gonzalo Paniagua Javier <[email protected]>
  197. * FormsAuthenticationModule.cs: expire the cookie. Fixes bug #77043.
  198. Patch by Cyrille Colin.
  199. 2005-12-13 Gonzalo Paniagua Javier <[email protected]>
  200. * FormsAuthenticationModule.cs: ignore any exception thrown when mapping
  201. the provided virtual path to the physical one. Patch by Cyrille Colin.
  202. 2005-11-28 Chris Toshok <[email protected]>
  203. * FormsAuthenticationModule.cs (OnAuthenticateRequest):
  204. CONFIGURATION_2_0 work.
  205. (OnEndRequest): same.
  206. 2005-09-09 Sebastien Pouliot <[email protected]>
  207. * DefaultAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
  208. * DefaultAuthenticationModule.cs: Added LinkDemand for Minimal. Added
  209. Demand for UnmanagedCode on constructor.
  210. * FileAuthorizationModule.cs: Added LinkDemand for Minimal. Added
  211. Demand for UnmanagedCode on constructor.
  212. * FormsAuthentication.cs: Added LinkDemand for Minimal.
  213. * FormsAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
  214. * FormsAuthenticationModule.cs: Added LinkDemand for Minimal. Added
  215. Demand for UnmanagedCode on constructor.
  216. * FormsAuthenticationTicket.cs: Added LinkDemand for Minimal.
  217. * FormsIdentity.cs: Added LinkDemand for Minimal.
  218. * PassportAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
  219. * PassportAuthenticationModule.cs: Added LinkDemand for Minimal. Added
  220. Demand for UnmanagedCode on constructor.
  221. * PassportIdentity.cs: Added LinkDemand for Minimal. Added Demand for
  222. UnmanagedCode on constructor.
  223. * UrlAuthorizationModule.cs: Added LinkDemand for Minimal. Added
  224. Demand for UnmanagedCode on constructor.
  225. * WindowsAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
  226. * WindowsAuthenticationModule.cs: Added LinkDemand for Minimal. Added
  227. Demand for UnmanagedCode on constructor.
  228. 2005-09-01 Sebastien Pouliot <[email protected]>
  229. * FormsAuthenticationEventArgs.cs: Ensure the setter for User is
  230. protected by a demand for ControlPrincipal.
  231. * PassportAuthenticationEventArgs.cs: Ensure the setter for User is
  232. protected by a demand for ControlPrincipal.
  233. * WindowsAuthenticationEventArgs.cs: Ensure the setter for User is
  234. protected by a demand for ControlPrincipal.
  235. 2005-08-25 Sebastien Pouliot <[email protected]>
  236. * FormsAuthentication.cs: With 2.0 we can get the default properties
  237. and call Initialize without a NRE.
  238. 2005-08-25 Sebastien Pouliot <[email protected]>
  239. * ActiveDirectoryConnectionProtection.cs: New (2.0) enum.
  240. * ActiveDirectoryMembershipProvider.cs: Fixed 2.0 API.
  241. * AnonymousIdentificationEventArgs.cs: Fixed AnonymousID property case.
  242. * AnonymousIdentificationModule.cs: Fixed 2.0 API.
  243. * FileAuthorizationModule.cs: Added static CheckFileAccessForUser in
  244. 2.0 profile (TODO).
  245. * FormsAuthentication.cs: Added missing 2.0 properties with their
  246. default values.
  247. * MembershipCreateStatus.cs: Fixed enum values/names.
  248. * MembershipProvider.cs: Added stub for [Decrypt|Encrypt]Password. Both
  249. methods don't seems to work without an active provider.
  250. * PassportIdentity.cs: Added IDispose for 2.0 profile.
  251. * Roles.cs: Added missing beta2 bits and default values (which are the
  252. only things working without a role provider (web.config).
  253. * RolePrincipal.cs: Fixed 2.0 API. Implemented a few bits.
  254. * SqlRoleProvider.cs: Fixed 2.0 API.
  255. * UrlAuthorizationModule.cs: Added static CheckUrlAccessForPrincipal in
  256. 2.0 profile (TODO).
  257. 2005-08-24 Sebastien Pouliot <[email protected]>
  258. * MembershipUserCollection.cs: Fix exceptions.
  259. 2005-08-22 Sebastien Pouliot <[email protected]>
  260. * FormsAuthentication.cs: Add some 2.0 stuff required for Login*
  261. controls to compile.
  262. 2005-08-18 Sebastien Pouliot <[email protected]>
  263. * Membership.cs: Commented unworking parts of the .cctor to allow
  264. testing the Login control.
  265. * MembershipProviderCollection.cs: Fixed exception handling.
  266. * SqlMembershipProvider.cs: Don't throw NotImplementedException
  267. everywhere so Membership's .cctor (somewhat) works. Removed
  268. Description property (not in beta2).
  269. 2005-07-28 Gonzalo Paniagua Javier <[email protected]>
  270. * FormsAuthentication.cs: allow hardware acceleration support if
  271. available. Sebastien dixit.
  272. 2005-07-26 Gonzalo Paniagua Javier <[email protected]>
  273. * FormsAuthentication.cs: the init_vector must be the same accross
  274. restarts, otherwise the cookie does not work even when a decryption
  275. key is provided. Initialize it to the bytes of the cookie name. Fixes
  276. bug #75635.
  277. 2005-07-25 Eyal Alaluf <[email protected]>
  278. * FormsAuthenticationModule.cs: Check for null config
  279. 2005-07-25 Miguel de Icaza <[email protected]>
  280. * FormsAuthentication.cs (SignOut): Force the cookie to have it
  281. expire in the past.
  282. 2005-07-25 Gonzalo Paniagua Javier <[email protected]>
  283. * FormsAuthentication.cs: my previous patch missed a "small" detail: it
  284. didn't include the verification key when computing/checking the
  285. validation hash. Now this is really a MAC or HMAC or...
  286. 2005-07-25 Gonzalo Paniagua Javier <[email protected]>
  287. * FormsAuthentication.cs:
  288. * FormsAuthenticationTicket.cs: added support for validation and
  289. encryption of the auth. cookie and improved serialization of the ticket.
  290. 2005-07-01 Lluis Sanchez Gual <[email protected]>
  291. * Membership.cs: Read provider info from the config file.
  292. 2005-06-10 Lluis Sanchez Gual <[email protected]>
  293. * MembershipUserCollection.cs:
  294. * MembershipPasswordException.cs:
  295. * RoleProviderCollection.cs:
  296. * ActiveDirectoryMembershipProvider.cs:
  297. * SqlMembershipProvider.cs:
  298. * MembershipProvider.cs:
  299. * SqlRoleProvider.cs:
  300. * Membership.cs:
  301. * MembershipUser.cs:
  302. * MembershipProviderCollection.cs:
  303. * Roles.cs:.
  304. * RoleProvider.cs: Track api changes in ASP.NET 2.0. Implemented
  305. some missing methods.
  306. * AccessRoleProvider.cs:
  307. * AccessMembershipProvider.cs: Removed.
  308. * MembershipCreateUserException.cs:
  309. * MembershipValidatePasswordEventHandler.cs:
  310. * ValidatePasswordEventArgs.cs: Implemented.
  311. 2005-05-21 Sebastien Pouliot <[email protected]>
  312. * FormsAuthentication.cs: Hash the UTF8 representation of the password
  313. strings (to be compatible with Microsoft implementation).
  314. 2005-04-20 Gonzalo Paniagua Javier <[email protected]>
  315. * FormsAuthentication.cs:
  316. * PassportAuthenticationModule.cs:
  317. * WindowsAuthenticationModule.cs: removed warnings.
  318. 2005-03-11 Gonzalo Paniagua Javier <[email protected]>
  319. * FormsAuthenticationModule.cs: fix for bug 73545, which caused
  320. authentication not to work when the cookie was not persistent.
  321. Patch by Ilya Kharmatsky (Mainsoft).
  322. 2005-02-23 Gonzalo Paniagua Javier <[email protected]>
  323. * FormsAuthentication.cs: make the string to be stored in a config.
  324. file uppercase... See bug #72557.
  325. 2005-02-06 Gonzalo Paniagua Javier <[email protected]>
  326. * FormsAuthentication.cs: fixed typo when getting the hash for the
  327. password in SHA1 and MD5. Thanks to Tadas Dailyda.
  328. Lock on a static object instead of typeof(FormsAuthentication).
  329. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  330. * RoleProvider.cs, Roles.cs, SqlRoleProvider.cs, RoleProviderCollection.cs,
  331. AccessRoleProvider.cs: IRoleProvider has been renamed to ProviderBase.
  332. * IMembershipProvider.cs: Deleted.
  333. * MembershipProvider.cs, AccessMembershipProvider.cs, MembershipUser.cs,
  334. Membership.cs, ADMembershipProvider.cs, SqlMembershipProvider.cs
  335. MembershipProviderCollection.cs: MembershipProvider has been deleted
  336. and replaced by the abstract class MembershipProvider.
  337. * MembershipProviderCollection.cs: Minor fixes.
  338. * ADMembershipProvider.cs: Renamed to ActiveDirectoryMembershipProvider.cs.
  339. 2004-11-15 Lluis Sanchez Gual <[email protected]>
  340. * RoleProviderCollection.cs, MembershipProviderCollection.cs:
  341. Fixed warnings.
  342. 2004-08-23 Gonzalo Paniagua Javier <[email protected]>
  343. * FormsAuthentication.cs: patch by Jim Pease to fix the date on renewal.
  344. 2004-08-22 Gonzalo Paniagua Javier <[email protected]>
  345. * FormsAuthenticationModule.cs: don't renew expired cookies. Only renew
  346. the cookie if SlidingExpiration is set. Thanks to Jim Pease.
  347. 2004-08-03 Sanjay Gupta <[email protected]>
  348. * MembershipSortOptions.cs:
  349. * MembershipPasswordFormat.cs:
  350. * MembershipOnlineStatus.cs:
  351. * MembershipCreateStatus.cs:
  352. * CookieProtection.cs: minor modifications.
  353. 2004-06-12 Pedro Martnez Juli <[email protected]>
  354. * FormsAuthentication.cs: Undo last change.
  355. 2004-06-12 Pedro Martnez Juli <[email protected]>
  356. * FormsAuthentication.cs: go to loginUrl from web.config settings
  357. before try with the default ones.
  358. 2004-06-11 Gonzalo Paniagua Javier <[email protected]>
  359. * DefaultAuthenticationModule.cs: set the IPrincipal for this thread
  360. once we have a user. Fixes bug #59683.
  361. 2004-04-21 Gonzalo Paniagua Javier <[email protected]>
  362. * FormsAuthenticationModule.cs: re-read configuration files if needed
  363. when determining if forms auth. is used.
  364. 2004-01-23 Gonzalo Paniagua Javier <[email protected]>
  365. * FormsAuthentication.cs: added RequireSSL and SlidingExpiration.
  366. 2004-01-11 Andreas Nahr <[email protected]>
  367. * PassportIdentity.cs: Added v 1.1 members
  368. 2003-11-25 Ben Maurer <[email protected]>
  369. * AccessMembershipProvider.cs: New v2 file
  370. * AccessRoleProvider.cs: New v2 file
  371. * ADMembershipProvider.cs: New v2 file
  372. * AnonymousIdentificationEventArgs.cs: New v2 file
  373. * AnonymousIdentificationEventHandler.cs: New v2 file
  374. * AnonymousIdentificationModule.cs: New v2 file
  375. * CookieProtection.cs: New v2 file
  376. * IMembershipProvider.cs: New v2 file
  377. * IRoleProvider.cs: New v2 file
  378. * Membership.cs: New v2 file
  379. * MembershipCreateStatus.cs: New v2 file
  380. * MembershipCreateUserException.cs: New v2 file
  381. * MembershipOnlineStatus.cs: New v2 file
  382. * MembershipPasswordException.cs: New v2 file
  383. * MembershipPasswordFormat.cs: New v2 file
  384. * MembershipProviderCollection.cs: New v2 file
  385. * MembershipSortOptions.cs: New v2 file
  386. * MembershipUser.cs: New v2 file
  387. * MembershipUserCollection.cs: New v2 file
  388. * RoleManagerEventArgs.cs: New v2 file
  389. * RoleManagerEventHandler.cs: New v2 file
  390. * RoleManagerModule.cs: New v2 file
  391. * RolePrincipal.cs: New v2 file
  392. * RoleProviderCollection.cs: New v2 file
  393. * Roles.cs: New v2 file
  394. * SqlMembershipProvider.cs: New v2 file
  395. * SqlRoleProvider.cs: New v2 file
  396. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  397. * FormsAuthentication.cs: encoding updates.
  398. 2003-10-04 Gonzalo Paniagua Javier <[email protected]>
  399. * FormsAuthenticationModule.cs: fixed for applications other than /.
  400. 2003-08-27 Gonzalo Paniagua Javier <[email protected]>
  401. * UrlAuthorizationModule.cs: fixed description for status code.
  402. 2003-07-31 Gonzalo Paniagua Javier <[email protected]>
  403. * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
  404. Jens Thiel <[email protected]>.
  405. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  406. * UrlAuthorizationModule.cs: tell the application not to run any other
  407. step apart from EndRequest.
  408. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  409. * FormsAuthentication.cs: implemented RedirectFromLoginPage and
  410. GetRedirectUrl.
  411. * FormsAuthenticationModule.cs: redirect to the login page when a 401
  412. error happens.
  413. * UrlAuthorizationModule.cs: check for valid user or render error page.
  414. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  415. * DefaultAuthenticationModule.cs: implemented. It just create a default
  416. unauthenticated user when no one else provided one.
  417. * FormsAuthenticationModule.cs: removed debug output.
  418. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  419. * FormsAuthenticationModule.cs: remove debug lines.
  420. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  421. * FormsAuthentication.cs: return a null ticket when an exception is
  422. thrown creating it. Implemented RenewTicketIfOld.
  423. * FormsAuthenticationModule.cs: implemented event handlers for
  424. AuthenticateRequest and EndRequest.
  425. * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
  426. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  427. * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
  428. SignOut, FormsCookieName and FormsCookiePath.
  429. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  430. * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
  431. and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
  432. * FormsAuthenticationTicket.cs: set cookiePath to the default when no
  433. other provided.
  434. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  435. * DefaultAuthenticationEventHandler.cs:
  436. * DefaultAuthenticationModule.cs:
  437. * FileAuthorizationModule.cs:
  438. * FormsAuthentication.cs:
  439. * FormsAuthenticationEventArgs.cs:
  440. * FormsAuthenticationEventHandler.cs:
  441. * FormsAuthenticationModule.cs:
  442. * FormsAuthenticationTicket.cs:
  443. * FormsIdentity.cs:
  444. * PassportAuthenticationEventArgs.cs:
  445. * PassportAuthenticationEventHandler.cs:
  446. * PassportAuthenticationModule.cs:
  447. * PassportIdentity.cs:
  448. * UrlAuthorizationModule.cs:
  449. * WindowsAuthenticationEventArgs.cs:
  450. * WindowsAuthenticationEventHandler.cs:
  451. * WindowsAuthenticationModule.cs: new files. Some of them implemented,
  452. some others stubbed out.
  453. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  454. * DefaultAuthenticationEventArgs.cs: added file.