1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-04 21:42:15 +03:00

85 Commits

Author SHA1 Message Date
André Malo
eeb57c17ad fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 20:40:53 +00:00
André Malo
60bf503378 fix copyright date according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102590 13f79535-47bb-0310-9956-ffa450edef68
2004-02-08 14:05:43 +00:00
André Malo
4f02cb1e18 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102525 13f79535-47bb-0310-9956-ffa450edef68
2004-02-06 22:58:42 +00:00
André Malo
fb07607180 update license to 2004.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102135 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 13:26:26 +00:00
William A. Rowe Jr
281948b722 After discussions at length on dev@apr/httpd, it is determined that
the older .dbg format symbols are not worth the interference with
  generating complete .pdb symbolic debugging databases.

  This patch further eliminates pdbtype:sept flags that interfere with
  deciphering local symbols and type information.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98970 13f79535-47bb-0310-9956-ffa450edef68
2003-03-11 00:58:59 +00:00
William A. Rowe Jr
8607e55c42 After consultations on the APR list, it was decided that /map files are
fairly redundant when you retain rich .pdb debugging symbol files.  We
  have rarely used them, and generally .dbg and .pdb files prove much more
  useful for the cases we have.

  While eliminating /map files, we are also shrinking the size of the .dbg
  files by stripping 'private' symbol information.  Really this means less
  rich diagnostics from Dr. Watson on NT or Win9x when they query the .dbg
  symbols in creating a DrWatson log file.  But it's more than compensated
  for on newer OS'es where Dr. Watson will query the .pdb symbols, on all
  Win32 flavors when WinDbg is used with the .pdb symbols, and the fact that
  the distribution of binary symbols will use less bandwidth when less
  information is duplicated from the .pdb format into the .dbg files.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98744 13f79535-47bb-0310-9956-ffa450edef68
2003-02-20 15:56:05 +00:00
William A. Rowe Jr
e8c0a9532f foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which
was badness.  Twist this puppy to .dbr, the only name I could invent that
  doesn't look like any database file extension I recall.

  It stands for .dbg rebased.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98712 13f79535-47bb-0310-9956-ffa450edef68
2003-02-18 22:07:21 +00:00
William A. Rowe Jr
a45632ba37 *) Introduce debugging symbols for Win32 release builds, both .pdb
and .dbg files (older debuggers and Dr. Watson-type utilities
     on WinNT or Win9x don't support the newer .pdb flavor.)
     [Allen Edwards, William Rowe]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98596 13f79535-47bb-0310-9956-ffa450edef68
2003-02-07 21:30:53 +00:00
André Malo
742af25096 finished that boring job:
update license to 2003.

Happy New Year! ;-))


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98573 13f79535-47bb-0310-9956-ffa450edef68
2003-02-03 17:53:28 +00:00
William A. Rowe Jr
ebef197daf Update support utility filenames to reflect .exe extensions for the
newest apr/build/win32ver.awk script changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98376 13f79535-47bb-0310-9956-ffa450edef68
2003-01-20 18:51:57 +00:00
William A. Rowe Jr
9ea8090584 We generate an .rc now, not a .h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96306 13f79535-47bb-0310-9956-ffa450edef68
2002-08-04 18:33:58 +00:00
William A. Rowe Jr
9a4780a697 Forgot to change both release and debug opts at once
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96048 13f79535-47bb-0310-9956-ffa450edef68
2002-07-13 06:26:56 +00:00
William A. Rowe Jr
57a458394d Back to a slightly modified flavor of imajes' (James Cox'es) original
design, only stay with .rc file extensions so the original resources
  can be reviewed in the resource editor, rather than using .in files.

  Also significantly improve the explicit dependencies.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96043 13f79535-47bb-0310-9956-ffa450edef68
