ChangeLog 12 KB

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