/[Apache-SVN]/httpd/httpd/trunk/support/htpasswd.dsp
ViewVC logotype

Log of /httpd/httpd/trunk/support/htpasswd.dsp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 666726 - (view) (annotate) - [select for diffs]
Modified Wed Jun 11 16:34:20 2008 UTC (17 months, 2 weeks ago) by tdonovan
File length: 4312 byte(s)
Diff to previous 664023 (colored)
Windows manifests are ;1 for .exe, ;2 for .dll and .so - ref: http://msdn.microsoft.com/en-us/library/ms235591.aspx

Revision 664023 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 16:38:50 2008 UTC (17 months, 3 weeks ago) by wrowe
File length: 4312 byte(s)
Diff to previous 605397 (colored)
Need to link with rpcrt4.lib to use apr_generate_random_bytes - per r662572.

Submitted by: tdonovan

Revision 605397 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 03:08:15 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4268 byte(s)
Diff to previous 495126 (colored)
When building to WinNT, CommandLineToArgvW must resolve.

Revision 495126 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 05:37:20 2007 UTC (2 years, 10 months ago) by wrowe
File length: 4220 byte(s)
Diff to previous 429038 (colored)
Embed the .manifest files of all httpd binaries as a post-build
operation.  This ensures the exported (Studio 97 generated) .mak
files create a usable Apache directly from the VC 8 (Studio 2005)
command line environment.


Revision 429038 - (view) (annotate) - [select for diffs]
Modified Sat Aug 5 20:04:40 2006 UTC (3 years, 3 months ago) by wrowe
File length: 3706 byte(s)
Diff to previous 419644 (colored)
  Observed by hunter - fix the cut n paste errors in some .res compilation
  steps of the win32 build.

Revision 419644 - (view) (annotate) - [select for diffs]
Modified Thu Jul 6 18:36:23 2006 UTC (3 years, 4 months ago) by wrowe
File length: 3704 byte(s)
Diff to previous 397647 (colored)
Revert Revision 397647

While it solves the studio 2005 (we desire this), it breaks
the studio 6 packaging (we require this).  Discussion on list
of practical solutions.

Revision 397647 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 21:41:29 2006 UTC (3 years, 7 months ago) by wrowe
File length: 3704 byte(s)
Diff to previous 397407 (colored)
  This resource /D syntax was pretty horridly imported into VS 2005,
  change the quotation to ensure a peaceful transition to sln/vcproj files.

Revision 397407 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 05:30:39 2006 UTC (3 years, 7 months ago) by wrowe
File length: 3704 byte(s)
Diff to previous 395419 (colored)
  Remove all /machine:I386 references, these are getting in the way
  of switching linkers from the x86 (default linker) to x64 or other
  possible target platforms.  (Also, this commit cleans up lingering
  /GX switches from the 'BASE' options that are supposed to be unused).

Revision 395419 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 22:51:02 2006 UTC (3 years, 7 months ago) by wrowe
File length: 3758 byte(s)
Diff to previous 395418 (colored)
  s|/GX |/EHsc | because they were always synonyms, and Visual Studio
  2005 edition complains bitterly and loudly that /GX is deprecated.

Revision 395418 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 22:47:49 2006 UTC (3 years, 7 months ago) by wrowe
File length: 3756 byte(s)
Diff to previous 170253 (colored)
  Remove a host of dependencies upon awk, using the same template for
  nearly every .rc compilation (giving the output .res file a different
  name for each component).  Adds AP_SERVER_BASEPROJECT to ap_revision.h
  so we can display the proper name of "Apache HTTP Server" as opposed
  to AP_SERVER_BASEPRODUCT (which is, and should remain, simply "Apache"
  for the server string tokens.)


Revision 170253 - (view) (annotate) - [select for diffs]
Modified Sun May 15 19:11:57 2005 UTC (4 years, 6 months ago) by wrowe
File length: 4200 byte(s)
Diff to previous 106103 (colored)
  Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
  This makes binaries far easier to debug, during operation and for post-crash
  .dmp analysis.  Do not alter /Gs optimizations per brane.

Reviewed by: stoddard, brane

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 4195 byte(s)
Diff to previous 98970 (colored)
general property cleanup

