ab86c68ce36c715e93f403dde41d0b9c1522c8b0 1150179 |
|
23-Jul-2011 |
sf |
Merge branch revert-ap-ldap:
Revert ap_ldap integration due to veto by Graham Leggett
Mailing list threads:
http://mail-archives.apache.org/mod_mbox/httpd-dev/201106.mbox/%3C4192DC1D-C0B9-42BB-B614-C3A41290F18B@sharp.fm%3E
http://mail-archives.apache.org/mod_mbox/httpd-dev/201107.mbox/%3C4E15E51E.4090700@rowe-clan.net%3E |
b0857e228cc00d555d3c816b3cc5bde6ee54dd7d 1129956 |
|
01-Jun-2011 |
wrowe |
Fix include path relative to modules/ldap/ |
6e611ff7daeb17ee0ffcbd22d4e5fa0448927d1b 1129891 |
|
31-May-2011 |
wrowe |
LDAP_DECLARE Header adjustment for nw/win32 |
eeabf2deec7f87410e8fce28e4b17709b97325f7 1086462 |
|
29-Mar-2011 |
wrowe |
Note util_ldap.h for convenience |
94b262d3639149df0b02642a9daa6db8bff58577 495126 |
|
11-Jan-2007 |
wrowe |
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. |
37ad54b8fd2611b7a4f2b269eec3d27ed784a25d 419644 |
|
06-Jul-2006 |
wrowe |
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. |
e237b51d2e7a72b7f636f67ed4a9f5fe30f56375 397647 |
|
27-Apr-2006 |
wrowe |
This resource /D syntax was pretty horridly imported into VS 2005,
change the quotation to ensure a peaceful transition to sln/vcproj files. |
5ac28f3fe2417368757f29cf381338357605fd52 397407 |
|
27-Apr-2006 |
wrowe |
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). |
e1ad80c048e29e968221817698529d73098f07a4 395419 |
|
20-Apr-2006 |
wrowe |
s|/GX |/EHsc | because they were always synonyms, and Visual Studio
2005 edition complains bitterly and loudly that /GX is deprecated. |
8c8173f49dd7122e10636b3d20ae841551bd0b43 395418 |
|
20-Apr-2006 |
wrowe |
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.) |
56e85d89d42a6980f31b800266649efbed338da3 170253 |
|
15-May-2005 |
wrowe |
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 |
6a5b8f7bd9abe819babda806a7245a31cd0dd2fb 104921 |
|
31-Aug-2004 |
wrowe |
Catch up for Win32 to authnz_ldap changes, and make win32's module
for util_ldap features named mod_ldap.so as on Unix. |