2002-07-13 05:34:07 +00:00
William A. Rowe Jr
b033722b1d This is back to an .rc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96042 13f79535-47bb-0310-9956-ffa450edef68
2002-07-13 05:10:36 +00:00
William A. Rowe Jr
14ddc05bc5 Ok. This gives us one warning - could not scan ApacheMonitorVer.h for
dependencies.  But it gives us back our top level, editable and commitable
  ApacheMonitor.rc file, and doesn't mess up dependencies due to the presence
  of two different .rc files in the schema (which is partly what messed up
  the original case.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96041 13f79535-47bb-0310-9956-ffa450edef68
2002-07-13 05:09:52 +00:00
William A. Rowe Jr
37847c1435 Put back the missing symbols header
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96039 13f79535-47bb-0310-9956-ffa450edef68
2002-07-13 03:44:15 +00:00
William A. Rowe Jr
2ae737e3e9 Final tweak and CREDITs ... switch the order to simplify things, and
pull out the old dependency on ApacheMonitorVersion.rc


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96038 13f79535-47bb-0310-9956-ffa450edef68
2002-07-13 03:29:49 +00:00
William A. Rowe Jr
fa0248550a Totally different solution to our dependency problems provided by
James Cox <imajes@php.net> ... create ApacheMonitor.rc dynamically,
  and include our ApacheMonitor.rc.in templates of defined resources.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96037 13f79535-47bb-0310-9956-ffa450edef68
2002-07-13 03:18:21 +00:00
William A. Rowe Jr
e233befbcb Use the bare minimum permissions required to perform a given service
manager operation.

Submitted by: David Shane Holden <dpejesh@yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96036 13f79535-47bb-0310-9956-ffa450edef68
2002-07-12 18:32:27 +00:00
William A. Rowe Jr
00b1c6f5b9 While this fixed the bug, no resources were build for ApacheMonitor,
so the application couldn't start.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96023 13f79535-47bb-0310-9956-ffa450edef68
2002-07-12 05:55:21 +00:00
William A. Rowe Jr
6e58d2426e Fix access for non-Administrators (superusers and the like) to allow them
to start and stop services, even without full permission to create or
  remove installed services.

PR: 10460
Submitted by: "Mladen Turk" <mturk@mappingsoft.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95989 13f79535-47bb-0310-9956-ffa450edef68
2002-07-09 17:13:48 +00:00
Ryan Bloom
898b8f7755 VC6 is unable to deal with dependencies that are still due to be made.
This moves around the order of compilation around so that the error goes
away.
PR:	10130
Submitted by:	James Cox [imajes@php.net]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95970 13f79535-47bb-0310-9956-ffa450edef68
2002-07-08 03:40:37 +00:00
William A. Rowe Jr
4c67f757e6 Some small wording improvements.
Submitted by: James Cox <imajes@php.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95885 13f79535-47bb-0310-9956-ffa450edef68
2002-06-25 05:51:23 +00:00
Ryan Bloom
02be9eb322 Add a timeout option to wintty. This allows the user to specify a number
of seconds to wait after the program terminates before closing the window.
Previously, the windows would remain open indefinately.  This option is
not currently being used by Apache.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95836 13f79535-47bb-0310-9956-ffa450edef68
2002-06-21 18:49:11 +00:00
Cliff Woolley
4608e523fc Fix grammar.
Submitted by:  James Cox <imajes@php.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95801 13f79535-47bb-0310-9956-ffa450edef68
2002-06-19 04:25:55 +00:00
William A. Rowe Jr
44864030b6 Show the 'Disconnect' button to detach ourselves from another computer's
services on Win32.

Submitted by: Mladen Turk <mturk@mappingsoft.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95732 13f79535-47bb-0310-9956-ffa450edef68
2002-06-17 18:37:11 +00:00
William A. Rowe Jr
9fe1d41f31 Formating, whitespace, following {} rules, 80 char lines, etc. The only
significant variation from the general Apache rules is the construct:

  switch ()
  {
  case foo:
      case_fns();
  }

  indentation, since win32 switches are very common, but it's impossible
  to follow that rule and maintain legible 80 character line limits.  This
  is a common enough exception that I don't expect vocal objections.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95714 13f79535-47bb-0310-9956-ffa450edef68
2002-06-16 19:02:58 +00:00
William A. Rowe Jr
4d07c89cb1 Don't pass args at StartService, there is no point.
PR:9858
Submitted by:	Mladen Turk <mturk@mappingsoft.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95667 13f79535-47bb-0310-9956-ffa450edef68
2002-06-14 08:04:14 +00:00
William A. Rowe Jr
93dc524eb3 cvs up/diff gets pretty hard to track with vc7 builds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95524 13f79535-47bb-0310-9956-ffa450edef68
2002-06-05 14:56:46 +00:00
William A. Rowe Jr
a87644ff05 Always using -t "Window Title" option myself, so I never caught this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95380 13f79535-47bb-0310-9956-ffa450edef68
2002-05-30 04:47:03 +00:00
William A. Rowe Jr
63ebabf4a7 Ahhh, this really aught to include windows first, then the custom
defined symbols.  Better yet - throw in the copyright.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95161 13f79535-47bb-0310-9956-ffa450edef68
2002-05-17 21:08:54 +00:00
William A. Rowe Jr
3441748a96 An absolutely unnecessary hack around MSVC emits that the symbol may
not have been initialized.  [Of course it was initialized, the same
  code protects both it's initialization and reset.]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95141 13f79535-47bb-0310-9956-ffa450edef68
2002-05-16 19:12:02 +00:00
William A. Rowe Jr
c6458d2501 Fix CoInitialize/CoUninitialize missing symbols, reported by Jerry Baker.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95137 13f79535-47bb-0310-9956-ffa450edef68
2002-05-16 16:40:54 +00:00
William A. Rowe Jr
b20e011389 Yesterday's patch went to far, add a missing library (and drop a release
reference to an unneeded one.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95085 13f79535-47bb-0310-9956-ffa450edef68
2002-05-14 12:38:40 +00:00
William A. Rowe Jr
0105166da0 Clean out some needless flags/libs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95063 13f79535-47bb-0310-9956-ffa450edef68
2002-05-13 14:56:04 +00:00
William A. Rowe Jr
ddb56aa7da Fix Restart and Stop from the service taskbar list.
PR: 7930
Obtained from:	http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7930
Submitted by:	David Shane Holden <dpejesh@yahoo.com>
Reviewed by:	Mladen Turk, William Rowe


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94723 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 19:19:44 +00:00
William A. Rowe Jr
01f26b0ff7 Eliminate cyclic dependency that broke 2.0.35 command line build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94582 13f79535-47bb-0310-9956-ffa450edef68
2002-04-09 15:36:42 +00:00
William A. Rowe Jr
9464e18c00 Correct a simple typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94557 13f79535-47bb-0310-9956-ffa450edef68
2002-04-09 00:12:40 +00:00
Roy T. Fielding
845cbfd508 Update our copyright for this year.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93918 13f79535-47bb-0310-9956-ffa450edef68
2002-03-13 20:48:07 +00:00
William A. Rowe Jr
70e4bebb7f Significant cleanup and enable wintty to -always- escape from the service
context when the run-as-user is LocalSystem or has access to the windows
  station and desktop.  The original method did not give us a visible tty
  unless the 'Allow Service to Interact with Desktop' toggle was set.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93655 13f79535-47bb-0310-9956-ffa450edef68
2002-03-01 06:44:54 +00:00
William A. Rowe Jr
d057840899 Need broader permissions if we are to read and the set the flags that
apply to the console stream.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93604 13f79535-47bb-0310-9956-ffa450edef68
2002-02-27 19:38:09 +00:00
William A. Rowe Jr
db99ee63f8 Must admit, my use case was focused on services. It seems that if we
had a console, we weren't reassigning stdhandles with AllocConsole().
  Open the conin/conout very explicitly, and clean up some other cruft.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93601 13f79535-47bb-0310-9956-ffa450edef68
2002-02-27 17:38:20 +00:00
William A. Rowe Jr
aff1454d34 *) Split all Win32 modules [excluding the core components mod_core,
mod_so, mod_win32 and the winnt mpm] into individual loadable
     modules, so the administrator may individually disable the former
     compiled-in modules by simply commenting out their LoadModule
     directives.  [William Rowe]

  *) Saved Win32 module authors and porters many future headaches, by
     duplicating the appropriate .h files such as os.h into the include
     directory, including in the build tree.  [William Rowe]

  Also noticed that version stamp resources weren't generated for proxy
  modules, this too is now fixed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92804 13f79535-47bb-0310-9956-ffa450edef68