Revision 98970 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 00:58:59 2003 UTC (6 years, 8 months ago) by wrowe
File length: 4195 byte(s)
Diff to previous 98744 (colored)
  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.

Revision 98744 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 15:56:05 2003 UTC (6 years, 9 months ago) by wrowe
File length: 4514 byte(s)
Diff to previous 98712 (colored)
  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.

Revision 98712 - (view) (annotate) - [select for diffs]
Modified Tue Feb 18 22:07:21 2003 UTC (6 years, 9 months ago) by wrowe
File length: 4531 byte(s)
Diff to previous 98596 (colored)
  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.

Revision 98596 - (view) (annotate) - [select for diffs]
Modified Fri Feb 7 21:30:53 2003 UTC (6 years, 9 months ago) by wrowe
File length: 4539 byte(s)
Diff to previous 98376 (colored)
  *) 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]

Revision 98376 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 18:51:57 2003 UTC (6 years, 10 months ago) by wrowe
File length: 4187 byte(s)
Diff to previous 90686 (colored)
  Update support utility filenames to reflect .exe extensions for the
  newest apr/build/win32ver.awk script changes.

Revision 90686 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 05:21:50 2001 UTC (8 years, 3 months ago) by wrowe
File length: 4179 byte(s)
Diff to previous 90269 (colored)
  Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to
  build 'out of the box' in debugging mode.

Revision 90269 - (view) (annotate) - [select for diffs]
Modified Fri Aug 17 03:45:35 2001 UTC (8 years, 3 months ago) by wrowe
File length: 4179 byte(s)
Diff to previous 90206 (colored)

  The purpose of this patch is to toggle the debugging mode (default) to
  Program Database (from Program Database for Modify on the fly debugging).

  The net effect of this patch is to clean up all of the irrelevant entries
  associated with either the debugging or release command line switches, and
  generally straighten the projects as they would be exported from VC6/SP5.

  The outcome of this patch is that VC5 users -should- be able to load and
  build the workspace without any errors (as they used to have no symbols
  database at all, the /ZI option doesn't work, they had to use cvtdsp.pl
  to toggle these to /Zi.)

Revision 90206 - (view) (annotate) - [select for diffs]
Modified Thu Aug 16 07:20:15 2001 UTC (8 years, 3 months ago) by wrowe
File length: 4214 byte(s)
Diff to previous 87501 (colored)
  Toss win32 version stamps on these

Revision 87501 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 21:00:45 2000 UTC (8 years, 11 months ago) by wrowe
File length: 3385 byte(s)
Diff to previous 87475 (colored)
  All the supports now build on APR (+APRUTIL), no reliance on httpd.

Revision 87475 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 01:25:10 2000 UTC (8 years, 11 months ago) by wrowe
File length: 3572 byte(s)
Diff to previous 87471 (colored)
  Correction, commited the vc5.  Need vc6 in the tree.  Humble appologies.

Revision 87471 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 01:04:49 2000 UTC (8 years, 11 months ago) by wrowe
File length: 3536 byte(s)
Diff to previous 87254 (colored)
  The Win32 overhaul, in summary;
    Modules are named mod_foo.so
    Dynamic Libraries are named libfoo.dll, and are stored in bin/
    The former ApacheCoreDll is now libhttpd.dll
    Apache.exe moves to bin/
    The make install now copies include, lib, and libexec
    All build options are normalized, filenames adjusted appropriately

Revision 87254 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 22:18:12 2000 UTC (8 years, 11 months ago) by wrowe
File length: 3572 byte(s)
Diff to previous 87213 (colored)
  Eliminate the /GX flag from release builds of the support tree.  This
  disables exception handling overhead that has no handler in Apache.
  Add the /Fd"Debug|Release/projname" options to eliminate conflicting
  vc50.pdb and vc50.idb files.

Revision 87213 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 17:38:40 2000 UTC (8 years, 11 months ago) by wrowe
File length: 3538 byte(s)
Diff to previous 87212 (colored)
  A bit of inclusion for the apr-util package.

