summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-08-19Fix sparc64 build by patching lib/cylink/sha.c like the revision 1.6 ofseb2-1/+176
basesrc/lib/libc/hash/sha1.c.
2002-08-15Mark this package as NetBSD 1.4* and 1.5* only because they includedtron2-4/+4
scribbling is only remotely related to C++ and cannot be compiled with g++ 2.95.3.
2002-08-15Remove (partly obsolete) homepage URLs from DESCR.wiz2-7/+0
2002-08-13Add URL pointing to demo package.cjs1-0/+5
2002-08-12Use the standard pkgsrc mechanism for creating the group.agc1-4/+8
2002-08-12Prevent the installation of a build-time-only library and its man pages.agc2-1/+17
2002-08-10Make this compile again after security/openssl was upgraded to 0.9.6gkim1-2/+2
2002-08-09Update to 20020809. Closes pkg/17866 again.wiz3-34/+5
2002-08-08Update to 4.3.1nb3: add patch sent in from Mishka in private mail,wiz3-3/+43
closing pkg/17833. Fixes Strcasestr, and improves diagnostic message.
2002-08-08update to 20020807. should behave better on interface removal. PR 17866.itojun2-5/+7
2002-08-07Reset MAINTAINER, on MAINTAINER's request, to packages@.wiz1-2/+2
2002-08-07This package needs a Java2 compiler, so mark the PKG_JVM accordingly.agc1-1/+2
2002-08-07We might as well try to look for the distfile in other locations, ratheragc1-3/+1
than overriding a definition which is not supposed to be set in package Makefiles.
2002-08-07Mark this package as using an interactive fetch stage, since it requiresagc1-1/+3
user intervention to download the distfile.
2002-08-07Merge arlad and arlad.sh scripts into one, following pkgsrc conventionjlam4-20/+14
for rc.d scripts.
2002-08-07Upgrade to 1.3.1. This fixes a problem with the -w option.cjs2-6/+6
Also, 1.3a source is no longer available for download.
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam1-2/+3
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2002-08-06Move pscan from net to security.cjs6-61/+1
2002-08-06Add MESSAGE explaining that you shouldn't remove the card with thewiz1-0/+9
interface you're watching with wistumbler, since then wistumbler will busy loop. Addresses pkg/17843.
2002-08-05Don't document non-existing '-a' flag. Bump PKGREVISION.wiz3-26/+5
2002-08-05Add nprobe and pscan.cjs1-1/+3
2002-08-05Add nprobe package.cjs4-0/+43
2002-08-05Add pscan package. Closes pr #17806.cjs5-0/+59
2002-08-05Mark as broken, because ntop2 wants to write to /usr/pkg/var/ntop,veego1-1/+3
but doesn't create this directory and PR 13058 makes it impossible to change that location.
2002-08-05update to the latest citrix_ica client. The current versions are:dmcmahill9-70/+88
i386: citrix_ica-6.30.1050 sparc: citrix_ica-6.20.985 Update provided in PR pkg/17192 by Murray Armfield. Submitter could not find an update list to the client program but noticed the following changes: - Auto reconnect option - Smart card logons - proxy/firewall configuration changes, now takes https and netscape settings for firewall.
2002-08-04Fix build on xpkgwedged systems and some others.wiz3-3/+33
2002-08-04Note possible problem with gre(4), as discussed on current-users.hubertf1-0/+7
2002-08-03nmapfe is now part of nmap, so use that sources (nmapfe version ishubertf4-24/+20
still 0.9.5, so no changes there). Also install manpage for frontend.
2002-08-03pull critical patches in from zebra cvs repo (i have been asking for releaseitojun15-2/+307
of 0.93b, however, it's not happening yet) - bgpd: bug in capability negotiation - ospf6d: synchronize with zebra deamon correctly
2002-08-03Update nmap to 3.00. Changes:hubertf9-95/+60
* Added protocol scan (-sO), which determines what IP protocols (TCP, IGMP, GRE, UDP, ICMP, etc) are supported by a given host. This uses a clever technique designed and implemented by Gerhard Rieger . * Nmap now recognizes more than 700 operating system versions and network devices (printers, webcams, routers, etc) thanks to thousands of contributions from the user community! Many operating systems were even recognized by Nmap prior to their official release. Nmap3 also recognizes 2148 port assignments, 451 SunRPC services, and 144 IP protocols. * Added Idlescan (-sI), which bounces the scan off a "zombie" machine. This can be used to bypass certain (poorly configured) firewalls and packet filters. In addition, this is the most stealthy Nmap scan mode, as no packets are sent to the target from your true IP address. * The base Nmap package now builds and functions under Windows! It is distributed in three forms: build-it-yourself source code, a simple command-line package, or along with a nice GUI interface (NmapWin) and a fancy installer. This is due to the hard work of Ryan Permeh (from eEye), Andy Lutomirski, and Jens Vogt. * Mac OS X is now supported, as well as the latest versions of Linux, OpenBSD, Solaris, FreeBSD, and most other UNIX platforms. Nmap has also been ported to several handheld devices -- see the Related Projects page for further information. * XML output (-oX) is now available for smooth interoperability between Nmap and other tools. * Added ICMP Timestamp and Netmask ping types (-PP and -PM). These (especially timestamp) can be useful against some hosts that do not respond to normal ping (-PI) packets. Nmap still allows TCP "ping" as well. * Nmap can now detect the uptime of many hosts when the OS Scan option (-O) is used. * Several new tests have been added to make OS detection more accurate and provide more granular version information. * Removed 128.210.*.* addresses from Nmap man page examples due to complaints from Purdue security staff. * The --data_length option was added, allowing for longer probe packets. Among other uses, this defeats certain simplistic IDS signatures. * You can now specify distinct port UDP and TCP port numbers in a single scan command using a command like 'nmap -sSU -p U:53,111,137,T:21-25,80,139,515,6000,8080 target.com'. See the man page for more usage info. * Added mysterious, undocumented --scanflags and --fuzzy options. * Nmap now provides IPID as well as TCP ISN sequence predictability reports if you use -v and -O. * SYN scan is now the default scan type for privileged (root) users. This is usually offers greater performance while reducing network traffic. * Capitalized all references to God in error messages. * Added List scan (-sL) which enumerates targets without scanning them. * The Nmap "random IP" scanning mode is now smart enough to skip many unallocated netblocks. * Tons of more minor features, bugfixes, and portability enhancements.
2002-08-03add net/wistumbler. PR 17819itojun1-1/+2
2002-08-03wistumbler, network stumbler for wi* interfaceitojun4-0/+25
2002-08-02ntop2 really wants a gnu libreadline so add USE_GNU_READLINE.veego1-1/+2
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam3-7/+7
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01Don't remove nonexistent directories.jlam1-9/+1
2002-08-01Add back missing definitions for EXAMPLESDIR, HTMLDIR, and DOCDIR.jlam1-1/+5
2002-07-31Back out previous change now that PKG_JVM handling has been fixed tojlam1-2/+2
prefer the installed sun-jdk1[34] if PKG_JVM == "sun-jdk".
2002-07-30Factor out common parts of samba and winbind into net/samba/Makefile.commonjlam6-64/+182
and merge their patch collections. These two packages are built from the same source tree, and updates to the main distfile should be shared by both packages.
2002-07-30Update to 1.0.3, from ISIHARA Takanori in pkg/17767.wiz4-33/+5
Changes since 1.0.2: - NBTscan now returns meaningful exit code (patch by James Troup for Debian Linu x) - Added /etc/hosts and lmhosts format output (suggested by Anahuac de Paula Gil and Sigmund Baginov) - configure script now honours --prefix argument (patch by Petter Reinholdtsen) - Error messages now include IP address that caused error - NBTscan accepts a file with a list of IP addresses to scan (suggested by Omas Jakobsson) - Service number is printed for unknown NetBIOS services in -h mode (suggested b y Dan Wright) - Fixed some compile-time warnings on Linux - Corrected some typos
2002-07-30Update to 971007nb1: Fix for sparc64, from Tomi Nylund in pkg/17759.wiz3-6/+16
2002-07-30Use "sun-jdk13" under NetBSD-i386 and Darwin because this is known to work.tron1-2/+2
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam1-2/+2
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-07-29rc.d-ifyjoda1-5/+19
2002-07-29samba>=2.2.3 actually can't replace everything samba-2.0.x can do, sojlam1-3/+1
re-enable it. My particular application used multi-user Btrieve 5.x database that kept corrupting itself on samba-2.2.x, but worked flawlessly under samba-2.0.x.
2002-07-26Add missing CONFLICTS with kth-krb4. They both install lib/libcom_err.arh1-1/+3
This closes PR pkg/15660.
2002-07-25Add php4-snmp. See PR#17590.jonb1-1/+2
2002-07-25Import php4-snmp module. See PR#17590. Thanks to duck@multi.fi for this.jonb3-0/+22
2002-07-25files missed from last commit, grr.grant2-3/+9
fixes build on solaris.
2002-07-25fix build on solaris:grant1-6/+6
* don't set -O2 * use ${LDFLAGS} instead of -L -Wl,-R etc.
2002-07-25update MASTER_SITES, as old versions are moved to old/grant1-2/+3