Commit graph

1106 commits

Author SHA1 Message Date
mrg
9bdad38304 update to ircII 4.4U. mainly a bug-fix release. 2000-05-11 04:32:43 +00:00
hubertf
0702d6d679 Update to nmap 2.52. Changes:
-- 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-10 12:04:23 +00:00
hubertf
59e76933b7 Upgrade to V0.12. Changes:
- 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-05 13:43:07 +00:00
hubertf
b7539905ae Add me as second maintainer 2000-05-04 15:33:13 +00:00
hubertf
1e01e511ac add & enable nmapfe 2000-05-04 15:32:08 +00:00
hubertf
535966932a GTK-based frontend for nmap (portscanner)
Submitted in PR 10024 by Reinoud Koornstra <mipam@ibb0021.ibb.uu.nl>
2000-05-04 15:30:06 +00:00
itojun
a58007ddbf DEPENDS -> BUILD_DEPENDS for autoconf.
From: matthew green <mrg@cygnus.com>
2000-05-04 04:03:54 +00:00
rh
33dddd8972 Prevent the automatic shlib handling mechanism from getting confused and
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-03 17:44:27 +00:00
rh
461b5ca681 Remove shared library links (this is handled automatically during install).
Fixes PR 9795 by Michael Wolfson.
2000-05-03 15:37:24 +00:00
rh
d1aaaf48d2 Fix checksum. This closes PR 9799 by Michael Wolfson. 2000-05-03 15:21:02 +00:00
jlam
facbd11306 Be more informative when we create the private smbpasswd file. I got tired
of guessing whether or not a samba upgrade was overwriting my current
smbpasswd.
2000-05-02 23:41:11 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
jlam
f11cb0ac10 Forgot these scripts, which break out some magic from the PLIST into
separate scripts.
2000-05-02 15:25:18 +00:00
jlam
3651dec6a6 Updated samba to 2.0.7. Major changes from version 2.0.6 are below. A
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-05-02 15:24:08 +00:00
wiz
515db97f9d Update nmap to 2.51.
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-30 00:09:01 +00:00
wiz
0dbb3fdc0b Update nmap to 2.50, based on pkg/10005 by Mipam <reinoud@ibbnet.org>.
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-29 17:32:19 +00:00
itojun
11c573d7a2 upgrade to 0.86.
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-28 08:36:54 +00:00
itojun
fc35e86890 BUILD_DEFS+=USE_INET6, just for
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/README-IPv6.html
2000-04-28 06:43:00 +00:00
tron
a844077535 Switch to "USE_SSL". 2000-04-27 06:34:44 +00:00
kim
e4bd311987 Make %F work in messages. 2000-04-27 03:53:49 +00:00
jlam
2f256ebbf7 Make use of USE_SSL. 2000-04-27 03:29:42 +00:00
itojun
081700fb81 add net/gtk-gnutella into SUBDIR 2000-04-24 07:46:01 +00:00
itojun
e7842125db correct PLIST(s/gtk-gnutella/gtk_gnutella/) 2000-04-24 07:45:32 +00:00
itojun
c4ee453da9 pkgsrc for gtk-gnutella 2000-04-24 07:09:12 +00:00
fredb
64c38ec8e1 Make this build on current. 2000-04-24 04:45:35 +00:00
wiz
fbb501ead4 added patch-sum 2000-04-23 23:36:41 +00:00
itojun
c680a514a1 disable TOTD_USER support (this complicates installation too much) 2000-04-23 13:34:33 +00:00
kim
ab8de61c97 If your mirrors are timing out on reading the remote directory listing
(and if they aren't now they will eventually) get this patch.
2000-04-20 03:22:49 +00:00
kim
a35eed9323 Install mirror.defaults.dist as part of the package. Only copy it
to mirror.defaults if one does not already exist.  This preserves
local configuration information.
2000-04-19 16:16:51 +00:00
kim
8134f579b1 Havint the same content for COMMENT and DESCR is not helpful.
Reverted back to the old files, so DESCR at least tells that
this is a file-sharing tool.
2000-04-18 17:16:04 +00:00
kim
b489988fd8 Missing newline added. 2000-04-18 17:13:51 +00:00
hubertf
03fc8339f7 add trailing CR 2000-04-18 15:09:47 +00:00
frueauf
67cc004e1e Update ethereal to 0.8.7.
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-18 09:03:47 +00:00
deberg
6d67d7fb86 continue to install TUTORIAL and sample .gnutrc 2000-04-18 07:05:14 +00:00
deberg
0a15fd0e1d import of gnut, a gnutella commandline client 2000-04-18 06:57:33 +00:00
rh
0b86444603 Update delegate to 6.1.7. Changes include numerous bug fixes,
support for SSI (Server Side Include) support, HTTP/1.1,
DGROOT, LIBPATH, SocksV5 server, and lots more.
2000-04-16 15:19:14 +00:00
mycroft
8b5b32444c Another pkg that didn't need curses. 2000-04-16 09:12:44 +00:00
kim
c886635553 Longer running of gnut revealed problems, so
lets not build it by default until it is fixed.
2000-04-15 05:39:48 +00:00
kim
e5defdabbc Add and enable gnut. 2000-04-15 05:18:12 +00:00
kim
972bf83c3e Text-based Gnutella client.
TODO:
- use libedit (it knows about libreadline alread)
- fix IP address discovery so it won't complain
2000-04-15 05:17:42 +00:00
dmcmahill
a710485612 update path for qt1 2000-04-12 23:09:37 +00:00
soren
80f5db04f6 The FTP and SKEY patches have changed. 2000-04-11 21:55:22 +00:00
tron
7729b995f6 Modify dependence to match "ssh6" package, too. 2000-04-10 06:16:52 +00:00
jtk
5102f511a9 whoops, remove an unwanted RCS ID from patch-ad 2000-04-10 01:24:38 +00:00
jtk
96f00c9e38 add pptp 2000-04-10 01:14:39 +00:00
jtk
b7ed8fe22a PPTP (Point-to-Point Tunneling Protocol) client package, from linux-pptp-1.0.2
No encryption (yet).  Tested with one Microsoft PPTP server, YMMV?
2000-04-10 01:14:01 +00:00
tron
6e715582ca Update dependence on "ucd-snmp" package. Problem note by Dave Burgess in
PR pkg/9843.
2000-04-09 18:32:23 +00:00
frueauf
bb8d2d071c Update ethereal to 0.8.6.
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-08 19:27:01 +00:00
wiz
a5cf7957ac also change homepage, and add some scripts 2000-04-06 23:24:32 +00:00
hubertf
da2d1067d3 Fix master sites, per PR 9808 by Michael Wolfson <mbw@netbsd.org> 2000-04-06 11:43:48 +00:00