cvs commit: apache-1.3/src/support htpasswd.dsp htpasswd.mak

1999-01-26 Thread coar
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 
PROTECTED]>
  Reviewed by:  Ken Coar
  
  Revision  ChangesPath
  1.30  +3 -0  apache-1.3/src/Makefile.nt
  
  Index: Makefile.nt
  ===
  RCS file: /home/cvs/apache-1.3/src/Makefile.nt,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Makefile.nt   1998/11/01 08:56:34 1.29
  +++ Makefile.nt   1999/01/26 16:46:25 1.30
  @@ -55,6 +55,9 @@
cd ap
 nmake /nologo CFG="ap - Win32 %LONG%" -f ap.mak
cd ..
  + cd support
  +  nmake /nologo CFG="htpasswd - Win32 %LONG%" -f htpasswd.mak
  + cd ..
cd main
 nmake /nologo CFG="gen_uri_delims - Win32 %LONG%" -f gen_uri_delims.mak
 nmake /nologo CFG="gen_test_char - Win32 %LONG%" -f gen_test_char.mak
  
  
  
  1.1  apache-1.3/src/support/htpasswd.dsp
  
  Index: htpasswd.dsp
  ===
  # Microsoft Developer Studio Project File - Name="htpasswd" - Package 
Owner=<4>
  # Microsoft Developer Studio Generated Build File, Format Version 5.00
  # ** DO NOT EDIT **
  
  # TARGTYPE "Win32 (x86) Console Application" 0x0103
  
  CFG=htpasswd - Win32 Debug
  !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  !MESSAGE use the Export Makefile command and run
  !MESSAGE 
  !MESSAGE NMAKE /f "htpasswd.mak".
  !MESSAGE 
  !MESSAGE You can specify a configuration when running NMAKE
  !MESSAGE by defining the macro CFG on the command line. For example:
  !MESSAGE 
  !MESSAGE NMAKE /f "htpasswd.mak" CFG="htpasswd - Win32 Debug"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "htpasswd - Win32 Release" (based on\
   "Win32 (x86) Console Application")
  !MESSAGE "htpasswd - Win32 Debug" (based on "Win32 (x86) Console Application")
  !MESSAGE 
  
  # Begin Project
  # PROP Scc_ProjName ""
  # PROP Scc_LocalPath ""
  CPP=cl.exe
  RSC=rc.exe
  
  !IF  "$(CFG)" == "htpasswd - Win32 Release"
  
  # PROP BASE Use_MFC 0
  # PROP BASE Use_Debug_Libraries 0
  # PROP BASE Output_Dir "Release"
  # PROP BASE Intermediate_Dir "Release"
  # PROP BASE Target_Dir ""
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 0
  # PROP Output_Dir "Release"
  # PROP Intermediate_Dir "Release"
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D 
"_MBCS" /YX /FD /c
  # ADD CPP /nologo /W3 /GX /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D 
"_CONSOLE" /D "_MBCS" /YX /FD /c
  # ADD BASE RSC /l 0x409 /d "NDEBUG"
  # ADD RSC /l 0x409 /d "NDEBUG"
  BSC32=bscmake.exe
  # ADD BASE BSC32 /nologo
  # ADD BSC32 /nologo
  LINK32=link.exe
  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /machine:I386
  # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /machine:I386
  
  !ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  
  # PROP BASE Use_MFC 0
  # PROP BASE Use_Debug_Libraries 1
  # PROP BASE Output_Dir "Debug"
  # PROP BASE Intermediate_Dir "Debug"
  # PROP BASE Target_Dir ""
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 1
  # PROP Output_Dir "Debug"
  # PROP Intermediate_Dir "Debug"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D 
"_CONSOLE" /D "_MBCS" /YX /FD /c
  # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\include" /D "WIN32" /D "_DEBUG" 
