head 1.4; access; symbols pkgsrc-2013Q2:1.3.0.42 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.40 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.38 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.36 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.34 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.32 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.30 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.28 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.26 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.24 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.22 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.20 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.18 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.16 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.14 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.12 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.10 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.8 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.6 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.4 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.2 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.2.0.18 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.16 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.14 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.12 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2013.09.20.23.10.12; author joerg; state dead; branches; next 1.3; commitid 9cwBF1Goc5H2qe6x; 1.3 date 2008.08.31.10.54.52; author adrianp; state Exp; branches; next 1.2; 1.2 date 2006.05.12.23.35.55; author adrianp; state dead; branches; next 1.1; 1.1 date 2006.02.14.01.13.32; author rillig; state Exp; branches; next ; desc @@ 1.4 log @Update to hydra-7.5 since the old version doesn't build with newer libssh. Too many changes to list indivually. Adjust license to AGPLv3. @ text @$NetBSD: patch-ag,v 1.3 2008/08/31 10:54:52 adrianp Exp $ --- pw-inspector.c.orig 2007-03-22 14:04:29.000000000 +0000 +++ pw-inspector.c @@@@ -140,7 +140,7 @@@@ main(int argc, char *argv[]) if (set_print) { j = 0; for (k = 0; k < strlen(buf); k++) - if (isprint(buf[k]) && isalnum(buf[k]) == 0) + if (isprint((unsigned char)buf[k]) && isalnum((unsigned char)buf[k]) == 0) j = 1; if (j) i++; @@@@ -148,7 +148,7 @@@@ main(int argc, char *argv[]) if (set_other) { j = 0; for (k = 0; k < strlen(buf); k++) - if (isprint(buf[k]) == 0 && isalnum(buf[k]) == 0) + if (isprint((unsigned char)buf[k]) == 0 && isalnum((unsigned char)buf[k]) == 0) j = 1; if (j) i++; @ 1.3 log @Update to 5.4 - Make this compile on amd64 - Don't silently look for libraries when we don't need them. This should fix PR 39318 - Add missing depends on apr Release 5.4 ########### * Fixes to the http modules as some Apache installations are picky * The MySQL module also works with mysqld-5.0, updated * Added AS/400 return code checks to pop3 module * Fixed memory leaks in the http-form module. * Implemented a proposal by Jean-Baptiste.BEAUFRETON (at) turbomeca.fr to check for "530 user unknown" message in the ftp module * Added a performance patch by alejandro.mendiondo (at) baicom.com. This one needs stability testing! * Beautification to remove compiler warnings of modern gcc @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 5.3 Separate out options.mk functionality Add in options for subversion and postresql support > CHANGELOG for 5.3: > ########### > * Added NTLM support modules for pop3, imap, smtp-auth and http-proxy. > Work done by ilo (at) reversing.org. THANKS! > * Added a http form module, thanks to phil (at) irmplc.com > * Fixed a bug in the vnc module (thanks to kan (at) dcit.cz) > * Input files may *not* contain null bytes. I might fix that in the future > but currently I have enough other things on my todo sheet. > Thanks to didiln (at) gmail.com for reporting. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1 2006/02/14 01:13:32 rillig Exp $ d3 20 a22 21 gcc warning: ISO C90 forbids declarations intermixed with code. --- hydra-pcanywhere.c.orig 2005-09-07 21:59:26.000000000 +0200 +++ hydra-pcanywhere.c 2006-02-14 02:11:44.000000000 +0100 @@@@ -114,6 +114,8 @@@@ start_pcanywhere(int s, unsigned long in char *client[4]; int clientsize[4]; + char *server[5]; + client[0]="\x00\x00\x00\x00"; clientsize[0]=4; client[1]="\x6F\x06\xff"; @@@@ -123,7 +125,6 @@@@ start_pcanywhere(int s, unsigned long in client[3]="\x6f\x62\x01\x02\x00\x00\x00"; clientsize[3]=7; - char *server[5]; server[0]= "nter"; server[1]="\x1B\x61"; server[2]="\0x1B\0x62"; @ 1.1 log @Fixed ISO C90 violation. @ text @d1 1 a1 1 $NetBSD$ @