summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf10-26/+26
2001-01-26etc/rc.d: upclient.sh -> upclienthubertf2-5/+5
2001-01-26snmpd tries to use librpm to give a list of installed softwarehubertf1-12/+18
via the swinst table. Disable for a number of reasons. Patch sent in by "Greg A. Woods" <woods@planix.com> in private mail.
2001-01-26Add a startup scripthubertf4-2/+40
2001-01-26 * Fix rc.d scriptshubertf5-24/+94
* support HOST-RESOURCES MIB Patch submitted by Greg A. Woods <woods@weird.com> in PR 12043
2001-01-26Update djbdns to 1.04. Changes:hubertf4-32/+45
* tinydns now automatically returns a random set of 8 addresses from a cluster of any size. It also supports client differentiation. There's no longer any reason to use pickdns. dnstracesort prints glue information that reveals all sorts of interesting inconsistencies. * minor pkg's Makefile improvements Update submitted by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-25Fix apache wildcard to >=1.3.14nb1 instead of 1.3.14.1.wiz1-2/+2
2001-01-24Redo the patch to tnmInit.c so that we don't test a now-uninitializedhe2-6/+8
variable (caused by other parts of that patch). This lead to precompiled MIB files being installed in "unknown-os" instead of in "${MACHINE_ARCH}-${OPSYS}" when scotty was compiled with optimization (which is the default), and subsequent mismatch between installed files and PLIST.
2001-01-24Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tclhe2-4/+4
is bumped to tcl-8.3.2nb1.
2001-01-23add CPPFLAGS to MAKE_ENV becasue the ORBit build system reruns configuredmcmahill1-1/+3
in some places and misses the -I${LOCALBASE}/include needed for libintl.h fixes recently noted build problems on 1.5 alpha.
2001-01-23Update "gnapster" package to version 1.4.2. Changes since version 1.4.1a:tron2-5/+4
- Official server connection bug fixed - Opennap browse numeric removed so that browses properly function again
2001-01-20Update lftp to 2.3.7. This closes PR 12001 by Tomasz Luchowskirh2-7/+7
<zuntum@eik.pl>, thanks! Changelog: Version 2.3.7 - 2001-01-15 Two bugs fixed. * fixed OPIE/SKEY automatic password generation. * fixed put over http or hftp when server replies `100 Continue'. Version 2.3.6 - 2001-01-02 Some minor improvements. * new setting cmd:save-cwd-history. * new setting ftp:fix-pasv-address, don't fix PASV address by default. (this fixes a problem with certain masquerading firewalls). * new setting hftp:use-authorization for some proxies (default is yes). * send port in Host: HTTP header. * check net:no-proxy before using hftp instead of ftp. * new commands bzcat, bzmore (Chmouel Boudjnah).
2001-01-19Add dependence on "tcp_wrappers" under Solaris to get "libwrap".tron1-1/+7
2001-01-19upgrade to 0.90a. 0.90a fixes fatal bug in 0.90 bgpd.itojun2-4/+4
2001-01-18skip bind9-currentitojun1-2/+2
2001-01-18mark it with IGNORE.itojun1-1/+3
2001-01-18upgrade to 9.1.0 from ISC.itojun5-44/+103
too many changes to be mentioned here.
2001-01-17Seems like this forcibly links itself with ncurses, so add dependecypooka1-1/+3
for now until this is investigated further.
2001-01-17add & enable ncftp3pooka1-1/+2
2001-01-17Import ncftp3, a ftp client.pooka7-0/+61
Based on package submitted by zuntum@eik.pl in pkg/11684
2001-01-16Add and enable netsaint-plugin-snmprh1-1/+2
2001-01-16Initial import of netsaint-plugin-snmp-1.2.8.4, and SNMP monitor pluginrh5-0/+36
for netsaint
2001-01-16Use standard ${BSD_INSTALL_xxx} macros for installationrh3-1/+31
2001-01-16Split out common parts of the netsaint base/plugins Makefiles into a commonrh3-26/+20
include file
2001-01-16Add and enable netsaint-pluginsrh1-1/+2
2001-01-16Initial import of netsaint-plugins-1.2.8.4, a set of monitoring pluginsrh7-0/+138
for netsaint
2001-01-16Add and enable netsaint-baserh1-1/+2
2001-01-16Initial import of netsaint-0.0.6, an advanced network monitoring programrh17-0/+665
2001-01-15Fix syntax, as reported by Jim Bernard <jbernard@mines.edu> in PR 11955.hubertf1-2/+2
2001-01-14Don't explictly check for the GNU "xgettext". The Solaris one works fine.tron3-2/+24
2001-01-13Add and enable "tcpdump".tron1-1/+2
2001-01-13Import of new Solaris only "tcpdump" package:tron5-0/+29
network monitoring tool
2001-01-13Update "libpcap" package to version 0.6.1. Changes since version 0.5:tron3-14/+12
- New Linux libpcap implementation, which, in 2.2 and later kernels, uses PF_PACKET sockets and supports kernel packet filtering (if compiled into the kernel), and supports the "any" device for capturing on all interfaces. Cleans up promiscuous mode better on pre-2.2 kernels, and has various other fixes (handles 2.4 ARPHRD_IEEE802_TR, handles ISDN devices better, doesn't show duplicate packets on loopback interface, etc.). - Fixed HP-UX libpcap implementation to correctly get the PPA for an interface, to allow interfaces to be opened by interface name. - libpcap savefiles have system-independent link-layer type values in the header, rather than sometimes platform-dependent DLT_ values, to make it easier to exchange capture files between different OSes. - Non-standard capture files produced by some Linux tcpdumps, e.g. the one from Red Hat Linux 6.2 and later, can now be read. - Updated autoconf stock files. - Filter expressions can filter on VLAN IDs and various OSI protocols, and work on Token Ring (with non-source-routed packets). - "pcap_open_dead()" added to allow compiling filter expressions to pcap code without opening a capture device or capture file. - Header files fixed to allow use in C++ programs. - Removed dependancy on native headers for packet layout. Removed Linux specific headers that were shipped. - Security fixes: Strcpy replaced with strlcpy, sprintf replaced with snprintf. - Fixed bug that could cause subsequent "pcap_compile()"s to fail erroneously after one compile failed. - Assorted other bug fixes. - README.aix and README.linux files added to describe platform-specific issues. - "getifaddrs()" rather than SIOCGIFCONF used, if available.
2001-01-13Make this package work under Solaris.tron1-5/+12
2001-01-13Wildcard dependency on nmap.wiz1-2/+2
2001-01-12Update HOMEPAGE and MASTER_SITES.dent1-3/+3
2001-01-12Update HOMEPAGE.dent1-2/+2
2001-01-12re-enable ucd-snmp dependsitojun1-2/+2
2001-01-12upgrade to 0.8.14.itojun2-5/+10
Overview of changes in Ethereal 0.8.15: * HSRP updates (Heikki) * MGCP updates (Ed, Gilbert) * Fix infinite loop problem in ICQ dissector (Gilbert) * Enable optional building of ethereal/tethereal/editcap (Guy, Gilbert) * SMB fixes (Jeroen Ruigrok van der Werven) * More complete 'manuf' file. (Gerald) * X.25 updates (Olivier, Richard) * RADIUS updates (Guy) * AIM updates (Ralf Holzer) * WCCP 2.0 support * NG Sniffer file-reading fixes (Guy) * New dissector: Label Distribution Protocol (Richard) * tvbuff updates, fixes, additions (Gilbert, Guy) * New dissector: GVRP (Kevin Shi) * NVS v4 support (Mike Frisch) * RTSP updates (Guy) * Miscellaneous clean-ups (Guy, Gilbert) * NBIPX update (Guy) * Fix for improper buffer-overflow check in wiretap's pppdump support (Daniel Thompson) * ISAKMP fix (itojun) * Add TCP segment and UDP datagram checksumming code (Guy) * Added Router-Alert IP option, RFC 2113 (Ashok) * PPP updates (Burke Lau) * Mobile IPv6 support (Martti Kuparinen) * "Match Selected" works better with FT_STRING types (Ed Warnicke) * Windows time format bug avoidance (Richard) * X.25 over TCP support (Paul Ionescu) * Enable FT_BYTES display filtering (Ed Warnicke) * Added tethereal_static build target (Nathan) * Kerberos update (Nathan, Guy) * DLT_LINUX_SLL capture type support, used with current libpcap captures on the Linux "any" device. (Guy) * CLNP update (Guy) * TFTP update (Guy) * BGP update (Greg Hankins) * OSPF update (Guy) * Capture updates and fixes (Guy) * LAPBETHER support (Richard, Guy) * TCP update for TCP MD5 signature (Greg Hankins) * SMB-PIPE fix (Richard) * Display filter creation GUI (Guy, based on work by Jeff Foster) * Updates to HTTP (uPnP and SSDP support) (David Hampton) * Preferences API updates (Guy) * DEC LANBridge Spanning Tree Protocol support (Paul Ionescu) * X.25 over LLC support (Paul Ionescu) * CDP update for IP Prefix field (Paul Ionescu) * Tvbuffication of dissectors (Guy, Gilbert) * Frame Relay and Frame-Relay-over-GRE support (Paul Ionescu) * Support for NG Sniffer Frame Relay traces (Jeff Foster) * Conversation/dissector registration updates (Guy) * MTP3 User Adaptation Layer (M3UA) support (Michael Tuexen) * Doco updates (Guy) * SOCKS fix for crashing in a conversation ping-ping (Jeff Foster) * IEEEE 802.11 fix (Guy) * Proper (I think) lineheight calculation in proto_draw.c (Gilbert) * HTTP dissector can accept registration from sub-protocols (Guy) * make-reg-dotc.py speeds up build on Win32 (Gilbert) * LLC update (Guy) * SCTP updates (Michael Tuexen) * ISDN Q.921-User Adaptation Layer (IUA) support (Michael Tuexen)
2001-01-12Add manpage.hubertf3-2/+131
Submitted by Andrew Brown <atatat@atatdot.net> in PR 11935.
2001-01-11upgrade to 0.90.itojun5-18/+22
New RIB code provides multiple nexthop for a prefix. Equal cost multipath works on GNU/Linux. Communication between protocol daemon and zebra is changed to UNIX domain socket. BGP trap MIB works. BGP route selection is improved and various option is provided. New OSPF packet read method. PLEASE UPDATE WHOLE SUITE including zebra, bgpd, ripd, ripngd, ospfd, ospf6d when you update from previous version. Zebra protocol is changed so there may be some protocol mismatch when you don't update everything.
2001-01-11upgrade to 1.6 + IPv6 patch.itojun3-7/+20
* Changes in Wget 1.6 ** Administrative changes. *** Maintainership. Due to Hrvoje being plagued with a "real job", Dan Harkless is the most active maintainer. Hrvoje still participates occasionally, and both are being helped by many other people. *** Web page. Thanks to Jan Prikryl, Wget has an "official" web page. Take a look at: http://sunsite.dk/wget/ *** Anonymous CVS. Thanks to ever-helpful Karsten Thygesen, Wget sources are now available at an anonymous CVS server. Take a look at the web page for downloading instructions. ** New -K / --backup-converted / backup_converted = on option causes files modified due to -k to be saved with a .orig prefix before being changed. When using -N as well, it is these .orig files that are compared against the server. ** New --follow-tags / follow_tags = ... option allows you to restrict Wget to following only certain HTML tags when doing a recursive retrieval. -G / --ignore-tags / ignore_tags = ... is just the opposite -- all tags but the ones you specify will be followed. ** New --waitretry / waitretry = SECONDS option allows waiting between retries of failed downloads. Wget will use "linear" backoff, waiting 1 second after the first failure, 2 after the second, up to SECONDS. waitretry is set to 10 by default in the system wgetrc. ** New -p / --page-requisites / page_requisites = on option causes Wget to download all ancillary files necessary to display a given HTML page properly (e.g. inlined images). ** New -E / --html-extension / html_extension = on option causes Wget to append ".html" to text/html filenames not ending in regexp "\.[Hh][Tt][Mm][Ll]?". ** New type of .wgetrc command -- "lockable Boolean". Can be set to on, off, always, or never. This allows the .wgetrc to override the commandline. So far, passive_ftp is the only .wgetrc command which takes a lockable Boolean. ** A number of new translation files have been added. ** New --bind-address / bind_address = <address> option for people on hosts bound to multiple IP addresses. ** wget now accepts (illegal per HTTP spec) relative URLs in HTTP redirects.
2001-01-11Enable unison.mjl1-1/+2
2001-01-11Initial import of unison, a file synchronisation tool.mjl7-0/+62
2001-01-1020001224hubertf3-32/+31
ui: new dnstrace output format. ui: dnstrace shows all servers providing each ns/a line. ui: added dnstracesort. 20001225 internal: response_rstart() and response_cname() use uint32 ttl. internal: added response_hidettl(). internal: cache_get() returns ttl. internal: dnscache keeps track of ttls for aliases. ui: dnscache returns ttl unless $HIDETTL is set. ui: dnscache returns ttl 655360 for localhost et al. 20001226 ui: dnscache supports $FORWARDONLY. tnx to several people for the suggestion. tnx Dan Peterson for sample code. ui: dnscache now logs sequential query numbers, not indices. internal: revamped dnscache to separate udp from tcp. ui: dnscache reports uactive, tactive separately. ui: dnscache reports tcpopen/tcpclose by port and ip. ui: dnscache artificially times out oldest UDP query if UDP table is full, and oldest TCP connection if TCP table is full. ui: dnscache reports broken pipe when a TCP client sends FIN. 20001228 ui: dnstrace supports dd. ui: dnscache logs stats when it handles 1.0.0.127.in-addr.arpa. ui: pickdns actively refuses queries for unknown types. ui: pickdns responds to MX queries. tnx Mike Batchelor. internal: added const at various places. internal: removed some unused variables. internal: used time_t in tai_now.c. internal: used stdlib.h in alloc.c. api: split dns_domain_suffix() into suffix(), suffixpos(). internal: switched to buffer_unix*. internal: included unistd.h for various declarations. 20010103 ui: increased maximum data size from 512 bytes to 32767 bytes in tinydns, tinydns-get, axfrdns. allows big TXT records. ui: dnsmx reformats name when it prints an artificial 0 MX. 20010105 ui: increased MAXLEVEL to 5. the Internet is becoming more glueless every day. 20010106 version: djbdns 1.03.
2001-01-10 * Add manpageshubertf3-8/+31
* s/file/f in do-install target to reduce pkglint warnings Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-09Don't xref to auto-generated homepage-linkhubertf1-2/+0
2001-01-08add adnslukem1-1/+2
2001-01-08adns-1.0 - Asynchronous-capable DNS client library and utilities.lukem5-0/+52
2001-01-08USE_CURSES instead of DEPENDS on ncurses.wiz3-5/+27