/D "_CONSOLE" /D "_MBCS" /YX /FD /c
  # ADD BASE RSC /l 0x409 /d "_DEBUG"
  # ADD RSC /l 0x409 /d "_DEBUG"
  BSC32=bscmake.exe
  # ADD BASE BSC32 /nologo
  # ADD BSC32 /nologo
  LINK32=link.exe
  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  
  !ENDIF 
  
  # Begin Target
  
  # Name "htpasswd - Win32 Release"
  # Name "htpasswd - Win32 Debug"
  # Begin Source File
  
  SOURCE=..\ap\ap_md5c.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\htpasswd.c
  # End Source File
  # End Target
  # End Project
  
  
  
  1.1  apache-1.3/src/support/htpasswd.mak
  
  Index: htpasswd.mak
  =

cvs commit: apache-1.3/src/support htpasswd.dsp htpasswd.mak

1999-02-08 Thread coar
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
  
  Revision  ChangesPath
  1.3   +94 -94apache-1.3/src/support/htpasswd.dsp
  
  Index: htpasswd.dsp
  ===
  RCS file: /home/cvs/apache-1.3/src/support/htpasswd.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- htpasswd.dsp  1999/01/30 11:08:53 1.2
  +++ htpasswd.dsp  1999/02/08 14:11:51 1.3
  @@ -1,94 +1,94 @@
  -# Microsoft Developer Studio Project File - Name="htpasswd" - Package 
