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
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
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
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
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
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
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
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
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
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
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
William A. Rowe Jr
0ef3b7a3a4
Add the red light/green light to ApacheMonitor's popup menu.
...
[Mladen Turk <mturk@mappingsoft.com >]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90248 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 22:14:00 +00:00
William A. Rowe Jr
0324327ffb
Fix the 'never disappearing' popup menu - anchor it to our (hidden)
...
global window, which allows TrackPopupMenu to lose focus when any other
window is selected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90236 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 18:12:46 +00:00
William A. Rowe Jr
b56f36bae7
A bit overboard - this registered window message only needs to be
...
retrieved once
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90234 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 18:06:30 +00:00
William A. Rowe Jr
9806c6deeb
Wipe out some resource leakage.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90233 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 18:04:39 +00:00
William A. Rowe Jr
4314bb24f3
Revised patch to clean up timer and other issues
...
Submitted by: Mladen Turk <mturk@mappingsoft.com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90232 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 17:41:49 +00:00
William A. Rowe Jr
a3def5ed3f
Bug fix to the WM_TIMER that was not properly called after it was moved
...
to WndProc. (The message is WM_TIMER and wParam is timer event)
Enhancement to left button click which now displays the popup menu with
all Apache's installed, and to each installed service adds the submenu
with the options to start, stop or restart the service.
Submitted by: Mladen Turk <mturk@mappingsoft.com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90226 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 16:51:48 +00:00
William A. Rowe Jr
cc123b33a3
Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly.
...
[Mladen Turk <mladen.turk@mail.inet.hr >]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90204 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 06:59:53 +00:00
William A. Rowe Jr
b450559e6e
. clean up strings and remove them to the resource file (the simplest
...
way to later localize a win32 app.)
. fold the timers into the same child window message queue
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90183 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 02:12:13 +00:00
William A. Rowe Jr
8bc9964900
> 1. Cleaned the ApacheMonitor code a little bit.
...
> 2. Removed two icons apmall.ico and apsrvmon.ico
> 3. Added option to recognize the Apache*.exe (e.g. Apache-1.3.20.exe)
> 4. Removed AboutBox
> 5. Changed refresh time to 2/20 sec.
Submitted by: Mladen Turk <mladen.turk@mail.inet.hr >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90160 13f79535-47bb-0310-9956-ffa450edef68
2001-08-14 19:30:21 +00:00
Roy T. Fielding
bc55c103b1
Apache Monitor's tray code does not notify Windows to remove it from the
...
tray when the process is destroyed. Just needed to add a call to remove
the tray icon before PostQuitMessage(0).
Also show "MS Windows XP" instead of "Whistler".
Submitted by: Jerry Baker <jerrybaker@weirdness.com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90024 13f79535-47bb-0310-9956-ffa450edef68
2001-08-08 02:26:05 +00:00
Cliff Woolley
4c8044a5cd
This is a nearly blind commit of an update posted by Mladen Turk just
...
after the initial import. Mladen, please check this to see if I got it
right.
Submitted by: Mladen Turk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90004 13f79535-47bb-0310-9956-ffa450edef68
2001-08-07 19:54:10 +00:00
William A. Rowe Jr
258b05fab1
The solution for an icon monitor app has arrived :)
...
Contributed by Mladen Turk <mturk@mappingsoft.com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89985 13f79535-47bb-0310-9956-ffa450edef68
2001-08-07 15:51:29 +00:00