2002-01-10 08:47:23 +00:00
William A. Rowe Jr
f6ad1ee7e2 Fix the logo bitmap, since I missed this 'hand editing' the .rc file.
Submitted by:  Mladen Turk <mturk@mappingsoft.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92637 13f79535-47bb-0310-9956-ffa450edef68
2001-12-28 16:40:31 +00:00
William A. Rowe Jr
2931ae68e7 Changes by Mladen Turk <mturk@mappingsoft.com>, with dialog touchup by
myself [I can't stand misordered dialog interfaces ;], to allow the user
  to connect and disconnect remote PCs into the ApacheMonitor.

  Needs other mild changes, e.g. machine\service rather than machine@service
  [since @ could be part of a service/machine name, slash and backslash may
  never be.]  And still, the sync behavior leaves something to be desired.
  Note one bug - the browse for computer actually won't browse computers,
  but that can be fixed in another patch.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92191 13f79535-47bb-0310-9956-ffa450edef68
2001-11-27 03:58:41 +00:00
William A. Rowe Jr
59388277e4 Historically consistent flag to shutdown the server [stop is supported,
but only more recently.]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92034 13f79535-47bb-0310-9956-ffa450edef68
2001-11-19 15:27:52 +00:00
William A. Rowe Jr
d54f6fb0f9 Drop the wide net observed by Ken Coar, since one .rc file does exist
in cvs (and should reside there.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91885 13f79535-47bb-0310-9956-ffa450edef68
2001-11-12 19:52:52 +00:00
William A. Rowe Jr
476c30412a Allow ApacheBench to connect to and control Apache on other WinNT/2K
machines.

Submitted by:	Mladen Turk <mturk@mappingsoft.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91336 13f79535-47bb-0310-9956-ffa450edef68
2001-10-06 18:59:07 +00:00
William A. Rowe Jr
7c2044b3b9 /GZ RTL debug flag is not recognized across VC 5/6/7.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91219 13f79535-47bb-0310-9956-ffa450edef68
2001-10-01 15:57:38 +00:00
William A. Rowe Jr
2e0735ce70 Another recent Win32 PSDK addition that we can cover for VC5 users.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91136 13f79535-47bb-0310-9956-ffa450edef68
2001-09-24 22:50:50 +00:00