=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== opendmarc-1.4.0~beta1+dfsg/Makefile.am-50- @read confirm && [ $$confirm = 'y' ] opendmarc-1.4.0~beta1+dfsg/Makefile.am:51: git tag rel-opendmarc-`echo $(VERSION) | sed 's/\./-/g'` opendmarc-1.4.0~beta1+dfsg/Makefile.am-52- git push --tags ############################################## opendmarc-1.4.0~beta1+dfsg/contrib/init/generic/opendmarc-38- if [ -f $PID_FILE ]; then opendmarc-1.4.0~beta1+dfsg/contrib/init/generic/opendmarc:39: PID=`cat $PID_FILE` opendmarc-1.4.0~beta1+dfsg/contrib/init/generic/opendmarc-40- echo OpenDMARC already running as pid $PID ############################################## opendmarc-1.4.0~beta1+dfsg/contrib/init/redhat/opendmarc.in-43- if [ -f $PID_FILE ]; then opendmarc-1.4.0~beta1+dfsg/contrib/init/redhat/opendmarc.in:44: PID=`cat $PID_FILE` opendmarc-1.4.0~beta1+dfsg/contrib/init/redhat/opendmarc.in-45- echo OpenDMARC already running as pid $PID ############################################## opendmarc-1.4.0~beta1+dfsg/contrib/rddmarc/rddmarc-144- # see if already stored opendmarc-1.4.0~beta1+dfsg/contrib/rddmarc/rddmarc:145: my ($xorg, $xid, $serial) = $dbh->selectrow_array(qq{SELECT org,reportid,serial FROM report WHERE reportid=?}, undef, $id); opendmarc-1.4.0~beta1+dfsg/contrib/rddmarc/rddmarc-146- if($xorg) { ############################################## opendmarc-1.4.0~beta1+dfsg/contrib/rddmarc/rddmarc-148- print "Replacing $xorg $xid\n"; opendmarc-1.4.0~beta1+dfsg/contrib/rddmarc/rddmarc:149: $dbh->do(qq{DELETE from rptrecord WHERE serial=?}, undef, $serial) opendmarc-1.4.0~beta1+dfsg/contrib/rddmarc/rddmarc-150- or die "cannot delete old records" . $dbh->errstr; ############################################## opendmarc-1.4.0~beta1+dfsg/copyright-check-8- opendmarc-1.4.0~beta1+dfsg/copyright-check:9:for i in `git diff develop --name-only @{$LASTYEAR-12-31} | fgrep -v .jpg | fgrep -v contrib/ | fgrep -v docs/` opendmarc-1.4.0~beta1+dfsg/copyright-check-10-do ############################################## opendmarc-1.4.0~beta1+dfsg/db/schema.mysql-87--- A table for connecting client IP addresses opendmarc-1.4.0~beta1+dfsg/db/schema.mysql:88:CREATE TABLE IF NOT EXISTS ipaddr ( opendmarc-1.4.0~beta1+dfsg/db/schema.mysql-89- id INT NOT NULL AUTO_INCREMENT, ############################################## opendmarc-1.4.0~beta1+dfsg/libopendmarc/opendmarc_spf.c-1314- (void) strlcpy(ipnum, spfctx->ip_address, sizeof ipnum); opendmarc-1.4.0~beta1+dfsg/libopendmarc/opendmarc_spf.c:1315: ip = inet_addr(ipnum); opendmarc-1.4.0~beta1+dfsg/libopendmarc/opendmarc_spf.c-1316- ip = htonl(ip); ############################################## opendmarc-1.4.0~beta1+dfsg/libopendmarc/tests/test_spf.c-207- { opendmarc-1.4.0~beta1+dfsg/libopendmarc/tests/test_spf.c:208: ip = inet_addr(ipp->connect_ip); opendmarc-1.4.0~beta1+dfsg/libopendmarc/tests/test_spf.c-209- ip = htonl(ip); ############################################## opendmarc-1.4.0~beta1+dfsg/opendmarc/parse.c-427- default: opendmarc-1.4.0~beta1+dfsg/opendmarc/parse.c:428: /* (display name) addr(display name)ess */ opendmarc-1.4.0~beta1+dfsg/opendmarc/parse.c-429- ws = 0; ############################################## opendmarc-1.4.0~beta1+dfsg/reports/opendmarc-reports.in-730- opendmarc-1.4.0~beta1+dfsg/reports/opendmarc-reports.in:731: # retrieve arc_policy seals, join arcauthresults.arc_client_addr (smtp.client_ip) opendmarc-1.4.0~beta1+dfsg/reports/opendmarc-reports.in-732- $dbi_s2 = $dbi_h->prepare(q{ ############################################## opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init-36-if [ -f /etc/opendmarc.conf ]; then opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init:37: CONFIG_SOCKET=`awk '$1 == "Socket" { print $2 }' /etc/opendmarc.conf` opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init-38-fi ############################################## opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init-54- if [ -f "$PIDFILE" ]; then opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init:55: pid=`cat $PIDFILE` opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init-56- if ! ps -C "$DAEMON" -s "$pid" >/dev/null; then ############################################## opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init-66- # local: prefix; handle both opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init:67: t=`echo $SOCKET | cut -d: -f1` opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init:68: s=`echo $SOCKET | cut -d: -f2` opendmarc-1.4.0~beta1+dfsg/debian/opendmarc.init-69- if [ -e "$s" -a -S "$s" ]; then ############################################## opendmarc-1.4.0~beta1+dfsg/.pc/ticket193.patch/db/schema.mysql-86--- A table for connecting client IP addresses opendmarc-1.4.0~beta1+dfsg/.pc/ticket193.patch/db/schema.mysql:87:CREATE TABLE IF NOT EXISTS ipaddr ( opendmarc-1.4.0~beta1+dfsg/.pc/ticket193.patch/db/schema.mysql-88- id INT NOT NULL AUTO_INCREMENT, ############################################## opendmarc-1.4.0~beta1+dfsg/.pc/ticket159.patch/configure.ac-487-test "x$prefix" = xNONE && prefix=$ac_default_prefix opendmarc-1.4.0~beta1+dfsg/.pc/ticket159.patch/configure.ac:488:SYSCONFDIR=`eval echo "$sysconfdir"` opendmarc-1.4.0~beta1+dfsg/.pc/ticket159.patch/configure.ac-489-AC_SUBST([SYSCONFDIR]) ############################################## opendmarc-1.4.0~beta1+dfsg/.pc/ticket207.patch/reports/opendmarc-reports.in-724- opendmarc-1.4.0~beta1+dfsg/.pc/ticket207.patch/reports/opendmarc-reports.in:725: # retrieve arc_policy seals, join arcauthresults.arc_client_addr (smtp.client_ip) opendmarc-1.4.0~beta1+dfsg/.pc/ticket207.patch/reports/opendmarc-reports.in-726- $dbi_s2 = $dbi_h->prepare(q{ ############################################## opendmarc-1.4.0~beta1+dfsg/configure.ac-487-test "x$prefix" = xNONE && prefix=$ac_default_prefix opendmarc-1.4.0~beta1+dfsg/configure.ac:488:SYSCONFDIR=`eval echo "$sysconfdir"` opendmarc-1.4.0~beta1+dfsg/configure.ac-489-AC_SUBST([SYSCONFDIR])