summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
1999-09-14Change how Kerberos support is enabled in pkgsrc.kim2-10/+8
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set
1999-09-13upgrade to 0.79.itojun4-7/+92
--- New beta zebra-0.79 is out: ftp://ftp.zebra.org/pub/zebra/zebra-0.79.tar.gz This beta release's main topic is ospfd. Now it works pretty well! We know it surely has bugs inside, so when you find it please let us know. ABR,ASBR,Virtual Linux functionality is added. Flooding codes and LSA database codes are almost rewritten. Terminal interface of ospfd will show detailed information about LSAs. There was a report about RIPv2's netmask is zero case. I've changed ripd codes when netmask is not valid. ripd will ignore the entry.
1999-09-13Update ytalk to 3.1.1. Changes from 3.1:jlam4-5/+31
. try to look for the current machine's fqdn if hostname() doens't include a '.' . fixed the shell under Solaris (oops, broke it in 3.1!) . misc autoconf fixes . resizing didn't work with Linux and ncurses, fixed it . YTalk now checks that connections are answered form the expected host; if they aren't, it complains and shows the new hostname . n-way talk sessions should now be free of duplicated users . fixed the "readdress" option somewhat . portability fixes for 64-bit machines (size_t instead of int)
1999-09-12added a select call so read doesn't fail with EWOULDBLOCKdbj1-0/+54
assign to result of the read to an ssize_t instead of size_t
1999-09-12changes to make work on netbsddbj6-24/+23
1999-09-12Simple proxy arp daemondbj8-0/+135
1999-09-10Add and enable snort.rh1-1/+2
1999-09-10Initial import of snort-1.2.1, a libpcap-based packet sniffer/logger.rh5-0/+40
1999-09-08Use new (Linux free) domain name for home page and master site.tron1-2/+2
1999-09-08Update "xchat" package to version 1.2.0.tron4-36/+28
1999-09-07Document the -b option.is2-5/+13
1999-09-07Fixes to allow testing with IPv4 broadcast addresses:is3-0/+68
- use inet_ntoa instead of inet_addr, so that an error is different from a possible return value - add "-b" option, to switch on SO_BROADCAST (to allow sending broadcasts)
1999-09-07Compile under Solarisabs2-126/+80
1999-09-05There is no file "orlbutton.gif" in "vnc-latest_doc.tgz". So whereevertron1-2/+1
that file came frome it was not version 3.3.3 of the "vnc" package.
1999-09-05add share/doc/vnc/orlbutton.gifhubertf1-1/+2
1999-09-04Update "ethereal" package to version 0.7.3. Changes since version 0.7.2:tron2-4/+4
- Fixed bug in RSVP, added RSVP+ support (Ashok) - Fixed bug in display filter parsing (Gilbert) - Allow compilation from different directory (Brad, <brad@openbsd.org>) - Packet colorization (John) - Updated RSVP decoder (Ashok) - Fixed Token-Ring for more Linux 2.0 drivers (Tom Gallagher <Tom.Gallagher@madge.com>) - Change to usage of boolean fields in display filters (Gilbert) - Optimized GTKClist (Guy) - Optimized wiretap/ethereal interaction (Guy) - Handle NBNS continuations (Richard) - Started ATM support (Guy) - Enhanced user-friendliness via default behaviors and error messages (Guy, Gilbert) - Fixed ICMP/IGMP checksums (Richard Jørgensen <ric@tbit.dk>) - Removed security-related race-condition when capturing (Guy) - Lots and lots o' misc. fixes (Guy)
1999-09-04- Install documentation with "install" instead of a complicated "tar" pipetron2-8/+5
construct. - Avoid installing RCS and editor backup files.
1999-09-04regenhubertf1-2/+2
1999-09-04include <unistd.h> for select() prototype.hubertf1-3/+4
1999-09-03Compare "${USE_INET6}" explicitly with "YES" so that you can overridetron2-4/+4
settings at the command line.
1999-09-03Update "@dirrm" for documentation directory.tron1-2/+2
1999-09-03Fix typo.tron1-2/+2
1999-09-02Update "vnc" package to version 3.3.3. The patches were contributed bytron5-46/+69
Jeff Rizzo in PR pkg/8311.
1999-09-01The documentation belongs to "share/doc/ra-rtsp-proxy" and not totron2-7/+7
"share/doc/rtspd".
1999-09-01Add and enable "ra-rtsp-proxy" package.tron1-1/+2
1999-09-01Import new "ra-rtsp-proxy" package:tron9-0/+97
Proxy server for the RealAudio RTSP protocol
1999-09-01Install text file with license conditions.tron2-2/+6
1999-09-01Add and enable "ra-pna-proxy".tron1-1/+2
1999-09-01Import new "ra-pna-proxy" package:tron9-0/+144
Proxy server for the RealAudio PNA protocol
1999-08-31Fix two PRs on this package, and make it compile on macppc.wrstuden32-499/+573
Sample files are installed in pkg/share/examples/netatalk, addressing PR 7920 by rnestor@metronet.com. Now include elf support, addressing PR 8125 by Takahiro Kambe, <taca@sky.yamashina.kyoto.jp> with slight changes by me. Cleaned up some lint warnings and fixed an unsigned character comparison problem with assistance from cgd@netbsd.org. Disabled building of libatalk_p.a (profiling libatalk) as not all ports support it which will generate plist errors.
1999-08-31Add and enable ssynckim1-1/+2
1999-08-31Ssync invokes rsync in an intelligent manner. Usually, the ssynckim5-0/+32
command is invoked from the master distribution host. Invoking the command without any arguments will distribute the current working directory to all hosts in the netgroup for the platform you are running ssync on.
1999-08-31Upgrade to sdist 1.2 (mdoc style man page, some previously undocumentedkim2-4/+4
switches added to the man page).
1999-08-31Upgrade to srsh 1.2 (man page typos fixed).kim2-4/+4
1999-08-30Added missing depend on netname.kim1-1/+2
1999-08-30Add and enable sdist and srsh.kim1-1/+3
1999-08-30Sdist invokes rdist in an intelligent manner. Usually, the sdistkim5-0/+31
command is invoked from the master distribution host. Invoking the command without any arguments will distribute the current working directory to all hosts in the netgroup for the platform you are running sdist on.
1999-08-30The srsh command will run ssh from your current path with optionskim5-0/+25
that make it very quiet, similar to rsh. Nice for rdist, cvs, etc.
1999-08-30Update ntp4 to 4.0.97d.fredb2-4/+12
Highlights since 4.0.97: - -Adds listen_to_virtual_ips support (-L flag) - -Adds support for Trimble OEM Ace-II receiver - -Patch to run Oncore on systems w/o hardpps() - -Permit RTS to power a DCF77 - -Assorted lint clean-ups
1999-08-30Update dependency on xemacs.jlam1-2/+2
1999-08-30Make me the maintainer of this package.tron1-2/+2
1999-08-30upgrade zebra from 0.77 to to 0.78a.itojun2-4/+4
0.77 -> 0.78: >ospfd does LSA flodding correctly. Some bug about DD processing, LSA >ack are fixed. LSA structure is changed for LSA aging support. >Interface index setting bug with Linux without netlink interface is >fixed. Some ripd's bugs which introduced in zebra-0.77 are fixed. >Zebra message is changed to support dynamic interface change >notification. http://mail.vbs.at/archive/zebra/zebra/msg00612.html 0.78 -> 0.78a: >I introduced serious bug about the route does not deleted from zebra's >routing table. This problem only occur with IPv4 route. I've fixed >the problem. Would you mind to test below tar-ball? http://mail.vbs.at/archive/zebra/zebra/msg00624.html
1999-08-29Update "ethereal" package to version 0.7.2. Changes since 0.7.1:tron2-4/+4
Version 0.7.2 fixes another memory leak, and gets rid of a bottleneck in file loading. Loading files, especially large files, is much much faster now. NetBEUI decode support was added. Timeout handling with the -S option was fixed, as was a bug in the token-ring decoder. A new -R option was added to give Ethereal a load-time filter capability (as opposed to capture or display filters).
1999-08-29Get rid of rude language in nmap-packagehubertf2-1/+13
Noted in PR 8291 by Bjoern Labitzke <hermit@cs.tu-berlin.de>
1999-08-29Update dependency on gnome-core-1.0.9rh1-2/+2
1999-08-29FIX: sendmail is /usr/sbin/sendmail on NetBSD (now notify works).kim12-375/+330
While fixing that, I broke out the huge multi-file patch-aa into separate patch files for each patched file in the distribution, and moved new files into ${FILESDIR} for easier maintenance.
1999-08-28New version introduced locales_mrtg.pm so let's install it.kim2-3/+5
Now you can run this, too...
1999-08-28Upgrade to 2.8.8 to work with gd-1.6.3 (otherwise the pkg toolskim3-13/+14
just kept trying to reinstall gd, which was odd -- I guess it was thinking version 1.3p1 was greater than 1.6.3).
1999-08-28Update dependency on gtk+-1.2.4rh3-6/+6
1999-08-28Update dependency to glib-1.2.4rh1-2/+2