ChangeLog 14 KB

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