summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add rrdtool, and re-sort SUBDIR entries.Bill Fenner1999-08-221-4/+5
| | | | Notes: svn path=/head/; revision=20880
* Round Robin Database Tool - store time-series data with averaging or otherBill Fenner1999-08-2210-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
* Upgrade to zebra 0.77Andreas Klemm1999-08-196-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
* Add pipsecdSatoshi Asami1999-08-181-1/+2
| | | | Notes: svn path=/head/; revision=20770
* Import pipsecd, a tool for making IPsec tunnels.Matthew Hunt1999-08-169-0/+134
| | | | | | | | PR: 13178 Submitted by: Patrick Bihan-Faou <patrick@mindstep.com> Notes: svn path=/head/; revision=20754
* Remove this patch again. It seems that stubhost works now.Poul-Henning Kamp1999-08-161-13/+0
| | | | Notes: svn path=/head/; revision=20752
* Upgrade to 0.7.2, which fixes several large memory leaks.Bill Fumerola1999-08-124-6/+6
| | | | Notes: svn path=/head/; revision=20671
* Updated to version 0.9.7Jim Mock1999-08-126-14/+14
| | | | Notes: svn path=/head/; revision=20668
* Use PKGNAME. Before it would have been ldapsdk_12311998 and now it isChris Piazza1999-08-111-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
* Changes in 0.75, 0.76 is a bugfix release ...Andreas Klemm1999-08-106-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
* Use proper type in call to res_mkquery()David E. O'Brien1999-08-101-0/+11
| | | | | | | Submitted by: gcc -Wall and the letters R,T,F, and M Notes: svn path=/head/; revision=20639
* Use empty MASTER_SITES= to indicate that there's nothing for theBill Fenner1999-08-092-4/+4
| | | | | | | distfile survey to check. Notes: svn path=/head/; revision=20624
* Upgrade to bind 8.2.1Justin M. Seger1999-08-084-20/+14
| | | | | | | | Submitted by: ust@cert.siemens.de PR: ports/12875 Notes: svn path=/head/; revision=20619
* Remove two files that aren't installed anymore.Bill Fumerola1999-08-073-6/+0
| | | | | | | Noticed By: bento's logs. Notes: svn path=/head/; revision=20602
* Update to 0.9.6Chris Piazza1999-08-076-40/+44
| | | | | | | | PR: 13011 Submitted by: maintainer Notes: svn path=/head/; revision=20593
* Upgrade to 0.7.1, they actually released 0.7.1 before I could evenBill Fumerola1999-08-054-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
* Update patch checksum.David E. O'Brien1999-08-051-1/+1
| | | | Notes: svn path=/head/; revision=20546
* Fix build and run problems in conjunction with OpenSSL.Dirk Froemberg1999-08-0515-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
* Update to version 0.72Chris Piazza1999-08-032-5/+5
| | | | | | | | PR: 12945 Submitted by: maintainer Notes: svn path=/head/; revision=20519
* Upgrade to 5.9.3.Masafumi Max NAKANE1999-08-022-5/+5
| | | | Notes: svn path=/head/; revision=20501
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-025-5/+5
| | | | | | | containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
* IglooFTP beroftpd cftp curl downloader ftpfind ftpmirror ftpsearchSatoshi Asami1999-08-021-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
* Fix up some grammarChris Piazza1999-08-021-2/+2
| | | | Notes: svn path=/head/; revision=20482
* Activate tundChris Piazza1999-08-021-1/+2
| | | | Notes: svn path=/head/; revision=20481
* Import of tund.Chris Piazza1999-08-025-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
* upgrade to 1.03Andrey A. Chernov1999-08-012-4/+4
| | | | Notes: svn path=/head/; revision=20473
* Update gated 3.5.10 -> 3.5.11Peter Wemm1999-08-012-5/+5
| | | | Notes: svn path=/head/; revision=20456
* Update to the latest official version instead of the beta.Steve Price1999-08-014-8/+8
| | | | | | | | PR: 12908 Submitted by: maintainer Notes: svn path=/head/; revision=20454
* Update to version 0.99072807.Steve Price1999-08-015-21/+28
| | | | | | | | PR: 12872 Submitted by: maintainer Notes: svn path=/head/; revision=20442
* Do a little better job of finding the moc binary.Steve Price1999-08-011-0/+11
| | | | | | | | PR: 12639 Submitted by: maintainer Notes: svn path=/head/; revision=20434
* Update to version 1.5.Steve Price1999-08-014-101/+27
| | | | | | | | PR: 12848 Submitted by: maintainer Notes: svn path=/head/; revision=20431
* Update to the latest release and fix a couple of bugs.Steve Price1999-08-015-21/+29
| | | | | | | | PR: 12711 Submitted by: maintainer Notes: svn path=/head/; revision=20424
* Upgrade to 0.74Andreas Klemm1999-07-316-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
* PR: 12870Foxfair Hu1999-07-302-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
* PR: 12834Foxfair Hu1999-07-292-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
* Move category from net to devel.SADA Kenji1999-07-261-2/+1
| | | | | | | | | Cope with package-build time problem. Requested by: hoek Notes: svn path=/head/; revision=20354
* Unbreak, ARCH was being passed through to the MakefilesChris Piazza1999-07-242-2/+38
| | | | | | | | | resulting in cc -I... i386 -c ... etc being used. Noticed by: bento.freebsd.org Notes: svn path=/head/; revision=20338
* Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz.Chris Piazza1999-07-241-2/+2
| | | | | | | | I broke this a while ago and didn't notice it until now. Notes: svn path=/head/; revision=20336
* Actually requires 2.0.5aTatsumi Hosokawa1999-07-243-6/+6
| | | | | | | Submitted by: "Oleg V. Volkov" <rover@lglobus.ru> Notes: svn path=/head/; revision=20331
* Upgraded to samba-2.0.5a.Tatsumi Hosokawa1999-07-2312-24/+24
| | | | Notes: svn path=/head/; revision=20324
* Update from b16 to b18, which does contain a FreeBSD fix.Bill Fumerola1999-07-222-3/+3
| | | | Notes: svn path=/head/; revision=20321
* Clean up EGCS warnings.David E. O'Brien1999-07-221-0/+106
| | | | | | | Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> Notes: svn path=/head/; revision=20320
* Catch up with all of Citrix' recent changes:Mike Smith1999-07-226-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
* Distfile coda-4.6.6.tgz is no longer stored at CMU.Robert V. Baron1999-07-222-4/+6
| | | | | | | Fetch it from freebsd repository. Notes: svn path=/head/; revision=20311
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-212-4/+4
| | | | Notes: svn path=/head/; revision=20299
* You need egcs to build ksirc. Take it out for 3-stable PLIST for now.Satoshi Asami1999-07-214-8/+36
| | | | Notes: svn path=/head/; revision=20290
* Fix the same problem for OSPF as -ag does for RIP: non 127/8 addresses onPoul-Henning Kamp1999-07-201-0/+13
| | | | | | | a loopback interface are ok. Notes: svn path=/head/; revision=20283
* remove typo, seems to be I'm a victim of the heat wave ;-)Andreas Klemm1999-07-183-6/+6
| | | | Notes: svn path=/head/; revision=20264
* make zebra startup script executeable in final destination...Andreas Klemm1999-07-183-3/+6
| | | | Notes: svn path=/head/; revision=20263
* - Improve startup scriptAndreas Klemm1999-07-183-6/+6
| | | | | | | | | - OSPF tested, zebra works well as designated (DR) and backup designated router (BDR) - Disable debugging to meet FreeBSD package policy (no debug) Notes: svn path=/head/; revision=20262