summaryrefslogtreecommitdiff
path: root/net/proxycheck
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-06-12Add DESTDIR support.joerg1-3/+5
2007-03-19give away to pkgsrc-userstv1-2/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv1-2/+2
PR-responsible person (such as I am ;) a little easier.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 digests.agc1-1/+2
2004-11-29Update to 0.49a; fix MAINTAINER. Changelog:tv2-6/+7
2004-05-29 0.49a - numerous portability fixes here and there - real event.3 manpage 2004-05-27 0.49 - autoconf'ified, sort of - use advanced event mechanisms (epoll, kqueue, devpoll) when available - new option: -i file (or -i -) to read hosts to check from file - add timeout for dsbl cookie 2004-02-17 0.46 - adopted for new DSBL format - changed protocol names: http=>http-connect, ftp=>ftp-user - do not stop on Content-Type: header seen in HTTP-CONNECT responses (what an idiotic software does this?!) - removed obsolete 118[0-4] ports (old mimail variants) 2003-08-07 0.45a - fixed multihomed proxy detection with new DSBL (DSBL now correctly replies with "250 listed [ip.add.re.ss]" instead of "220 listed [ip.add.ress]" to the final end-of-message terminator)
2003-06-11Update to 0.45, from Todd Vierling in PR 21859.wiz2-5/+5
2003-05-11 0.45 - new option -D to not reset default portlist if -p is given - new port - 5490 - NONAME/1.4 HTTP CONNECT-only proxy (trojan?) 2003-05-05 0.44 - added ports 1075 to list of ports for socks and http (MSP proxy) 2003-05-01 0.43 - determine DSBL-listed IP for DSBL submissions (new DSBL listme@ server now allows this by printing an IP that was listed on final \r\n.\r\n reply line) - added some proxy info recognision (proxy-agent - yay!), activate with -x. - removed broken HTTP GET support altogether - moved HTTP PUT and wingate/telnet to be more "advanced" - added port 21 to the list of FTP ports - changed connect timeout to be half of -t - yet another wingate/telnet prompt ("telnet>") - CCProxy Telnet handler - write "open" string w/o stdio/buffering - fixed error (proxycheck always prints "closed" lines ignoring -n flag)
2003-04-09Update to 0.42, provided by Todd Vierling in PR 21068:wiz3-23/+7
2003-02-20 0.42 - fixed a long-standing bug in dsbl handler - data received from the remote was not collected correctly. Well, this one wasn't happened too frequently - I only seen it once, when a proxy delivered data from the target mailserver one byte at a time. - added yet another port, 1813 (socks5), as advanced (level2) port. SKK proxy listens here, but it is seen unfrequently. 2003-02-14 0.42b2 - added proxylogger - receiving part of proxycheck, to be used from inetd and with -c chat. 2003-02-12 0.42b1 - fixed a small bug in last wingate/telnet code changes (mostly cosmetic: "Resource temporarily unavailable" vs "Connection timed out"). - added another telnet/wingate proxy variant, with a prompt "SpoonProxy>", which expects a command in form "host port" (instead of tn-wg/wingate which is of the form "host:port"). 2003-02-04 0.42b - some code cleanups/changes: may break things, testing... - FTP proxy detection added, port 1183 only for now. Interesting to experiment with M$ ftp servers ;) - fixed not finding advanced protocol if no ports are specified (e.g. -pwg: tried default protos:ports instead of wg:25,1181) - modified telnet/wingate proxy code to be a bit faster and to know which command to sent to a particular proxy.
2003-02-17Initial import of net/proxycheck (version 0.41)zuntum5-0/+52
proxycheck is a simple tool that will work on a reasonable *nix system and may be used to quickly check whenever a given host or set of hosts has open proxy server running. Open proxies of various kinds are (ab)used nowadays for various evil things like sending mass spam, hacking into your machine, making denial of service attacks (DoS) and the like. Every such machine should be either secured properly or turned off permanently, but that's not an option, since in most cases there is either no administrator of such machines exists at all, or he has no clue about what's on that machine, or it's irrelevant for him. Provided by Todd Vierling in PR#20110.