summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
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.
2000-04-18Havint the same content for COMMENT and DESCR is not helpful.kim2-2/+3
Reverted back to the old files, so DESCR at least tells that this is a file-sharing tool.
2000-04-18Missing newline added.kim1-1/+1
2000-04-18add trailing CRhubertf1-1/+1
2000-04-18Update ethereal to 0.8.7.frueauf3-9/+9
Overview of changes in Ethereal 0.8.7: * Small memleak in "Find Frame" plugged (Guy) * Correct behavior for stopping frame search (Guy) * RPM spec file fix (Patrick Higgins <phiggins@transzap.com>) * Disable "Update list of packets in real time" and "Automatic scrolling in live capture" for Win32 (Gilbert) * Avoid using zero-length arrays in packet-rsvp.c (Guy) * Add wtap_read() func to wtap.c (Richard, Guy) * Update to SMB Browse (Richard) * Rlogin dissector (Jeff Foster) * Re-arrange dissector_add() calls and make some dissectors static for dissectors under TCP and UDP (Guy) * Remove unused value_string in packet-llc.c (Guy) * Add DOCSIS BPDU (Johannes Hennecke <Johannes.Hennecke@elsa.de>) * Separate variables for "File|Open" and "File|Save [As]" (Guy) * BGP confederations support (Greg Hankins) * Correct display of FT_BOOLEANs inside bitfields (Gilbert) * Catch loops in DNS names. Avoids zlip DNS DoS exploit (Guy) * Compile tethereal and editcap for Win32 (Gilbert) * Support CIFS-over-TCP w/o NBSS (Mark Muhlestein) * .cvsignore updates (Ben Fowler) * Add SOCKS[45] dissector, plus changes to conversation.c (Jeff Foster) * Fix int size for I and S LLC frames. (Guy) * Update packet-osi.c [CLNP] (Guy) * Update packet-isis.c (Guy) * Fix typo in packet-h1.c (Guy) * Update Win32 doco (Guy) * Fix null filter string display in summary dialogue (Guy)
2000-04-18continue to install TUTORIAL and sample .gnutrcdeberg2-2/+12
2000-04-18import of gnut, a gnutella commandline clientdeberg5-24/+18
2000-04-16Update delegate to 6.1.7. Changes include numerous bug fixes,rh8-70/+27
support for SSI (Server Side Include) support, HTTP/1.1, DGROOT, LIBPATH, SocksV5 server, and lots more.
2000-04-16Another pkg that didn't need curses.mycroft1-10/+4
2000-04-15Longer running of gnut revealed problems, sokim1-2/+2
lets not build it by default until it is fixed.
2000-04-15Add and enable gnut.kim1-1/+2
2000-04-15Text-based Gnutella client.kim5-0/+35
TODO: - use libedit (it knows about libreadline alread) - fix IP address discovery so it won't complain
2000-04-12update path for qt1dmcmahill1-3/+3
2000-04-11The FTP and SKEY patches have changed.soren1-3/+3
2000-04-10Modify dependence to match "ssh6" package, too.tron1-2/+2
2000-04-10whoops, remove an unwanted RCS ID from patch-adjtk2-26/+12
2000-04-10add pptpjtk1-1/+2
2000-04-10PPTP (Point-to-Point Tunneling Protocol) client package, from linux-pptp-1.0.2jtk13-0/+611
No encryption (yet). Tested with one Microsoft PPTP server, YMMV?
2000-04-09Update dependence on "ucd-snmp" package. Problem note by Dave Burgess intron1-2/+2
PR pkg/9843.
2000-04-08Update ethereal to 0.8.6.frueauf3-10/+10
Overview of changes in Ethereal 0.8.6: * L2TP spelling fix (Florian) * RADIUS update (Florian) * LDAP build fix (Guy) * Fix for not being able to capture more than once in a session (Guy) * Developers' doc update (Guy) * Build fixes (Guy) Overview of changes in Ethereal 0.8.5: * Fix for reading Toshiba ISDN router trace files (Gilbert) * Fix proto_* calls in various dissectors (Guy, Gilbert) * Fix offset in packet-ipp.c (Guy) * Documentation updates (Guy, Olivier) * Another iteration of the frame_data pointer/GtkCList headache (Guy) * Support for DUMP and EXPORT replies in packet-mount.c (Uwe) * Support for MPLS (Ashok) * RSVP fixes (Guy) * Fix TCP Stream (Guy) * Break proto_tree_add* functions into many more (Gilbert, Guy) * Win32 version uses HOMEDRIVE and HOMEPATH instead of HOME (Guy) * More *BSD zlib fixes (Guy) * Fix to handle SNMPv2 TRAP PDUs (Dietmar Petras) * Fix SNMP (Guy) * Fix "Find Frame"/"Go To Frame" dialogue boxes (Guy) * Plugin API fixes (Guy) * LAPB update (Olivier) * EIGRP update (Guy) * V120 update (Guy) * RADIUS changes (Florian Lohoff) * Add new filterable fields to eth, tr, fddi, isl (Jeff Foster, Gilbert) * Add Novell option decoding (Fredrik Sorensson <fsn@volvo.se>> * More proto- and dfilter- assertions (Gilbert, Ben Fowler <wapdev@leedsnet.com>) * Fix IPv6 fragment handling (Jochen Friedrich) * DNS update (Guy, Itojun) * IPv4 udpate (Guy) * Enable capturing in Win32 (Paul Welchinski) * Fix for SMB (Andreas Sikkema) * Wiretap update; fix for Netmon reader (Guy) * L2TP fixes (Florian Lohoff) * NFS update (Guy) * Telnet update (Guy) * Per-frame proto data (Richard) * ASN.1 update (Guy) * PPP over GRE fix (Gilbert) * ISIS-HELLO fix (Ralf Schneider) * Display filter string length fix (Ralf Schneider) * Re-work of LDAP dissector (Doug Nazar) * Win32 file-save fix (Andreas Sikkema) * Add getopt routine for Win32 (Gilbert) * BGP route reflection support (Greg Hankins <gregh@twoguys.org>) * BOOTP fix (Michael Johnston) * Lex build fix (Guy) * Remove extra menu entries for "Find Frame" and "Go To Frame" (Guy) * Wiretrace's iptrace reader now reads IBM SP switch traces (Jochen Friedrich) * HP-UX build fix (Guy) * Plugin update (Olivier) * Summary dialogue window fix (Guy) * Ethereal exit logic re-org (Guy) * Filter dialogue re-org (Guy) * Use GMemChunk for frame_data structs (Guy) * Allow registration of protocol handoffs (Jeff Foster, Guy) * Win32 build fix for new WinPcap library (Guy)
2000-04-06also change homepage, and add some scriptswiz3-5/+17
2000-04-06Fix master sites, per PR 9808 by Michael Wolfson <mbw@netbsd.org>hubertf1-3/+3
2000-04-05Adapt this package for Mesa 3.1 or newer.tron2-4/+40
2000-04-04remove some unneeded patcheshubertf2-25/+0