OSDN Git Service

Initial commit from 2.1.2-1
authorShinya TAKEBAYASHI <makoto@kanon-net.jp>
Mon, 20 Apr 2009 01:20:01 +0000 (10:20 +0900)
committerShinya TAKEBAYASHI <makoto@kanon-net.jp>
Mon, 20 Apr 2009 01:20:01 +0000 (10:20 +0900)
commit90f834068e90613687475e2ad5275579735fb420
treeedcfe582f330ce1269dc078eb22d24c0ca127723
parent75fd9a7caf29492e3f0c59cb6e4dae4a058d39ac
Initial commit from 2.1.2-1
198 files changed:
CHANGES [new file with mode: 0644]
INSTALL.debian [new file with mode: 0644]
INSTALL.ja.utf-8 [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
compile [new file with mode: 0755]
conf/Makefile.am [new file with mode: 0644]
conf/Makefile.in [new file with mode: 0644]
conf/l7vs.cf [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.in [new file with mode: 0644]
debian/Makefile [new file with mode: 0644]
debian/Makefile.am [new file with mode: 0644]
debian/Makefile.in [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/dpkg-checkbuild [new file with mode: 0755]
debian/init.d/l7vsd [new file with mode: 0644]
debian/l7vs.conffiles [new file with mode: 0644]
debian/l7vs.dirs [new file with mode: 0644]
debian/l7vs.files [new file with mode: 0644]
debian/l7vs.postinst [new file with mode: 0755]
debian/l7vs.postrm [new file with mode: 0755]
debian/rules [new file with mode: 0755]
depcomp [new file with mode: 0755]
include/l7vs.h [new file with mode: 0644]
include/l7vs_config.h [new file with mode: 0644]
include/l7vs_conn.h [new file with mode: 0644]
include/l7vs_dest.h [new file with mode: 0644]
include/l7vs_iom.h [new file with mode: 0644]
include/l7vs_iomuxlist.h [new file with mode: 0644]
include/l7vs_lsock.h [new file with mode: 0644]
include/l7vs_module.h [new file with mode: 0644]
include/l7vs_replication.h [new file with mode: 0644]
include/l7vs_sched.h [new file with mode: 0644]
include/l7vs_service.h [new file with mode: 0644]
include/l7vs_snmpbridge.h [new file with mode: 0644]
include/l7vsadm.h [new file with mode: 0644]
init.d/Makefile.am [new file with mode: 0644]
init.d/Makefile.in [new file with mode: 0644]
init.d/l7vsd [new file with mode: 0755]
install-sh [new file with mode: 0755]
l7directord/Makefile.am [new file with mode: 0644]
l7directord/Makefile.in [new file with mode: 0644]
l7directord/conf/l7directord.cf.sample [new file with mode: 0644]
l7directord/init.d/l7directord [new file with mode: 0755]
l7directord/l7directord [new file with mode: 0755]
l7directord/t/00_compile.t [new file with mode: 0644]
l7directord/t/01_main.t [new file with mode: 0644]
l7directord/t/02_cmd.t [new file with mode: 0644]
l7directord/t/03_signal.t [new file with mode: 0644]
l7directord/t/04_pid.t [new file with mode: 0644]
l7directord/t/05_config.t [new file with mode: 0644]
l7directord/t/06_convert.t [new file with mode: 0644]
l7directord/t/07_parse_address.t [new file with mode: 0644]
l7directord/t/08_setup.t [new file with mode: 0644]
l7directord/t/09_l7vsadm.t [new file with mode: 0644]
l7directord/t/10_startstop.t [new file with mode: 0644]
l7directord/t/11_child_cmd.t [new file with mode: 0644]
l7directord/t/12_main.t [new file with mode: 0644]
l7directord/t/13_process.t [new file with mode: 0644]
l7directord/t/14_health_check.t [new file with mode: 0644]
l7directord/t/15_sleep.t [new file with mode: 0644]
l7directord/t/16_check_func.t [new file with mode: 0644]
l7directord/t/17_http.t [new file with mode: 0644]
l7directord/t/18_smtp.t [new file with mode: 0644]
l7directord/t/19_pop.t [new file with mode: 0644]
l7directord/t/20_imap.t [new file with mode: 0644]
l7directord/t/21_ldap.t [new file with mode: 0644]
l7directord/t/22_nntp.t [new file with mode: 0644]
l7directord/t/23_sql.t [new file with mode: 0644]
l7directord/t/24_connect.t [new file with mode: 0644]
l7directord/t/25_sip.t [new file with mode: 0644]
l7directord/t/26_ftp.t [new file with mode: 0644]
l7directord/t/27_dns.t [new file with mode: 0644]
l7directord/t/28_ping.t [new file with mode: 0644]
l7directord/t/29_check_other.t [new file with mode: 0644]
l7directord/t/30_status.t [new file with mode: 0644]
l7directord/t/31_fallback.t [new file with mode: 0644]
l7directord/t/32_getid.t [new file with mode: 0644]
l7directord/t/33_wrapper.t [new file with mode: 0644]
l7directord/t/34_change_service.t [new file with mode: 0644]
l7directord/t/35_output.t [new file with mode: 0644]
l7directord/t/lib/L7lib.pm [new file with mode: 0644]
l7directord/t/lib/l7vsadm.1 [new file with mode: 0755]
l7directord/t/lib/l7vsadm.2 [new file with mode: 0755]
l7directord/t/lib/l7vsadm.3 [new file with mode: 0755]
l7directord/t/lib/l7vsadm.4 [new file with mode: 0755]
l7directord/t/lib/l7vsadm.5 [new file with mode: 0755]
l7directord/t/lib/l7vsadm.6 [new file with mode: 0755]
l7directord/t/lib/l7vsadm.7 [new file with mode: 0755]
l7directord/t/lib/l7vsadm.8 [new file with mode: 0755]
logger/Makefile.am [new file with mode: 0644]
logger/Makefile.in [new file with mode: 0644]
logger/lexical_cast.h [new file with mode: 0644]
logger/logger.cpp [new file with mode: 0644]
logger/logger.h [new file with mode: 0644]
logger/logger_enum.h [new file with mode: 0644]
logger/logger_impl.cpp [new file with mode: 0644]
logger/logger_impl.h [new file with mode: 0644]
logger/logger_wrapper.h [new file with mode: 0644]
logger/strict_time_based_rolling_policy.cpp [new file with mode: 0644]
logger/strict_time_based_rolling_policy.h [new file with mode: 0644]
logger/time_and_size_based_rolling_policy.cpp [new file with mode: 0644]
logger/time_and_size_based_rolling_policy.h [new file with mode: 0644]
ltmain.sh [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/Makefile.in [new file with mode: 0644]
man/l7directord.8.gz [new file with mode: 0644]
man/l7vsadm.8.gz [new file with mode: 0644]
man/l7vsd.8.gz [new file with mode: 0644]
missing [new symlink]
module/Makefile.am [new file with mode: 0644]
module/Makefile.in [new file with mode: 0644]
module/protocol/Makefile.am [new file with mode: 0644]
module/protocol/Makefile.in [new file with mode: 0644]
module/protocol/module_http.c [new file with mode: 0644]
module/protocol/module_http.h [new file with mode: 0644]
module/protocol/module_sslid_hash.cpp [new file with mode: 0644]
module/protocol/module_sslid_hash.h [new file with mode: 0644]
module/protocol/module_sslid_hash_map.cpp [new file with mode: 0644]
module/protocol/module_sslid_hash_map.h [new file with mode: 0644]
module/protocol/protomod_ip.c [new file with mode: 0644]
module/protocol/protomod_pfilter.c [new file with mode: 0644]
module/protocol/protomod_sessionless.c [new file with mode: 0644]
module/protocol/protomod_sslid.c [new file with mode: 0644]
module/protocol/protomod_sslid.h [new file with mode: 0644]
module/protocol/protomod_url.c [new file with mode: 0644]
module/schedule/Makefile.am [new file with mode: 0644]
module/schedule/Makefile.in [new file with mode: 0644]
module/schedule/sched_lc.c [new file with mode: 0644]
module/schedule/sched_rr.c [new file with mode: 0644]
module/schedule/sched_wrr.c [new file with mode: 0644]
parameter/Makefile.am [new file with mode: 0644]
parameter/Makefile.in [new file with mode: 0644]
parameter/parameter.cpp [new file with mode: 0644]
parameter/parameter.h [new file with mode: 0644]
parameter/parameter_enum.h [new file with mode: 0644]
parameter/parameter_impl.cpp [new file with mode: 0644]
parameter/parameter_impl.h [new file with mode: 0644]
parameter/parameter_wrapper.h [new file with mode: 0644]
snmpagent/Makefile.am [new file with mode: 0644]
snmpagent/Makefile.in [new file with mode: 0644]
snmpagent/UML7MIB.txt [new file with mode: 0644]
snmpagent/UltraMonkeyL7.c [new file with mode: 0644]
snmpagent/UltraMonkeyL7.h [new file with mode: 0644]
snmpagent/dispatch_message.cpp [new file with mode: 0644]
snmpagent/dispatch_message.h [new file with mode: 0644]
snmpagent/interproccom.cpp [new file with mode: 0644]
snmpagent/interproccom.h [new file with mode: 0644]
snmpagent/l7ag_parameter.h [new file with mode: 0644]
snmpagent/l7ag_socket.cpp [new file with mode: 0644]
snmpagent/l7ag_socket.h [new file with mode: 0644]
snmpagent/l7snmpagent.cpp [new file with mode: 0644]
snmpagent/proc_message.h [new file with mode: 0644]
snmpagent/proc_mibcollectmessage.cpp [new file with mode: 0644]
snmpagent/proc_mibcollectmessage.h [new file with mode: 0644]
snmpagent/proc_settingrequest.cpp [new file with mode: 0644]
snmpagent/proc_settingrequest.h [new file with mode: 0644]
snmpagent/proc_trapsendrequest.cpp [new file with mode: 0644]
snmpagent/proc_trapsendrequest.h [new file with mode: 0644]
snmpagent/queue_sendtrap.cpp [new file with mode: 0644]
snmpagent/queue_sendtrap.h [new file with mode: 0644]
snmpagent/store_mibdata.cpp [new file with mode: 0644]
snmpagent/store_mibdata.h [new file with mode: 0644]
snmpagent/subagent.cpp [new file with mode: 0644]
snmpagent/subagent.h [new file with mode: 0644]
snmpagent/tag_threadstat.h [new file with mode: 0644]
snmpagent/tag_trapid.h [new file with mode: 0644]
snmpagent/watch_l7vsd.cpp [new file with mode: 0644]
snmpagent/watch_l7vsd.h [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/config.c [new file with mode: 0644]
src/conn.c [new file with mode: 0644]
src/dest.c [new file with mode: 0644]
src/iomux.c [new file with mode: 0644]
src/l7cookie [new file with mode: 0755]
src/l7vsadm.c [new file with mode: 0644]
src/l7vsadm_main.c [new file with mode: 0644]
src/l7vsd.c [new file with mode: 0644]
src/lsock.c [new file with mode: 0644]
src/module.c [new file with mode: 0644]
src/protomod.c [new file with mode: 0644]
src/replication.c [new file with mode: 0644]
src/sched.c [new file with mode: 0644]
src/service.c [new file with mode: 0644]
src/snmpbridge.c [new file with mode: 0644]
ultramonkeyl7.spec.in [new file with mode: 0644]