=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== zorp-7.0.1~alpha2/lib/ifmonitor.cc-491-static inline gboolean zorp-7.0.1~alpha2/lib/ifmonitor.cc:492:z_ifmon_parse_ifaddr(const gchar *msg, gsize msg_len, guint *ifa_index, guint *ifa_family, const gchar **ifa_addr) zorp-7.0.1~alpha2/lib/ifmonitor.cc-493-{ ############################################## zorp-7.0.1~alpha2/lib/ifmonitor.cc-659-static void zorp-7.0.1~alpha2/lib/ifmonitor.cc:660:z_ifmon_change_iface_addr(const gchar *msg, gsize msg_len) zorp-7.0.1~alpha2/lib/ifmonitor.cc-661-{ ############################################## zorp-7.0.1~alpha2/lib/ifmonitor.cc-670- zorp-7.0.1~alpha2/lib/ifmonitor.cc:671: if (!z_ifmon_parse_ifaddr(msg, msg_len, &ifa_index, &ifa_family, &ifa_addr)) zorp-7.0.1~alpha2/lib/ifmonitor.cc-672- return; ############################################## zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-141- if [ -e $BASEDIR/$PRODUCT/$LICFILE ]; then zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:142: VERBTEXT="$VERBTEXT `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license found. " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-143- zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:144: if [ 0 -eq `cat $BASEDIR/$PRODUCT/$LICFILE | grep "Valid-Not-After" | wc -l` ]; then zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:145: VERBTEXT="$VERBTEXT `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license expire date not found, unlimited. " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:146: OUTTEXT="$OUTTEXT OK: `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license time is unlimited; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-147- zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-148- else zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:149: VALID=`cat $BASEDIR/$PRODUCT/$LICFILE | grep "Valid-Not-After" | cut -d" " -f2` zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:150: VERBTEXT="$VERBTEXT `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license expire date: $VALID; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-151- zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:152: EXPIRED=`date --utc --date "$VALID" +%s` zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-153- TODAY=`date --utc +%Y/%m/%d` zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:154: TODAY=`date --utc --date "$TODAY" +%s` zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-155- let UNEXPIRED=($EXPIRED-$TODAY)/86400 zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-156- zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:157: VERBTEXT="$VERBTEXT `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license expire days: $UNEXPIRED; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-158- zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-159- if [ $UNEXPIRED -le $CRITICAL ]; then zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:160: VERBTEXT="$VERBTEXT `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license expire days less than \"Critical\", $CRITICAL; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-161- ############################################## zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-164- if [ $UNEXPIRED -lt 0 ]; then zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:165: OUTTEXT="$OUTTEXT Critical: `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license expired on $VALID; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-166- else zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:167: OUTTEXT="$OUTTEXT Critical: `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license will expire in $UNEXPIRED days; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-168- fi ############################################## zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-171- elif [[ ( $UNEXPIRED -lt $CRITICAL ) || ( $UNEXPIRED -le $WARNING ) ]] ; then zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:172: VERBTEXT="$VERBTEXT `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license expire days beetween \"warning\" and \"critical\", $WARNING-$CRITICAL; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-173- ############################################## zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-175- RETURN="1" zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:176: OUTTEXT="$OUTTEXT Warning: `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license will expire in $UNEXPIRED days; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-177- fi ############################################## zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-179- elif [ $UNEXPIRED -gt $WARNING ]; then zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:180: OUTTEXT="$OUTTEXT OK: `echo $PRODUCT | tr "[a-z]" "[A-Z]"`; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:181: VERBTEXT="$VERBTEXT `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license will expire $UNEXPIRED days; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-182- zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-183- else zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:184: VERBTEXT="$VERBTEXT `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license expire date state unknown; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-185- ############################################## zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-189- fi zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:190: OUTTEXT="$OUTTEXT Unknown: can't calculate `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license expire day; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-191- fi ############################################## zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-194- else zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh:195: VERBTEXT="$VERBTEXT `echo $PRODUCT | tr "[a-z]" "[A-Z]"` license not found; " zorp-7.0.1~alpha2/nagios_plugins/check_zorp_licenses.sh-196- fi ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Dispatch.py-145- raise ValueError, "No preferred protocol specified" zorp-7.0.1~alpha2/pylib/Zorp/Dispatch.py:146: return DBSockAddr(sa, protocol=protocol) zorp-7.0.1~alpha2/pylib/Zorp/Dispatch.py-147- else: ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Dispatch.py-433- self.bindto = [] zorp-7.0.1~alpha2/pylib/Zorp/Dispatch.py:434: self.bindto.append(DBSockAddr(SockAddrInet("127.0.0.1", 0), ZD_PROTO_TCP)) zorp-7.0.1~alpha2/pylib/Zorp/Dispatch.py:435: self.bindto.append(DBSockAddr(SockAddrInet("127.0.0.1", 0), ZD_PROTO_UDP)) zorp-7.0.1~alpha2/pylib/Zorp/Dispatch.py:436: self.bindto.append(DBSockAddr(SockAddrInet6("::1", 0), ZD_PROTO_TCP)) zorp-7.0.1~alpha2/pylib/Zorp/Dispatch.py:437: self.bindto.append(DBSockAddr(SockAddrInet6("::1", 0), ZD_PROTO_UDP)) zorp-7.0.1~alpha2/pylib/Zorp/Dispatch.py-438- kw['transparent'] = TRUE ############################################## zorp-7.0.1~alpha2/pylib/Zorp/NAT.py-402- addr = addrs[nat_type].clone(FALSE) zorp-7.0.1~alpha2/pylib/Zorp/NAT.py:403: hostaddr = map[nat_type].getHostAddr(addrs[nat_type]) zorp-7.0.1~alpha2/pylib/Zorp/NAT.py:404: addr.ip = map_dom.mapHostAddr(hostaddr) zorp-7.0.1~alpha2/pylib/Zorp/NAT.py-405- return addr ############################################## zorp-7.0.1~alpha2/pylib/Zorp/NAT.py-630- if addr < from_domain: zorp-7.0.1~alpha2/pylib/Zorp/NAT.py:631: ip = (addr.ip & ~to_domain.netmask()) + (to_domain.netaddr() & to_domain.netmask()) zorp-7.0.1~alpha2/pylib/Zorp/NAT.py-632- if nat_type == NAT_SNAT: ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py-40- zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py:41:def create_sockaddr(addrinfo, port): zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py-42- """ ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py-228- if self.multi: zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py:229: return map(lambda addrinfo: create_sockaddr(addrinfo, port), addrinfos) zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py-230- else: zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py:231: return (create_sockaddr(addrinfos[0], port)) zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py-232- except IOError: ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py-306- ip_list = (ip_list,) zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py:307: return map(lambda ip: create_sockaddr(socket.getaddrinfo(ip, None)[0], port), ip_list) zorp-7.0.1~alpha2/pylib/Zorp/Resolver.py-308- except KeyError: ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Smtp.py-1053- try: zorp-7.0.1~alpha2/pylib/Zorp/Smtp.py:1054: from_hostaddr = gethostbyaddr(self.session.client_address.ip_s) zorp-7.0.1~alpha2/pylib/Zorp/Smtp.py-1055- from_domain = "%s [%s]" % (from_hostaddr[0], self.session.client_address.ip_s) ############################################## zorp-7.0.1~alpha2/pylib/Zorp/SockAddr.py-59- </para> zorp-7.0.1~alpha2/pylib/Zorp/SockAddr.py:60: <synopsis>Dispatcher(transparent=TRUE, bindto=DBSockAddr(protocol=ZD_PROTO_TCP, sa=SockAddrInet('192.168.11.11', 50080)), service="intra_HTTP_inter", backlog=255, rule_port="50080")</synopsis> zorp-7.0.1~alpha2/pylib/Zorp/SockAddr.py-61- </example> ############################################## zorp-7.0.1~alpha2/pylib/Zorp/SockAddr.py-116- </para> zorp-7.0.1~alpha2/pylib/Zorp/SockAddr.py:117: <synopsis>Dispatcher(transparent=TRUE, bindto=DBSockAddr(protocol=ZD_PROTO_TCP, sa=SockAddrInet('fec0::1', 50080)), service="intra_HTTP_inter", backlog=255, rule_port="50080")</synopsis> zorp-7.0.1~alpha2/pylib/Zorp/SockAddr.py-118- </example> ############################################## zorp-7.0.1~alpha2/pylib/Zorp/SockAddr.py-266- </para> zorp-7.0.1~alpha2/pylib/Zorp/SockAddr.py:267: <synopsis>Dispatcher(transparent=TRUE, bindto=DBSockAddr(protocol=ZD_PROTO_TCP, sa=SockAddrInetHostname('www.example.com', 50080)), service="intra_HTTP_inter", backlog=255, rule_port="50080")</synopsis> zorp-7.0.1~alpha2/pylib/Zorp/SockAddr.py-268- </example> ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py-143- zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py:144: def getHostAddr(self, addr): zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py-145- """ ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py-151- zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py:152: def mapHostAddr(self, addr): zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py-153- """ ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py-290- zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py:291: def getHostAddr(self, addr): zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py-292- """ ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py-298- zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py:299: def mapHostAddr(self, addr): zorp-7.0.1~alpha2/pylib/Zorp/Subnet.py-300- """ ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Zone.py-226- @staticmethod zorp-7.0.1~alpha2/pylib/Zorp/Zone.py:227: def __createPackedAddr(addr): zorp-7.0.1~alpha2/pylib/Zorp/Zone.py-228- if isinstance(addr, InetSubnet): ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Zone.py-242- zorp-7.0.1~alpha2/pylib/Zorp/Zone.py:243: addr_packed = Zone.__createPackedAddr(addr) zorp-7.0.1~alpha2/pylib/Zorp/Zone.py-244- if Zone.has_dynamic_subnet: ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Zone.py-253- """ zorp-7.0.1~alpha2/pylib/Zorp/Zone.py:254: addr_packed = Zone.__createPackedAddr(addr) zorp-7.0.1~alpha2/pylib/Zorp/Zone.py-255- rnode = Zone.zone_subnet_tree.search_exact(packed = addr_packed) ############################################## zorp-7.0.1~alpha2/pylib/Zorp/Zone.py-265- """ zorp-7.0.1~alpha2/pylib/Zorp/Zone.py:266: addr_packed = Zone.__createPackedAddr(addr) zorp-7.0.1~alpha2/pylib/Zorp/Zone.py-267- return Zone.__lookupFromZone(addr_packed) ############################################## zorp-7.0.1~alpha2/scripts/genlutable.sh-34- while getline; do zorp-7.0.1~alpha2/scripts/genlutable.sh:35: cword=`echo $word | tr [a-z] [A-Z] | sed -r -e 's/"//g' -e 's/([]\.,[]|-)/_/g' -e 's/@/_AT_/' -e 's/_$//'` zorp-7.0.1~alpha2/scripts/genlutable.sh-36- echo " ${prefix}_${cword}=$last_id," ############################################## zorp-7.0.1~alpha2/scripts/genlutable.sh-47- zorp-7.0.1~alpha2/scripts/genlutable.sh:48: array_name="`echo ${prefix} | tr [A-Z] [a-z]`_reverse_map " zorp-7.0.1~alpha2/scripts/genlutable.sh-49- echo -e "const char *${array_name}[] = \n{\n" ############################################## zorp-7.0.1~alpha2/tests/python/test_dispatch.py-44- Listener(SockAddrInet('0.0.0.0', 1999), 'test', transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:45: Listener(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), 'test', transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-46- Listener(DBIface('eth0', 1999), 'test', transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-47- Receiver(SockAddrInet('0.0.0.0', 1999), 'test', transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:48: Receiver(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), 'test', transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-49- Receiver(DBIface('eth0', 1999), 'test', transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:50: Dispatcher(DBSockAddr(SockAddrInet('0.0.0.0', 1999), protocol=ZD_PROTO_TCP), 'test', transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-51- Dispatcher(DBIface('eth0', 1999, protocol=ZD_PROTO_TCP), 'test', transparent=TRUE) ############################################## zorp-7.0.1~alpha2/tests/python/test_dispatch.py-54- ZoneListener(SockAddrInet('0.0.0.0', 1999), {'all': 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:55: ZoneListener(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), {'all': 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-56- ZoneListener(DBIface('eth0', 1999), {'all': 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-57- ZoneReceiver(SockAddrInet('0.0.0.0', 1999), {'all': 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:58: ZoneReceiver(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), {'all': 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-59- ZoneReceiver(DBIface('eth0', 1999), {'all': 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:60: ZoneDispatcher(DBSockAddr(SockAddrInet('0.0.0.0', 1999), protocol=ZD_PROTO_TCP), {'all': 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-61- ZoneDispatcher(DBIface('eth0', 1999, protocol=ZD_PROTO_TCP), {'all': 'test'}, transparent=TRUE) ############################################## zorp-7.0.1~alpha2/tests/python/test_dispatch.py-64- CSZoneListener(SockAddrInet('0.0.0.0', 1999), {('all', 'all'): 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:65: CSZoneListener(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), {('all', 'all'): 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-66- CSZoneListener(DBIface('eth0', 1999), {('all', 'all'): 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-67- CSZoneReceiver(SockAddrInet('0.0.0.0', 1999), {('all', 'all'): 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:68: CSZoneReceiver(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), {('all', 'all'): 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-69- CSZoneReceiver(DBIface('eth0', 1999), {('all', 'all'): 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:70: CSZoneDispatcher(DBSockAddr(SockAddrInet('0.0.0.0', 1999), protocol=ZD_PROTO_TCP), {('all', 'all'): 'test'}, transparent=TRUE) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-71- CSZoneDispatcher(DBIface('eth0', 1999, protocol=ZD_PROTO_TCP), {('all', 'all'): 'test'}, transparent=TRUE) ############################################## zorp-7.0.1~alpha2/tests/python/test_dispatch.py-76- Listener(SockAddrInet('0.0.0.0', 1999), 'test') zorp-7.0.1~alpha2/tests/python/test_dispatch.py:77: Listener(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), 'test') zorp-7.0.1~alpha2/tests/python/test_dispatch.py-78- Listener(DBIface('eth0', 1999), 'test') zorp-7.0.1~alpha2/tests/python/test_dispatch.py-79- Receiver(SockAddrInet('0.0.0.0', 1999), 'test') zorp-7.0.1~alpha2/tests/python/test_dispatch.py:80: Receiver(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), 'test') zorp-7.0.1~alpha2/tests/python/test_dispatch.py-81- Receiver(DBIface('eth0', 1999), 'test') zorp-7.0.1~alpha2/tests/python/test_dispatch.py:82: Dispatcher(DBSockAddr(SockAddrInet('0.0.0.0', 1999), protocol=ZD_PROTO_TCP), 'test') zorp-7.0.1~alpha2/tests/python/test_dispatch.py-83- Dispatcher(DBIface('eth0', 1999, protocol=ZD_PROTO_TCP), 'test') ############################################## zorp-7.0.1~alpha2/tests/python/test_dispatch.py-85- ZoneListener(SockAddrInet('0.0.0.0', 1999), {'all': 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:86: ZoneListener(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), {'all': 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-87- ZoneListener(DBIface('eth0', 1999), {'all': 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-88- ZoneReceiver(SockAddrInet('0.0.0.0', 1999), {'all': 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:89: ZoneReceiver(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), {'all': 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-90- ZoneReceiver(DBIface('eth0', 1999), {'all': 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:91: ZoneDispatcher(DBSockAddr(SockAddrInet('0.0.0.0', 1999), protocol=ZD_PROTO_TCP), {'all': 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-92- ZoneDispatcher(DBIface('eth0', 1999, protocol=ZD_PROTO_TCP), {'all': 'test'}) ############################################## zorp-7.0.1~alpha2/tests/python/test_dispatch.py-94- CSZoneListener(SockAddrInet('0.0.0.0', 1999), {('all', 'all'): 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:95: CSZoneListener(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), {('all', 'all'): 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-96- CSZoneListener(DBIface('eth0', 1999), {('all', 'all'): 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-97- CSZoneReceiver(SockAddrInet('0.0.0.0', 1999), {('all', 'all'): 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:98: CSZoneReceiver(DBSockAddr(SockAddrInet('0.0.0.0', 1999)), {('all', 'all'): 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-99- CSZoneReceiver(DBIface('eth0', 1999), {('all', 'all'): 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py:100: CSZoneDispatcher(DBSockAddr(SockAddrInet('0.0.0.0', 1999), protocol=ZD_PROTO_TCP), {('all', 'all'): 'test'}) zorp-7.0.1~alpha2/tests/python/test_dispatch.py-101- CSZoneDispatcher(DBIface('eth0', 1999, protocol=ZD_PROTO_TCP), {('all', 'all'): 'test'}) ############################################## zorp-7.0.1~alpha2/tests/python/test_nat.py-45- """Construct a fake session object.""" zorp-7.0.1~alpha2/tests/python/test_nat.py:46: self.session = MasterSession(Service("service1", Proxy), None, None, DBSockAddr(SockAddrInet('127.0.0.1', 1234), ZD_PROTO_TCP), None, instance_id=1) zorp-7.0.1~alpha2/tests/python/test_nat.py-47- ############################################## zorp-7.0.1~alpha2/tests/python/test_nat.py-120- """Construct a fake session object.""" zorp-7.0.1~alpha2/tests/python/test_nat.py:121: self.session = MasterSession(Service("service1", Proxy), None, None, DBSockAddr(SockAddrInet('127.0.0.1', 1234), ZD_PROTO_TCP), None, instance_id=1) zorp-7.0.1~alpha2/tests/python/test_nat.py-122- ############################################## zorp-7.0.1~alpha2/tests/python/test_session.py-52- self.address = SockAddrInet("127.0.0.1", 80) zorp-7.0.1~alpha2/tests/python/test_session.py:53: self.mastersession = MasterSession(self.service, client_stream=None, client_local=None, client_listen=DBSockAddr(self.address, ZD_PROTO_TCP), client_address=self.address, instance_id=1) zorp-7.0.1~alpha2/tests/python/test_session.py-54- self.session = StackedSession(self.mastersession) ############################################## zorp-7.0.1~alpha2/tests/python/test_session.py-70- def test_construction_initializes_protocol(self): zorp-7.0.1~alpha2/tests/python/test_session.py:71: master = MasterSession(self.service, None, None, DBSockAddr(SockAddrInet('127.0.0.1', 1234), ZD_PROTO_TCP), None, instance_id=1) zorp-7.0.1~alpha2/tests/python/test_session.py-72- self.assertEqual(master.protocol, ZD_PROTO_TCP) ############################################## zorp-7.0.1~alpha2/tests/unit/pystruct.py-39- zorp-7.0.1~alpha2/tests/unit/pystruct.py:40:def test_sockaddr(sa): zorp-7.0.1~alpha2/tests/unit/pystruct.py-41- ############################################## zorp-7.0.1~alpha2/tests/unit/pystruct.py-91- zorp-7.0.1~alpha2/tests/unit/pystruct.py:92: test_sockaddr(d.simple_obj) zorp-7.0.1~alpha2/tests/unit/pystruct.py-93- ############################################## zorp-7.0.1~alpha2/tests/unit/test_pystruct.cc-67-void zorp-7.0.1~alpha2/tests/unit/test_pystruct.cc:68:test_sockaddr(void) zorp-7.0.1~alpha2/tests/unit/test_pystruct.cc-69-{ ############################################## zorp-7.0.1~alpha2/tests/unit/test_pystruct.cc-176- zorp-7.0.1~alpha2/tests/unit/test_pystruct.cc:177: test_sockaddr(); zorp-7.0.1~alpha2/tests/unit/test_pystruct.cc-178- test_dict(); ############################################## zorp-7.0.1~alpha2/debian/tests/basic-46- zorp-7.0.1~alpha2/debian/tests/basic:47:OUTPUT=`cat $ADTTMP/nc.output` zorp-7.0.1~alpha2/debian/tests/basic-48- ############################################## zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac-42- oldsrcdir="$srcdir" zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:43: top_srcdir="`cd \"$srcdir\"; pwd`" zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac-44- ;; ############################################## zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac-95-dnl zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:96:VERSION_NOSNAPSHOT="`echo $VERSION | cut -d '+' -d '~' -f 1`" zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac-97- zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:98:VERSION_MAJOR=`echo $VERSION_NOSNAPSHOT | cut -d '.' -f 1` zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:99:VERSION_MINOR=`echo $VERSION_NOSNAPSHOT | cut -d '.' -f 2` zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:100:VERSION_COMPAT=`echo $VERSION_NOSNAPSHOT | cut -d '.' -f 3` zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac-101- ############################################## zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac-297- zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:298:AC_DEFINE_UNQUOTED(ENABLE_TRACE, `enable_value $enable_trace`, [Enable trace messages]) zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:299:AC_DEFINE_UNQUOTED(ENABLE_IPOPTIONS, `enable_value $enable_ip_options`, [Enable IP option processing]) zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:300:AC_DEFINE_UNQUOTED(ENABLE_IPV6, `enable_value $enable_ipv6`, [Enable IPv6 support]) zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:301:AC_DEFINE_UNQUOTED(ENABLE_PREFORK, `enable_value $enable_prefork`, [Enable prefork support]) zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac:302:AC_DEFINE_UNQUOTED(ENABLE_KZORP, `enable_value $enable_kzorp`, [Enable kzorp support]) zorp-7.0.1~alpha2/.pc/0002-Removed-all-variables-related-to-the-profession-rele.patch/configure.ac-303- ############################################## zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac-41- oldsrcdir="$srcdir" zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:42: top_srcdir="`cd \"$srcdir\"; pwd`" zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac-43- ;; ############################################## zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac-91-dnl zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:92:VERSION_NOSNAPSHOT="`echo $VERSION | cut -d '+' -d '~' -f 1`" zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac-93- zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:94:VERSION_MAJOR=`echo $VERSION_NOSNAPSHOT | cut -d '.' -f 1` zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:95:VERSION_MINOR=`echo $VERSION_NOSNAPSHOT | cut -d '.' -f 2` zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:96:VERSION_COMPAT=`echo $VERSION_NOSNAPSHOT | cut -d '.' -f 3` zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac-97- ############################################## zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac-289- zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:290:AC_DEFINE_UNQUOTED(ENABLE_TRACE, `enable_value $enable_trace`, [Enable trace messages]) zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:291:AC_DEFINE_UNQUOTED(ENABLE_IPOPTIONS, `enable_value $enable_ip_options`, [Enable IP option processing]) zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:292:AC_DEFINE_UNQUOTED(ENABLE_IPV6, `enable_value $enable_ipv6`, [Enable IPv6 support]) zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:293:AC_DEFINE_UNQUOTED(ENABLE_PREFORK, `enable_value $enable_prefork`, [Enable prefork support]) zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac:294:AC_DEFINE_UNQUOTED(ENABLE_KZORP, `enable_value $enable_kzorp`, [Enable kzorp support]) zorp-7.0.1~alpha2/.pc/0004-Removed-time-and-date-from-the-binary-file.patch/configure.ac-295- ############################################## zorp-7.0.1~alpha2/configure.ac-41- oldsrcdir="$srcdir" zorp-7.0.1~alpha2/configure.ac:42: top_srcdir="`cd \"$srcdir\"; pwd`" zorp-7.0.1~alpha2/configure.ac-43- ;; ############################################## zorp-7.0.1~alpha2/configure.ac-91-dnl zorp-7.0.1~alpha2/configure.ac:92:VERSION_NOSNAPSHOT="`echo $VERSION | cut -d '+' -d '~' -f 1`" zorp-7.0.1~alpha2/configure.ac-93- zorp-7.0.1~alpha2/configure.ac:94:VERSION_MAJOR=`echo $VERSION_NOSNAPSHOT | cut -d '.' -f 1` zorp-7.0.1~alpha2/configure.ac:95:VERSION_MINOR=`echo $VERSION_NOSNAPSHOT | cut -d '.' -f 2` zorp-7.0.1~alpha2/configure.ac:96:VERSION_COMPAT=`echo $VERSION_NOSNAPSHOT | cut -d '.' -f 3` zorp-7.0.1~alpha2/configure.ac-97- ############################################## zorp-7.0.1~alpha2/configure.ac-289- zorp-7.0.1~alpha2/configure.ac:290:AC_DEFINE_UNQUOTED(ENABLE_TRACE, `enable_value $enable_trace`, [Enable trace messages]) zorp-7.0.1~alpha2/configure.ac:291:AC_DEFINE_UNQUOTED(ENABLE_IPOPTIONS, `enable_value $enable_ip_options`, [Enable IP option processing]) zorp-7.0.1~alpha2/configure.ac:292:AC_DEFINE_UNQUOTED(ENABLE_IPV6, `enable_value $enable_ipv6`, [Enable IPv6 support]) zorp-7.0.1~alpha2/configure.ac:293:AC_DEFINE_UNQUOTED(ENABLE_PREFORK, `enable_value $enable_prefork`, [Enable prefork support]) zorp-7.0.1~alpha2/configure.ac:294:AC_DEFINE_UNQUOTED(ENABLE_KZORP, `enable_value $enable_kzorp`, [Enable kzorp support]) zorp-7.0.1~alpha2/configure.ac-295-