argh
[mono.git] / mcs / tools / security / ChangeLog
index 42e57965bf5e7de46dcc040a4f36a35f1f2a0f04..c06721caf0b74855721c8220eb12484940dc52ef 100644 (file)
@@ -1,3 +1,85 @@
+2004-12-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * permview.cs: Now "works" (including /DECL) with .NET 2.0 when 
+       compiled for NET_2_0, however Nov CTP has a bug and report all 
+       security actions as LinkDemand.
+
+2004-12-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: Added permview to the build.
+       * permview.cs: Fixed option /OUTPUT to close the TextWriter so that 
+       the output is available (in the file) after execution. The default
+       execution (without /DECL) works with a *very* recent Mono runtime.
+
+2004-12-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * permview.cs: New. Managed declarative security permission viewer for
+       assemblies. The tools isn't yet part of the build as we're missing 
+       some runtime support (for Fx 1.0/1.1).
+
+2004-12-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * certmgr.cs, signcode.cs, sn.cs: Fixlets to removed compilation 
+       warning (for unused variables).
+
+2004-12-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * certmgr.cs: Add a new -ssl action to download and add the 
+       certificates from an SSL connection into thr right stores.
+
+2004-12-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Added a class to get informations from assembly
+       attributes (and remove common code from all security tools).
+       * caspol.cs: New. CAS policy management tool.
+       * cert2spc.cs: Updated to use new AssemblyInfo class.
+       * certmgr.cs: Updated to use new AssemblyInfo class.
+       * chktrust.cs: Updated to use new AssemblyInfo class.
+       * Makefile: Added caspol to the build.
+       * MakeCert.cs: Updated to use new AssemblyInfo class.
+       * secutil.cs: Updated to use new AssemblyInfo class.
+       * setreg.cs: Updated to use new AssemblyInfo class.
+       * signcode.cs: Updated to use new AssemblyInfo class.
+       * sn.cs: Updated to use new AssemblyInfo class.
+
+2004-12-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : test .mdb existence (for csc build).
+
+2004-11-26  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (PROGRAM_INSTALL_DIR): Define using $(FRAMEWORK_VERSION).
+
+2004-11-22  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (all-local) [PROFILE=net_1_1_bootstrap]: Build
+       profile-specific "bootstrap" sn.exe.
+       ($(topdir)/class/lib/$(PROFILE)/sn.exe): New.
+
+2004-10-29  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (install-local): Install .mdb files too.
+       (uninstall-local): Remove them.
+
+2004-10-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * signcode.cs: -i (url) and -n (description) parameters were inverted.
+
+2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * signcode.cs: Better error reporting (e.g. missing files).
+
+2004-09-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Updated version to 1.1.2 for next release.
+       * MakeCert.cs: Hack for date parsing problem with Mono.
+
+2004-08-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * certmgr.cs: Added option '-m' to add certificates to the machine 
+       stores (default to user store). Added better handling for 
+       UnauthorizedAccessException (e.g. non-root access to machine store).
+
 2004-08-06  Sebastien Pouliot  <sebastien@ximian.com>
 
        * AssemblyInfo.cs: Update version number for Mono 1.1.1 (HEAD ;).