Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/bsd/blacklist
Module Name: src
Committed By: christos
Date: Tue Jan 27 19:40:37 UTC 2015
Modified Files:
src/external/bsd/blacklist/bin: Makefile blacklistctl.c blacklistd.8
blacklistd.c conf.c conf.h internal.c internal.h run.c run.h
state.c state.h support.c
src/external/bsd/blacklist/etc: blacklistd.conf
src/external/bsd/blacklist/libexec: blacklistd-helper
Added Files:
src/external/bsd/blacklist/bin: blacklistd.conf.5
Log Message:
- separate man page for blacklistd and blacklistd.conf, requested by wiz@
- allow separate configurations for local and remote addresses, implementing
effectively whitelists, requested by dh@
- allow the mask of the filter to be specified, requested by dh@
- the db file format has been changed to accommodate these changes, and
needs to be removed.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/blacklist/bin/Makefile
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/blacklist/bin/blacklistctl.c \
src/external/bsd/blacklist/bin/conf.c
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/blacklist/bin/blacklistd.8
cvs rdiff -u -r1.29 -r1.30 src/external/bsd/blacklist/bin/blacklistd.c
cvs rdiff -u -r0 -r1.1 src/external/bsd/blacklist/bin/blacklistd.conf.5
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/blacklist/bin/conf.h \
src/external/bsd/blacklist/bin/support.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/blacklist/bin/internal.c \
src/external/bsd/blacklist/bin/run.h \
src/external/bsd/blacklist/bin/state.h
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/blacklist/bin/internal.h \
src/external/bsd/blacklist/bin/run.c
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/blacklist/bin/state.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/blacklist/etc/blacklistd.conf
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/blacklist/libexec/blacklistd-helper
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index