Importing all of DRL, including ulogd and all of its files.
authorKevin Webb <kcwebb@ucsd.edu>
Mon, 20 Oct 2008 19:09:32 +0000 (19:09 +0000)
committerKevin Webb <kcwebb@ucsd.edu>
Mon, 20 Oct 2008 19:09:32 +0000 (19:09 +0000)
commit0be9704d6b24d09ebd55beedec52758cb88c570b
tree9beb5dc36aa28f82b91aece56ae58e97fa058485
parent6747e89080a8265aa73320bd9f40a0fa6e1c161e
Importing all of DRL, including ulogd and all of its files.

Everything DRL-related is included in the drl subdirectory.  To be clear,
ulogd is licensed under the GPL, and DRL is licensed under an academic
license that can be found in the file drl/DRL-LICENSE.
94 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
Changes [new file with mode: 0644]
DistributedRateLimiting.spec
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
Rules.make.in [new file with mode: 0644]
TODO [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
cftest/cftest.c [new file with mode: 0644]
cftest/test.txt [new file with mode: 0644]
conffile/Makefile.in [new file with mode: 0644]
conffile/conffile.c [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.in [new file with mode: 0644]
contrib/ulog_query.php.gz [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/mysql.table [new file with mode: 0644]
doc/mysql.table.ipaddr-as-string [new file with mode: 0644]
doc/pgsql.table [new file with mode: 0644]
doc/sqlite3.table [new file with mode: 0644]
doc/ulogd.a4.ps [new file with mode: 0644]
doc/ulogd.html [new file with mode: 0644]
doc/ulogd.sgml [new file with mode: 0644]
doc/ulogd.txt [new file with mode: 0644]
drl.xml [new file with mode: 0644]
drl/DRL-LICENSE [new file with mode: 0644]
drl/Doxyfile [new file with mode: 0644]
drl/Makefile.in [new file with mode: 0644]
drl/Manual.txt [new file with mode: 0644]
drl/README [new file with mode: 0644]
drl/bsd_queue.h [new file with mode: 0644]
drl/calendar.h [new file with mode: 0644]
drl/common_accounting.h [new file with mode: 0644]
drl/config.c [new file with mode: 0644]
drl/config.h [new file with mode: 0644]
drl/drl_state.c [new file with mode: 0644]
drl/drl_state.h [new file with mode: 0644]
drl/estimate.c [new file with mode: 0644]
drl/logging.c [new file with mode: 0644]
drl/logging.h [new file with mode: 0644]
drl/peer_comm.c [new file with mode: 0644]
drl/peer_comm.h [new file with mode: 0644]
drl/raterouter.h [new file with mode: 0644]
drl/ratetypes.h [new file with mode: 0644]
drl/samplehold.c [new file with mode: 0644]
drl/samplehold.h [new file with mode: 0644]
drl/simple.c [new file with mode: 0644]
drl/simple.h [new file with mode: 0644]
drl/standard.c [new file with mode: 0644]
drl/standard.h [new file with mode: 0644]
drl/ulogd_DRL.c [new file with mode: 0644]
drl/util.c [new file with mode: 0644]
drl/util.h [new file with mode: 0644]
extensions/Makefile.in [new file with mode: 0644]
extensions/chtons.h [new file with mode: 0644]
extensions/printpkt.c [new file with mode: 0644]
extensions/printpkt.h [new file with mode: 0644]
extensions/ulogd_BASE.c [new file with mode: 0644]
extensions/ulogd_LOCAL.c [new file with mode: 0644]
extensions/ulogd_LOGEMU.c [new file with mode: 0644]
extensions/ulogd_OPRINT.c [new file with mode: 0644]
extensions/ulogd_PWSNIFF.c [new file with mode: 0644]
extensions/ulogd_SYSLOG.c [new file with mode: 0644]
include/linux/jhash.h [new file with mode: 0644]
include/ulogd/conffile.h [new file with mode: 0644]
include/ulogd/gre.h [new file with mode: 0644]
include/ulogd/ulogd.h [new file with mode: 0644]
install-sh [new file with mode: 0755]
libipulog/Makefile.in [new file with mode: 0644]
libipulog/include/libipulog/libipulog.h [new file with mode: 0644]
libipulog/libipulog.c [new file with mode: 0644]
libipulog/ulog_test.c [new file with mode: 0644]
mysql/Makefile [new file with mode: 0644]
mysql/Makefile.in [new file with mode: 0644]
mysql/ulogd_MYSQL.c [new file with mode: 0644]
netflow/Makefile.in [new file with mode: 0644]
netflow/ulogd_NETFLOW.c [new file with mode: 0644]
pcap/Makefile.in [new file with mode: 0644]
pcap/ulogd_PCAP.c [new file with mode: 0644]
pgsql/Makefile [new file with mode: 0644]
pgsql/Makefile.in [new file with mode: 0644]
pgsql/ulogd_PGSQL.c [new file with mode: 0644]
sqlite3/Makefile [new file with mode: 0644]
sqlite3/Makefile.in [new file with mode: 0644]
sqlite3/ulogd_SQLITE3.c [new file with mode: 0644]
ulogd.8 [new file with mode: 0644]
ulogd.c [new file with mode: 0644]
ulogd.conf.in [new file with mode: 0644]
ulogd.init [new file with mode: 0755]
ulogd.logrotate [new file with mode: 0644]
ulogd.spec [new file with mode: 0644]