summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2000-05-26Update to gnapster-1.3.10. Changes:hubertf2-4/+4
A fix for fatal division by 0 error, automatic nickname completion, automated channel joins, and many internal code cleanups included.
2000-05-26add USE_INET6 to indicate IPv6 supportitojun1-1/+5
2000-05-26add net/p5-Socket6 into SUBDIR.itojun1-1/+2
Socket6 $Id: README,v 1.6 2000/03/17 22:18:45 ume Exp $ 1. Abstract This module support getaddrinfo() and getnameinfo() to intend to enable protocol independent programing. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included.
2000-05-26perl Socket6 module, from KAMEitojun5-0/+34
2000-05-25Update to VTun 2.2. Changes since last pkg'ized release include:kleink2-6/+6
ver 2.2: Added support for new OpenBSD tun driver. Fixes for generic tun driver support. Configure extensions and fixes. Small cleanups. Documentation update. ver 2.1: Final stable 2.1 release. Small cleanups. ver 2.1b5: Fixed local address substitution for TCP connection. Fast, optimized udp_read function. Scripts update. ver 2.1b4: Bind UDP socket to the same address:port used for TCP connection. Fixed NOBUFS error handling for UDP sockets. Updated FreeBSD tun device support. Removed host name size limitation. Parser and Makefile fixes. CVS source tree access. ver 2.1b3: Locking code rewrite, should fix race conditions. Support for inetd and tcp wrapper. Several cleanups. Updated RPM spec. Initialization fixes. ver 2.1b2: Improved parser. New substitutions for command parameters (%a - local address, %A - remote address,...) allow to handle dynamic IPs more easily. Correct handling of single quotes and escaping '\'. Added 'reroute' script for Linux. Configure fixes. Documentation update. ver 2.1b1: Correct closing of unsuccessfully connected sockets. UDP session initialization fixes. New option 'multi', allows to gracefully handle multiple connections with the same host. New option 'srcaddr', allows to specify source address in form of interface, host_name and port. Unified interface for network device drivers and protocols. Solaris TUN/TAP driver support. SOCKS support. Several cleanups and optimizations. Improved Makefile and Configure. Configure automatically searches for headers and libraries. Documentation update. Binary package now linked with latest OpenSSL and LZO libraries. Updated packages for RedHat, OpenBSD, NetBSD, FreeBSD, Solaris.
2000-05-25Update to 9.0.0b3. Changes:hubertf5-50/+51
The "dig" and "host" tools have been completely rewritten and are included in the base distribution. Fixed: Most bugs reported against beta 2. Added: The server now supports "views", a mechanism for answering DNS queries differently to different requestors. This will make split DNS setups much easier to build; NOTIFY (RFC1996) has been implemented; Basic support for validation of DNSSEC signatures has been implemented (for details, see "doc/misc/dnssec").
2000-05-24"BUILD_DEPENDS=" -> "BUILD_DEPENDS+="; plus, we don't need "bison"fredb1-3/+2
to build this package.
2000-05-22Add and enable ttt.sakamoto1-3/+4
2000-05-22ttt-1.4 - Tele Traffic Tappersakamoto8-0/+95
2000-05-19Enable fpingabs1-1/+2
2000-05-19fping 1.20 - Quickly ping many hosts w/o flooding the networkabs9-0/+238
2000-05-17Solaris has no group wheel, so we have to extend the sed line in the Makefileveego2-3/+11
and change the chgrp command.
2000-05-17Split the chown user:group into two call: chown and chgrpveego1-2/+3
2000-05-16Update "gnapster" package to version 1.3.9. Changes since version 1.3.8:tron2-6/+6
- Local and remote resume support - New browse method that uses a tree-style view instead of list - Completely rewritten download and queue code- - Security hole fixed that allowed users to view arbitrary files (I HIGHLY suggest updating to Gnapster 1.3.9) - Many minor changes everywhere - Internal bug fixes
2000-05-14Update nmap to 2.53.frueauf2-4/+4
Changes from Nmap Changelog: -- Fixed a commenting issue that could cause trouble for non-GNU compilers (first found by Jan-Frode Myklebust (janfrode at parallab.uib.no)) -- A few new services to nmap-services
2000-05-14" -F " ar 4 digits not 3 for strncat().frueauf2-0/+16
2000-05-12update to 2.2.2; also fixes compilation problems on -current.wiz3-7/+5
Rather many changes since 2.1.8, please take a look at the NEWS file. Mainly bugfixes; better URL support; and http:cookie support.
2000-05-12This package has moved category.agc1-2/+2
2000-05-11Changes in 0.8.8:hubertf3-9/+9
Various protocol dissectors were updated in Ethereal 0.8.8, including DHIS/DDTP, OSI CLNP, CLTP, and ISIS, PPP, RTSP, IPv6, LPD, RTSP, DNS, FTP, ISAKMP, and SINEC H1. Ethereal now has dissectors for OSI ESIS, RTCP, RTP, and the MS Proxy Protocol. The GUI behavior has been tweaked, the Win32 version now has a program icon, and some internals (for those of you who are interested in hacking on Ethereal) have changed.
2000-05-11Add p5-Net-Telnet package.he1-1/+2
2000-05-11Add perl5 Net::Telnet package.he5-0/+38
2000-05-11update to ircII 4.4U. mainly a bug-fix release.mrg6-39/+16
2000-05-10Update to nmap 2.52. Changes:hubertf4-13/+13
-- Fixed a "Status: Down" machine name output problem in machine parseable logs found by Alek O. Komarnitsky ( alek (at) ast.lmco.com ) -- Took some wierd files out of the doc directory (cd, grep , vi, and .swp) -- Fixed some typos found by Thomas Klausner ( wiz (at) danbala.ifoer.tuwien.ac.at ) Fixes PR 10054 by Reinoud Koornstra (reinoud@ibbnet.org).
2000-05-05Upgrade to V0.12. Changes:hubertf2-4/+4
- All C++ style comments have been replaced by C style comments - Incoming connections are now accepted again (lame bug created in 0.11 fixed) - Slashes are replaced by backslashes in downloaded files names - Downloaded files are no more created before we actually receive data for them - Queued downloads can now be reordered by drag and drop - Queued downloads can now be started at any time (using right mouse button on them) - Active downloads can now be forced to push mode, moved back to the queue, or killed (with the output file removed) using right mouse button on them - Preferences and configuration are now saved in a directory instead of a single file. You can choose the path of the directory to be used by setting the GTA_GNUTELLA_DIR environment variable before running gtk-gnutella. By default it will be ~/.gtk-gnutella/ - Estimated TR (Time Remaining) is displayed while downloading files - Catched hosts are now saved in clear text in a separate file: GTA_GNUTELLA_DIR/hosts - Catched hosts can be imported from and exported to any text file (using right mouse button on the gnutella host catcher) - Gtk-Gnutella should now compile (using gcc) and run on more processors - A few memory leaks removed, but some remain (I don't know where yet) - Serious bug that made Gtk-Gnutella send garbage when the sendqueue for slow nodes excedeed 1024 bytes has been fixed - Completed download files are now moved to a different directory, that can be choosen in the config screen - Gtk-Gnutella now remembers the position and the size of the window - Automatic sorting of search results can be stopped by right clicking in the search results list (GTK doesn't seem to handle well auto sorting)
2000-05-04Add me as second maintainerhubertf1-2/+2
2000-05-04add & enable nmapfehubertf1-1/+2
2000-05-04GTK-based frontend for nmap (portscanner)hubertf5-0/+40
Submitted in PR 10024 by Reinoud Koornstra <mipam@ibb0021.ibb.uu.nl>
2000-05-04DEPENDS -> BUILD_DEPENDS for autoconf.itojun1-2/+2
From: matthew green <mrg@cygnus.com>
2000-05-03Prevent the automatic shlib handling mechanism from getting confused andrh2-4/+3
overwriting the shared socks library with circular symbolic links. Remove automatically generated symbolic link 'lib/libsocks5_sh.so' from PLIST. Fixes PR 8969 by Claus Andersen.
2000-05-03Remove shared library links (this is handled automatically during install).rh1-9/+1
Fixes PR 9795 by Michael Wolfson.
2000-05-03Fix checksum. This closes PR 9799 by Michael Wolfson.rh1-2/+2
2000-05-02Be more informative when we create the private smbpasswd file. I got tiredjlam1-1/+3
of guessing whether or not a samba upgrade was overwriting my current smbpasswd.
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-33/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02Forgot these scripts, which break out some magic from the PLIST intojlam2-0/+59
separate scripts.
2000-05-02Updated samba to 2.0.7. Major changes from version 2.0.6 are below. Ajlam13-144/+344
complete list of changes can be found at http://www.samba.org/. New Documentation in 2.0.7 -------------------------- O'Reilly and Associates have donated their book "Using Samba" to the Samba community to be updated in a collaberative way along with the Samba software. Starting with this release the html of "Using Samba" will be distributed with the Samba software as the online documentation for Samba. Bug fixes for the book are encouraged as is new material. Please help us make this documentation the best it can be for Samba ! Windows 2000 Issues ------------------- This version of Samba has been tested with Windows 2000 and the five known incompatibilities with Windows 2000 have been fixed. See the "Changes in 2.0.7" list below for details. New/Changed parameters in 2.0.7 ------------------------------- There are 5 new parameters in the smb.conf file. utmp utmp dir utmp hostname utmp consolidate wtmp directory These parameters are only available if the "--with-utmp" option was selected at configure time. The yes/no option "utmp" specifies whether utmp records should be recorded on user logon/logoff. It defaults to "no". The "utmp dir" and "wtmp dir" are string parameters specifying pathnames to the directories containing the utmp/wtmp file databases. See the smb.conf man page for more details. inherit permissions This boolean parameter causes newly created files and directories to inherit their initial permissions from their parent directory. This can be very useful in propagating such things as the set-group bit in directory heirarchies. See the smb.conf man page for more details. write cache size This integer parameter specifies (in bytes) the size of a user level per-file write cache that smbd will create for an oplocked file. This can improve performance significantly for writing files by causing writes to be done in large chunk sizes. If this parameter is set (it defaults to zero which means no write cache) to the stripe size of a raid volume then it will cause writes to be much more efficient. Up to 10 write caches can be active simultaneously per smbd (allocated for the first 10 oplocked file opens). All normal warnings about the dangers of user level caching of data apply. See the smb.conf man page for more details. source environment This pathname parameter causes Samba to read a list of environment variables from a named file on startup. This can be useful in setting up Samba in a clustered environment. See the smb.conf man page for more details. Ability to delete users added ----------------------------- SWAT and smbpasswd can now delete users from the Samba smbpasswd file. See the man page for smbpasswd for details. Roving profile behavior finalized --------------------------------- The change in behavior with roving profiles (using the "logon home" parameter instead of the "logon path" parameter) introduced in 2.0.6 has been discovered to be consistant with the way Windows NT behaves, and has been left as the default action. Please see the additional notes in the "logon home" parameter description in the smb.conf man page for more details.
2000-04-30Update nmap to 2.51.wiz4-21/+12
Maintainer shared my opinion about architecture independent data files belonging into share/ instead of lib/. Other changes against 2.50: Target parsing bug fixed, new rpc number list.
2000-04-29Update nmap to 2.50, based on pkg/10005 by Mipam <reinoud@ibbnet.org>.wiz6-38/+58
Important changes since 2.12: Remote OS identification by fingerprint, recognition of RPC programs listening on the respective ports, scan timing controls, ACK/window scanning, stop/restart scans, output readability improved, and lots of bug fixes.
2000-04-28upgrade to 0.86.itojun2-4/+4
0.85 -> 0.86 changes: * Changes in lib ** Fix bug of exec-timeout command which may cause crush. ** Multiple same policy for "access-list", "ip prefix-list, "as-path access-list", "ip community-list" is not duplicated. ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >= M. Now default behavior is exact match so it only match routes which mask == M. * Changes in bgpd ** "match ip address prefix-list" is added to route-map. ** A route without local preference is evaluated as 100 local preference. ** Select smaller router-id route when other values are same. ** Compare MED only both routes comes from same neighboring AS. ** "bgp always-compare-med" command is added. ** Now MED value is passed to IBGP peer. ** When neighbor's filter is configured with non-existent access-list, as-path access-list, ip prefix-list, route-map. The behavior is changed from all permit to all deny. * Changes in ospfd ** Fix bug of external route tag byte order. ** OSPF Neighbor deletion bug which cause crush is fixed. ** Some route calculation bug are fixed. ** Add sanity check with router routing table. ** Fix bug of memory leak about linklist. ** Fix bug of 1-WayReceived in NSM. ** Take care of BIGENDIAN architecture. ** Fix bug of NSM state flapping between ExStart and Exchange. ** Fix bug of Network-LSA originated in stub network. ** Fix bug of MS flag unset. ** Add to schedule router_lsa origination when the interface cost changes. ** Increment LS age by configured interface transmit_delay. ** distribute-list is reimplemented. ** Fix bug of refresh never occurs. ** Fix bug of summary-LSAs reorigination. Correctly copy OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd. ** Fix bug of re-origination when a neighbor disappears. ** Fix bug of segmentation fault with DD retransmission. ** Fix network-LSA re-origination problem. ** Fix problem of remaining withdrawn routes on zebra. * Changes in ripd ** Do not leave from multicast group when interface goes down bug is fixed. * Changes in zebra ** Remove client structure when client dies. ** Take care static route when interface goes up/down.
2000-04-28BUILD_DEFS+=USE_INET6, just foritojun1-1/+5
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/README-IPv6.html
2000-04-27Switch to "USE_SSL".tron1-4/+4
2000-04-27Make %F work in messages.kim1-1/+8
2000-04-27Make use of USE_SSL.jlam3-20/+9
2000-04-24add net/gtk-gnutella into SUBDIRitojun1-1/+2
2000-04-24correct PLIST(s/gtk-gnutella/gtk_gnutella/)itojun2-4/+4
2000-04-24pkgsrc for gtk-gnutellaitojun5-0/+26
2000-04-24Make this build on current.fredb4-2/+30
2000-04-23added patch-sumwiz1-0/+3
2000-04-23disable TOTD_USER support (this complicates installation too much)itojun1-0/+15
2000-04-20If your mirrors are timing out on reading the remote directory listingkim2-6/+40
(and if they aren't now they will eventually) get this patch.
2000-04-19Install mirror.defaults.dist as part of the package. Only copy itkim5-10/+24
to mirror.defaults if one does not already exist. This preserves local configuration information.