]> git.stg.codes - stg.git/commit
Port to CMake, get rid of os_int.h.
authorMaksym Mamontov <madf@madf.info>
Tue, 7 Jan 2020 17:35:08 +0000 (19:35 +0200)
committerMaksym Mamontov <madf@madf.info>
Tue, 7 Jan 2020 17:35:08 +0000 (19:35 +0200)
commit46b0747592074017ff0ea4b33d4a7194235886e5
treeaa3ec1a254d6bc10e2ba6d6d4ef0a269aeadd547
parent8c6fa3fbaccc22127280bf77a48fab5a3ee0716e
Port to CMake, get rid of os_int.h.
1276 files changed:
.gitignore
CMakeLists.txt [new file with mode: 0644]
cmake/modules/FindFBClient.cmake [new file with mode: 0644]
cmake/modules/FindMNL.cmake [new file with mode: 0644]
cmake/modules/FindMySQLConnector.cmake [new file with mode: 0644]
cmake/modules/FindNFNetLink.cmake [new file with mode: 0644]
cmake/modules/FindNFQueue.cmake [new file with mode: 0644]
cmake/modules/FindPCap.cmake [new file with mode: 0644]
cmake/modules/FindYAJL.cmake [new file with mode: 0644]
include/stg/admin.h
include/stg/admin_conf.h
include/stg/ia_packets.h
include/stg/message.h
include/stg/os_int.h [deleted file]
include/stg/plugin.h
include/stg/rad_packets.h
include/stg/raw_ip_packet.h
include/stg/rs_packets.h
include/stg/service_conf.h
include/stg/tariff.h
include/stg/user.h
include/stg/user_conf.h
include/stg/user_ips.h
include/stg/user_stat.h
include/stg/user_traff.h
lib/.placeholder [deleted file]
libs/CMakeLists.txt [new file with mode: 0644]
libs/common/CMakeLists.txt [new file with mode: 0644]
libs/common/Makefile [new file with mode: 0644]
libs/common/blockio.cpp [new file with mode: 0644]
libs/common/common.cpp [new file with mode: 0644]
libs/common/include/stg/blockio.h [new file with mode: 0644]
libs/common/include/stg/common.h [new file with mode: 0644]
libs/common/strptime.cpp [new file with mode: 0644]
libs/conffiles/CMakeLists.txt [new file with mode: 0644]
libs/conffiles/Makefile [new file with mode: 0644]
libs/conffiles/conffiles.cpp [new file with mode: 0644]
libs/conffiles/include/stg/conffiles.h [new file with mode: 0644]
libs/crypto/CMakeLists.txt [new file with mode: 0644]
libs/crypto/Makefile [new file with mode: 0644]
libs/crypto/ag_md5.c [new file with mode: 0644]
libs/crypto/bfstream.cpp [new file with mode: 0644]
libs/crypto/blowfish.c [new file with mode: 0644]
libs/crypto/include/stg/ag_md5.h [new file with mode: 0644]
libs/crypto/include/stg/bfstream.h [new file with mode: 0644]
libs/crypto/include/stg/blowfish.h [new file with mode: 0644]
libs/dotconfpp/CMakeLists.txt [new file with mode: 0644]
libs/dotconfpp/Makefile [new file with mode: 0644]
libs/dotconfpp/dotconfpp.cpp [new file with mode: 0644]
libs/dotconfpp/include/stg/dotconfpp.h [new file with mode: 0644]
libs/dotconfpp/mempool.cpp [new file with mode: 0644]
libs/dotconfpp/mempool.h [new file with mode: 0644]
libs/ia/CMakeLists.txt [new file with mode: 0644]
libs/ia/Makefile [new file with mode: 0644]
libs/ia/ia.cpp [new file with mode: 0644]
libs/ia/include/stg/ia.h [new file with mode: 0644]
libs/ibpp/CMakeLists.txt [new file with mode: 0644]
libs/ibpp/Makefile [new file with mode: 0644]
libs/ibpp/_dpb.cpp [new file with mode: 0644]
libs/ibpp/_ibpp.cpp [new file with mode: 0644]
libs/ibpp/_ibpp.h [new file with mode: 0644]
libs/ibpp/_ibs.cpp [new file with mode: 0644]
libs/ibpp/_rb.cpp [new file with mode: 0644]
libs/ibpp/_spb.cpp [new file with mode: 0644]
libs/ibpp/_tpb.cpp [new file with mode: 0644]
libs/ibpp/all_in_one.cpp [new file with mode: 0644]
libs/ibpp/array.cpp [new file with mode: 0644]
libs/ibpp/blob.cpp [new file with mode: 0644]
libs/ibpp/database.cpp [new file with mode: 0644]
libs/ibpp/date.cpp [new file with mode: 0644]
libs/ibpp/dbkey.cpp [new file with mode: 0644]
libs/ibpp/events.cpp [new file with mode: 0644]
libs/ibpp/exception.cpp [new file with mode: 0644]
libs/ibpp/ibase.h [new file with mode: 0644]
libs/ibpp/iberror.h [new file with mode: 0644]
libs/ibpp/include/stg/ibpp.h [new file with mode: 0644]
libs/ibpp/row.cpp [new file with mode: 0644]
libs/ibpp/service.cpp [new file with mode: 0644]
libs/ibpp/statement.cpp [new file with mode: 0644]
libs/ibpp/time.cpp [new file with mode: 0644]
libs/ibpp/transaction.cpp [new file with mode: 0644]
libs/ibpp/user.cpp [new file with mode: 0644]
libs/json/CMakeLists.txt [new file with mode: 0644]
libs/json/Makefile [new file with mode: 0644]
libs/json/generator.cpp [new file with mode: 0644]
libs/json/include/stg/json_generator.h [new file with mode: 0644]
libs/json/include/stg/json_parser.h [new file with mode: 0644]
libs/json/parser.cpp [new file with mode: 0644]
libs/logger/CMakeLists.txt [new file with mode: 0644]
libs/logger/Makefile [new file with mode: 0644]
libs/logger/include/stg/logger.h [new file with mode: 0644]
libs/logger/logger.cpp [new file with mode: 0644]
libs/pinger/CMakeLists.txt [new file with mode: 0644]
libs/pinger/Makefile [new file with mode: 0644]
libs/pinger/include/stg/pinger.h [new file with mode: 0644]
libs/pinger/pinger.cpp [new file with mode: 0644]
libs/scriptexecuter/CMakeLists.txt [new file with mode: 0644]
libs/scriptexecuter/Makefile [new file with mode: 0644]
libs/scriptexecuter/include/stg/scriptexecuter.h [new file with mode: 0644]
libs/scriptexecuter/scriptexecuter.c [new file with mode: 0644]
libs/smux/ANY.c [new file with mode: 0644]
libs/smux/ApplicationSyntax.c [new file with mode: 0644]
libs/smux/AtEntry.c [new file with mode: 0644]
libs/smux/BIT_STRING.c [new file with mode: 0644]
libs/smux/BOOLEAN.c [new file with mode: 0644]
libs/smux/CMakeLists.txt [new file with mode: 0644]
libs/smux/ClosePDU.c [new file with mode: 0644]
libs/smux/Counter.c [new file with mode: 0644]
libs/smux/DisplayString.c [new file with mode: 0644]
libs/smux/EgpNeighEntry.c [new file with mode: 0644]
libs/smux/Gauge.c [new file with mode: 0644]
libs/smux/GetNextRequest-PDU.c [new file with mode: 0644]
libs/smux/GetRequest-PDU.c [new file with mode: 0644]
libs/smux/GetResponse-PDU.c [new file with mode: 0644]
libs/smux/INTEGER.c [new file with mode: 0644]
libs/smux/IfEntry.c [new file with mode: 0644]
libs/smux/IpAddrEntry.c [new file with mode: 0644]
libs/smux/IpAddress.c [new file with mode: 0644]
libs/smux/IpNetToMediaEntry.c [new file with mode: 0644]
libs/smux/IpRouteEntry.c [new file with mode: 0644]
libs/smux/Makefile [new file with mode: 0644]
libs/smux/Message.c [new file with mode: 0644]
libs/smux/NULL.c [new file with mode: 0644]
libs/smux/NativeEnumerated.c [new file with mode: 0644]
libs/smux/NativeInteger.c [new file with mode: 0644]
libs/smux/NetworkAddress.c [new file with mode: 0644]
libs/smux/OBJECT_IDENTIFIER.c [new file with mode: 0644]
libs/smux/OCTET_STRING.c [new file with mode: 0644]
libs/smux/ObjectName.c [new file with mode: 0644]
libs/smux/ObjectSyntax.c [new file with mode: 0644]
libs/smux/Opaque.c [new file with mode: 0644]
libs/smux/OpenPDU.c [new file with mode: 0644]
libs/smux/PDU.c [new file with mode: 0644]
libs/smux/PDUs.c [new file with mode: 0644]
libs/smux/PhysAddress.c [new file with mode: 0644]
libs/smux/RFC1155-SMI.asn1 [new file with mode: 0644]
libs/smux/RFC1157-SNMP.asn1 [new file with mode: 0644]
libs/smux/RFC1213-MIB.asn1 [new file with mode: 0644]
libs/smux/RReqPDU.c [new file with mode: 0644]
libs/smux/RRspPDU.c [new file with mode: 0644]
libs/smux/SMUX-PDUs.c [new file with mode: 0644]
libs/smux/SMUX.asn1 [new file with mode: 0644]
libs/smux/SOutPDU.c [new file with mode: 0644]
libs/smux/SetRequest-PDU.c [new file with mode: 0644]
libs/smux/SimpleOpen.c [new file with mode: 0644]
libs/smux/SimpleSyntax.c [new file with mode: 0644]
libs/smux/TcpConnEntry.c [new file with mode: 0644]
libs/smux/TimeTicks.c [new file with mode: 0644]
libs/smux/Trap-PDU.c [new file with mode: 0644]
libs/smux/UdpEntry.c [new file with mode: 0644]
libs/smux/VarBind.c [new file with mode: 0644]
libs/smux/VarBindList.c [new file with mode: 0644]
libs/smux/asn_SEQUENCE_OF.c [new file with mode: 0644]
libs/smux/asn_SET_OF.c [new file with mode: 0644]
libs/smux/asn_codecs_prim.c [new file with mode: 0644]
libs/smux/ber_decoder.c [new file with mode: 0644]
libs/smux/ber_tlv_length.c [new file with mode: 0644]
libs/smux/ber_tlv_tag.c [new file with mode: 0644]
libs/smux/constr_CHOICE.c [new file with mode: 0644]
libs/smux/constr_SEQUENCE.c [new file with mode: 0644]
libs/smux/constr_SEQUENCE_OF.c [new file with mode: 0644]
libs/smux/constr_SET_OF.c [new file with mode: 0644]
libs/smux/constr_TYPE.c [new file with mode: 0644]
libs/smux/constraints.c [new file with mode: 0644]
libs/smux/der_encoder.c [new file with mode: 0644]
libs/smux/include/stg/ANY.h [new file with mode: 0644]
libs/smux/include/stg/ApplicationSyntax.h [new file with mode: 0644]
libs/smux/include/stg/AtEntry.h [new file with mode: 0644]
libs/smux/include/stg/BIT_STRING.h [new file with mode: 0644]
libs/smux/include/stg/BOOLEAN.h [new file with mode: 0644]
libs/smux/include/stg/ClosePDU.h [new file with mode: 0644]
libs/smux/include/stg/Counter.h [new file with mode: 0644]
libs/smux/include/stg/DisplayString.h [new file with mode: 0644]
libs/smux/include/stg/EgpNeighEntry.h [new file with mode: 0644]
libs/smux/include/stg/Gauge.h [new file with mode: 0644]
libs/smux/include/stg/GetNextRequest-PDU.h [new file with mode: 0644]
libs/smux/include/stg/GetRequest-PDU.h [new file with mode: 0644]
libs/smux/include/stg/GetResponse-PDU.h [new file with mode: 0644]
libs/smux/include/stg/INTEGER.h [new file with mode: 0644]
libs/smux/include/stg/IfEntry.h [new file with mode: 0644]
libs/smux/include/stg/IpAddrEntry.h [new file with mode: 0644]
libs/smux/include/stg/IpAddress.h [new file with mode: 0644]
libs/smux/include/stg/IpNetToMediaEntry.h [new file with mode: 0644]
libs/smux/include/stg/IpRouteEntry.h [new file with mode: 0644]
libs/smux/include/stg/Message.h [new file with mode: 0644]
libs/smux/include/stg/NULL.h [new file with mode: 0644]
libs/smux/include/stg/NativeEnumerated.h [new file with mode: 0644]
libs/smux/include/stg/NativeInteger.h [new file with mode: 0644]
libs/smux/include/stg/NetworkAddress.h [new file with mode: 0644]
libs/smux/include/stg/OBJECT_IDENTIFIER.h [new file with mode: 0644]
libs/smux/include/stg/OCTET_STRING.h [new file with mode: 0644]
libs/smux/include/stg/ObjectName.h [new file with mode: 0644]
libs/smux/include/stg/ObjectSyntax.h [new file with mode: 0644]
libs/smux/include/stg/Opaque.h [new file with mode: 0644]
libs/smux/include/stg/OpenPDU.h [new file with mode: 0644]
libs/smux/include/stg/PDU.h [new file with mode: 0644]
libs/smux/include/stg/PDUs.h [new file with mode: 0644]
libs/smux/include/stg/PhysAddress.h [new file with mode: 0644]
libs/smux/include/stg/RReqPDU.h [new file with mode: 0644]
libs/smux/include/stg/RRspPDU.h [new file with mode: 0644]
libs/smux/include/stg/SMUX-PDUs.h [new file with mode: 0644]
libs/smux/include/stg/SOutPDU.h [new file with mode: 0644]
libs/smux/include/stg/SetRequest-PDU.h [new file with mode: 0644]
libs/smux/include/stg/SimpleOpen.h [new file with mode: 0644]
libs/smux/include/stg/SimpleSyntax.h [new file with mode: 0644]
libs/smux/include/stg/TcpConnEntry.h [new file with mode: 0644]
libs/smux/include/stg/TimeTicks.h [new file with mode: 0644]
libs/smux/include/stg/Trap-PDU.h [new file with mode: 0644]
libs/smux/include/stg/UdpEntry.h [new file with mode: 0644]
libs/smux/include/stg/VarBind.h [new file with mode: 0644]
libs/smux/include/stg/VarBindList.h [new file with mode: 0644]
libs/smux/include/stg/asn_SEQUENCE_OF.h [new file with mode: 0644]
libs/smux/include/stg/asn_SET_OF.h [new file with mode: 0644]
libs/smux/include/stg/asn_application.h [new file with mode: 0644]
libs/smux/include/stg/asn_codecs.h [new file with mode: 0644]
libs/smux/include/stg/asn_codecs_prim.h [new file with mode: 0644]
libs/smux/include/stg/asn_internal.h [new file with mode: 0644]
libs/smux/include/stg/asn_system.h [new file with mode: 0644]
libs/smux/include/stg/ber_decoder.h [new file with mode: 0644]
libs/smux/include/stg/ber_tlv_length.h [new file with mode: 0644]
libs/smux/include/stg/ber_tlv_tag.h [new file with mode: 0644]
libs/smux/include/stg/constr_CHOICE.h [new file with mode: 0644]
libs/smux/include/stg/constr_SEQUENCE.h [new file with mode: 0644]
libs/smux/include/stg/constr_SEQUENCE_OF.h [new file with mode: 0644]
libs/smux/include/stg/constr_SET_OF.h [new file with mode: 0644]
libs/smux/include/stg/constr_TYPE.h [new file with mode: 0644]
libs/smux/include/stg/constraints.h [new file with mode: 0644]
libs/smux/include/stg/der_encoder.h [new file with mode: 0644]
libs/smux/include/stg/per_decoder.h [new file with mode: 0644]
libs/smux/include/stg/per_encoder.h [new file with mode: 0644]
libs/smux/include/stg/per_support.h [new file with mode: 0644]
libs/smux/include/stg/xer_decoder.h [new file with mode: 0644]
libs/smux/include/stg/xer_encoder.h [new file with mode: 0644]
libs/smux/include/stg/xer_support.h [new file with mode: 0644]
libs/smux/per_decoder.c [new file with mode: 0644]
libs/smux/per_encoder.c [new file with mode: 0644]
libs/smux/per_support.c [new file with mode: 0644]
libs/smux/xer_decoder.c [new file with mode: 0644]
libs/smux/xer_encoder.c [new file with mode: 0644]
libs/smux/xer_support.c [new file with mode: 0644]
libs/srvconf/CMakeLists.txt [new file with mode: 0644]
libs/srvconf/Makefile [new file with mode: 0644]
libs/srvconf/include/stg/servconf.h [new file with mode: 0644]
libs/srvconf/include/stg/servconf_types.h [new file with mode: 0644]
libs/srvconf/netunit.cpp [new file with mode: 0644]
libs/srvconf/netunit.h [new file with mode: 0644]
libs/srvconf/parsers/auth_by.cpp [new file with mode: 0644]
libs/srvconf/parsers/auth_by.h [new file with mode: 0644]
libs/srvconf/parsers/base.h [new file with mode: 0644]
libs/srvconf/parsers/chg_admin.cpp [new file with mode: 0644]
libs/srvconf/parsers/chg_admin.h [new file with mode: 0644]
libs/srvconf/parsers/chg_corp.cpp [new file with mode: 0644]
libs/srvconf/parsers/chg_corp.h [new file with mode: 0644]
libs/srvconf/parsers/chg_service.cpp [new file with mode: 0644]
libs/srvconf/parsers/chg_service.h [new file with mode: 0644]
libs/srvconf/parsers/chg_tariff.cpp [new file with mode: 0644]
libs/srvconf/parsers/chg_tariff.h [new file with mode: 0644]
libs/srvconf/parsers/chg_user.cpp [new file with mode: 0644]
libs/srvconf/parsers/chg_user.h [new file with mode: 0644]
libs/srvconf/parsers/get_admin.cpp [new file with mode: 0644]
libs/srvconf/parsers/get_admin.h [new file with mode: 0644]
libs/srvconf/parsers/get_container.h [new file with mode: 0644]
libs/srvconf/parsers/get_corp.cpp [new file with mode: 0644]
libs/srvconf/parsers/get_corp.h [new file with mode: 0644]
libs/srvconf/parsers/get_service.cpp [new file with mode: 0644]
libs/srvconf/parsers/get_service.h [new file with mode: 0644]
libs/srvconf/parsers/get_tariff.cpp [new file with mode: 0644]
libs/srvconf/parsers/get_tariff.h [new file with mode: 0644]
libs/srvconf/parsers/get_user.cpp [new file with mode: 0644]
libs/srvconf/parsers/get_user.h [new file with mode: 0644]
libs/srvconf/parsers/property.cpp [new file with mode: 0644]
libs/srvconf/parsers/property.h [new file with mode: 0644]
libs/srvconf/parsers/resetable_utils.h [new file with mode: 0644]
libs/srvconf/parsers/server_info.cpp [new file with mode: 0644]
libs/srvconf/parsers/server_info.h [new file with mode: 0644]
libs/srvconf/parsers/simple.cpp [new file with mode: 0644]
libs/srvconf/parsers/simple.h [new file with mode: 0644]
libs/srvconf/servconf.cpp [new file with mode: 0644]
make_tarball/get_from_cvs [new file with mode: 0755]
make_tarball/make.sh [new file with mode: 0755]
make_tarball/mt.sh [new file with mode: 0755]
projects/libs/Makefile [deleted file]
projects/libs/build [deleted file]
projects/make_tarball/get_from_cvs [deleted file]
projects/make_tarball/make.sh [deleted file]
projects/make_tarball/mt.sh [deleted file]
projects/rlm_stg/Makefile [deleted file]
projects/rlm_stg/build [deleted file]
projects/rlm_stg/conn.cpp [deleted file]
projects/rlm_stg/conn.h [deleted file]
projects/rlm_stg/iface.cpp [deleted file]
projects/rlm_stg/iface.h [deleted file]
projects/rlm_stg/radlog.c [deleted file]
projects/rlm_stg/radlog.h [deleted file]
projects/rlm_stg/rlm_stg.c [deleted file]
projects/rlm_stg/stg_client.cpp [deleted file]
projects/rlm_stg/stg_client.h [deleted file]
projects/rlm_stg/stgpair.h [deleted file]
projects/rlm_stg/types.h [deleted file]
projects/rscriptd/Makefile [deleted file]
projects/rscriptd/build [deleted file]
projects/rscriptd/listener.cpp [deleted file]
projects/rscriptd/listener.h [deleted file]
projects/rscriptd/main.cpp [deleted file]
projects/rscriptd/pidfile.cpp [deleted file]
projects/rscriptd/pidfile.h [deleted file]
projects/rscriptd/rscriptd.conf [deleted file]
projects/sgauth/.gitignore [deleted file]
projects/sgauth/Makefile [deleted file]
projects/sgauth/build [deleted file]
projects/sgauth/main.cpp [deleted file]
projects/sgauth/make_css.sh [deleted file]
projects/sgauth/settings_impl.cpp [deleted file]
projects/sgauth/settings_impl.h [deleted file]
projects/sgauth/sgauth.conf [deleted file]
projects/sgauth/sgauth.css [deleted file]
projects/sgauth/web.cpp [deleted file]
projects/sgauth/web.h [deleted file]
projects/sgauthstress/Makefile [deleted file]
projects/sgauthstress/build [deleted file]
projects/sgauthstress/main.cpp [deleted file]
projects/sgauthstress/mkifs.sh [deleted file]
projects/sgauthstress/proto.cpp [deleted file]
projects/sgauthstress/proto.h [deleted file]
projects/sgauthstress/rmifs.sh [deleted file]
projects/sgauthstress/settings.cpp [deleted file]
projects/sgauthstress/settings.h [deleted file]
projects/sgauthstress/sgauthstress.conf [deleted file]
projects/sgauthstress/store_loader.cpp [deleted file]
projects/sgauthstress/store_loader.h [deleted file]
projects/sgauthstress/user.cpp [deleted file]
projects/sgauthstress/user.h [deleted file]
projects/sgauthstress/users.1000 [deleted file]
projects/sgconf/CHANGES [deleted file]
projects/sgconf/Makefile [deleted file]
projects/sgconf/README.txt [deleted file]
projects/sgconf/TODO [deleted file]
projects/sgconf/action.h [deleted file]
projects/sgconf/actions.cpp [deleted file]
projects/sgconf/actions.h [deleted file]
projects/sgconf/admins.cpp [deleted file]
projects/sgconf/admins.h [deleted file]
projects/sgconf/api_action.cpp [deleted file]
projects/sgconf/api_action.h [deleted file]
projects/sgconf/build [deleted file]
projects/sgconf/config.h [deleted file]
projects/sgconf/corps.cpp [deleted file]
projects/sgconf/corps.h [deleted file]
projects/sgconf/info.cpp [deleted file]
projects/sgconf/info.h [deleted file]
projects/sgconf/main.cpp [deleted file]
projects/sgconf/options.cpp [deleted file]
projects/sgconf/options.h [deleted file]
projects/sgconf/parser_state.h [deleted file]
projects/sgconf/services.cpp [deleted file]
projects/sgconf/services.h [deleted file]
projects/sgconf/tariffs.cpp [deleted file]
projects/sgconf/tariffs.h [deleted file]
projects/sgconf/users.cpp [deleted file]
projects/sgconf/users.h [deleted file]
projects/sgconf/utils.h [deleted file]
projects/sgconf/xml.cpp [deleted file]
projects/sgconf/xml.h [deleted file]
projects/sgconf_xml/CHANGES [deleted file]
projects/sgconf_xml/Makefile [deleted file]
projects/sgconf_xml/README.txt [deleted file]
projects/sgconf_xml/build [deleted file]
projects/sgconf_xml/main.cpp [deleted file]
projects/sgconf_xml/parser.cpp [deleted file]
projects/sgconf_xml/request.h [deleted file]
projects/sgconf_xml/stg_req [deleted file]
projects/sgconv/Makefile [deleted file]
projects/sgconv/build [deleted file]
projects/sgconv/main.cpp [deleted file]
projects/sgconv/settings_impl.cpp [deleted file]
projects/sgconv/settings_impl.h [deleted file]
projects/sgconv/sgconv.conf [deleted file]
projects/stargazer/BUGS [deleted file]
projects/stargazer/CHANGES [deleted file]
projects/stargazer/Makefile [deleted file]
projects/stargazer/README [deleted file]
projects/stargazer/TODO [deleted file]
projects/stargazer/actions.h [deleted file]
projects/stargazer/actions.inl.h [deleted file]
projects/stargazer/admin_impl.cpp [deleted file]
projects/stargazer/admin_impl.h [deleted file]
projects/stargazer/admins_impl.cpp [deleted file]
projects/stargazer/admins_impl.h [deleted file]
projects/stargazer/build [deleted file]
projects/stargazer/corps_impl.cpp [deleted file]
projects/stargazer/corps_impl.h [deleted file]
projects/stargazer/eventloop.cpp [deleted file]
projects/stargazer/eventloop.h [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/OnChange [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/OnConnect [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/OnDisconnect [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/OnUserAdd [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/OnUserDel [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ao.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_bpf.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_divert.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_nf.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ping.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_radius.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_remote_script.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_rpc.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_sg.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_smux.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_files.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_mysql.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_postgresql.conf [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_ao.conf [deleted symlink]
projects/stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_cap_bpf.conf [deleted symlink]
projects/stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_ia.conf [deleted symlink]
projects/stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_ping.conf [deleted symlink]
projects/stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_sg.conf [deleted symlink]
projects/stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/store_files.conf [deleted symlink]
projects/stargazer/inst/freebsd/etc/stargazer/rules [deleted file]
projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf [deleted file]
projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo [deleted file]
projects/stargazer/inst/linux/etc/init.d/stargazer.suse.9.3 [deleted file]
projects/stargazer/inst/linux/etc/init.d/stargazer.ubuntu.7.10 [deleted file]
projects/stargazer/inst/linux/etc/stargazer/OnChange [deleted file]
projects/stargazer/inst/linux/etc/stargazer/OnConnect [deleted file]
projects/stargazer/inst/linux/etc/stargazer/OnDisconnect [deleted file]
projects/stargazer/inst/linux/etc/stargazer/OnUserAdd [deleted file]
projects/stargazer/inst/linux/etc/stargazer/OnUserDel [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ao.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_cap_ether.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_cap_ipq.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_cap_nf.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ping.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_radius.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_remote_script.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_rpc.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_sg.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_smux.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_mysql.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_postgresql.conf [deleted file]
projects/stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_ao.conf [deleted symlink]
projects/stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_cap_ether.conf [deleted symlink]
projects/stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_ia.conf [deleted symlink]
projects/stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_ping.conf [deleted symlink]
projects/stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_sg.conf [deleted symlink]
projects/stargazer/inst/linux/etc/stargazer/conf-enabled.d/store_files.conf [deleted symlink]
projects/stargazer/inst/linux/etc/stargazer/rules [deleted file]
projects/stargazer/inst/linux/etc/stargazer/stargazer.conf [deleted file]
projects/stargazer/inst/var/00-alter-01.postgresql.sql [deleted file]
projects/stargazer/inst/var/00-alter-01.sql [deleted file]
projects/stargazer/inst/var/00-base-00.postgresql.sql [deleted file]
projects/stargazer/inst/var/00-base-00.sql [deleted file]
projects/stargazer/inst/var/00-mysql-01.sql [deleted file]
projects/stargazer/inst/var/01-alter-02.mysql.sql [deleted file]
projects/stargazer/inst/var/01-alter-02.postgresql.sql [deleted file]
projects/stargazer/inst/var/01-alter-02.sql [deleted file]
projects/stargazer/inst/var/02-alter-03.postgresql.sql [deleted file]
projects/stargazer/inst/var/02-alter-03.sql [deleted file]
projects/stargazer/inst/var/base.dia [deleted file]
projects/stargazer/inst/var/stargazer/admins/admin.adm [deleted file]
projects/stargazer/inst/var/stargazer/tariffs/tariff.tf [deleted file]
projects/stargazer/inst/var/stargazer/users/test/conf [deleted file]
projects/stargazer/inst/var/stargazer/users/test/stat [deleted file]
projects/stargazer/main.cpp [deleted file]
projects/stargazer/modules/.placeholder [deleted file]
projects/stargazer/pidfile.cpp [deleted file]
projects/stargazer/pidfile.h [deleted file]
projects/stargazer/plugin_mgr.cpp [deleted file]
projects/stargazer/plugin_mgr.h [deleted file]
projects/stargazer/plugin_runner.cpp [deleted file]
projects/stargazer/plugin_runner.h [deleted file]
projects/stargazer/plugins/Makefile [deleted file]
projects/stargazer/plugins/Makefile.in [deleted file]
projects/stargazer/plugins/authorization/ao/Makefile [deleted file]
projects/stargazer/plugins/authorization/ao/ao.cpp [deleted file]
projects/stargazer/plugins/authorization/ao/ao.h [deleted file]
projects/stargazer/plugins/authorization/inetaccess/Makefile [deleted file]
projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp [deleted file]
projects/stargazer/plugins/authorization/inetaccess/inetaccess.h [deleted file]
projects/stargazer/plugins/authorization/stress/Makefile [deleted file]
projects/stargazer/plugins/authorization/stress/stress.cpp [deleted file]
projects/stargazer/plugins/authorization/stress/stress.h [deleted file]
projects/stargazer/plugins/capture/cap_debug/Makefile [deleted file]
projects/stargazer/plugins/capture/cap_debug/checksum.c [deleted file]
projects/stargazer/plugins/capture/cap_debug/checksum.h [deleted file]
projects/stargazer/plugins/capture/cap_debug/constants.h [deleted file]
projects/stargazer/plugins/capture/cap_debug/debug_cap.cpp [deleted file]
projects/stargazer/plugins/capture/cap_debug/debug_cap.h [deleted file]
projects/stargazer/plugins/capture/cap_debug/ip.c [deleted file]
projects/stargazer/plugins/capture/cap_debug/libpal.h [deleted file]
projects/stargazer/plugins/capture/cap_debug/packet.c [deleted file]
projects/stargazer/plugins/capture/cap_debug/tcp.c [deleted file]
projects/stargazer/plugins/capture/cap_debug/types.h [deleted file]
projects/stargazer/plugins/capture/cap_nf/Makefile [deleted file]
projects/stargazer/plugins/capture/cap_nf/cap_nf.cpp [deleted file]
projects/stargazer/plugins/capture/cap_nf/cap_nf.h [deleted file]
projects/stargazer/plugins/capture/divert_freebsd/Makefile [deleted file]
projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp [deleted file]
projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h [deleted file]
projects/stargazer/plugins/capture/ether_freebsd/Makefile [deleted file]
projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp [deleted file]
projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h [deleted file]
projects/stargazer/plugins/capture/ether_linux/Makefile [deleted file]
projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp [deleted file]
projects/stargazer/plugins/capture/ether_linux/ether_cap.h [deleted file]
projects/stargazer/plugins/capture/ipq_linux/Makefile [deleted file]
projects/stargazer/plugins/capture/ipq_linux/ipq_cap.cpp [deleted file]
projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h [deleted file]
projects/stargazer/plugins/capture/ipq_linux/libipq.c [deleted file]
projects/stargazer/plugins/capture/ipq_linux/libipq.h [deleted file]
projects/stargazer/plugins/capture/nfqueue/Makefile [deleted file]
projects/stargazer/plugins/capture/nfqueue/nfqueue.cpp [deleted file]
projects/stargazer/plugins/capture/nfqueue/nfqueue.h [deleted file]
projects/stargazer/plugins/capture/pcap/Makefile [deleted file]
projects/stargazer/plugins/capture/pcap/pcap_cap.cpp [deleted file]
projects/stargazer/plugins/capture/pcap/pcap_cap.h [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/Makefile [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/admins_methods.cpp [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/admins_methods.h [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/info_methods.cpp [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/info_methods.h [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/messages_methods.cpp [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/messages_methods.h [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.cpp [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.h [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/tariffs_methods.cpp [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/tariffs_methods.h [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/user_helper.cpp [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/user_helper.h [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/users_methods.cpp [deleted file]
projects/stargazer/plugins/configuration/rpcconfig/users_methods.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/Makefile [deleted file]
projects/stargazer/plugins/configuration/sgconfig/configproto.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/configproto.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/conn.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/conn.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/dumphelpers.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_admins.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_admins.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_message.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_server_info.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_server_info.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_services.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_services.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_user_info.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/parser_users.h [deleted file]
projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp [deleted file]
projects/stargazer/plugins/configuration/sgconfig/stgconfig.h [deleted file]
projects/stargazer/plugins/other/ping/Makefile [deleted file]
projects/stargazer/plugins/other/ping/ping.cpp [deleted file]
projects/stargazer/plugins/other/ping/ping.h [deleted file]
projects/stargazer/plugins/other/radius/Makefile [deleted file]
projects/stargazer/plugins/other/radius/config.cpp [deleted file]
projects/stargazer/plugins/other/radius/config.h [deleted file]
projects/stargazer/plugins/other/radius/conn.cpp [deleted file]
projects/stargazer/plugins/other/radius/conn.h [deleted file]
projects/stargazer/plugins/other/radius/radius.cpp [deleted file]
projects/stargazer/plugins/other/radius/radius.h [deleted file]
projects/stargazer/plugins/other/rscript/Makefile [deleted file]
projects/stargazer/plugins/other/rscript/nrmap_parser.cpp [deleted file]
projects/stargazer/plugins/other/rscript/nrmap_parser.h [deleted file]
projects/stargazer/plugins/other/rscript/rscript.cpp [deleted file]
projects/stargazer/plugins/other/rscript/rscript.h [deleted file]
projects/stargazer/plugins/other/rscript/send_functor.h [deleted file]
projects/stargazer/plugins/other/rscript/ur_functor.h [deleted file]
projects/stargazer/plugins/other/smux/Makefile [deleted file]
projects/stargazer/plugins/other/smux/STG-MIB.mib [deleted file]
projects/stargazer/plugins/other/smux/TODO [deleted file]
projects/stargazer/plugins/other/smux/handlers.cpp [deleted file]
projects/stargazer/plugins/other/smux/pen.h [deleted file]
projects/stargazer/plugins/other/smux/sensors.cpp [deleted file]
projects/stargazer/plugins/other/smux/sensors.h [deleted file]
projects/stargazer/plugins/other/smux/smux.cpp [deleted file]
projects/stargazer/plugins/other/smux/smux.h [deleted file]
projects/stargazer/plugins/other/smux/tables.cpp [deleted file]
projects/stargazer/plugins/other/smux/tables.h [deleted file]
projects/stargazer/plugins/other/smux/types.cpp [deleted file]
projects/stargazer/plugins/other/smux/types.h [deleted file]
projects/stargazer/plugins/other/smux/utils.cpp [deleted file]
projects/stargazer/plugins/other/smux/utils.h [deleted file]
projects/stargazer/plugins/other/smux/value2os.h [deleted file]
projects/stargazer/plugins/store/files/Makefile [deleted file]
projects/stargazer/plugins/store/files/file_store.cpp [deleted file]
projects/stargazer/plugins/store/files/file_store.h [deleted file]
projects/stargazer/plugins/store/firebird/Makefile [deleted file]
projects/stargazer/plugins/store/firebird/firebird_store.cpp [deleted file]
projects/stargazer/plugins/store/firebird/firebird_store.h [deleted file]
projects/stargazer/plugins/store/firebird/firebird_store_admins.cpp [deleted file]
projects/stargazer/plugins/store/firebird/firebird_store_corporations.cpp [deleted file]
projects/stargazer/plugins/store/firebird/firebird_store_messages.cpp [deleted file]
projects/stargazer/plugins/store/firebird/firebird_store_services.cpp [deleted file]
projects/stargazer/plugins/store/firebird/firebird_store_tariffs.cpp [deleted file]
projects/stargazer/plugins/store/firebird/firebird_store_users.cpp [deleted file]
projects/stargazer/plugins/store/firebird/firebird_store_utils.cpp [deleted file]
projects/stargazer/plugins/store/mysql/Makefile [deleted file]
projects/stargazer/plugins/store/mysql/mysql_store.cpp [deleted file]
projects/stargazer/plugins/store/mysql/mysql_store.h [deleted file]
projects/stargazer/plugins/store/postgresql/Makefile [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store.cpp [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store.h [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store_admins.cpp [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store_corporations.cpp [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store_messages.cpp [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store_services.cpp [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store_tariffs.cpp [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store_users.cpp [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store_utils.cpp [deleted file]
projects/stargazer/plugins/store/postgresql/postgresql_store_utils.h [deleted file]
projects/stargazer/scripts/clean_db [deleted file]
projects/stargazer/scripts/monitor [deleted file]
projects/stargazer/scripts/shaper/OnConnect [deleted file]
projects/stargazer/scripts/shaper/OnDisconnect [deleted file]
projects/stargazer/scripts/shaper/Readme.txt [deleted file]
projects/stargazer/scripts/shaper/shaper.sh [deleted file]
projects/stargazer/scripts/shaper/shaper.stop.sh [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/Readme [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/firewall/firewall [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/freeradius/clients.conf [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/freeradius/radiusd.conf [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/ppp/ip-down.d/stg [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/ppp/ip-up.d/stg [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/ppp/pptpd-options [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/pptpd.conf [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/radiusclient/servers [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/stargazer/OnChange [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/stargazer/OnConnect [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/stargazer/OnDisconnect [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/stargazer/OnUserAdd [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/stargazer/OnUserDel [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/stargazer/rules [deleted file]
projects/stargazer/scripts/shaper_vpn_radius/stargazer/stargazer.conf [deleted file]
projects/stargazer/services_impl.cpp [deleted file]
projects/stargazer/services_impl.h [deleted file]
projects/stargazer/settings_impl.cpp [deleted file]
projects/stargazer/settings_impl.h [deleted file]
projects/stargazer/stg_timer.cpp [deleted file]
projects/stargazer/stg_timer.h [deleted file]
projects/stargazer/store_loader.cpp [deleted file]
projects/stargazer/store_loader.h [deleted file]
projects/stargazer/tariff_impl.cpp [deleted file]
projects/stargazer/tariff_impl.h [deleted file]
projects/stargazer/tariffs_impl.cpp [deleted file]
projects/stargazer/tariffs_impl.h [deleted file]
projects/stargazer/traffcounter_impl.cpp [deleted file]
projects/stargazer/traffcounter_impl.h [deleted file]
projects/stargazer/user_impl.cpp [deleted file]
projects/stargazer/user_impl.h [deleted file]
projects/stargazer/user_property.cpp [deleted file]
projects/stargazer/users_impl.cpp [deleted file]
projects/stargazer/users_impl.h [deleted file]
rlm_stg/CMakeLists.txt [new file with mode: 0644]
rlm_stg/Makefile [new file with mode: 0644]
rlm_stg/build [new file with mode: 0755]
rlm_stg/conn.cpp [new file with mode: 0644]
rlm_stg/conn.h [new file with mode: 0644]
rlm_stg/iface.cpp [new file with mode: 0644]
rlm_stg/iface.h [new file with mode: 0644]
rlm_stg/radlog.c [new file with mode: 0644]
rlm_stg/radlog.h [new file with mode: 0644]
rlm_stg/rlm_stg.c [new file with mode: 0644]
rlm_stg/stg_client.cpp [new file with mode: 0644]
rlm_stg/stg_client.h [new file with mode: 0644]
rlm_stg/stgpair.h [new file with mode: 0644]
rlm_stg/types.h [new file with mode: 0644]
rscriptd/CMakeLists.txt [new file with mode: 0644]
rscriptd/Makefile [new file with mode: 0644]
rscriptd/build [new file with mode: 0755]
rscriptd/listener.cpp [new file with mode: 0644]
rscriptd/listener.h [new file with mode: 0644]
rscriptd/main.cpp [new file with mode: 0644]
rscriptd/pidfile.cpp [new file with mode: 0644]
rscriptd/pidfile.h [new file with mode: 0644]
rscriptd/rscriptd.conf [new file with mode: 0644]
sgauth/.gitignore [new file with mode: 0644]
sgauth/CMakeLists.txt [new file with mode: 0644]
sgauth/Makefile [new file with mode: 0644]
sgauth/build [new file with mode: 0755]
sgauth/main.cpp [new file with mode: 0644]
sgauth/make_css.sh [new file with mode: 0755]
sgauth/settings_impl.cpp [new file with mode: 0644]
sgauth/settings_impl.h [new file with mode: 0644]
sgauth/sgauth.conf [new file with mode: 0644]
sgauth/sgauth.css [new file with mode: 0644]
sgauth/web.cpp [new file with mode: 0644]
sgauth/web.h [new file with mode: 0644]
sgconf/CHANGES [new file with mode: 0644]
sgconf/CMakeLists.txt [new file with mode: 0644]
sgconf/Makefile [new file with mode: 0644]
sgconf/README.txt [new file with mode: 0644]
sgconf/TODO [new file with mode: 0644]
sgconf/action.h [new file with mode: 0644]
sgconf/actions.cpp [new file with mode: 0644]
sgconf/actions.h [new file with mode: 0644]
sgconf/admins.cpp [new file with mode: 0644]
sgconf/admins.h [new file with mode: 0644]
sgconf/api_action.cpp [new file with mode: 0644]
sgconf/api_action.h [new file with mode: 0644]
sgconf/build [new file with mode: 0755]
sgconf/config.h [new file with mode: 0644]
sgconf/corps.cpp [new file with mode: 0644]
sgconf/corps.h [new file with mode: 0644]
sgconf/info.cpp [new file with mode: 0644]
sgconf/info.h [new file with mode: 0644]
sgconf/main.cpp [new file with mode: 0644]
sgconf/options.cpp [new file with mode: 0644]
sgconf/options.h [new file with mode: 0644]
sgconf/parser_state.h [new file with mode: 0644]
sgconf/services.cpp [new file with mode: 0644]
sgconf/services.h [new file with mode: 0644]
sgconf/tariffs.cpp [new file with mode: 0644]
sgconf/tariffs.h [new file with mode: 0644]
sgconf/users.cpp [new file with mode: 0644]
sgconf/users.h [new file with mode: 0644]
sgconf/utils.h [new file with mode: 0644]
sgconf/xml.cpp [new file with mode: 0644]
sgconf/xml.h [new file with mode: 0644]
stargazer/BUGS [new file with mode: 0644]
stargazer/CHANGES [new file with mode: 0644]
stargazer/CMakeLists.txt [new file with mode: 0644]
stargazer/Makefile [new file with mode: 0644]
stargazer/README [new file with mode: 0644]
stargazer/TODO [new file with mode: 0644]
stargazer/actions.h [new file with mode: 0644]
stargazer/actions.inl.h [new file with mode: 0644]
stargazer/admin_impl.cpp [new file with mode: 0644]
stargazer/admin_impl.h [new file with mode: 0644]
stargazer/admins_impl.cpp [new file with mode: 0644]
stargazer/admins_impl.h [new file with mode: 0644]
stargazer/build [new file with mode: 0755]
stargazer/corps_impl.cpp [new file with mode: 0644]
stargazer/corps_impl.h [new file with mode: 0644]
stargazer/eventloop.cpp [new file with mode: 0644]
stargazer/eventloop.h [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/OnChange [new file with mode: 0755]
stargazer/inst/freebsd/etc/stargazer/OnConnect [new file with mode: 0755]
stargazer/inst/freebsd/etc/stargazer/OnDisconnect [new file with mode: 0755]
stargazer/inst/freebsd/etc/stargazer/OnUserAdd [new file with mode: 0755]
stargazer/inst/freebsd/etc/stargazer/OnUserDel [new file with mode: 0755]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ao.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_bpf.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_divert.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_nf.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ping.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_radius.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_remote_script.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_rpc.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_sg.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_smux.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_files.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_mysql.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_postgresql.conf [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_ao.conf [new symlink]
stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_cap_bpf.conf [new symlink]
stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_ia.conf [new symlink]
stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_ping.conf [new symlink]
stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/mod_sg.conf [new symlink]
stargazer/inst/freebsd/etc/stargazer/conf-enabled.d/store_files.conf [new symlink]
stargazer/inst/freebsd/etc/stargazer/rules [new file with mode: 0644]
stargazer/inst/freebsd/etc/stargazer/stargazer.conf [new file with mode: 0644]
stargazer/inst/linux/etc/init.d/stargazer.gentoo [new file with mode: 0755]
stargazer/inst/linux/etc/init.d/stargazer.suse.9.3 [new file with mode: 0755]
stargazer/inst/linux/etc/init.d/stargazer.ubuntu.7.10 [new file with mode: 0755]
stargazer/inst/linux/etc/stargazer/OnChange [new file with mode: 0755]
stargazer/inst/linux/etc/stargazer/OnConnect [new file with mode: 0755]
stargazer/inst/linux/etc/stargazer/OnDisconnect [new file with mode: 0755]
stargazer/inst/linux/etc/stargazer/OnUserAdd [new file with mode: 0755]
stargazer/inst/linux/etc/stargazer/OnUserDel [new file with mode: 0755]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ao.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_cap_ether.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_cap_ipq.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_cap_nf.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ping.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_radius.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_remote_script.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_rpc.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_sg.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/mod_smux.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/store_mysql.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-available.d/store_postgresql.conf [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_ao.conf [new symlink]
stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_cap_ether.conf [new symlink]
stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_ia.conf [new symlink]
stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_ping.conf [new symlink]
stargazer/inst/linux/etc/stargazer/conf-enabled.d/mod_sg.conf [new symlink]
stargazer/inst/linux/etc/stargazer/conf-enabled.d/store_files.conf [new symlink]
stargazer/inst/linux/etc/stargazer/rules [new file with mode: 0644]
stargazer/inst/linux/etc/stargazer/stargazer.conf [new file with mode: 0644]
stargazer/inst/var/00-alter-01.postgresql.sql [new file with mode: 0644]
stargazer/inst/var/00-alter-01.sql [new file with mode: 0644]
stargazer/inst/var/00-base-00.postgresql.sql [new file with mode: 0644]
stargazer/inst/var/00-base-00.sql [new file with mode: 0644]
stargazer/inst/var/00-mysql-01.sql [new file with mode: 0644]
stargazer/inst/var/01-alter-02.mysql.sql [new file with mode: 0644]
stargazer/inst/var/01-alter-02.postgresql.sql [new file with mode: 0644]
stargazer/inst/var/01-alter-02.sql [new file with mode: 0644]
stargazer/inst/var/02-alter-03.postgresql.sql [new file with mode: 0644]
stargazer/inst/var/02-alter-03.sql [new file with mode: 0644]
stargazer/inst/var/base.dia [new file with mode: 0644]
stargazer/inst/var/stargazer/admins/admin.adm [new file with mode: 0644]
stargazer/inst/var/stargazer/tariffs/tariff.tf [new file with mode: 0644]
stargazer/inst/var/stargazer/users/test/conf [new file with mode: 0644]
stargazer/inst/var/stargazer/users/test/stat [new file with mode: 0644]
stargazer/main.cpp [new file with mode: 0644]
stargazer/pidfile.cpp [new file with mode: 0644]
stargazer/pidfile.h [new file with mode: 0644]
stargazer/plugin_mgr.cpp [new file with mode: 0644]
stargazer/plugin_mgr.h [new file with mode: 0644]
stargazer/plugin_runner.cpp [new file with mode: 0644]
stargazer/plugin_runner.h [new file with mode: 0644]
stargazer/plugins/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/Makefile [new file with mode: 0644]
stargazer/plugins/Makefile.in [new file with mode: 0644]
stargazer/plugins/authorization/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/authorization/ao/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/authorization/ao/Makefile [new file with mode: 0644]
stargazer/plugins/authorization/ao/ao.cpp [new file with mode: 0644]
stargazer/plugins/authorization/ao/ao.h [new file with mode: 0644]
stargazer/plugins/authorization/inetaccess/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/authorization/inetaccess/Makefile [new file with mode: 0644]
stargazer/plugins/authorization/inetaccess/inetaccess.cpp [new file with mode: 0644]
stargazer/plugins/authorization/inetaccess/inetaccess.h [new file with mode: 0644]
stargazer/plugins/capture/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/capture/cap_nf/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/capture/cap_nf/Makefile [new file with mode: 0644]
stargazer/plugins/capture/cap_nf/cap_nf.cpp [new file with mode: 0644]
stargazer/plugins/capture/cap_nf/cap_nf.h [new file with mode: 0644]
stargazer/plugins/capture/divert_freebsd/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/capture/divert_freebsd/Makefile [new file with mode: 0644]
stargazer/plugins/capture/divert_freebsd/divert_cap.cpp [new file with mode: 0644]
stargazer/plugins/capture/divert_freebsd/divert_cap.h [new file with mode: 0644]
stargazer/plugins/capture/ether_freebsd/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/capture/ether_freebsd/Makefile [new file with mode: 0644]
stargazer/plugins/capture/ether_freebsd/ether_cap.cpp [new file with mode: 0644]
stargazer/plugins/capture/ether_freebsd/ether_cap.h [new file with mode: 0644]
stargazer/plugins/capture/ether_linux/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/capture/ether_linux/Makefile [new file with mode: 0644]
stargazer/plugins/capture/ether_linux/ether_cap.cpp [new file with mode: 0644]
stargazer/plugins/capture/ether_linux/ether_cap.h [new file with mode: 0644]
stargazer/plugins/capture/nfqueue/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/capture/nfqueue/Makefile [new file with mode: 0644]
stargazer/plugins/capture/nfqueue/nfqueue.cpp [new file with mode: 0644]
stargazer/plugins/capture/nfqueue/nfqueue.h [new file with mode: 0644]
stargazer/plugins/capture/pcap/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/capture/pcap/Makefile [new file with mode: 0644]
stargazer/plugins/capture/pcap/pcap_cap.cpp [new file with mode: 0644]
stargazer/plugins/capture/pcap/pcap_cap.h [new file with mode: 0644]
stargazer/plugins/configuration/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/Makefile [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/admins_methods.cpp [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/admins_methods.h [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/info_methods.cpp [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/info_methods.h [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/messages_methods.cpp [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/messages_methods.h [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/rpcconfig.h [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/tariff_helper.cpp [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/tariff_helper.h [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/tariffs_methods.cpp [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/tariffs_methods.h [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/user_helper.cpp [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/user_helper.h [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/users_methods.cpp [new file with mode: 0644]
stargazer/plugins/configuration/rpcconfig/users_methods.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/Makefile [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/configproto.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/configproto.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/conn.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/conn.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/dumphelpers.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_admins.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_admins.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_auth_by.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_message.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_message.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_server_info.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_server_info.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_services.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_services.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_tariffs.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_user_info.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_user_info.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_users.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/parser_users.h [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/stgconfig.cpp [new file with mode: 0644]
stargazer/plugins/configuration/sgconfig/stgconfig.h [new file with mode: 0644]
stargazer/plugins/other/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/other/ping/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/other/ping/Makefile [new file with mode: 0644]
stargazer/plugins/other/ping/ping.cpp [new file with mode: 0644]
stargazer/plugins/other/ping/ping.h [new file with mode: 0644]
stargazer/plugins/other/radius/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/other/radius/Makefile [new file with mode: 0644]
stargazer/plugins/other/radius/config.cpp [new file with mode: 0644]
stargazer/plugins/other/radius/config.h [new file with mode: 0644]
stargazer/plugins/other/radius/conn.cpp [new file with mode: 0644]
stargazer/plugins/other/radius/conn.h [new file with mode: 0644]
stargazer/plugins/other/radius/radius.cpp [new file with mode: 0644]
stargazer/plugins/other/radius/radius.h [new file with mode: 0644]
stargazer/plugins/other/rscript/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/other/rscript/Makefile [new file with mode: 0644]
stargazer/plugins/other/rscript/nrmap_parser.cpp [new file with mode: 0644]
stargazer/plugins/other/rscript/nrmap_parser.h [new file with mode: 0644]
stargazer/plugins/other/rscript/rscript.cpp [new file with mode: 0644]
stargazer/plugins/other/rscript/rscript.h [new file with mode: 0644]
stargazer/plugins/other/rscript/send_functor.h [new file with mode: 0644]
stargazer/plugins/other/rscript/ur_functor.h [new file with mode: 0644]
stargazer/plugins/other/smux/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/other/smux/Makefile [new file with mode: 0644]
stargazer/plugins/other/smux/STG-MIB.mib [new file with mode: 0644]
stargazer/plugins/other/smux/TODO [new file with mode: 0644]
stargazer/plugins/other/smux/handlers.cpp [new file with mode: 0644]
stargazer/plugins/other/smux/pen.h [new file with mode: 0644]
stargazer/plugins/other/smux/sensors.cpp [new file with mode: 0644]
stargazer/plugins/other/smux/sensors.h [new file with mode: 0644]
stargazer/plugins/other/smux/smux.cpp [new file with mode: 0644]
stargazer/plugins/other/smux/smux.h [new file with mode: 0644]
stargazer/plugins/other/smux/tables.cpp [new file with mode: 0644]
stargazer/plugins/other/smux/tables.h [new file with mode: 0644]
stargazer/plugins/other/smux/types.cpp [new file with mode: 0644]
stargazer/plugins/other/smux/types.h [new file with mode: 0644]
stargazer/plugins/other/smux/utils.cpp [new file with mode: 0644]
stargazer/plugins/other/smux/utils.h [new file with mode: 0644]
stargazer/plugins/other/smux/value2os.h [new file with mode: 0644]
stargazer/plugins/store/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/store/files/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/store/files/Makefile [new file with mode: 0644]
stargazer/plugins/store/files/file_store.cpp [new file with mode: 0644]
stargazer/plugins/store/files/file_store.h [new file with mode: 0644]
stargazer/plugins/store/firebird/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/store/firebird/Makefile [new file with mode: 0644]
stargazer/plugins/store/firebird/firebird_store.cpp [new file with mode: 0644]
stargazer/plugins/store/firebird/firebird_store.h [new file with mode: 0644]
stargazer/plugins/store/firebird/firebird_store_admins.cpp [new file with mode: 0644]
stargazer/plugins/store/firebird/firebird_store_corporations.cpp [new file with mode: 0644]
stargazer/plugins/store/firebird/firebird_store_messages.cpp [new file with mode: 0644]
stargazer/plugins/store/firebird/firebird_store_services.cpp [new file with mode: 0644]
stargazer/plugins/store/firebird/firebird_store_tariffs.cpp [new file with mode: 0644]
stargazer/plugins/store/firebird/firebird_store_users.cpp [new file with mode: 0644]
stargazer/plugins/store/firebird/firebird_store_utils.cpp [new file with mode: 0644]
stargazer/plugins/store/mysql/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/store/mysql/Makefile [new file with mode: 0644]
stargazer/plugins/store/mysql/mysql_store.cpp [new file with mode: 0644]
stargazer/plugins/store/mysql/mysql_store.h [new file with mode: 0644]
stargazer/plugins/store/postgresql/CMakeLists.txt [new file with mode: 0644]
stargazer/plugins/store/postgresql/Makefile [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store.cpp [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store.h [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store_admins.cpp [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store_corporations.cpp [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store_messages.cpp [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store_services.cpp [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store_tariffs.cpp [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store_users.cpp [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store_utils.cpp [new file with mode: 0644]
stargazer/plugins/store/postgresql/postgresql_store_utils.h [new file with mode: 0644]
stargazer/scripts/clean_db [new file with mode: 0755]
stargazer/scripts/monitor [new file with mode: 0755]
stargazer/scripts/shaper/OnConnect [new file with mode: 0755]
stargazer/scripts/shaper/OnDisconnect [new file with mode: 0755]
stargazer/scripts/shaper/Readme.txt [new file with mode: 0644]
stargazer/scripts/shaper/shaper.sh [new file with mode: 0755]
stargazer/scripts/shaper/shaper.stop.sh [new file with mode: 0755]
stargazer/scripts/shaper_vpn_radius/Readme [new file with mode: 0644]
stargazer/scripts/shaper_vpn_radius/firewall/firewall [new file with mode: 0755]
stargazer/scripts/shaper_vpn_radius/freeradius/clients.conf [new file with mode: 0644]
stargazer/scripts/shaper_vpn_radius/freeradius/radiusd.conf [new file with mode: 0644]
stargazer/scripts/shaper_vpn_radius/ppp/ip-down.d/stg [new file with mode: 0755]
stargazer/scripts/shaper_vpn_radius/ppp/ip-up.d/stg [new file with mode: 0755]
stargazer/scripts/shaper_vpn_radius/ppp/pptpd-options [new file with mode: 0644]
stargazer/scripts/shaper_vpn_radius/pptpd.conf [new file with mode: 0644]
stargazer/scripts/shaper_vpn_radius/radiusclient/servers [new file with mode: 0644]
stargazer/scripts/shaper_vpn_radius/stargazer/OnChange [new file with mode: 0755]
stargazer/scripts/shaper_vpn_radius/stargazer/OnConnect [new file with mode: 0755]
stargazer/scripts/shaper_vpn_radius/stargazer/OnDisconnect [new file with mode: 0755]
stargazer/scripts/shaper_vpn_radius/stargazer/OnUserAdd [new file with mode: 0755]
stargazer/scripts/shaper_vpn_radius/stargazer/OnUserDel [new file with mode: 0755]
stargazer/scripts/shaper_vpn_radius/stargazer/rules [new file with mode: 0644]
stargazer/scripts/shaper_vpn_radius/stargazer/stargazer.conf [new file with mode: 0644]
stargazer/services_impl.cpp [new file with mode: 0644]
stargazer/services_impl.h [new file with mode: 0644]
stargazer/settings_impl.cpp [new file with mode: 0644]
stargazer/settings_impl.h [new file with mode: 0644]
stargazer/stg_timer.cpp [new file with mode: 0644]
stargazer/stg_timer.h [new file with mode: 0644]
stargazer/store_loader.cpp [new file with mode: 0644]
stargazer/store_loader.h [new file with mode: 0644]
stargazer/tariff_impl.cpp [new file with mode: 0644]
stargazer/tariff_impl.h [new file with mode: 0644]
stargazer/tariffs_impl.cpp [new file with mode: 0644]
stargazer/tariffs_impl.h [new file with mode: 0644]
stargazer/traffcounter_impl.cpp [new file with mode: 0644]
stargazer/traffcounter_impl.h [new file with mode: 0644]
stargazer/user_impl.cpp [new file with mode: 0644]
stargazer/user_impl.h [new file with mode: 0644]
stargazer/user_property.cpp [new file with mode: 0644]
stargazer/users_impl.cpp [new file with mode: 0644]
stargazer/users_impl.h [new file with mode: 0644]
stglibs/Makefile [deleted file]
stglibs/Makefile.in [deleted file]
stglibs/common.lib/Makefile [deleted file]
stglibs/common.lib/blockio.cpp [deleted file]
stglibs/common.lib/common.bpf [deleted file]
stglibs/common.lib/common.bpr [deleted file]
stglibs/common.lib/common.cpp [deleted file]
stglibs/common.lib/include/stg/blockio.h [deleted file]
stglibs/common.lib/include/stg/common.h [deleted file]
stglibs/common.lib/strptime.cpp [deleted file]
stglibs/conffiles.lib/Makefile [deleted file]
stglibs/conffiles.lib/conffiles.cpp [deleted file]
stglibs/conffiles.lib/include/stg/conffiles.h [deleted file]
stglibs/crypto.lib/Makefile [deleted file]
stglibs/crypto.lib/ag_md5.c [deleted file]
stglibs/crypto.lib/bfstream.cpp [deleted file]
stglibs/crypto.lib/blowfish.c [deleted file]
stglibs/crypto.lib/crypto.bpf [deleted file]
stglibs/crypto.lib/crypto.bpr [deleted file]
stglibs/crypto.lib/include/stg/ag_md5.h [deleted file]
stglibs/crypto.lib/include/stg/bfstream.h [deleted file]
stglibs/crypto.lib/include/stg/blowfish.h [deleted file]
stglibs/dotconfpp.lib/Makefile [deleted file]
stglibs/dotconfpp.lib/dotconfpp.cpp [deleted file]
stglibs/dotconfpp.lib/include/stg/dotconfpp.h [deleted file]
stglibs/dotconfpp.lib/mempool.cpp [deleted file]
stglibs/dotconfpp.lib/mempool.h [deleted file]
stglibs/ia.lib/Makefile [deleted file]
stglibs/ia.lib/ia.bpf [deleted file]
stglibs/ia.lib/ia.bpr [deleted file]
stglibs/ia.lib/ia.cpp [deleted file]
stglibs/ia.lib/include/stg/ia.h [deleted file]
stglibs/ibpp.lib/Makefile [deleted file]
stglibs/ibpp.lib/_dpb.cpp [deleted file]
stglibs/ibpp.lib/_ibpp.cpp [deleted file]
stglibs/ibpp.lib/_ibpp.h [deleted file]
stglibs/ibpp.lib/_ibs.cpp [deleted file]
stglibs/ibpp.lib/_rb.cpp [deleted file]
stglibs/ibpp.lib/_spb.cpp [deleted file]
stglibs/ibpp.lib/_tpb.cpp [deleted file]
stglibs/ibpp.lib/all_in_one.cpp [deleted file]
stglibs/ibpp.lib/array.cpp [deleted file]
stglibs/ibpp.lib/blob.cpp [deleted file]
stglibs/ibpp.lib/database.cpp [deleted file]
stglibs/ibpp.lib/date.cpp [deleted file]
stglibs/ibpp.lib/dbkey.cpp [deleted file]
stglibs/ibpp.lib/events.cpp [deleted file]
stglibs/ibpp.lib/exception.cpp [deleted file]
stglibs/ibpp.lib/ibase.h [deleted file]
stglibs/ibpp.lib/iberror.h [deleted file]
stglibs/ibpp.lib/include/stg/ibpp.h [deleted file]
stglibs/ibpp.lib/row.cpp [deleted file]
stglibs/ibpp.lib/service.cpp [deleted file]
stglibs/ibpp.lib/statement.cpp [deleted file]
stglibs/ibpp.lib/time.cpp [deleted file]
stglibs/ibpp.lib/transaction.cpp [deleted file]
stglibs/ibpp.lib/user.cpp [deleted file]
stglibs/json.lib/Makefile [deleted file]
stglibs/json.lib/generator.cpp [deleted file]
stglibs/json.lib/include/stg/json_generator.h [deleted file]
stglibs/json.lib/include/stg/json_parser.h [deleted file]
stglibs/json.lib/parser.cpp [deleted file]
stglibs/logger.lib/Makefile [deleted file]
stglibs/logger.lib/include/stg/logger.h [deleted file]
stglibs/logger.lib/logger.cpp [deleted file]
stglibs/pinger.lib/Makefile [deleted file]
stglibs/pinger.lib/include/stg/pinger.h [deleted file]
stglibs/pinger.lib/pinger.cpp [deleted file]
stglibs/scriptexecuter.lib/Makefile [deleted file]
stglibs/scriptexecuter.lib/include/stg/scriptexecuter.h [deleted file]
stglibs/scriptexecuter.lib/scriptexecuter.c [deleted file]
stglibs/smux.lib/ANY.c [deleted file]
stglibs/smux.lib/ApplicationSyntax.c [deleted file]
stglibs/smux.lib/AtEntry.c [deleted file]
stglibs/smux.lib/BIT_STRING.c [deleted file]
stglibs/smux.lib/BOOLEAN.c [deleted file]
stglibs/smux.lib/ClosePDU.c [deleted file]
stglibs/smux.lib/Counter.c [deleted file]
stglibs/smux.lib/DisplayString.c [deleted file]
stglibs/smux.lib/EgpNeighEntry.c [deleted file]
stglibs/smux.lib/Gauge.c [deleted file]
stglibs/smux.lib/GetNextRequest-PDU.c [deleted file]
stglibs/smux.lib/GetRequest-PDU.c [deleted file]
stglibs/smux.lib/GetResponse-PDU.c [deleted file]
stglibs/smux.lib/INTEGER.c [deleted file]
stglibs/smux.lib/IfEntry.c [deleted file]
stglibs/smux.lib/IpAddrEntry.c [deleted file]
stglibs/smux.lib/IpAddress.c [deleted file]
stglibs/smux.lib/IpNetToMediaEntry.c [deleted file]
stglibs/smux.lib/IpRouteEntry.c [deleted file]
stglibs/smux.lib/Makefile [deleted file]
stglibs/smux.lib/Message.c [deleted file]
stglibs/smux.lib/NULL.c [deleted file]
stglibs/smux.lib/NativeEnumerated.c [deleted file]
stglibs/smux.lib/NativeInteger.c [deleted file]
stglibs/smux.lib/NetworkAddress.c [deleted file]
stglibs/smux.lib/OBJECT_IDENTIFIER.c [deleted file]
stglibs/smux.lib/OCTET_STRING.c [deleted file]
stglibs/smux.lib/ObjectName.c [deleted file]
stglibs/smux.lib/ObjectSyntax.c [deleted file]
stglibs/smux.lib/Opaque.c [deleted file]
stglibs/smux.lib/OpenPDU.c [deleted file]
stglibs/smux.lib/PDU.c [deleted file]
stglibs/smux.lib/PDUs.c [deleted file]
stglibs/smux.lib/PhysAddress.c [deleted file]
stglibs/smux.lib/RFC1155-SMI.asn1 [deleted file]
stglibs/smux.lib/RFC1157-SNMP.asn1 [deleted file]
stglibs/smux.lib/RFC1213-MIB.asn1 [deleted file]
stglibs/smux.lib/RReqPDU.c [deleted file]
stglibs/smux.lib/RRspPDU.c [deleted file]
stglibs/smux.lib/SMUX-PDUs.c [deleted file]
stglibs/smux.lib/SMUX.asn1 [deleted file]
stglibs/smux.lib/SOutPDU.c [deleted file]
stglibs/smux.lib/SetRequest-PDU.c [deleted file]
stglibs/smux.lib/SimpleOpen.c [deleted file]
stglibs/smux.lib/SimpleSyntax.c [deleted file]
stglibs/smux.lib/TcpConnEntry.c [deleted file]
stglibs/smux.lib/TimeTicks.c [deleted file]
stglibs/smux.lib/Trap-PDU.c [deleted file]
stglibs/smux.lib/UdpEntry.c [deleted file]
stglibs/smux.lib/VarBind.c [deleted file]
stglibs/smux.lib/VarBindList.c [deleted file]
stglibs/smux.lib/asn_SEQUENCE_OF.c [deleted file]
stglibs/smux.lib/asn_SET_OF.c [deleted file]
stglibs/smux.lib/asn_codecs_prim.c [deleted file]
stglibs/smux.lib/ber_decoder.c [deleted file]
stglibs/smux.lib/ber_tlv_length.c [deleted file]
stglibs/smux.lib/ber_tlv_tag.c [deleted file]
stglibs/smux.lib/constr_CHOICE.c [deleted file]
stglibs/smux.lib/constr_SEQUENCE.c [deleted file]
stglibs/smux.lib/constr_SEQUENCE_OF.c [deleted file]
stglibs/smux.lib/constr_SET_OF.c [deleted file]
stglibs/smux.lib/constr_TYPE.c [deleted file]
stglibs/smux.lib/constraints.c [deleted file]
stglibs/smux.lib/der_encoder.c [deleted file]
stglibs/smux.lib/include/stg/ANY.h [deleted file]
stglibs/smux.lib/include/stg/ApplicationSyntax.h [deleted file]
stglibs/smux.lib/include/stg/AtEntry.h [deleted file]
stglibs/smux.lib/include/stg/BIT_STRING.h [deleted file]
stglibs/smux.lib/include/stg/BOOLEAN.h [deleted file]
stglibs/smux.lib/include/stg/ClosePDU.h [deleted file]
stglibs/smux.lib/include/stg/Counter.h [deleted file]
stglibs/smux.lib/include/stg/DisplayString.h [deleted file]
stglibs/smux.lib/include/stg/EgpNeighEntry.h [deleted file]
stglibs/smux.lib/include/stg/Gauge.h [deleted file]
stglibs/smux.lib/include/stg/GetNextRequest-PDU.h [deleted file]
stglibs/smux.lib/include/stg/GetRequest-PDU.h [deleted file]
stglibs/smux.lib/include/stg/GetResponse-PDU.h [deleted file]
stglibs/smux.lib/include/stg/INTEGER.h [deleted file]
stglibs/smux.lib/include/stg/IfEntry.h [deleted file]
stglibs/smux.lib/include/stg/IpAddrEntry.h [deleted file]
stglibs/smux.lib/include/stg/IpAddress.h [deleted file]
stglibs/smux.lib/include/stg/IpNetToMediaEntry.h [deleted file]
stglibs/smux.lib/include/stg/IpRouteEntry.h [deleted file]
stglibs/smux.lib/include/stg/Message.h [deleted file]
stglibs/smux.lib/include/stg/NULL.h [deleted file]
stglibs/smux.lib/include/stg/NativeEnumerated.h [deleted file]
stglibs/smux.lib/include/stg/NativeInteger.h [deleted file]
stglibs/smux.lib/include/stg/NetworkAddress.h [deleted file]
stglibs/smux.lib/include/stg/OBJECT_IDENTIFIER.h [deleted file]
stglibs/smux.lib/include/stg/OCTET_STRING.h [deleted file]
stglibs/smux.lib/include/stg/ObjectName.h [deleted file]
stglibs/smux.lib/include/stg/ObjectSyntax.h [deleted file]
stglibs/smux.lib/include/stg/Opaque.h [deleted file]
stglibs/smux.lib/include/stg/OpenPDU.h [deleted file]
stglibs/smux.lib/include/stg/PDU.h [deleted file]
stglibs/smux.lib/include/stg/PDUs.h [deleted file]
stglibs/smux.lib/include/stg/PhysAddress.h [deleted file]
stglibs/smux.lib/include/stg/RReqPDU.h [deleted file]
stglibs/smux.lib/include/stg/RRspPDU.h [deleted file]
stglibs/smux.lib/include/stg/SMUX-PDUs.h [deleted file]
stglibs/smux.lib/include/stg/SOutPDU.h [deleted file]
stglibs/smux.lib/include/stg/SetRequest-PDU.h [deleted file]
stglibs/smux.lib/include/stg/SimpleOpen.h [deleted file]
stglibs/smux.lib/include/stg/SimpleSyntax.h [deleted file]
stglibs/smux.lib/include/stg/TcpConnEntry.h [deleted file]
stglibs/smux.lib/include/stg/TimeTicks.h [deleted file]
stglibs/smux.lib/include/stg/Trap-PDU.h [deleted file]
stglibs/smux.lib/include/stg/UdpEntry.h [deleted file]
stglibs/smux.lib/include/stg/VarBind.h [deleted file]
stglibs/smux.lib/include/stg/VarBindList.h [deleted file]
stglibs/smux.lib/include/stg/asn_SEQUENCE_OF.h [deleted file]
stglibs/smux.lib/include/stg/asn_SET_OF.h [deleted file]
stglibs/smux.lib/include/stg/asn_application.h [deleted file]
stglibs/smux.lib/include/stg/asn_codecs.h [deleted file]
stglibs/smux.lib/include/stg/asn_codecs_prim.h [deleted file]
stglibs/smux.lib/include/stg/asn_internal.h [deleted file]
stglibs/smux.lib/include/stg/asn_system.h [deleted file]
stglibs/smux.lib/include/stg/ber_decoder.h [deleted file]
stglibs/smux.lib/include/stg/ber_tlv_length.h [deleted file]
stglibs/smux.lib/include/stg/ber_tlv_tag.h [deleted file]
stglibs/smux.lib/include/stg/constr_CHOICE.h [deleted file]
stglibs/smux.lib/include/stg/constr_SEQUENCE.h [deleted file]
stglibs/smux.lib/include/stg/constr_SEQUENCE_OF.h [deleted file]
stglibs/smux.lib/include/stg/constr_SET_OF.h [deleted file]
stglibs/smux.lib/include/stg/constr_TYPE.h [deleted file]
stglibs/smux.lib/include/stg/constraints.h [deleted file]
stglibs/smux.lib/include/stg/der_encoder.h [deleted file]
stglibs/smux.lib/include/stg/per_decoder.h [deleted file]
stglibs/smux.lib/include/stg/per_encoder.h [deleted file]
stglibs/smux.lib/include/stg/per_support.h [deleted file]
stglibs/smux.lib/include/stg/xer_decoder.h [deleted file]
stglibs/smux.lib/include/stg/xer_encoder.h [deleted file]
stglibs/smux.lib/include/stg/xer_support.h [deleted file]
stglibs/smux.lib/per_decoder.c [deleted file]
stglibs/smux.lib/per_encoder.c [deleted file]
stglibs/smux.lib/per_support.c [deleted file]
stglibs/smux.lib/xer_decoder.c [deleted file]
stglibs/smux.lib/xer_encoder.c [deleted file]
stglibs/smux.lib/xer_support.c [deleted file]
stglibs/srvconf.lib/Makefile [deleted file]
stglibs/srvconf.lib/include/stg/servconf.h [deleted file]
stglibs/srvconf.lib/include/stg/servconf_types.h [deleted file]
stglibs/srvconf.lib/netunit.cpp [deleted file]
stglibs/srvconf.lib/netunit.h [deleted file]
stglibs/srvconf.lib/parsers/auth_by.cpp [deleted file]
stglibs/srvconf.lib/parsers/auth_by.h [deleted file]
stglibs/srvconf.lib/parsers/base.h [deleted file]
stglibs/srvconf.lib/parsers/chg_admin.cpp [deleted file]
stglibs/srvconf.lib/parsers/chg_admin.h [deleted file]
stglibs/srvconf.lib/parsers/chg_corp.cpp [deleted file]
stglibs/srvconf.lib/parsers/chg_corp.h [deleted file]
stglibs/srvconf.lib/parsers/chg_service.cpp [deleted file]
stglibs/srvconf.lib/parsers/chg_service.h [deleted file]
stglibs/srvconf.lib/parsers/chg_tariff.cpp [deleted file]
stglibs/srvconf.lib/parsers/chg_tariff.h [deleted file]
stglibs/srvconf.lib/parsers/chg_user.cpp [deleted file]
stglibs/srvconf.lib/parsers/chg_user.h [deleted file]
stglibs/srvconf.lib/parsers/get_admin.cpp [deleted file]
stglibs/srvconf.lib/parsers/get_admin.h [deleted file]
stglibs/srvconf.lib/parsers/get_container.h [deleted file]
stglibs/srvconf.lib/parsers/get_corp.cpp [deleted file]
stglibs/srvconf.lib/parsers/get_corp.h [deleted file]
stglibs/srvconf.lib/parsers/get_service.cpp [deleted file]
stglibs/srvconf.lib/parsers/get_service.h [deleted file]
stglibs/srvconf.lib/parsers/get_tariff.cpp [deleted file]
stglibs/srvconf.lib/parsers/get_tariff.h [deleted file]
stglibs/srvconf.lib/parsers/get_user.cpp [deleted file]
stglibs/srvconf.lib/parsers/get_user.h [deleted file]
stglibs/srvconf.lib/parsers/property.cpp [deleted file]
stglibs/srvconf.lib/parsers/property.h [deleted file]
stglibs/srvconf.lib/parsers/resetable_utils.h [deleted file]
stglibs/srvconf.lib/parsers/server_info.cpp [deleted file]
stglibs/srvconf.lib/parsers/server_info.h [deleted file]
stglibs/srvconf.lib/parsers/simple.cpp [deleted file]
stglibs/srvconf.lib/parsers/simple.h [deleted file]
stglibs/srvconf.lib/servconf.cpp [deleted file]
tests/CMakeLists.txt [new file with mode: 0644]
tests/test_bfstream.cpp
tests/test_conffiles.cpp
tests/test_raw_ip.cpp
tests/testtariffs.h