summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make samba auto-use Kerberos 5 a la security/sshChris Piazza1999-06-293-3/+15
| | | | | | | | | | | Note: I haven't tested this because I don't use krb5, but I trust that it works. PR: 12143 Submitted by: Walt Howard <howard@ee.utah.edu> Notes: svn path=/head/; revision=19898
* Complete resurrection of bind8 by adding it to net/Makefile. :>Satoshi Asami1999-06-281-1/+2
| | | | Notes: svn path=/head/; revision=19884
* Bring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date.Bill Fumerola1999-06-2812-0/+291
| | | | | | | Requested By: a bazillion people both on mailing lists and #FreeBSD. Notes: svn path=/head/; revision=19881
* Activate cvsweb.SADA Kenji1999-06-281-1/+2
| | | | | | | PR: ports/12412 Notes: svn path=/head/; revision=19875
* Whoops, forgot to move epic4 from net to irc.Satoshi Asami1999-06-281-2/+1
| | | | | | | Pointed out by: billf Notes: svn path=/head/; revision=19864
* Generic-NQS, a freely available Network Queuing System that providesChris Piazza1999-06-2814-0/+300
| | | | | | | | | | | | | configurable limits on jobs on a per queue basis as well as for the total queue system. It is based on the de facto NQS standards and is interoperable with commercial NQS products. PR: 6699 Submitted by: Tony Maher <tonym@angis.org.au> Notes: svn path=/head/; revision=19862
* Move generic-nqs to the net category.Chris Piazza1999-06-281-1/+2
| | | | Notes: svn path=/head/; revision=19861
* Fix a typo (p5-SNMP_Simple -> p5-SNMP_Session)Chris Piazza1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19857
* Whoops, forgot quirc.Bill Fumerola1999-06-281-2/+1
| | | | Notes: svn path=/head/; revision=19852
* New ports/{irc,java,x11-servers} categories, Step #2 - update old Makefiles.Bill Fumerola1999-06-281-22/+1
| | | | Notes: svn path=/head/; revision=19851
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-286-6/+6
| | | | Notes: svn path=/head/; revision=19848
* Activate p5-SNMP_SessionChris Piazza1999-06-271-1/+2
| | | | Notes: svn path=/head/; revision=19837
* Import of the SNMP_Session perl module. This module differsChris Piazza1999-06-275-0/+44
| | | | | | | | | | | from existing SNMP packages in that it is completely stand- alone. PR: 12231 Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=19836
* Long awaited upgrade to version 1.2aAndreas Klemm1999-06-2710-66/+173
| | | | | | | | | | | | | | | | | | | | | | | | It lastet so long, because of personal time constraints and based on the fact, that I had to do the very time consuming task, to revamp the whole big brother installation heavily. This could be avoided, if Sean could provide a Makefile with a real install: target and not the drainbamaged "unpack, compile and let the whole sh**^H^H^H^Hbunch remain here(tm)" philosophy." (me lucky one, that apsfilter has changed about 1-2 years ago ;-) - make install target now copies the workdir to ${PREFIX}/bb and then moves or removes files and directories as needed - revamped client configuration and introduced a ${PREFIX}/share/bb/bbclients directory. Hope you like it this way ;-) Notes: svn path=/head/; revision=19832
* Shorten DESCR file so it is only 24 lines long.Michael Haro1999-06-271-15/+2
| | | | Notes: svn path=/head/; revision=19824
* Support ${PREFIX} better and also only depend on tcp_wrappers if itMichael Haro1999-06-271-3/+5
| | | | | | | doesn't exist in the base system. Notes: svn path=/head/; revision=19822
* use ${PREFIX} and only require tcp_wrappers if it isn't part of theMichael Haro1999-06-262-4/+8
| | | | | | | base system. Notes: svn path=/head/; revision=19814
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-26128-128/+128
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* purely cosmetic: nuke commented out BROKEN lineAndreas Klemm1999-06-263-6/+3
| | | | Notes: svn path=/head/; revision=19800
* Upgrade zebra to 0.70.Andreas Klemm1999-06-263-69/+7
| | | | | | | | | | | | | | | | | | | | | | | 0.70 is a bugfix release to 0.69 from the announcement on the zebra mailinglist: I've just fixed critical bug of zebra's routing information base calculation which introduced in zebra-0.69. ospfd bugs which causes core dump are also fixed. Configuration search path bug is fixed by NAGUCHI kay. RIPng in filter bug is fixed by itojun. * Changes in zebra-0.70 * Changes in zebra ** Critical routing information base calculation bug check is fixed. ** zebra ipv4 message is extended to support external/internal route flavor. ** Now if internal route doesn't has direct connected nexthop, then nexthop is calculated by looking up IGP routing table. * Changes in bgpd ** `neighbor PEER update-source IFNAME' command added as ALIAS to `neighbor PEER interface IFNAME'. * Changes in ospfd ** DD null pointer bug is fixed. Notes: svn path=/head/; revision=19796
* update ntpdate to last version 4.0.93aAndreas Klemm1999-06-269-15/+54
| | | | | | | | | got a patch to make it run. Submitted by: sorry, deleted mail too fast Notes: svn path=/head/; revision=19789
* Nuke bind8, it's been in the base system for a while now.Justin M. Seger1999-06-2513-293/+1
| | | | Notes: svn path=/head/; revision=19770
* * Upgrade to dhcp-2.0 release.Justin M. Seger1999-06-2513-64/+47
| | | | | | | * Install manpages instead of catpages Notes: svn path=/head/; revision=19768
* Fix typo of sampe config file.SADA Kenji1999-06-233-33/+33
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=19718
* Activate downloader.Chris Piazza1999-06-231-1/+2
| | | | Notes: svn path=/head/; revision=19702
* Import true contents of repo.copied kde11*-i18n ports.SADA Kenji1999-06-221-1/+2
| | | | | | | Submitted by: Ryuichiro Imura <imura@cs.titech.ac.jp> Notes: svn path=/head/; revision=19695
* Don't depend on the tcp_wrappers port if tcp_wrappers is included in theSheldon Hearn1999-06-211-1/+3
| | | | | | | | | | base system. PR: 12090 Submitted by: Parag Patel <parag@codegen.com> Notes: svn path=/head/; revision=19602
* Activate trickyirc.Chris Piazza1999-06-211-1/+2
| | | | Notes: svn path=/head/; revision=19597
* Unbreak this port - it's easy enough to get the config files in theJordan K. Hubbard1999-06-2018-24/+216
| | | | | | | right places. Notes: svn path=/head/; revision=19592
* Activate pptpclient.John Polstra1999-06-191-1/+2
| | | | Notes: svn path=/head/; revision=19578
* New port for the "pptp-linux" VPN client. It allows a FreeBSD machineJohn Polstra1999-06-1912-0/+266
| | | | | | | | to connect to a remote NT server, making it behave as if it were on the same LAN. Notes: svn path=/head/; revision=19577
* Update zebra port to 0.68Andreas Klemm1999-06-196-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the announcement on the zebra mailing list: ospfd is much improved. DR election bug is fixed. Database description can be sent and received. Now Neighbor State Machine goes to Full. We are working on zebra-0.70 can provide real OSPF routing feature. bgpd aggregate-address command is added. At this momemnt summary-only aggregation is supported. `ip community-list' command is added. New route-map command such as `set community' or `match community' is added. zebra's IPv6 related bug is fixed. VTY input buffer overflow bug is fixed. DEFUN can eat (a|b|c) statement. So (deny|permit) is useful for like this: bgpd(config)# access-list test ? deny Access list for denies permit Access list for permits Changes in zebra-0.68 ++ Changes in lib - DEFUN() is extended to support (a|b|c) statement. - Input buffer overflow bug is fixed. ++ Changes in bgpd - `ip community-list' is added. - set community and match community is added to route-map statement. - aggregate-address A.B.C.D/M partly works. Now it works only summary-only mode. ++ Changes in zebra - IPv6 network address delete bug is fixed. ++ Changes in ospfd - DR election bug fixed. - Now Database Description can be send or received. - Neighbor State Machine goes to Full state. ++ Changes in ospf6d - router zebra related bug is fixed. Notes: svn path=/head/; revision=19563
* Activate blackenedChris Piazza1999-06-191-1/+2
| | | | Notes: svn path=/head/; revision=19558
* Add master siteMichael Haro1999-06-181-2/+3
| | | | | | | | PR: 12222 Submitted by: CHOI Junho cjh@kr.freebsd.org Notes: svn path=/head/; revision=19546
* 1. Make this port easier to upgrade later on.Bill Fumerola1999-06-171-5/+15
| | | | | | | 2. Use the correct location of perl5 Notes: svn path=/head/; revision=19536
* Remove trailing whitespaceBill Fumerola1999-06-171-2/+2
| | | | | | | Found By: portlint Notes: svn path=/head/; revision=19535
* The patch changed on us without bumping the version number.Bill Fumerola1999-06-171-1/+1
| | | | | | | | | Update the makesum. Noticed by: bento errorlogs. Notes: svn path=/head/; revision=19534
* Portlint, this port doesn't need to include bsd.port.{pre,post}.mkBill Fumerola1999-06-171-8/+6
| | | | | | | | | | Also the Makefile was copied from the Samba makefile it seems, so I fixed the first 5 comment lines so they were actually accurate. Noticed from: bento errorlogs Notes: svn path=/head/; revision=19533
* I copied this from being a patch to being a file. Boy do I feel silly thatBill Fumerola1999-06-171-5/+2
| | | | | | | | | I forgot to stript the patch information from it. Submitted by: maintainer Notes: svn path=/head/; revision=19531
* activate domtoolsJohn-Mark Gurney1999-06-171-1/+2
| | | | Notes: svn path=/head/; revision=19530
* import of domtoolsJohn-Mark Gurney1999-06-176-0/+167
| | | | | | | | | | | | | | 'domtools' is a set of DNS information extraction utilities. The commands in the 'domtools' package allow you to traverse DNS domain hierarchies, list all hosts (or subdomains) within a given domain, convert host name to IP address and vice-versa, convert a normal IP address to the "in-addr.arpa." format and vice-versa, and more. These commands can be used manually, or included as building blocks for higher level DNS tools. They generate output that is easily computer parsable. Notes: svn path=/head/; revision=19529
* Use -pthread not libc_rBill Fumerola1999-06-161-1/+1
| | | | | | | Submitted by: jmg Notes: svn path=/head/; revision=19511
* Add rtsp_proxy, because Apple was kind enough to share.Bill Fumerola1999-06-161-1/+2
| | | | Notes: svn path=/head/; revision=19509
* This is a port of Apple Computer's open source rtsp_proxy.Bill Fumerola1999-06-169-0/+102
| | | | | | | | | | | | QuickTime streaming uses RTP/RTSP protocols WWW: http://www.apple.com/quicktime/developers/rtsproxy.html PR: ports/12194 Submitted By: Richard Kiss <richard@homemail.com> Notes: svn path=/head/; revision=19508
* Use make_smbpasswd, not mksmbpasswd.sh.Jun Kuriyama1999-06-153-3/+3
| | | | Notes: svn path=/head/; revision=19485
* BROKEN='port installs files into /etc (dhclient.conf) rather than PREFIX/etc'David E. O'Brien1999-06-156-6/+18
| | | | | | | Also, dhcpd.conf must be in /etc the way isc-dhcp2 is compiled. Notes: svn path=/head/; revision=19482
* Add one more URL.Foxfair Hu1999-06-141-1/+2
| | | | | | | Requested by: maintainer. Notes: svn path=/head/; revision=19469
* make port adhere to ${PREFIX}John-Mark Gurney1999-06-141-4/+4
| | | | Notes: svn path=/head/; revision=19468
* Point to the maintainer's homepage about mars_nwe.Foxfair Hu1999-06-141-1/+1
| | | | Notes: svn path=/head/; revision=19464
* Submitted by: maintainer:Boris Popov <bp@butya.kz>Foxfair Hu1999-06-143-128/+14
| | | | | | | Update to mars_nwe-0.99.pl17. Notes: svn path=/head/; revision=19463