Skip to content

Commit

Permalink
initial commit from cold storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Zdziarski authored and Jonathan Zdziarski committed Feb 22, 2017
0 parents commit 083c3c6
Show file tree
Hide file tree
Showing 8 changed files with 2,645 additions and 0 deletions.
72 changes: 72 additions & 0 deletions CHANGELOG
@@ -0,0 +1,72 @@

Version 1.10.1
--------------

[20051008] jonz: Fixed IP Whitelisting in Apache 1.3 Version

[20051008] jonz: Corrected initialization to prevent dumping IP database

[20051008] jonz: Documentation and code cleaned up, renamed mod_evasive

Version 1.10.0
--------------

[20050117] jonz: Security fix: Tempdir configuration directive (race condition)

Version 1.9.0
-------------

[20031030] jonz: Added NSAPI/SunONE Support

[20031030] jonz: Added TEMP_HOME definition to change temporary file locations

Version 1.8.0
-------------

[20030901] jonz: Added support for IP Whitelisting

Version 1.7.1
-------------

[20030826] jonz: Minor bugfixes to Apache 2.0 module

[20030826] jonz: Corrections to object creation and cleanup

Version 1.7.0
-------------

[20030822] jonz: Support for Apache 2.0

Version 1.6.1
-------------

[20030811] jonz: Bugfix: free() of another static variable

Version 1.6.0
-------------

[20030806] jonz: Added syslog support

Version 1.5.1
-------------

[20030516] jonz: Bugfix: free() of a static variable

Version 1.5.0
-------------

[20030425] jonz: Added automated email notification

[20030425] jonz: Added configurable system command

Version 1.4.0
-------------

[20021031] jonz: Added support fror httpd.conf directives

[20021031] jonz: Added --add-module support

Version 1.0.0
-------------

[20021015] jonz: Initial Release
146 changes: 146 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions Makefile.tmpl
@@ -0,0 +1,15 @@

#Dependencies

$(OBJS) $(OBJS_PIC): Makefile

# DO NOT REMOVE
mod_evasive.o: mod_evasive.c $(INCDIR)/httpd.h \
$(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
$(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
$(INCDIR)/ap_alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
$(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
$(INCDIR)/http_core.h $(INCDIR)/http_log.h \
$(INCDIR)/http_main.h $(INCDIR)/http_protocol.h \
$(INCDIR)/util_script.h

0 comments on commit 083c3c6

Please sign in to comment.