summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-293-3/+3
| | | | Notes: svn path=/head/; revision=21098
* Caps, no period.Tim Vanderhoek1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21094
* Make this port interoperable on the FreeBSD/Alpha. From Andrew Gallatin:Steve Price1999-08-291-0/+182
| | | | | | | | | | | | | | Due to the size difference between a struct timeval on FreeBSD/Alpha (2 longs for a total of 128 bits) and a struct timeval nearly everywhere else in the known universe (2 ints, for a total of 64-bits, even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit of help. Submitted by: Adrew Gallatin <gallatin@cs.duke.edu> Obtained from: NetBSD Notes: svn path=/head/; revision=21091
* expr -> ${EXPR}Michael Haro1999-08-285-16/+16
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* Activate icqnix.Jim Mock1999-08-281-1/+2
| | | | Notes: svn path=/head/; revision=21050
* Import of icqnix.Jim Mock1999-08-285-0/+103
| | | | | | | | | | | ICQnix is an ICQ client for X that is designed to look and feel as much like the Mirabilis ICQ client as possible. PR: 13428 Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw> Notes: svn path=/head/; revision=21049
* sed -> ${SED}Michael Haro1999-08-282-4/+4
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-286-20/+20
| | | | Notes: svn path=/head/; revision=21047
* Activate gtkyahoo.Jim Mock1999-08-271-1/+2
| | | | Notes: svn path=/head/; revision=21038
* Import of gtkyahoo.Jim Mock1999-08-275-0/+39
| | | | | | | | | | gtkyahoo is a GTK-based Yahoo! Messenger client. PR: 13244 Submitted by: Dannyman <dannyman@dannyland.org> Notes: svn path=/head/; revision=21036
* hotname -> hostnameMichael Haro1999-08-271-2/+2
| | | | Notes: svn path=/head/; revision=21035
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-2712-68/+70
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Upgrade SNMP to 4.0.1, which is a last minute bugfix.Bill Fumerola1999-08-278-13/+15
| | | | | | | | | | Upgrade p5-SNMP to 1.8.1 and mark it broken as it is incompatible with the ucd-snmp changes. If this is a huge problem, then a repo copy of ucd-snmp can be made and we can have the hassle of keeping two copies in our tree. Notes: svn path=/head/; revision=21027
* Update to version 4.0Chris Piazza1999-08-279-105/+120
| | | | | | | Submitted by: billf Notes: svn path=/head/; revision=21018
* Forced commit, the PR was actuallyChris Piazza1999-08-261-1/+1
| | | | | | | PR: 13262 Notes: svn path=/head/; revision=21015
* Activate tcpflowChris Piazza1999-08-261-1/+2
| | | | Notes: svn path=/head/; revision=21014
* Import of tcpflow.Chris Piazza1999-08-266-0/+197
| | | | | | | | | | | | | Tcpflow is a tool for capturing data transmitted as part of TCP connections (flows), and stores it in a way that is convenient for protocol analysis or debugging. tcpflow reconstructs the actual data streams and stores each flow in a seperate file for later analysis. PR: 13362 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es> Notes: svn path=/head/; revision=21013
* Change Id->FreeBSD.David E. O'Brien1999-08-254-4/+4
| | | | Notes: svn path=/head/; revision=20960
* MASTERSITE moved files aroundMichael Haro1999-08-241-2/+2
| | | | Notes: svn path=/head/; revision=20926
* grep -> ${GREP}Michael Haro1999-08-235-10/+10
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-224-14/+14
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-2232-95/+95
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* 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