Revision 87212 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 16:37:50 2000 UTC (8 years, 11 months ago) by wrowe
File length: 3474 byte(s)
Diff to previous 86540 (colored)
  This patch illustrates the new locations, and makes the majority of the
  adjustments.  Now to actually try to build the thing.

Revision 86540 - (view) (annotate) - [select for diffs]
Modified Wed Oct 11 17:20:12 2000 UTC (9 years, 1 month ago) by wrowe
File length: 3468 byte(s)
Diff to previous 85327 (colored)
  Regardless of reaction to a symbol rename -within- the sources, these
  external symbols change for clarity.

Revision 85327 - (view) (annotate) - [select for diffs]
Modified Sun May 28 03:55:45 2000 UTC (9 years, 6 months ago) by wrowe
File length: 3438 byte(s)
Diff to previous 85316 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  Adjust the support binary build files for the change from AP_STATIC as
  a library to API_STATIC for the ApacheCore project.

  If we adopt AP_EXPORT_bleh for the ApacheCore, these will be flipped.

Revision 85316 - (view) (annotate) - [select for diffs]
Modified Sat May 27 18:25:11 2000 UTC (9 years, 6 months ago) by wrowe
File length: 3436 byte(s)
Diff to previous 85301 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  Cleanup MSVC .dsp build for support/ files.  Give all support/ .dsp's
  the GCD configuration.  The entire Win32 environment now builds, but
  I'm sure that will be fixed soon :-)

Revision 85301 - (view) (annotate) - [select for diffs]
Modified Fri May 26 05:09:17 2000 UTC (9 years, 6 months ago) by wrowe
File length: 3656 byte(s)
Diff to previous 85292 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  All waiting to bite us... just go ahead and ignore this commit.  Better
  now that when we are deciphering real changes.  This knocks all the
  projects into what I expect is a clean VC6 format.

Revision 85292 - (view) (annotate) - [select for diffs]
Modified Wed May 24 23:45:37 2000 UTC (9 years, 6 months ago) by stoddard
File length: 3656 byte(s)
Diff to previous 85254 (colored)
Win32: Convert ap_proc_t to tranparent type.

Revision 85254 - (view) (annotate) - [select for diffs]
Modified Fri May 19 05:09:20 2000 UTC (9 years, 6 months ago) by wrowe
File length: 3622 byte(s)
Diff to previous 85240 (colored)
  Current and clean make files for Win95.  Changes Include:

  All projects link incrementally with no link maps in Debug mode.
  New cvstodsp6.pl and dsp6tocvs.pl will fix up /the /ZI - /Zi issue.
  Includes corrections noted by Tim Costello

Revision 85240 - (view) (annotate) - [select for diffs]
Modified Wed May 17 23:30:21 2000 UTC (9 years, 6 months ago) by rbb
File length: 3594 byte(s)
Diff to previous 85034 (colored)
This commit will most likely break everybody on Windows.  The .dsp
files I am checking in though will build a usable Apache on Windows.
This finishes at least the first round of the merge work to get the
common code into common files in APR.

Revision 85034 - (view) (annotate) - [select for diffs]
Modified Tue Apr 25 21:18:04 2000 UTC (9 years, 7 months ago) by stoddard
File length: 3596 byte(s)
Diff to previous 84826 (colored)
Some Windows tweaks from William Rowe...

Submitted by:	William Rowe

Revision 84826 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 15:21:57 2000 UTC (9 years, 8 months ago) by stoddard
File length: 3587 byte(s)
Diff to previous 84818 (colored)
Get htpasswd compiling under Windows

Submitted by:	William Rowe
Reviewed by:	Bill Stoddard

Revision 84818 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 23:26:50 2000 UTC (9 years, 8 months ago) by stoddard
File length: 3848 byte(s)
Diff to previous 83816 (colored)
Win32: Continue removing precompiled header support from the dsp and
mak files.
Submitted by:	William Rowe
Reviewed by:	Bill Stoddard

Revision 83816 - (view) (annotate) - [select for diffs]
Added Fri Aug 27 20:43:41 1999 UTC (10 years, 3 months ago) by stoddard
File length: 3818 byte(s)
WIN32: htdigest and htpasswd project and make files for Win32 were deleted
somewhere along the way. Adding them back...

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2