Owner=<4>
  -# Microsoft Developer Studio Generated Build File, Format Version 5.00
  -# ** DO NOT EDIT **
  -
  -# TARGTYPE "Win32 (x86) Console Application" 0x0103
  -
  -CFG=htpasswd - Win32 Debug
  -!MESSAGE This is not a valid makefile. To build this project using NMAKE,
  -!MESSAGE use the Export Makefile command and run
  -!MESSAGE 
  -!MESSAGE NMAKE /f "htpasswd.mak".
  -!MESSAGE 
  -!MESSAGE You can specify a configuration when running NMAKE
  -!MESSAGE by defining the macro CFG on the command line. For example:
  -!MESSAGE 
  -!MESSAGE NMAKE /f "htpasswd.mak" CFG="htpasswd - Win32 Debug"
  -!MESSAGE 
  -!MESSAGE Possible choices for configuration are:
  -!MESSAGE 
  -!MESSAGE "htpasswd - Win32 Release" (based on\
  - "Win32 (x86) Console Application")
  -!MESSAGE "htpasswd - Win32 Debug" (based on "Win32 (x86) Console 
Application")
  -!MESSAGE 
  -
  -# Begin Project
  -# PROP Scc_ProjName ""
  -# PROP Scc_LocalPath ""
  -CPP=cl.exe
  -RSC=rc.exe
  -
  -!IF  "$(CFG)" == "htpasswd - Win32 Release"
  -
  -# PROP BASE Use_MFC 0
  -# PROP BASE Use_Debug_Libraries 0
  -# PROP BASE Output_Dir "Release"
  -# PROP BASE Intermediate_Dir "Release"
  -# PROP BASE Target_Dir ""
  -# PROP Use_MFC 0
  -# PROP Use_Debug_Libraries 0
  -# PROP Output_Dir "Release"
  -# PROP Intermediate_Dir "Release"
  -# PROP Ignore_Export_Lib 0
  -# PROP Target_Dir ""
  -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D 
"_MBCS" /YX /FD /c
  -# ADD CPP /nologo /W3 /GX /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D 
"_CONSOLE" /D "_MBCS" /YX /FD /c
  -# ADD BASE RSC /l 0x409 /d "NDEBUG"
  -# ADD RSC /l 0x409 /d "NDEBUG"
  -BSC32=bscmake.exe
  -# ADD BASE BSC32 /nologo
  -# ADD BSC32 /nologo
  -LINK32=link.exe
  -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib /nologo /subsystem:console /machine:I386
  -
  -!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  -
  -# PROP BASE Use_MFC 0
  -# PROP BASE Use_Debug_Libraries 1
  -# PROP BASE Output_Dir "Debug"
  -# PROP BASE Intermediate_Dir "Debug"
  -# PROP BASE Target_Dir ""
  -# PROP Use_MFC 0
  -# PROP Use_Debug_Libraries 1
  -# PROP Output_Dir "Debug"
  -# PROP Intermediate_Dir "Debug"
  -# PROP Ignore_Export_Lib 0
  -# PROP Target_Dir ""
  -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D 
"_CONSOLE" /D "_MBCS" /YX /FD /c
  -# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\include" /D "WIN32" /D "_DEBUG" 
/D "_CONSOLE" /D "_MBCS" /YX /FD /c
  -# ADD BASE RSC /l 0x409 /d "_DEBUG"
  -# ADD RSC /l 0x409 /d "_DEBUG"
  -BSC32=bscmake.exe
  -# ADD BASE BSC32 /nologo
  -# ADD BSC32 /nologo
  -LINK32=link.exe
  -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 
/pdbtype:sept
  -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:I386 
/pdbtype:sept
  -
  -!ENDIF 
  -
  -# Begin Target
  -
  -# Name "htpasswd - Win32 Release"
  -# Name "htpasswd - Win32 Debug"
  -# Begin Source File
  -
  -SOURCE=..\ap\ap_md5c.c
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=.\htpasswd.c
  -# End Source File
  -# End Target
  -# End Project
  +# Microsoft Developer Studio Project File - Name="htpasswd" - Package 
Owner=<4>
  +# Microsoft Developer Studio Generated Build File, Format Version 5.00
  +# ** DO NOT EDIT **
  +
  +# TARGTYPE "Win32 (x86) Console Application" 0x0103
  +
  +CFG=htpasswd - Win32 Debug
  +!MESSAGE This is not a valid makefile. To build this project using NMAKE,
  +!MESSAGE use the Export Makefile command and run
  +!MESSAGE 
  +!MESSAGE NMAKE /f "htpasswd.mak".
  +!MESSAGE 
  +!MESSAGE You can specify a configuration when running NMAKE
  +!MESSAGE by defining the macro CFG on the command line. For example:
  +!MESSAGE 
  +!MESSAGE NMAKE /f "htpa

cvs commit: apache-1.3/src/support htpasswd.dsp httpd.exp

1999-02-10 Thread coar
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
  ===
  RCS file: /home/cvs/apache-1.3/src/support/htpasswd.dsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- htpasswd.dsp  1999/02/08 14:11:51 1.3
  +++ htpasswd.dsp  1999/02/10 18:43:01 1.4
  @@ -1,94 +1,94 @@
  -# Microsoft Developer Studio Project File - Name="htpasswd" - Package 
Owner=<4>
  -# Microsoft Developer Studio Generated Build File, Format Version 5.00
  -# ** DO NOT EDIT **
  -
  -# TARGTYPE "Win32 (x86) Console Application" 0x0103
  -
  -CFG=htpasswd - Win32 Debug
  -!MESSAGE This is not a valid makefile. To build this project using NMAKE,
  -!MESSAGE use the Export Makefile command and run
  -!MESSAGE 
  -!MESSAGE NMAKE /f "htpasswd.mak".
  -!MESSAGE 
  -!MESSAGE You can specify a configuration when running NMAKE
  -!MESSAGE by defining the macro CFG on the command line. For example:
  -!MESSAGE 
  -!MESSAGE NMAKE /f "htpasswd.mak" CFG="htpasswd - Win32 Debug"
  -!MESSAGE 
  -!MESSAGE Possible choices for configuration are:
  -!MESSAGE 
  -!MESSAGE "htpasswd - Win32 Release" (based on\
  - "Win32 (x86) Console Application")
  -!MESSAGE "htpasswd - Win32 Debug" (based on "Win32 (x86) Console 
Application")
  -!MESSAGE 
  -
  -# Begin Project
  -# PROP Scc_ProjName ""
  -# PROP Scc_LocalPath ""
  -CPP=cl.exe
  -RSC=rc.exe
  -
  -!IF  "$(CFG)" == "htpasswd - Win32 Release"
  -
  -# PROP BASE Use_MFC 0
  -# PROP BASE Use_Debug_Libraries 0
  -# PROP BASE Output_Dir "Release"
  -# PROP BASE Intermediate_Dir "Release"
  -# PROP BASE Target_Dir ""
  -# PROP Use_MFC 0
  -# PROP Use_Debug_Libraries 0
  -# PROP Output_Dir "Release"
  -# PROP Intermediate_Dir "Release"
  -# PROP Ignore_Export_Lib 0
  -# PROP Target_Dir ""
  -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D 
"_MBCS" /YX /FD /c
  -# ADD CPP /nologo /W3 /GX /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D 
"_CONSOLE" /D "_MBCS" /YX /FD /c
  -# ADD BASE RSC /l 0x409 /d "NDEBUG"
  -# ADD RSC /l 0x409 /d "NDEBUG"
  -BSC32=bscmake.exe
  -# ADD BASE BSC32 /nologo
  -# ADD BSC32 /nologo
  -LINK32=link.exe
  -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib /nologo /subsystem:console /machine:I386
  -
  -!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  -
  -# PROP BASE Use_MFC 0
  -# PROP BASE Use_Debug_Libraries 1
  -# PROP BASE Output_Dir "Debug"
  -# PROP BASE Intermediate_Dir "Debug"
  -# PROP BASE Target_Dir ""
  -# PROP Use_MFC 0
  -# PROP Use_Debug_Libraries 1
  -# PROP Output_Dir "Debug"
  -# PROP Intermediate_Dir "Debug"
  -# PROP Ignore_Export_Lib 0
  -# PROP Target_Dir ""
  -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D 
"_CONSOLE" /D "_MBCS" /YX /FD /c
  -# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\include" /D "WIN32" /D "_DEBUG" 
/D "_CONSOLE" /D "_MBCS" /YX /FD /c
  -# ADD BASE RSC /l 0x409 /d "_DEBUG"
  -# ADD RSC /l 0x409 /d "_DEBUG"
  -BSC32=bscmake.exe
  -# ADD BASE BSC32 /nologo
  -# ADD BSC32 /nologo
  -LINK32=link.exe
  -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 
/pdbtype:sept
  -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:I386 
/pdbtype:sept
  -
  -!ENDIF 
  -
  -# Begin Target
  -
  -# Name "htpasswd - Win32 Release"
  -# Name "htpasswd - Win32 Debug"
  -# Begin Source File
  -
  -SOURCE=..\ap\ap_md5c.c
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=.\htpasswd.c
  -# End Source File
  -# End Target
  -# End Project
  +# Microsoft Developer Studio Project File - Name="htpasswd" - Package 
Owner=<4>
  +# Microsoft Developer Studio Generated Build File, Format Version 5.00
  +# ** DO NOT EDIT **
  +
  +# TARGTYPE "Win32 (x86) Console Application" 0x0103
  +
  +CFG=htpasswd - Win32 Debug
  +!MESSAGE This is not a valid makefile. To build this project using NMAKE,
  +!MESSAGE use the Export Makefile command and run
  +!MESSAGE 
  +!MESSAGE NMAKE /f "htpasswd.mak".
  +!MESSAGE 
  +!MESSAGE You can specify a configuration when running NMAKE
  +!MESSAGE by defining the macro CFG on the command line. For example:
  +!MESSAGE 
  +!MESSAGE NMAKE /f "htpasswd.mak" CFG="htpasswd - Win32 Debug"
  +!MESSAGE 
  +!MESSAGE Possible choices for configuration are:
  +!MESSAGE 
  +!MESSAGE "htpasswd - Win32 Release" (based on\