File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ Package=<4>
102102 Project_Dep_Name mod_authz_dbm
103103 End Project Dependency
104104 Begin Project Dependency
105+ Project_Dep_Name mod_authz_core
106+ End Project Dependency
107+ Begin Project Dependency
105108 Project_Dep_Name mod_authz_default
106109 End Project Dependency
107110 Begin Project Dependency
@@ -880,6 +883,30 @@ Package=<4>
880883
881884###############################################################################
882885
886+ Project: "mod_authz_core"=.\modules\aaa\mod_authz_core.dsp - Package Owner=<4>
887+
888+ Package=<5>
889+ {{{
890+ }}}
891+
892+ Package=<4>
893+ {{{
894+ Begin Project Dependency
895+ Project_Dep_Name libapr
896+ End Project Dependency
897+ Begin Project Dependency
898+ Project_Dep_Name libaprutil
899+ End Project Dependency
900+ Begin Project Dependency
901+ Project_Dep_Name libhttpd
902+ End Project Dependency
903+ Begin Project Dependency
904+ Project_Dep_Name mod_auth_basic
905+ End Project Dependency
906+ }}}
907+
908+ ###############################################################################
909+
883910Project: "mod_authz_default"=.\modules\aaa\mod_authz_default.dsp - Package Owner=<4>
884911
885912Package=<5>
Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ _build:
229229 $(MAKE) $(MAKEOPT) -f mod_authn_default.mak CFG="mod_authn_default - Win32 $(LONG)" RECURSE=0 $(CTARGET)
230230 $(MAKE) $(MAKEOPT) -f mod_authn_file.mak CFG="mod_authn_file - Win32 $(LONG)" RECURSE=0 $(CTARGET)
231231 $(MAKE) $(MAKEOPT) -f mod_authz_dbm.mak CFG="mod_authz_dbm - Win32 $(LONG)" RECURSE=0 $(CTARGET)
232+ $(MAKE) $(MAKEOPT) -f mod_authz_core.mak CFG="mod_authz_core - Win32 $(LONG)" RECURSE=0 $(CTARGET)
232233 $(MAKE) $(MAKEOPT) -f mod_authz_default.mak CFG="mod_authz_default - Win32 $(LONG)" RECURSE=0 $(CTARGET)
233234 $(MAKE) $(MAKEOPT) -f mod_authz_groupfile.mak CFG="mod_authz_groupfile - Win32 $(LONG)" RECURSE=0 $(CTARGET)
234235 $(MAKE) $(MAKEOPT) -f mod_authz_host.mak CFG="mod_authz_host - Win32 $(LONG)" RECURSE=0 $(CTARGET)
@@ -397,6 +398,7 @@ _copybin:
397398 copy modules\aaa\$(LONG)\mod_authn_default.$(src_so) "$(inst_so)" <.y
398399 copy modules\aaa\$(LONG)\mod_authn_file.$(src_so) "$(inst_so)" <.y
399400 copy modules\aaa\$(LONG)\mod_authz_dbm.$(src_so) "$(inst_so)" <.y
401+ copy modules\aaa\$(LONG)\mod_authz_core.$(src_so) "$(inst_so)" <.y
400402 copy modules\aaa\$(LONG)\mod_authz_default.$(src_so) "$(inst_so)" <.y
401403 copy modules\aaa\$(LONG)\mod_authz_groupfile.$(src_so) "$(inst_so)" <.y
402404 copy modules\aaa\$(LONG)\mod_authz_host.$(src_so) "$(inst_so)" <.y
Original file line number Diff line number Diff line change @@ -74,3 +74,4 @@ mod_authn_dbd.so 0x6FA30000 0x00010000
7474mod_dbd.so 0x6FA20000 0x00010000
7575mod_proxy.so 0x6FA00000 0x00020000
7676mod_access_compat.so 0x6F9F0000 0x00010000
77+ mod_authz_core.so 0x6F9E0000 0x00010000
You can’t perform that action at this time.
0 commit comments