Граф коммитов

24 Коммитов

Автор SHA1 Сообщение Дата
Marek Habersack cccf43eb8d [xsp] Hush some warnings, move keysign options to Makefiles 2011-04-14 03:07:22 +02:00
Gonzalo Paniagua Javier c1d438793e Add .gitignore 2010-08-24 17:40:14 -04:00
Marek Habersack aa1ce28a67 2010-02-26 Marek Habersack <mhabersack@novell.com>
* tools/asp_state/asp-state4.exe.config: modifed to load types
	from System.Web 4.0.0

	* src/Mono.WebServer/InitialWorkerRequest.cs: do not decode paths
	before passing them to GetSafePath. Fixes bug #581594

svn path=/trunk/xsp/; revision=152564
2010-02-26 18:27:37 +00:00
Marek Habersack 0fa9591631 2009-12-02 Marek Habersack <mhabersack@novell.com>
* configure.in, scripts/Makefile.am,
	src/Mono.WebServer.Apache/Makefile.am,
	src/Mono.WebServer.FastCgi/Makefile.am,
	src/Mono.WebServer.XSP/Makefile.am,
	src/Mono.WebServer/AssemblyInfo4.cs.in,
	src/Mono.WebServer/Makefile.am,
	src/Mono.WebServer/xsp-4.pc.in,
	tools/asp_state/Makefile.am,
	tools/asp_state/asp-state4.exe.config,
	tools/dbsessmgr/Makefile.am,
	tools/dbsessmgr/dbsessmgr4.exe.config: added support for compiling
	.NET 4.0 versions of the assemblies and tools.

svn path=/trunk/xsp/; revision=147416
2009-12-02 11:24:05 +00:00
Marek Habersack 7d9085ca74 Removed 1.1 bits from build
svn path=/trunk/xsp/; revision=143254
2009-10-02 08:26:02 +00:00
Wade Berrier 1e3727fd3d 2007-10-26 Wade Berrier <wberrier@novell.com>
* configure.in:
       * src/AssemblyInfoModMono.cs.in:
       * src/AssemblyInfo.cs.in:
       * tools/asp_state/AssemblyInfo.cs.in:
       * tools/dbsessmgr/AssemblyInfo.cs.in:
       Split VERSION to VERSION and XSP_VERSION in order to allow svn
revision 
       in VERSION and still satisfy mcs's numbering scheme (recently
changed
       to match csc)
       Didn't replace VERSION, because we need the tarball version to
not have
       periods in the revision name.


