summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-03-16Sync the NetBSD.cf config file with what we shipped with NetBSD-1.5dmcmahill2-15/+657
with the exception that HasXdmAuth is set to NO (since vnc doesn't have the Wraphelp.c file). This fixes problems on pmax, alpha, and maybe others. This closes PR 10108
2001-03-16upgrade to 9.1.1rc5 (version # is 9.1.0.5 to prevent going backward)itojun2-6/+6
--- 9.1.1rc5 released --- 778. [bug] When starting cache cleaning, cleaning_timer_action() returned without first pausing the iterator, which could cause deadlock. [RT #998] 777. [bug] An empty forwarders list in a zone failed to override global forwarders. [RT #995] 775. [bug] Address match lists with invalid netmasks caused the configuration parser to abort with an assertion failure. [RT #996] 772. [bug] Owner names could be incorrectly omitted from cache dumps in the presence of negative caching entries. [RT #991] 686. [bug] dig and nslookup can now be properly aborted during blocking operations. [RT #568]
2001-03-14Add and enable kdenetwork2.skrll1-1/+2
2001-03-14Import of KDE 2.1 kdenetwork package.skrll7-0/+910
2001-03-14A very dirty workaround to a compilation problem on NetBSD hosts caused byagc2-9/+33
configure script problems.
2001-03-13Update ipv6calc to 0.16. Changes:hubertf2-4/+4
0.16: Peter Bieringer <pb@bieringer.de> Review "Makefile" to make it usable on BSD systems Minor reviews to enable a clean make on BSD systems 0.15: Peter Bieringer <pb@bieringer.de> Create TODO Some review New option: mac_to_eui64 0.14: Peter Bieringer <pb@bieringer.de> Review CREDITS 0.13: Peter Bieringer <pb@bieringer.de> Add base85 support Add compatv4/mapped support Split away some RFC depended libaries Rename internal used functions Rename options (old ones still work) Change IPv6 address compression method from getaddrinfo to native calculation (hopefully bugless) Some review
2001-03-13Update to 0.4.6, provided by Mario Kemper in pkg/12309.wiz3-6/+17
Changes: * New dialog box to add a list of files to be downloaded differing only in a sequence number (code contributed by Matthew Tuck <matty@chariot.net.au>). * Fixed lot of error messages showing when network was down (thanks to Gianluca Montecchi <gianluca@pluto.linux.it> for the patch) * Scroll the file list to make the file just started visible (automatically or manually started) * Applet properly resizes to different panel sizes * Fixed incorrect CORBA communication error messages reported to the user * Applet transparency problems solved. Now the applet properly sets its background with different GTK themes and panel backgrounds * GTM and GTM applet now set their icons (looks cool when iconized) * Fixed wget timeout bad argument * Added ability to drag files from GTM, also the new file dialogs now accept drag data.
2001-03-13Update "ethereal" package to version 0.8.16 using patches supplied bytron2-4/+4
Martti Kuparinen in PR pkg/12379. Changes since version 0.8.15: - new dissectors include SUA Light, HCLNFSD, Rquota. - many other dissectors were updated and bug-fixed - the wiretap library can now read Etherpeek files, and write NetMon 2.x files - capture filters and display filters are kept in separate dialogues/files to help minimize confusion. - a new "Decode As" feature allows some run-time configuration of which dissectors are called for a particular packet - the display filter code was re-written, and some syntax changed (esp. for boolean variables)
2001-03-13Make sure the shared version of libwrap is picked up in the configureskrll2-1/+17
script on a.out platforms. This avoids using a horrible hack that the new libtool doesn't like.
2001-03-12Fixed distribution -- new checksum.kim1-2/+2
2001-03-12Forgot one spot to make this compile on older NetBSD...kim2-1/+14
2001-03-12Upgrade to freerdist-0.92, which compiles on -current.kim4-12/+21
2001-03-12Add patch provided by Jared McNeill in pkg/12387 which fixes deletionwiz2-1/+21
of dotfiles on shares mounted by shlight.
2001-03-12Fix vnc on macppc. Closes pkg/11510.wiz2-11/+20
2001-03-10Depend on "tcp_wrappers" version "7.6.1nb1" or newer under Solaris.tron1-2/+2
2001-03-10Since ntop isn't set?id anymore, make it work even if you're not root,wiz3-20/+75
but have sufficient permissions on /dev/bpf. Shuffle lines around so that error output in case of insufficient permissions happens before curses are initialized. Install it mode 555 instead of 550. Closes pkg/6761.
2001-03-10add and enable hostwiz1-1/+2
2001-03-10host-991529 -- powerful replacement for host(1).wiz9-0/+355
Package provided by Greg A. Woods in pkg/12056, modified by me.
2001-03-10pull kame patch. A6 and DNAME support, and more careful buffer management.itojun2-3/+8
(patch have sent to feico)
2001-03-09Replace rumba by sharity-light.wiz1-2/+2
2001-03-09Remove rumba -- replace by sharity-light package.wiz12-415/+0
2001-03-09sharity-light-1.2, the descendent of rumba.wiz9-0/+213
Changes since 0.6 (except some OS fixes): - renamed everything to Sharity-Light. It turned out that Wall Data Incorporated has registered the trademark "RUMBA". No functional changes have been made. The executable is now "shlight" and the version number has been set to 1.0 to indicate that the product is now well tested and considered stable, at least as stable as it can and will get. - fixed timezone bug in kernel.c kernel_init() - fixed crash when no mountpoint was specified - added option to set workgroup/domain Package provided by Jared McNeill in pkg/12360 based on the previous rumba package.
2001-03-09no need to include bsd.prefs.mk twiceitojun1-3/+1
2001-03-08Add USE_INET6 in comment so this gets added to README-IPv6.html.hubertf1-1/+4
2001-03-08Forgot to remove this in last pkg update - it's now part of the pkghubertf1-15/+0
2001-03-08patch-aa is gonehubertf1-2/+5
2001-03-08Remove trailing . from COMMENT.wiz1-2/+2
2001-03-08Remove empty line.wiz1-1/+0
2001-03-08Remove trailing . in COMMENT.wiz1-2/+2
2001-03-07upgrade to 9.1.1rc4.itojun2-6/+6
--- 9.1.1rc4 released --- 767. [bug] The configuration parser handled invalid ports badly. [RT #961] 766. [bug] A few cases in query_find() could leak fname. This would trigger the mpctx->allocated == 0 assertion when the server exited. [RT #739, #776, #798, #812, #818, #821, #845, #892, #935, #966] 759. [bug] The resolver didn't turn off "avoid fetches" mode when restarting, possibly causing resolution to fail when it should not. This bug only affected platforms which support both IPv4 and IPv6. [RT #927] 758. [bug] The "avoid fetches" code did not treat negative cache entries correctly, causing fetches that would be useful to be avoided. This bug only affected platforms which support both IPv4 and IPv6. [RT #927] 756. [bug] dns_zone_load() could "return" success when no master file was configured. 755. [bug] Fix incorrectly formatted log messages in zone.c. 709. [bug] ANY or SIG queries for data with a TTL of 0 would return SERVFAIL. [RT #620]
2001-03-06 * Set NO_BIN_ON_CDROM and NO_BIN_ON_FTP due to djb's licencehubertf1-3/+7
Binary pkgs will be nuked off ftp.netbsd.org in a second.
2001-03-06 * Rework Makefile a littlehubertf1-19/+18
* Set NO_BIN_ON_CDROM and NO_BIN_ON_FTP due to djb's licence Patch contributed by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-03-06Update to 2.9.10, in followup to pkg/11411 by Martin Wallner.wiz2-4/+4
Changes since 2.9.2: Too many too list here. (Lots of bugfixes, and many enhancements).
2001-03-06install gettext catalog flie rightitojun4-0/+44
2001-03-06upgrade to 0.16. changes: repaint fix, add delete_event handler.itojun3-5/+7
pkgsrc - install gettext message catalog file correctly.
2001-03-06add tcpdpriv and tcpdstatitojun1-1/+3
2001-03-06tcpdpriv, anonymize tcpdump traceitojun6-0/+53
2001-03-06tcpdstat, tcpdump file analyzeritojun4-0/+29
2001-03-06add net/tcpdmerge into SUBDIRitojun1-1/+2
2001-03-06tcpdmerge, merge two tcpdump filesitojun5-0/+44
2001-03-05Add and enable p5-Net-IRCjtb1-1/+2
2001-03-05Initial import of p5-Net-IRC.jtb4-0/+26
First intended to be a quick tool for writing an IRC script in Perl, Net::IRC has grown into a comprehensive Perl implementation of the IRC protocol (RFC 1459), supported and developed by several members of the EFnet IRC channel #perl. Package submitted by Damon Brodie in PR pkg/11604.
2001-03-05Fix MASTER_SITE.wiz1-2/+2
2001-03-05add RCS Id (!)wiz1-1/+1
2001-03-05Undo part of 1.30 (which must have been an error). pkg/12334.wiz1-2/+2
2001-03-05Update ngrep to 1.39. Changes:hubertf4-14/+14
* Moved to sourceforge * UNIX: Now ngrep compiles with the GPL'd GNU regex library, or the more license-friendly PCRE library under the Artistic License * UNIX: Recognition of window size changes Annoyed when you maximize your term program and ngrep doesn't take advantage of all the new space? Now ngrep catches the change when in a non-hexadecimal display mode and adjusts the output accordingly. * Minor bugfix in time printing with -t When run with the '-t' option, ngrep would display the previous month as the current date.
2001-03-04Update ipv6calc to version 0.12. Changes:hubertf2-4/+4
* Changelog fix * "::" checks Updated after notify from author, Peter Bieringer <pb@bieringer.de>.
2001-03-04 * rename {tinydns,dnscache}-log.pl to ${tinydns,dnscache}-loghubertf4-11/+11
Patch sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-03-04Update to ipv6calc-0.11. Changes: includes patches to build onhubertf3-21/+4
KAME-based IP stacks (like NetBSD :)
2001-03-04add gtk_wicontrolitojun1-1/+2