summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-01-03One more update of distinfo by USE_RUBY_DIST_SUBDIR change.taca1-4/+4
2006-01-02Update to version 0.10.14salo7-410/+10
Bug Fixes Three security vulnerabilities have been fixed since the previous release (fixed in pkgsrc via patches): - The IRC dissector could go into an infinite loop. - iDefense found a buffer overflow in the OSPF dissector. and - The GTP dissector could go into an infinite loop. New and Updated Features The following features are new (or have been significantly updated) since the last release: - The Windows installer now ships with GTK+ 2.6 instead of GTK+ 2.4. This should fix several long-standing bugs. - If you're loading a saved capture file and press "Cancel", Ethereal will now display the packets read up to that point. In previous versions, Ethereal would abort the attempt completely and clear the packet list. This means that if you're loding a huge capture file, you can stop loading in the middle and still be able to analyze part of the file. - The maximum number of files allowed in a ring buffer has been increased from 1024 to 10,000. - OID to name resolution has been improved. - TCP graphs now handle upper and lower bounds better. New Protocol Support 3Com Netjack200, CDT, CIGI, DAP, DISP, DOP, DSP, FTBP, MS NLB, NBAP, NCP SSS, NCS, NHRP, P_Mul, RNSAP, SMB2, STANAG 5066, TIPC, UDP-Lite, X.501 Updated Protocol Support ACSE, AIM, ALCAP, AMR, ANSI MAP, BER, BitTorrent, BOOTP, CAMEL, CMP, CMS, COPS, CRMF, DCCP, DCERPC (DCERPC, DSSETUP, INITSHUTDOWN, NT, WINREG), DEC DNA RT, DNP, DTP, eDonkey, ENIP, ESS, Etheric, FC-DNS, FC-FZS, FMIPv6, GRE, GSM A, GSM MAP, GTP, H.225, H.235, H.245, H.248, H.263, H.450, IAPP, IEEE 802.11, INAP, IP, IPv6, IRC, ISIS LSP, ISUP, IUUP, Juniper, LLDP, M3UA, MIP, MIPv6, Modbus/TCP, MTP3, NCP, NDPS, NDS, NEMO, NMAS, NTLMSSP, OSPF, PER, PN-DCP, PPP CHAP, PPPoE, PVFS2, Q.931, RADIUS, RANAP, RDT, RLOGIN, RMT, ROS, RTCP, RTP, RTSE, S4406, SCCP, SCTP, SES, SIP, SMB, SNDCP, SRVLOC, STUN, T.38, UMA, WINS Replication, X.411, X.420, X.509 New and Updated Capture File Support DOS Sniffer, Endace ERF, HP-UX nettl, IBM iSeries traces, Tektronix K12
2006-01-02Update net/samba to 3.0.21a. Changes since version 3.0.20b include:jlam25-222/+184
Bugfixes: o Address a bug in the oplock code which may cause clients to stall when multiple users are accessing a share concurrently o Missing groups in a user's token when logging in via kerberos o Incompatibilities with newer MS Windows hotfixes and embedded OS platforms o Portability and crash bugs. o Performance issues in winbindd. Additions: o Complete NTLMv2 support by consolidating authentication mechanism used at the CIFS and RPC layers. o The capability to manage Unix services using the Win32 Service Control API. o The capability to view external Unix log files via the Microsoft Event Viewer. o New libmsrpc share library for application developers. o Rewrite of CIFS oplock implementation. o Performance Counter external daemon. o Winbindd auto-detection query methods when communicating with a domain controller. o The ability to enumerate long share names in libsmbclient applications.
2006-01-02Add hack to fix build on OS X with BIND9 system resolver.schmonz1-0/+9
2006-01-02Include a set of patches from Jukka Salmi in PR# 30805adrianp6-2/+201
The patches are a modified version of some enhancements to tcpflow from Debian Adds the following options: -e When outputting to the console each flow will be output in alternating colours. -C Console print without the packet source and destination details being printed. Print the contents of packets to stdout as they are received, without storing any captured data to files (implies -s).
2006-01-01Update "howl" package to version 1.0.0. Changes since version 0.9.10:tron4-40/+28
- update to mDNSResponder core 58-8-1 - compile out heap debugging when NDEBUG macro is set during compilation - errors encountered when parsing conf file are logged - fix various unsafe sprintf calls (contributed by David Young dyoung@pobox.com) - compiles cleanly using cygwin - support for compiling under OpenBSD - error in docs regarding swapped parameters to sw_discovery_publish_reply
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz11-15/+22
Bump BUILDLINK_RECOMMENDED.
2005-12-29Add aiccu.ghen1-1/+2
2005-12-29Import net/aiccu, ok'ed by wiz.ghen8-0/+152
AICCU (Automatic IPv6 Connectivity Client Utility) makes it easy for users to get IPv6 connectivity via SixXs. After having requested an account, tunnel and optionally a subnet, AICCU can be used to automatically configure the tunnel. AICCU supports TIC (Tunnel Information & Control protocol), which it uses for retrieving the tunnel configuration information, AYIYA, which allows tunnels to be created even behind firewalls and NATs.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam93-187/+93
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Add ez-ipupdate and netcat6.ghen1-1/+3
2005-12-28Import ez-ipupdate from pkgsrc-wip. Ok by wiz.ghen10-0/+199
ez-ipupdate is a small utility for updating your host name for the any of the dynamic DNS service offered at: * http://www.ez-ip.net * http://www.justlinux.com * http://www.dhs.org * http://www.dyndns.org * http://www.ods.org * http://gnudip.cheapnet.net (GNUDip) * http://www.dyn.ca (GNUDip) * http://www.tzo.com * http://www.easydns.com * http://www.dyns.cx * http://www.hn.org * http://www.zoneedit.com The key features are: support for multiple service types, daemon mode that monitors your IP address and only sends updates when your IP address changes.
2005-12-28Import netcat6 from pkgsrc-wip.ghen6-0/+77
Netcat6 is a total rewrite of netcat, with several advantages: * It fully supports IPv6. * It is far more efficient, utilizing flexible buffering and minimal (or no) data copying or analysis. * The source is well structured, documented and very easy to follow. One of the main objectives of netcat6 is to produce an excellent example of AF independent networking and efficient data transfer. The code has minimal dependency on the address family or protocol type and can be trivially extended to talk many layer 3 protocols. * Greatly improved configuration and platform independence. * Can support servers or clients that use TCP half-close. Some features of the original netcat are not present in netcat6, either because they haven't yet been implemented or because there exists better tools for the job. See the TODO file included in the netcat6 package for more information.
2005-12-28# USE_INET6 (pick this up for README-IPv6.html)ghen1-3/+1
won't help, since the code does the following (from pkgsrc/Makefile): @${GREP} -l -e '^BUILD_DEFS.*=.*USE_INET6' -e '^PKG_SUPPORTED_OPTIONS.*=.*inet6' \ (noted by wiz).
2005-12-28Import new tspc package from PR#32252. Ok by grant and wiz.ghen9-0/+156
2005-12-28This package is outdated and unmaintained, replace it with a newer one fromghen9-199/+0
PR#32252. Ok by grant and wiz.
2005-12-27In INSTALLATION_DIRS precreate PKGMANDIR directories not "man".reed1-2/+2
2005-12-27Use PKGMANDIR instead of hard-coded "man".reed1-3/+3
2005-12-27Install man page to PKGMANDIR instead of hard-coded "man".reed1-3/+3
2005-12-27Fix errno. Prefer NAME_MAX. Add DragonFly.joerg5-18/+64
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb12-24/+24
2005-12-27Fix errno. Fix GCC 3.4+ due to mismatch between implied andjoerg10-23/+152
real prototype. Add DragonFly.
2005-12-27Fix errno usage. Add DragonFly support. Always use config.guess /joerg12-42/+110
config.sub from pkgsrc.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz6-6/+24
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-23Added requirement for gcc >= 3.3, corresponding to the same change inheinz1-1/+2
net/libtorrent. This allows building on NetBSD 1.6.x.
2005-12-23Added requirement for gcc >= 3.3 (this was listed in file README) toheinz1-1/+2
allow building on NetBSD 1.6.x.
2005-12-21Remove obsolete patch hanginground from the 0.9.3 to 0.9.4 updateadrianp1-7/+0
2005-12-21Fix PR pkg/32080 by adding a non-conflicting definition forjlam3-4/+30
load_rc_config_var so that platforms with older versions of /etc/rc.subr can run smbd.sh and winbindd.sh without updating /etc/rc.subr. Bump PKGREVISION to 3.
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-19Remove redundant errno.joerg2-1/+14
2005-12-18Fix errno.joerg8-2/+86
2005-12-18Fix errno.joerg2-4/+20
2005-12-18Use errno-hack for leapsecs_read.c as well.joerg1-1/+3
2005-12-18DragonFly support.joerg5-8/+59
2005-12-18Fix errno. Define O_SYNC as O_FSYNC for DragonFly.joerg4-7/+39
2005-12-18Fix errno.joerg9-14/+95
2005-12-18Fix errno. Ignore the NO_STRERROR case -- I can't believe that.joerg2-6/+15
2005-12-18Deorbit some pre-ANSI crap which breaks on DragonFly:joerg4-25/+45
- errno from errno.h - calloc and malloc from stdlib.h - strdup from string.h
2005-12-18Fix errno.joerg2-1/+17
2005-12-18Fix errno.joerg7-1/+101
2005-12-17Fixed rillig warnings:rillig1-2/+2
- WARN: Makefile:17: ONLY_FOR_PLATFORMS should be modified using "+=".
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam3-6/+6
pkgsrc work.
2005-12-15Update arla to 0.41. The update is necessary to support NetBSD-2.1wennmach40-1072/+241
and NetBSD-3.0 and should fix the broken bulk build. Tested on NetBSD-2.0.2/i386 and NetBSD-2.1/i386.
2005-12-14Use official fix for file descriptor leak from the ethereal SVN repository.tron3-16/+306
2005-12-13Add a work arround for file descriptor leak in radius dictionary parsertron3-3/+24
which renders "ethereal" useless. Bump package revision.
2005-12-13Fix GCC 3.4+: mismatch between prototype and declarationjoerg2-1/+15
2005-12-13Update my e-mail address.ghen1-2/+2
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg3-6/+6
of the shared libXm has changed.