summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
1999-12-06Update to nocol-4.2.2b4abs7-68/+90
Primary reason was to fix a buffer overrun in portmon which caused a coredump whem trying to monitor certain webservers.
1999-12-06Make kde work on solaris. Mostly:bouyer2-1/+573
- don't hardcode -lossaudio in Makefiles, teach configure about it instead - different PLIST
1999-12-06this wants gettexthubertf1-1/+2
1999-12-05Make this package build again. Fixes PR pkg/8891 by Damon Brodie.tron3-23/+38
1999-12-04Add mtrsommerfeld1-1/+2
1999-12-04NetBSDify.sommerfeld7-31/+42
1999-12-04import FreeBSD-current package for mtr-0.41:sommerfeld8-0/+91
Traceroute and ping in a single graphical network diagnostic tool
1999-12-02Update p5-Net to 1.0607. Numerous bugfixes and enhancements.rh5-29/+27
1999-11-29Update ethereal to 0.7.9.frueauf2-4/+4
Overview of changes in Ethereal 0.7.9: * Compilation warning fix (Guy) * Updates to Q.931 (Guy) * Updates to Q.2931 (Guy) * Display filter widget uses GtkCombo (Gerald) * Added SNMP over Ethernet (Gilbert) * Small changes to display filters from tcp follow and match selected (Gilbert) * Fix problem and update SMB (Richard) * Update portmap (Uwe) * Update NFS (Uwe) * Support for iptrace 1.0 files (Gilbert; thanks to Florian Lohoff <flo@rfc822.org> for sample trace files) * Update support for netmon 2.0 files (Guy) * Updates to ATM (Guy) * Updates to ARP (Guy) * Updates to DNS (Guy) * Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy) * Colorize TCP streams (Gerald) * Make autoconf check for correct contents of libz library (Guy) * Updates to About box (Guy, Gilbert)
1999-11-29*sigh* I hate rcs ids in patch files.frueauf2-12/+3
1999-11-29sync.frueauf1-2/+2
1999-11-29Make ircII compile with socks support even if the ncurses package isfrueauf4-27/+154
installed. The configure script added $LOCALBASE/include to CFLAGS, but that way the local includes get mixed up with ncruses includes. Append $LOCALBASE/include after the local includes to includepath.
1999-11-29s/printtitle/printtime/soren2-4/+4
1999-11-29Fix path.soren2-5/+5
1999-11-29update patch checksumchristos1-1/+2
1999-11-29depend on the existance of the define TIOCSTI to enable it, not SYSVchristos1-0/+21
1999-11-27defuzzrh2-7/+7
1999-11-27sync w/ master site, still needs more work (see PR 8891, left open for ↵hubertf1-4/+4
someone else to fix)
1999-11-27Update delegate to 5.9.8.rh2-5/+5
Changes include: + security: randomized stack base to prevent overflow attack + general: fixed some dangerous buffer overflows + MASTER: immediate rejection in MASTER mode for forbidden users + CFI: fixed direction of LOGFILE on -v,-vv not to socket but to LOGFILE + CFI: fixed not to pass "[execpath]command" to shell (since5.9.2) + HTTP: fixed SEGV on long (maybe non-) scheme name in URL + INETD: fixed SEGV when argument-list part in INETD parameter is empty + SocksV5: fixed dropping response data on BIND/ACCEPT + Socksv5: fixed (enabled) UDP/SocksV5 on little endians + SocksV4: return immediate error response to SocksV5 request + NNTP: removed duplicated X-Forwarded in NNTPCC
1999-11-26add a space after the timestamphubertf2-8/+7
1999-11-26update sample.icbrchubertf2-1/+14
1999-11-26Add a note about a old version that's out there. I'd have sent them myhubertf1-1/+3
patches, but their codebase is MUCH older than ours.
1999-11-26Ooops, the distfile's still at 5.0.9, it's only the package that's at pl1.hubertf1-2/+3
1999-11-26Split patches and add code to print time in front of each line.hubertf19-430/+513
Needs to be switched on from .icbrc: oset printtime true. Bump version to 5.0.9pl1 for that.
1999-11-25Update "spegla" package to version 1.1 using patches supplied bytron8-102/+48
Jens A Nilsson in private e-mail.
1999-11-25add patch-sum.itojun1-0/+3
1999-11-25zzufedhubertf27-449/+485
1999-11-24Update ethereal to 0.7.8.frueauf2-4/+4
Overview of changes in Ethereal 0.7.8: * Added RPC and NFS (Uwe) * Added IGRP/EIGRP (Don) * "Print" button in TCP Follow window (Warren Young) * BGP enhancemnets (Itojun, Greg) * Wiretap support for Toshiba ISDN router traces (Gilbert) * More filterable fields (Guy, Laurent) * AIX and IBM C compiler fixes (Craig Rodrigues) * General fixes (Guy) * LPD dissector segfault fix (Gilbert) * ICQ update (Kojak) * VLAN update (Nathan) * "Find Frame" function (Guy) * Support for newer libpcaps, and broken RH 6.1 libpcap (Guy) * DNS update (Brian J. Murrell), and similar NBNS update (Guy) * More DNS updates (Guy) * "Go to frame" function (Guy) * Added IMAP (Nathan) * Added various RPC stubs (Nathan) * Added portmap (Nathan) * Added LAPD (Gilbert, Guy) * LLC fix (Guy) * Added Q.931 (Guy) * SMB updates and segfault fixes (Richard) * Added bootparams (Nathan) * Added ypserv (Nathan) * Conversation code fix (Guy) * Added mount and stat (Nathan) * Added MAPI (Nathan) * IPv4 address comparison and subnet testing in display filters (Gilbert) * Added NLM (Uwe) * More IPX SAP types (Nathan) * Automatic ETT_* enum number registration (Guy) * Added SAP (Session Announcement Protocol) (Heikki) * Wiretap support for ATM iptrace files (Guy, Gilbert) * OSPF fix (Heikki) * General routines for registration of "init" routines (Guy) * Added ILMI (SNMP over ATM AAL5) (Guy) * Added SSCOP (Guy) * Added Q.2931 (Guy) * "Match selected" produces display filters with field names (Gilbert) * IPX packet summary resolves IPX network names and MAC addresses (Gilbert) * POP fixes (Heikki) * Added VRRP (Heikki) * Display filter "Reset" button (Laurent) * Added HSRP (Heikki) * SNA packets show hex dump with EBCDIC converted to ASCII (Gilbert) * Added Cisco Auto-RP (Heikki) Overview of changes in Ethereal 0.7.7: * Check header length in IP header (Guy) * Fix printf formats in packet-rx.c (Guy) * NTP changes (Tomislav Vujec) * Add conversation mechanism and generalize net/datalink address storage (Guy) * Fix ipproto.c bug (Guy) * Removed erroneous assert in packet-sna.c (Gilbert) * Support for Appletalk DDP, Banyan Vines, and SNA FID type 4 addresses in "address" type code (Guy) * Fixes for Appletalk and Vines (Guy) * Add ICQ dissector (Kojak) * Remove compilation warnings in packet-snmp.c (Tomislav) * Remove compilation warnings from packet-smb.c (Richard) * Add make-reg-dotc to let non-GNU makes work. (Guy) * Fix AIX compilation (Guy, Gilbert) * Fix autoconf weird-path problem (Guy) Overview of changes in Ethereal 0.7.6: * Fix xdlc bug (Guy, Gilbert) * Add name resolution option to GUI. (Laurent) * Fix LLC bug (Guy) * Display filter bug fixes Santeri Paavolainen <santtu@ssh.fi> Dewi Morgan <dewim@sco.com> (Gilbert) * Print changes (Guy) * NG Sniffer FDDI time unit fix (Guy) * Fixes for SINIX (Uwe Girlich) * Lots of fork/sync fixes (Guy) * Add filename to Capture dialog box (Guy) * New display filters for many protocols (Laurent... the man!) * Check for bad packet lengths in many protocols (Laurent, Gilbert, Guy) * More SMB fields and fixes (Richard, Guy) * NBNS fix (Richard) * POP fix (Laurent) * Fix behavior for bad color filters (Gilbert) * Default colors for color wheel (Santeri Paavolainen <santtu@ssh.fi>) * ZLIB error messages (Guy) * Display filter byte-string syntax additions (Gilbert) * IPv6 proto_tree and display filter support (Lareunt, Jun-ichiro) * Added info to protocol registration (Gilbert) * Added signed integer support to display filters (Phil Techau) * IPv6 fixes (Jun-ichiro) * ASCII/EBCDIC conversion in TCP Follow window (Gilbert) * Add DOUBLE filtering to display filters (Gilbert) * OSPF fix to dissect MD5 field (Tony Hard <thart@avici.com> * Automated method of finding proto_register functions (Guy) * Wiretap support for nettl (HP-UX trace tool) (Olivier) * Added BPDU (Christophe Tronche) * Added SNA (Gilbert) * Added RIPng, PIM (Jun-ichiro) * Added Yahoo messager and pager protocols (Nathan) * Added NTP (Nathan) * Added BGP (Jun-ichiro) * Added AFS, RX (Nathan) * Addef VLAN (802.1q) (Nathan) Overview of changes in Ethereal 0.7.5: * Fixed bug when reading files on FreeBSD (Guy) * Fixed compilation bug when disabling zlib on FreeBSD (Guy) Overview of changes in Ethereal 0.7.4: * Fixed Radcom file reader in wiretap (Olivier) * Add "--with-ucdsnmp" to autoconf (Bert Driehuis <driehuis@playbeing.org>) * Fix snoop reader for Solaris seek problem (Guy) * NetBIOS and NBIPX updates (Guy) * Capture dialogue changes (Guy, Laurent) * Movement of GTK files to subdirectory (Gilbert, Guy) * Wiretap support for Lucent/Ascent WAN router traces (Gerald) * Added dissector for Internet Cache Protocol (Peter Torvals) * Added dissector for Internet Printing Protocol (Guy) * Show the IP flags as 4 bits (Daniel Ryde <ryde@tripnet.se>) * Changed usage of FT_BOOLEAN (Gilbert) * Fixed bugs with short packets and eth, tr, and fddi (Gilbert, Guy) * Fix for IPX SAP types (Mark H. Wood <mwood@IUPUI.edu>) * TRMAC now uses dfilter variables (Gilbert) * randpkt added; produces trace file of random packets (Gilbert) * New helper macros in packet.h (Guy) * x.25 and lapb fixes (Olivier) * Wiretap compilation fixes (Laurent) * OSI fixes; CLNP now uses dfilter variables (Laurent) * New Collapse/Expand All function (Laurent) * Enhanced printing options (Guy) * zlib support for compress trace files (Ashok) * Fix ICMP timestamp dissection (Dirk Bonne <dirk@out1.mx.skynet.be>)
1999-11-24Move from RUN_DEPENDS to DEPENDS, and clean up the directory path.agc1-2/+2
1999-11-23updated md5 hash for vnc-latest_doc.tgzwindsor1-2/+2
1999-11-23fixed bad md5 checksum for radius.3.6B-skey.tar.gzwindsor1-2/+2
1999-11-22net/totd: DNS proxy that supports IPv6 <==> IPv4 record translation.itojun3-2/+12
XXX the pkgsrc Makefile requires USE_INET6 in mk.conf at this moment, as the program is meaningful only if you have IPv4/v6 dual-stack support. I'm not sure if it actually requires IPv6 in kernel...
1999-11-22from KAME/netbsd latest treeitojun7-0/+66
1999-11-22Recommend to upgrade to bind-8.2.2p5 not p3.rh1-2/+2
1999-11-21List "net" first because it is the primary category.tron1-2/+2
1999-11-20tron wanted to maintain thishubertf1-2/+2
1999-11-20Set "${BINDIR}" to "${PREFIX}/bin".tron1-1/+2
1999-11-20Use NetBSD build system and WARNSify program.tron4-22/+50
1999-11-20Because "${CFLAGS}" contains "-O2" we don't need to use it explicitly.tron1-2/+2
1999-11-19install documentationhubertf2-2/+101
1999-11-19Unfortunately, one of the files that is patched contains an RCS Id inagc3-7/+12
the surrounding context. Introduce a pre-patch stage which removes the magic '$' characters from the source file, which allows us to have package patch files which do not contain any RCS Ids, and which allows us to patch without a fuzz factor.
1999-11-19Properly handle RTM_OIFINFO.bouyer3-1/+76
1999-11-19Fix info page before it's installed (the one shipped with zebra ishubertf2-2/+22
obviously VERY broken), and install the manpages.
1999-11-18Use symbolic hostname instead of IP address in master site list.tron1-2/+2
1999-11-18add & enable wakeuphubertf1-1/+2
1999-11-18Send a broadcast message to all clients of a subnet containinghubertf7-0/+86
a magic packet to boot the machine up. Usage: wakeup xx:xx:xx:xx:xx:xx xx:xx:xx:xx:xx:xx is the MAC address of the machine you want to wake up. Can be obtained via "arp -a" (remote) or "ifconfig -a" (local),
1999-11-17Upgrade lukemftp, the enhanced ftp client in NetBSD, to version 1.1.agc2-4/+4
Changes since version 1.0: * Implemented `set prompt' and `set rprompt', which allow you to configure the prompt and right side prompt (respectively). Some tcsh(1) style `%' escapes are supported, including %. %c %/ %m %M %n * Implemented restarting of file:/// and non-proxied http:// URLs (using -R) * Correctly parse remote ports given as numbers that don't appear in the services(5) database. * Prevent a couple of minor memory leaks * Add missing compilation setting for SOCKS
1999-11-16Update xipdump to 1.5.2.sakamoto2-4/+4
Changes: * Solaris port from Josh Wilmes <josh@hitchhiker.org>.
1999-11-16regensakamoto1-1/+2
1999-11-16Add example configuration files.jlam3-8/+62