summaryrefslogtreecommitdiff
path: root/net (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-22chmod -> ${CHMOD}Michael Haro32-95/+95
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-22Add rrdtool, and re-sort SUBDIR entries.Bill Fenner1-4/+5
Notes: svn path=/head/; revision=20880
1999-08-22Round Robin Database Tool - store time-series data with averaging or otherBill Fenner10-0/+190
(lossy) historical compression, and create graphs. PR: ports/12717 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=20879
1999-08-19Upgrade to zebra 0.77Andreas Klemm6-9/+9
From: Kunihiro Ishiguro <kunihiro@zebra.org> Date: Sun, 15 Aug 1999 23:47:59 +0900 This beta includes brand new ripd. Almost codes of ripd is rewritten. ripd's dynamic `network' command configuration is improved. `timers basic' command's semantics is changed to conforms to RFC2453. ripngd is also updated as same as ripd. IPv6 kernel route handling bug is fixed. SIGUSR1 reopen logging file. ospfd's bug of originating network LSA is fixed. Redistribute routes handling is much improved. Now `no redistribute' works as expected. BGP-4+ withdraw bug is fixed. IPv6 router advertisement codes are added but not yet usable. * Changes in zebra-0.77 * Changes in lib ** SIGUSR1 reopen logging file. ** route-map is extended to support multi-protocol routing information. ** When compiling under GNU libc 2.1 environment don't use inet6-apps. * Changes in zebra ** Basic IPv6 router advertisement codes added. It is not yet usable. ** Fix IPv6 route addition/deletion bug is fixed. ** `show ip route A.B.C.D' works * Changes in bgpd ** When invalid unfeasible routes length comes, bgpd send notify then continue to process the packet. Now bgpd stop parsing invalid packet then return to main loop. ** BGP-4+ withdrawn routes parse bug is fixed. ** When BGP-4+ information passed to non shared network's peer, trim link-local next-hop information. ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP routing information. ** `show ipv6 route IPV6ADDR' command added. ** BGP start timer has jitter. ** Holdtimer configuration bug is fixed. Now configuration does not show unconfigured hold time value. * Changes in ripngd ** Now update timer (default 30 seconds) has +/- 50% jitter value. ** Add timers basic command. ** `network' configuration is dynamically reflected. ** `timers basic <update> <timeout> <garbage>' added. * Changes in ripd ** Reconstruct almost codes. ** `network' configuration is dynamically reflected. ** RIP timers now conforms to RFC2453. So user can configure update, timeout, garbage timer. ** `timers basic <update> <timeout> <garbage>' works. * Changes in ospfd ** Bug of originating network LSA is fixed. ** `no router ospf' core dump bug is fixed. * Changes in ospf6d ** Redistribute route works. Notes: svn path=/head/; revision=20801
1999-08-18Add pipsecdSatoshi Asami1-1/+2
Notes: svn path=/head/; revision=20770
1999-08-16Import pipsecd, a tool for making IPsec tunnels.Matthew Hunt9-0/+134
PR: 13178 Submitted by: Patrick Bihan-Faou <patrick@mindstep.com> Notes: svn path=/head/; revision=20754
1999-08-16Remove this patch again. It seems that stubhost works now.Poul-Henning Kamp1-13/+0
Notes: svn path=/head/; revision=20752
1999-08-12Upgrade to 0.7.2, which fixes several large memory leaks.Bill Fumerola4-6/+6
Notes: svn path=/head/; revision=20671
1999-08-12Updated to version 0.9.7Jim Mock6-14/+14
Notes: svn path=/head/; revision=20668
1999-08-11Use PKGNAME. Before it would have been ldapsdk_12311998 and now it isChris Piazza1-4/+5
-1998.12.31. PR: 13055 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Change three instances of 'mkdir -p' to ${MKDIR} Notes: svn path=/head/; revision=20647
1999-08-10Changes in 0.75, 0.76 is a bugfix release ...Andreas Klemm6-9/+9
BGP-4+ route handling is much improved. ripngd perform route aggregation with aggregate-address command. When zebra starts up, delete all installed routes which installed by zebra. ospfd DR election problem fixed. `terminal length 0' bug is fixed. BGP route-map now properly handles permit/deny and match/no match mixture. This fix is done by Rick Payne <rickp@rossfell.co.uk>. -- Kunihiro Ishiguro -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Changes in zebra-0.75 * Changes in lib ** `termnal length 0' bug is fixed. * Changes in zebra ** When zebra starts up, sweep all zebra installed routes. If -k or --keep_kernel option is specified to zebra dameon. This function is not performed. * Changes in ripngd ** Aggreagte address command supported. In router ripngd, `aggregate-address IPV6PREFIX' works. * Changes in bgpd ** Input route-map's bug which cause segmentation violation is fixed. ** route-map method improved. ** BGP-4+ nexthop detection improved. ** BGP-4+ route re-selection bug is fixed. ** BGP-4+ iBGP route's nexthop calculation works. ** After connection Established `show ip bgp neighbor' display BGP TCP connection's source and destination address. ** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and local nexthop which used for originated route. This address will be used when `next-hop-self'. * Changes in ospfd ** Fix bug of DR election. ** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL. ** Schedule NeighborChange event if NSM status change. ** Never include a neighbor in Hello packet, when the neighbor goes down. Notes: svn path=/head/; revision=20643
1999-08-10Use proper type in call to res_mkquery()David E. O'Brien1-0/+11
Submitted by: gcc -Wall and the letters R,T,F, and M Notes: svn path=/head/; revision=20639
1999-08-09Use empty MASTER_SITES= to indicate that there's nothing for theBill Fenner2-4/+4
distfile survey to check. Notes: svn path=/head/; revision=20624
1999-08-08Upgrade to bind 8.2.1Justin M. Seger4-20/+14
Submitted by: ust@cert.siemens.de PR: ports/12875 Notes: svn path=/head/; revision=20619
1999-08-07Remove two files that aren't installed anymore.Bill Fumerola3-6/+0
Noticed By: bento's logs. Notes: svn path=/head/; revision=20602
1999-08-07Update to 0.9.6Chris Piazza6-40/+44
PR: 13011 Submitted by: maintainer Notes: svn path=/head/; revision=20593
1999-08-05Upgrade to 0.7.1, they actually released 0.7.1 before I could evenBill Fumerola4-8/+6
upgrade our tree to 0.7.0! It's good, however, because this version fixes some significant bugs. Notes: svn path=/head/; revision=20548
1999-08-05Update patch checksum.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20546
1999-08-05Fix build and run problems in conjunction with OpenSSL.Dirk Froemberg15-198/+211
Natively SSLtelnet works with SSLeay, only. PR: ports/12973 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> (maintainer) Notes: svn path=/head/; revision=20534
1999-08-03Update to version 0.72Chris Piazza2-5/+5
PR: 12945 Submitted by: maintainer Notes: svn path=/head/; revision=20519
1999-08-02Upgrade to 5.9.3.Masafumi Max NAKANE2-5/+5
Notes: svn path=/head/; revision=20501
1999-08-02Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek5-5/+5
containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
1999-08-02IglooFTP beroftpd cftp curl downloader ftpfind ftpmirror ftpsearchSatoshi Asami1-31/+1
ftptool gftp greed gtm jmirror lftp llnlxdir llnlxftp mirror moxftp ncftp ncftp2 ncftp3 omi pavuk proftpd spegla wget wu-ftpd wxftp yafc yale-tftpd have been moved to new category "ftp". Notes: svn path=/head/; revision=20496
1999-08-02Fix up some grammarChris Piazza1-2/+2
Notes: svn path=/head/; revision=20482
1999-08-02Activate tundChris Piazza1-1/+2
Notes: svn path=/head/; revision=20481
1999-08-02Import of tund.Chris Piazza5-0/+29
TUND allows to organize IP over IP tunnel (IP packets are incapsulated into UDP one). It works together with FreeBSD ipfw(8). Can be used for tunneling private networks behind NATD. PR: 12718 Submitted by: Sergey Kosyakov <ks@itp.ac.ru> Notes: svn path=/head/; revision=20480
1999-08-01upgrade to 1.03Andrey A. Chernov2-4/+4
Notes: svn path=/head/; revision=20473
1999-08-01Update gated 3.5.10 -> 3.5.11Peter Wemm2-5/+5
Notes: svn path=/head/; revision=20456
1999-08-01Update to the latest official version instead of the beta.Steve Price4-8/+8
PR: 12908 Submitted by: maintainer Notes: svn path=/head/; revision=20454
1999-08-01Update to version 0.99072807.Steve Price5-21/+28
PR: 12872 Submitted by: maintainer Notes: svn path=/head/; revision=20442
1999-08-01Do a little better job of finding the moc binary.Steve Price1-0/+11
PR: 12639 Submitted by: maintainer Notes: svn path=/head/; revision=20434
1999-08-01Update to version 1.5.Steve Price4-101/+27
PR: 12848 Submitted by: maintainer Notes: svn path=/head/; revision=20431
1999-08-01Update to the latest release and fix a couple of bugs.Steve Price5-21/+29
PR: 12711 Submitted by: maintainer Notes: svn path=/head/; revision=20424
1999-07-31Upgrade to 0.74Andreas Klemm6-9/+9
OSPFd core dump during startup should be fixed. BTW it's still not a complete OSPF implementation as the author says on the mailing list: "This is the first beta relase which includes (partly) workable ospfd. Now ospfd works as inter area OSPF router. When it works properly route goes into the kernel. Please note it does not support intra area route, AS external route, multiple area, aging of LSA, etc... Please use ospfd only in test environment. BGP serious bug is fixed. ripngd is almost rewritten to conform to RFC2080. ospf6d's LSA data structure is improved. And also many bugs are fixed." Notes: svn path=/head/; revision=20407
1999-07-30PR: 12870Foxfair Hu2-2/+3
Submitted by: Leo Kim <leo@florida.sarang.net> Reviewed by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Missing a locale perl module when install mrtg, add it back. Notes: svn path=/head/; revision=20386
1999-07-29PR: 12834Foxfair Hu2-3/+3
Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> Update mrtg to 2.8.6. The original maintainer, jfitz, has disappeared about more than a month. I can't contact him by email, and have no idea to reach him in the other way. So I take the update request from the submitter. Notes: svn path=/head/; revision=20377
1999-07-26Move category from net to devel.SADA Kenji1-2/+1
Cope with package-build time problem. Requested by: hoek Notes: svn path=/head/; revision=20354
1999-07-24Unbreak, ARCH was being passed through to the MakefilesChris Piazza2-2/+38
resulting in cc -I... i386 -c ... etc being used. Noticed by: bento.freebsd.org Notes: svn path=/head/; revision=20338
1999-07-24Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz.Chris Piazza1-2/+2
I broke this a while ago and didn't notice it until now. Notes: svn path=/head/; revision=20336
1999-07-24Actually requires 2.0.5aTatsumi Hosokawa3-6/+6
Submitted by: "Oleg V. Volkov" <rover@lglobus.ru> Notes: svn path=/head/; revision=20331
1999-07-23Upgraded to samba-2.0.5a.Tatsumi Hosokawa12-24/+24
Notes: svn path=/head/; revision=20324
1999-07-22Update from b16 to b18, which does contain a FreeBSD fix.Bill Fumerola2-3/+3
Notes: svn path=/head/; revision=20321
1999-07-22Clean up EGCS warnings.David E. O'Brien1-0/+106
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> Notes: svn path=/head/; revision=20320
1999-07-22Catch up with all of Citrix' recent changes:Mike Smith6-6/+38
- back to a .Z tarball again - a few new files in the installed product PR: ports/12763 (reported breakage) Notes: svn path=/head/; revision=20317
1999-07-22Distfile coda-4.6.6.tgz is no longer stored at CMU.Robert V. Baron2-4/+6
Fetch it from freebsd repository. Notes: svn path=/head/; revision=20311
1999-07-21Make port depend on linux_base instead of linux_lib.Marcel Moolenaar2-4/+4
Notes: svn path=/head/; revision=20299
1999-07-21You need egcs to build ksirc. Take it out for 3-stable PLIST for now.Satoshi Asami4-8/+36
Notes: svn path=/head/; revision=20290
1999-07-20Fix the same problem for OSPF as -ag does for RIP: non 127/8 addresses onPoul-Henning Kamp1-0/+13
a loopback interface are ok. Notes: svn path=/head/; revision=20283
1999-07-18remove typo, seems to be I'm a victim of the heat wave ;-)Andreas Klemm3-6/+6
Notes: svn path=/head/; revision=20264
1999-07-18make zebra startup script executeable in final destination...Andreas Klemm3-3/+6
Notes: svn path=/head/; revision=20263