head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.6 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.4 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.2 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.3.0.34 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.32 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.30 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.28 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.26 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.24 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.22 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.20 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.18 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.16 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.14 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.12 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.10 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.8 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.6 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.2.0.22 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.20 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.18 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.16 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.14 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.12 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.10 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.8 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.09.16.11.59.00; author obache; state dead; branches; next 1.3; 1.3 date 2007.10.28.13.40.47; author adrianp; state Exp; branches; next 1.2; 1.2 date 2005.01.24.18.18.31; author manu; state dead; branches; next 1.1; 1.1 date 2005.01.13.09.27.06; author manu; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.01.13.09.27.06; author manu; state Exp; branches; next ; desc @@ 1.4 log @Hobbit Monitor has been renamed to Xymon. @ text @$NetBSD: patch-ad,v 1.3 2007/10/28 13:40:47 adrianp Exp $ --- hobbitd/hobbitd.c.orig 2005-01-22 08:54:48.000000000 +0000 +++ hobbitd/hobbitd.c @@@@ -1460,7 +1460,7 @@@@ void do_message(conn_t *msg, char *origi MEMDEFINE(conffn); if ( (sscanf(msg->buf, "config %1023s", conffn) == 1) && - (strstr("../", conffn) == NULL) && (get_config(conffn, msg) == 0) ) { + (strstr(conffn, "../") == NULL) && (get_config(conffn, msg) == 0) ) { msg->doingwhat = RESPONDING; msg->bufp = msg->buf; } @ 1.3 log @Add a fix for CVE-2006-4003 PKGREVISION++ @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Hobbit-0.6beta2: bugfixes @ text @d1 6 a6 5 $NetBSD: patch-ad,v 1.1 2005/01/13 09:27:06 manu Exp $ --- build/ldap.sh.orig 2005-01-12 18:59:22.000000000 +0100 +++ build/ldap.sh 2005-01-12 18:59:54.000000000 +0100 @@@@ -1,8 +1,6 @@@@ echo "Checking for LDAP ..." d8 6 a13 6 - LDAPINC="" - LDAPLIB="" for DIR in /opt/openldap* /opt/ldap* /usr/local/openldap* /usr/local/ldap* /usr/local /usr do if test -f $DIR/include/ldap.h then @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Hobbitmon is a big brother like network monitoring tool @ text @@