=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libauthen-krb5-perl-1.9/simple_client-32-# set local and remote addresses, using network byte order libauthen-krb5-perl-1.9/simple_client:33:$addr = new Authen::Krb5::Address(ADDRTYPE_INET,pack("N",$s->sockaddr())); libauthen-krb5-perl-1.9/simple_client-34-$ports = new Authen::Krb5::Address(ADDRTYPE_IPPORT,pack("n",$s->sockport())); ############################################## libauthen-krb5-perl-1.9/simple_client-39-($l,$r) = $ac->getaddrs(); libauthen-krb5-perl-1.9/simple_client:40:$lap = Authen::Krb5::gen_portaddr($l,$s->sockport()); libauthen-krb5-perl-1.9/simple_client-41-$rcn = Authen::Krb5::gen_replay_name($lap,"foobar"); ############################################## libauthen-krb5-perl-1.9/simple_server-32-# grab the client's address libauthen-krb5-perl-1.9/simple_server:33:$addr = new Authen::Krb5::Address(ADDRTYPE_INET,pack("N",$ns->peeraddr())); libauthen-krb5-perl-1.9/simple_server-34-$ports = new Authen::Krb5::Address(ADDRTYPE_IPPORT,pack("n",$ns->peerport())); ############################################## libauthen-krb5-perl-1.9/.pc/fix_pod/Krb5.pm-296- libauthen-krb5-perl-1.9/.pc/fix_pod/Krb5.pm:297:=item gen_portaddr(addr,port) libauthen-krb5-perl-1.9/.pc/fix_pod/Krb5.pm-298- ############################################## libauthen-krb5-perl-1.9/.pc/fix-init_context.patch/Krb5.xs-516-Authen::Krb5::Address libauthen-krb5-perl-1.9/.pc/fix-init_context.patch/Krb5.xs:517:gen_portaddr(addr,port) libauthen-krb5-perl-1.9/.pc/fix-init_context.patch/Krb5.xs-518- Authen::Krb5::Address addr ############################################## libauthen-krb5-perl-1.9/.pc/fix-init_context.patch/Krb5.xs-521- CODE: libauthen-krb5-perl-1.9/.pc/fix-init_context.patch/Krb5.xs:522: err = krb5_gen_portaddr(context,addr,(krb5_pointer)&port,&RETVAL); libauthen-krb5-perl-1.9/.pc/fix-init_context.patch/Krb5.xs-523- if (err) XSRETURN_UNDEF; ############################################## libauthen-krb5-perl-1.9/.pc/obsolete-krb_get,free_krbhst.patch/Krb5.xs-521-Authen::Krb5::Address libauthen-krb5-perl-1.9/.pc/obsolete-krb_get,free_krbhst.patch/Krb5.xs:522:gen_portaddr(addr,port) libauthen-krb5-perl-1.9/.pc/obsolete-krb_get,free_krbhst.patch/Krb5.xs-523- Authen::Krb5::Address addr ############################################## libauthen-krb5-perl-1.9/.pc/obsolete-krb_get,free_krbhst.patch/Krb5.xs-526- CODE: libauthen-krb5-perl-1.9/.pc/obsolete-krb_get,free_krbhst.patch/Krb5.xs:527: err = krb5_gen_portaddr(context,addr,(krb5_pointer)&port,&RETVAL); libauthen-krb5-perl-1.9/.pc/obsolete-krb_get,free_krbhst.patch/Krb5.xs-528- if (err) XSRETURN_UNDEF; ############################################## libauthen-krb5-perl-1.9/Krb5.pm-296- libauthen-krb5-perl-1.9/Krb5.pm:297:=item gen_portaddr(addr,port) libauthen-krb5-perl-1.9/Krb5.pm-298- ############################################## libauthen-krb5-perl-1.9/Krb5.xs-493-Authen::Krb5::Address libauthen-krb5-perl-1.9/Krb5.xs:494:gen_portaddr(addr,port) libauthen-krb5-perl-1.9/Krb5.xs-495- Authen::Krb5::Address addr ############################################## libauthen-krb5-perl-1.9/Krb5.xs-498- CODE: libauthen-krb5-perl-1.9/Krb5.xs:499: err = krb5_gen_portaddr(context,addr,(krb5_pointer)&port,&RETVAL); libauthen-krb5-perl-1.9/Krb5.xs-500- if (err) XSRETURN_UNDEF;