ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. 2006-02-01 Chris Toshok <[email protected]>
  2. * FormsAuthentication.cs, Membership.cs,
  3. FormsAuthenticationModule.cs, UrlAuthorizationModule.cs: oops,
  4. replace GetWebApplicationSection with GetSection.
  5. 2006-02-01 Chris Toshok <[email protected]>
  6. * FormsAuthentication.cs: CONFIGURATION_2_0 => NET_2_0.
  7. simplifies the ifdef mess quite a bit.
  8. * Membership.cs: same.
  9. * FormsAuthenticationModule.cs: same.
  10. * UrlAuthorizationModule.cs: same.
  11. 2006-01-04 Chris Toshok <[email protected]>
  12. * FormsAuthentication.cs (Authenticate): add CONFIGURATION_2_0
  13. code.
  14. (Decrypt2): same.
  15. (Decrypt): same.
  16. (Encrypt): same.
  17. (Initialize): same.
  18. 2006-01-04 Chris Toshok <[email protected]>
  19. * Membership.cs (.cctor): enable the code here under
  20. CONFIGURATION_2_0.
  21. 2006-01-03 Chris Toshok <[email protected]>
  22. * UrlAuthorizationModule.cs (OnAuthorizeRequest): add
  23. CONFIGURATION_2_0 code here.
  24. 2005-12-22 Gonzalo Paniagua Javier <[email protected]>
  25. * FormsAuthentication.cs: don't end the request in
  26. RedirectFromLoginPage.
  27. 2005-12-22 Gonzalo Paniagua Javier <[email protected]>
  28. * FormsAuthenticationModule.cs: expire the cookie. Fixes bug #77043.
  29. Patch by Cyrille Colin.
  30. 2005-12-13 Gonzalo Paniagua Javier <[email protected]>
  31. * FormsAuthenticationModule.cs: ignore any exception thrown when mapping
  32. the provided virtual path to the physical one. Patch by Cyrille Colin.
  33. 2005-11-28 Chris Toshok <[email protected]>
  34. * FormsAuthenticationModule.cs (OnAuthenticateRequest):
  35. CONFIGURATION_2_0 work.
  36. (OnEndRequest): same.
  37. 2005-09-09 Sebastien Pouliot <[email protected]>
  38. * DefaultAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
  39. * DefaultAuthenticationModule.cs: Added LinkDemand for Minimal. Added
  40. Demand for UnmanagedCode on constructor.
  41. * FileAuthorizationModule.cs: Added LinkDemand for Minimal. Added
  42. Demand for UnmanagedCode on constructor.
  43. * FormsAuthentication.cs: Added LinkDemand for Minimal.
  44. * FormsAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
  45. * FormsAuthenticationModule.cs: Added LinkDemand for Minimal. Added
  46. Demand for UnmanagedCode on constructor.
  47. * FormsAuthenticationTicket.cs: Added LinkDemand for Minimal.
  48. * FormsIdentity.cs: Added LinkDemand for Minimal.
  49. * PassportAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
  50. * PassportAuthenticationModule.cs: Added LinkDemand for Minimal. Added
  51. Demand for UnmanagedCode on constructor.
  52. * PassportIdentity.cs: Added LinkDemand for Minimal. Added Demand for
  53. UnmanagedCode on constructor.
  54. * UrlAuthorizationModule.cs: Added LinkDemand for Minimal. Added
  55. Demand for UnmanagedCode on constructor.
  56. * WindowsAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
  57. * WindowsAuthenticationModule.cs: Added LinkDemand for Minimal. Added
  58. Demand for UnmanagedCode on constructor.
  59. 2005-09-01 Sebastien Pouliot <[email protected]>
  60. * FormsAuthenticationEventArgs.cs: Ensure the setter for User is
  61. protected by a demand for ControlPrincipal.
  62. * PassportAuthenticationEventArgs.cs: Ensure the setter for User is
  63. protected by a demand for ControlPrincipal.
  64. * WindowsAuthenticationEventArgs.cs: Ensure the setter for User is
  65. protected by a demand for ControlPrincipal.
  66. 2005-08-25 Sebastien Pouliot <[email protected]>
  67. * FormsAuthentication.cs: With 2.0 we can get the default properties
  68. and call Initialize without a NRE.
  69. 2005-08-25 Sebastien Pouliot <[email protected]>
  70. * ActiveDirectoryConnectionProtection.cs: New (2.0) enum.
  71. * ActiveDirectoryMembershipProvider.cs: Fixed 2.0 API.
  72. * AnonymousIdentificationEventArgs.cs: Fixed AnonymousID property case.
  73. * AnonymousIdentificationModule.cs: Fixed 2.0 API.
  74. * FileAuthorizationModule.cs: Added static CheckFileAccessForUser in
  75. 2.0 profile (TODO).
  76. * FormsAuthentication.cs: Added missing 2.0 properties with their
  77. default values.
  78. * MembershipCreateStatus.cs: Fixed enum values/names.
  79. * MembershipProvider.cs: Added stub for [Decrypt|Encrypt]Password. Both
  80. methods don't seems to work without an active provider.
  81. * PassportIdentity.cs: Added IDispose for 2.0 profile.
  82. * Roles.cs: Added missing beta2 bits and default values (which are the
  83. only things working without a role provider (web.config).
  84. * RolePrincipal.cs: Fixed 2.0 API. Implemented a few bits.
  85. * SqlRoleProvider.cs: Fixed 2.0 API.
  86. * UrlAuthorizationModule.cs: Added static CheckUrlAccessForPrincipal in
  87. 2.0 profile (TODO).
  88. 2005-08-24 Sebastien Pouliot <[email protected]>
  89. * MembershipUserCollection.cs: Fix exceptions.
  90. 2005-08-22 Sebastien Pouliot <[email protected]>
  91. * FormsAuthentication.cs: Add some 2.0 stuff required for Login*
  92. controls to compile.
  93. 2005-08-18 Sebastien Pouliot <[email protected]>
  94. * Membership.cs: Commented unworking parts of the .cctor to allow
  95. testing the Login control.
  96. * MembershipProviderCollection.cs: Fixed exception handling.
  97. * SqlMembershipProvider.cs: Don't throw NotImplementedException
  98. everywhere so Membership's .cctor (somewhat) works. Removed
  99. Description property (not in beta2).
  100. 2005-07-28 Gonzalo Paniagua Javier <[email protected]>
  101. * FormsAuthentication.cs: allow hardware acceleration support if
  102. available. Sebastien dixit.
  103. 2005-07-26 Gonzalo Paniagua Javier <[email protected]>
  104. * FormsAuthentication.cs: the init_vector must be the same accross
  105. restarts, otherwise the cookie does not work even when a decryption
  106. key is provided. Initialize it to the bytes of the cookie name. Fixes
  107. bug #75635.
  108. 2005-07-25 Eyal Alaluf <[email protected]>
  109. * FormsAuthenticationModule.cs: Check for null config
  110. 2005-07-25 Miguel de Icaza <[email protected]>
  111. * FormsAuthentication.cs (SignOut): Force the cookie to have it
  112. expire in the past.
  113. 2005-07-25 Gonzalo Paniagua Javier <[email protected]>
  114. * FormsAuthentication.cs: my previous patch missed a "small" detail: it
  115. didn't include the verification key when computing/checking the
  116. validation hash. Now this is really a MAC or HMAC or...
  117. 2005-07-25 Gonzalo Paniagua Javier <[email protected]>
  118. * FormsAuthentication.cs:
  119. * FormsAuthenticationTicket.cs: added support for validation and
  120. encryption of the auth. cookie and improved serialization of the ticket.
  121. 2005-07-01 Lluis Sanchez Gual <[email protected]>
  122. * Membership.cs: Read provider info from the config file.
  123. 2005-06-10 Lluis Sanchez Gual <[email protected]>
  124. * MembershipUserCollection.cs:
  125. * MembershipPasswordException.cs:
  126. * RoleProviderCollection.cs:
  127. * ActiveDirectoryMembershipProvider.cs:
  128. * SqlMembershipProvider.cs:
  129. * MembershipProvider.cs:
  130. * SqlRoleProvider.cs:
  131. * Membership.cs:
  132. * MembershipUser.cs:
  133. * MembershipProviderCollection.cs:
  134. * Roles.cs:.
  135. * RoleProvider.cs: Track api changes in ASP.NET 2.0. Implemented
  136. some missing methods.
  137. * AccessRoleProvider.cs:
  138. * AccessMembershipProvider.cs: Removed.
  139. * MembershipCreateUserException.cs:
  140. * MembershipValidatePasswordEventHandler.cs:
  141. * ValidatePasswordEventArgs.cs: Implemented.
  142. 2005-05-21 Sebastien Pouliot <[email protected]>
  143. * FormsAuthentication.cs: Hash the UTF8 representation of the password
  144. strings (to be compatible with Microsoft implementation).
  145. 2005-04-20 Gonzalo Paniagua Javier <[email protected]>
  146. * FormsAuthentication.cs:
  147. * PassportAuthenticationModule.cs:
  148. * WindowsAuthenticationModule.cs: removed warnings.
  149. 2005-03-11 Gonzalo Paniagua Javier <[email protected]>
  150. * FormsAuthenticationModule.cs: fix for bug 73545, which caused
  151. authentication not to work when the cookie was not persistent.
  152. Patch by Ilya Kharmatsky (Mainsoft).
  153. 2005-02-23 Gonzalo Paniagua Javier <[email protected]>
  154. * FormsAuthentication.cs: make the string to be stored in a config.
  155. file uppercase... See bug #72557.
  156. 2005-02-06 Gonzalo Paniagua Javier <[email protected]>
  157. * FormsAuthentication.cs: fixed typo when getting the hash for the
  158. password in SHA1 and MD5. Thanks to Tadas Dailyda.
  159. Lock on a static object instead of typeof(FormsAuthentication).
  160. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  161. * RoleProvider.cs, Roles.cs, SqlRoleProvider.cs, RoleProviderCollection.cs,
  162. AccessRoleProvider.cs: IRoleProvider has been renamed to ProviderBase.
  163. * IMembershipProvider.cs: Deleted.
  164. * MembershipProvider.cs, AccessMembershipProvider.cs, MembershipUser.cs,
  165. Membership.cs, ADMembershipProvider.cs, SqlMembershipProvider.cs
  166. MembershipProviderCollection.cs: MembershipProvider has been deleted
  167. and replaced by the abstract class MembershipProvider.
  168. * MembershipProviderCollection.cs: Minor fixes.
  169. * ADMembershipProvider.cs: Renamed to ActiveDirectoryMembershipProvider.cs.
  170. 2004-11-15 Lluis Sanchez Gual <[email protected]>
  171. * RoleProviderCollection.cs, MembershipProviderCollection.cs:
  172. Fixed warnings.
  173. 2004-08-23 Gonzalo Paniagua Javier <[email protected]>
  174. * FormsAuthentication.cs: patch by Jim Pease to fix the date on renewal.
  175. 2004-08-22 Gonzalo Paniagua Javier <[email protected]>
  176. * FormsAuthenticationModule.cs: don't renew expired cookies. Only renew
  177. the cookie if SlidingExpiration is set. Thanks to Jim Pease.
  178. 2004-08-03 Sanjay Gupta <[email protected]>
  179. * MembershipSortOptions.cs:
  180. * MembershipPasswordFormat.cs:
  181. * MembershipOnlineStatus.cs:
  182. * MembershipCreateStatus.cs:
  183. * CookieProtection.cs: minor modifications.
  184. 2004-06-12 Pedro Martnez Juli <[email protected]>
  185. * FormsAuthentication.cs: Undo last change.
  186. 2004-06-12 Pedro Martnez Juli <[email protected]>
  187. * FormsAuthentication.cs: go to loginUrl from web.config settings
  188. before try with the default ones.
  189. 2004-06-11 Gonzalo Paniagua Javier <[email protected]>
  190. * DefaultAuthenticationModule.cs: set the IPrincipal for this thread
  191. once we have a user. Fixes bug #59683.
  192. 2004-04-21 Gonzalo Paniagua Javier <[email protected]>
  193. * FormsAuthenticationModule.cs: re-read configuration files if needed
  194. when determining if forms auth. is used.
  195. 2004-01-23 Gonzalo Paniagua Javier <[email protected]>
  196. * FormsAuthentication.cs: added RequireSSL and SlidingExpiration.
  197. 2004-01-11 Andreas Nahr <[email protected]>
  198. * PassportIdentity.cs: Added v 1.1 members
  199. 2003-11-25 Ben Maurer <[email protected]>
  200. * AccessMembershipProvider.cs: New v2 file
  201. * AccessRoleProvider.cs: New v2 file
  202. * ADMembershipProvider.cs: New v2 file
  203. * AnonymousIdentificationEventArgs.cs: New v2 file
  204. * AnonymousIdentificationEventHandler.cs: New v2 file
  205. * AnonymousIdentificationModule.cs: New v2 file
  206. * CookieProtection.cs: New v2 file
  207. * IMembershipProvider.cs: New v2 file
  208. * IRoleProvider.cs: New v2 file
  209. * Membership.cs: New v2 file
  210. * MembershipCreateStatus.cs: New v2 file
  211. * MembershipCreateUserException.cs: New v2 file
  212. * MembershipOnlineStatus.cs: New v2 file
  213. * MembershipPasswordException.cs: New v2 file
  214. * MembershipPasswordFormat.cs: New v2 file
  215. * MembershipProviderCollection.cs: New v2 file
  216. * MembershipSortOptions.cs: New v2 file
  217. * MembershipUser.cs: New v2 file
  218. * MembershipUserCollection.cs: New v2 file
  219. * RoleManagerEventArgs.cs: New v2 file
  220. * RoleManagerEventHandler.cs: New v2 file
  221. * RoleManagerModule.cs: New v2 file
  222. * RolePrincipal.cs: New v2 file
  223. * RoleProviderCollection.cs: New v2 file
  224. * Roles.cs: New v2 file
  225. * SqlMembershipProvider.cs: New v2 file
  226. * SqlRoleProvider.cs: New v2 file
  227. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  228. * FormsAuthentication.cs: encoding updates.
  229. 2003-10-04 Gonzalo Paniagua Javier <[email protected]>
  230. * FormsAuthenticationModule.cs: fixed for applications other than /.
  231. 2003-08-27 Gonzalo Paniagua Javier <[email protected]>
  232. * UrlAuthorizationModule.cs: fixed description for status code.
  233. 2003-07-31 Gonzalo Paniagua Javier <[email protected]>
  234. * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
  235. Jens Thiel <[email protected]>.
  236. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  237. * UrlAuthorizationModule.cs: tell the application not to run any other
  238. step apart from EndRequest.
  239. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  240. * FormsAuthentication.cs: implemented RedirectFromLoginPage and
  241. GetRedirectUrl.
  242. * FormsAuthenticationModule.cs: redirect to the login page when a 401
  243. error happens.
  244. * UrlAuthorizationModule.cs: check for valid user or render error page.
  245. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  246. * DefaultAuthenticationModule.cs: implemented. It just create a default
  247. unauthenticated user when no one else provided one.
  248. * FormsAuthenticationModule.cs: removed debug output.
  249. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  250. * FormsAuthenticationModule.cs: remove debug lines.
  251. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  252. * FormsAuthentication.cs: return a null ticket when an exception is
  253. thrown creating it. Implemented RenewTicketIfOld.
  254. * FormsAuthenticationModule.cs: implemented event handlers for
  255. AuthenticateRequest and EndRequest.
  256. * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
  257. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  258. * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
  259. SignOut, FormsCookieName and FormsCookiePath.
  260. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  261. * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
  262. and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
  263. * FormsAuthenticationTicket.cs: set cookiePath to the default when no
  264. other provided.
  265. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  266. * DefaultAuthenticationEventHandler.cs:
  267. * DefaultAuthenticationModule.cs:
  268. * FileAuthorizationModule.cs:
  269. * FormsAuthentication.cs:
  270. * FormsAuthenticationEventArgs.cs:
  271. * FormsAuthenticationEventHandler.cs:
  272. * FormsAuthenticationModule.cs:
  273. * FormsAuthenticationTicket.cs:
  274. * FormsIdentity.cs:
  275. * PassportAuthenticationEventArgs.cs:
  276. * PassportAuthenticationEventHandler.cs:
  277. * PassportAuthenticationModule.cs:
  278. * PassportIdentity.cs:
  279. * UrlAuthorizationModule.cs:
  280. * WindowsAuthenticationEventArgs.cs:
  281. * WindowsAuthenticationEventHandler.cs:
  282. * WindowsAuthenticationModule.cs: new files. Some of them implemented,
  283. some others stubbed out.
  284. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  285. * DefaultAuthenticationEventArgs.cs: added file.