randy 99/08/08 11:20:11
Modified:src/ap ap.dsp ap.mak
src/support htpasswd.dsp htpasswd.mak
Log:
Fix Makefiles for Win32 to accomodate abstraction of authentication API.
Revision ChangesPath
1.7 +4 -0 apache-1.3/src/ap/ap.dsp
Index: ap.d
randy 99/08/07 13:49:23
Modified:src/ap ap.dsp
src/support htpasswd.dsp
Log:
Update DSP files. The .mak files in previous commit were created by hand
and not from these DSP files.
Revision ChangesPath
1.6 +8 -0 apache-1.3/src/ap/ap.dsp
stoddard99/06/30 02:09:45
Modified:src ApacheCore.dsp ApacheCore.mak
src/include ap_config.h
src/modules/proxy ApacheModuleProxy.dsp
ApacheModuleProxy.mak
src/os/win32 ApacheModuleRewrite.dsp ApacheModuleRewrite.ma
stoddard99/06/08 10:05:46
Modified:src/support htpasswd.dsp htpasswd.mak
Log:
Fix Win32 compile break.
Revision ChangesPath
1.6 +7 -3 apache-1.3/src/support/htpasswd.dsp
Index: htpasswd.dsp
coar99/02/10 10:43:07
Modified:src/support htpasswd.dsp httpd.exp
Log:
Bloody line-ending rubbish..
Revision ChangesPath
1.4 +94 -94apache-1.3/src/support/htpasswd.dsp
Index: htpasswd.dsp
=
coar99/02/08 06:11:52
Modified:src/support htpasswd.dsp htpasswd.mak
Log:
Update the htpasswd Win32 build files so they work with the
new and improved password MD5 password stuff.
Submitted by: Allan Edwards <[EMAIL PROTECTED]>
Reviewed by: Ken Coar
Rev
coar99/01/26 08:46:29
Modified:src Makefile.nt
Added: src/support htpasswd.dsp htpasswd.mak
Log:
The last bit of the MD5/DES password encryption work: make it
compile on Win32.
Submitted by: Ken Parzygnat <[EMAIL PROTECTED]>, Ryan Bloom <[EMAIL
PR