svn path=/trunk/xsp/; revision=88287
2007-10-26 20:24:25 +00:00
Wade Berrier 82eccc341b 2007-05-06 Wade Berrier <wberrier@novell.com>
* tools/asp_state/Makefile.am:
        * tools/dbsessmgr/Makefile.am: 
        Split DATA and SCRIPTS for .exe and .exe.config so that .config doesn't
        have the execute bit set (otherwise, causes warning in suse's rpmlint)


svn path=/trunk/xsp/; revision=78907
2007-06-07 23:56:48 +00:00
Gonzalo Paniagua Javier c8a74929fa 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* tools/asp_state/asp-state.exe.config: 
	* tools/asp_state/asp-state2.exe.config: use FQDN.


svn path=/trunk/xsp/; revision=61380
2006-06-01 17:41:44 +00:00
Gonzalo Paniagua Javier 80e045e576 fix paths. Bug #76357
svn path=/trunk/xsp/; revision=51392
2005-10-07 04:38:50 +00:00
Rafael Teixeira c4100b3f33 2005-06-17 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* tools/asp_state/asp_state.cs: find configuration filename to match the
	executable name and path plus ".config", that fix not finding the oldnamed
	"asp_state.exe.config" what make it work for asp-state2.exe, besides it was 
	looking for the configuration file in the current dir, not the dir containing
	the executable. Also for first timers like me be a bit more verbose and don't
	start if some command line arguments are passed (I tried a asp-state --help 
	and got baffled).


svn path=/trunk/xsp/; revision=46162
2005-06-17 18:15:54 +00:00
Ben Maurer 9a0ac52c28 2005-05-07 Ben Maurer <bmaurer@ximian.com>
* configure.in: put the full path to mono in RUNTIME
	* */Makefile.am: s.$libdir.$prefix/lib, since that's what mono
	uses. Also, for scripts, use RUNTIME rather than just `mono'.


svn path=/trunk/xsp/; revision=44211
2005-05-07 22:37:58 +00:00
Raja R Harinath 58d16502a9 Some 'distcheck' fixes.
* server/Makefile.am (CLEANFILES): Clean up *.exe and *.mdb.
* tools/dbsessmgr/Makefile.am (EXTRA_DIST): Add dbsessmgr2.exe.config.
(CLEANFILES): Clean up *.exe and *.mdb.
* tools/asp_state/Makefile.am (EXTRA_DIST): Add asp-state2.exe.config.
(CLEANFILES): Clean up *.exe and *.mdb.
* scripts/Makefile.am (CLEANFILES): Fix typos.  Clean up all the scripts.

svn path=/trunk/xsp/; revision=37773
2004-12-15 09:15:26 +00:00
Gonzalo Paniagua Javier 7a374ce6d7 2.0
svn path=/trunk/xsp/; revision=37721
2004-12-14 04:50:45 +00:00
Miguel de Icaza 06e98f068f Make the two helper programs scripts on their own
svn path=/trunk/xsp/; revision=36612
2004-11-26 04:02:52 +00:00
Ben Maurer e93a311c9e ssh
svn path=/trunk/xsp/; revision=33774
2004-09-12 15:39:35 +00:00
Gonzalo Paniagua Javier d9b43803ab 2004-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Makefile.am:
	* configure.in:
	* nunit-tests/standalone/Makefile.am:
	* scripts/.cvsignore:
	* scripts/Makefile.am:
	* scripts/script.in:
	* server/Makefile.am:
	* tools/asp_state/Makefile.am:
	* tools/dbsessmgr/Makefile.am:
	* tools/nunitasp/source/NUnitAsp/Makefile.am:
	* tools/nunitasp/source/NUnitAspTest/Makefile.am: added xsp and
	mod-mono-server scripts, remove .mdb files when cleaning.

svn path=/trunk/xsp/; revision=31750
2004-08-02 21:04:13 +00:00
Gonzalo Paniagua Javier cfc3e0425e 2004-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* configure.in:
	* doc/.cvsignore:
	* doc/Makefile.am:
	* doc/dbsessmgr.1.in:
	* doc/xsp.1.in: added dbsessmgr manual page.

	* nunit-tests/standalone/Makefile.am:
	* tools/dbsessmgr/AssemblyInfo.cs.in:
	* tools/nunitasp/source/NUnitAsp/Makefile.am:
	* tools/nunitasp/source/NUnitAspTest/Makefile.am: build fixes.

	* tools/asp_state/asp_state.exe.config: added ?xml stuff.
	* tools/dbsessmgr/dbsessmgr.cs: use LoadWithPartialName.

svn path=/trunk/xsp/; revision=28330
2004-05-28 05:34:32 +00:00
Gonzalo Paniagua Javier 19da7c0757 2004-04-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* AUTHORS:
	* configure.in:
	* nunit-tests/Makefile.am:
	* nunit-tests/standalone/Makefile.am:
	* server/Makefile.am:
	* test/.cvsignore:
	* test/Makefile.am:
	* test/TestService.asmx:
	* test/authtest/.cvsignore:
	* test/authtest/Makefile.am:
	* tools/asp_state/.cvsignore:
	* tools/asp_state/Makefile.am:
	* tools/dbsessmgr/.cvsignore:
	* tools/dbsessmgr/Makefile.am:
	* tools/nunitasp/source/Makefile.am:
	* tools/nunitasp/source/NUnitAsp/.cvsignore:
	* tools/nunitasp/source/NUnitAsp/Makefile.am:
	* tools/nunitasp/source/NUnitAsp/AspTester/.cvsignore:
	* tools/nunitasp/source/NUnitAsp/AspTester/Makefile.am:
	* tools/nunitasp/source/NUnitAsp/HtmlTester/.cvsignore:
	* tools/nunitasp/source/NUnitAspTest/.cvsignore:
	* tools/nunitasp/source/NUnitAspTest/Makefile.am:
	* tools/nunitasp/source/NUnitAspTest/AspTester/.cvsignore:
	* tools/nunitasp/source/NUnitAspTest/AspTester/Makefile.am:
	* tools/nunitasp/source/NUnitAspTest/HtmlTester/.cvsignore: makefile
	love. distcheck works now. Fixes bug #53652.

	* nunit-tests/standalone/Makefile.in:
	* server/Makefile.in:
	* test/Makefile.in:
	* tools/asp_state/Makefile.in:
	* tools/dbsessmgr/Makefile.in:
	* tools/nunitasp/source/NUnitAsp/Makefile.in:
	* tools/nunitasp/source/NUnitAspTest/Makefile.in: removed

svn path=/trunk/xsp/; revision=25071
2004-04-06 02:07:09 +00:00
Urs C. Muff c3c4570a35 add .cvsignore file to hide ? files after making
svn path=/trunk/xsp/; revision=23240
2004-02-18 21:10:43 +00:00
Gonzalo Paniagua Javier 5bd08f4123 2004-01-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Makefile.am: added nunit-tests to SUBDIRS.
	* server/Makefile.in:
	* test/Makefile.in:
	* tools/asp_state/Makefile.in:
	* tools/dbsessmgr/Makefile.in:
	* tools/nunitasp/source/NUnitAsp/Makefile.in:
	* tools/nunitasp/source/NUnitAspTest/Makefile.in: added distclean
	target.

svn path=/trunk/xsp/; revision=21640
2004-01-03 16:13:38 +00:00
Jackson Harper 0179fc2d9f Add config files to DIST
svn path=/trunk/xsp/; revision=20656
2003-12-01 04:44:44 +00:00
Jackson Harper 8b75bb08f5 * tools/asp_state/asp_state.exe.config: Use same port as MS, load
the RemoteStateServer from System.Web.

svn path=/trunk/xsp/; revision=20414
2003-11-25 04:30:51 +00:00
Gonzalo Paniagua Javier 74c0f0b0e0 dum de dum
svn path=/trunk/xsp/; revision=20409
2003-11-25 02:56:35 +00:00
Jackson Harper 97f783551f * tools/asp_state/asp_state.cs:
* tools/asp_state/Makefile.in:
	* tools/asp_state/AssemblyInfo.cs.in:
	* tools/asp_state/asp_state.exe.config:An ASP.NET State
        server.

svn path=/trunk/xsp/; revision=20407
2003-11-25 02:44:12 +00:00