summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-02-19Fix "adsl-setup" to create "/etc/resolv.conf" public readable. Problemtron2-1/+14
noted by Hubert Feyrer.
2001-02-19Don't need this one anymore.wiz2-23/+5
2001-02-19Update to 2.3.8. Fixes pkg/12237 by Tomasz Luchowski.wiz2-10/+5
Changes: Some minor improvements, some bugs fixed, miscellaneous improvements: fixed rate limit with closure (net:limit-rate/ftp.host.com), don't bind data socket to loopback address, fixed core dump after asking for ftp:proxy password, fixed rare spinning in dns child process when parent terminates.
2001-02-19Fix typo, reported by Tomasz Luchowski <zuntum@eik.pl> in private mail.hubertf2-4/+4
2001-02-18sync comment with realityitojun1-1/+0
2001-02-18need to set sysctl BEFORE starting rtadvd.itojun1-1/+1
2001-02-18Update to 6to4-1.1:hubertf4-32/+73
* Don't create extra (tmp) rtadvd.conf, assume /etc/rtadvd.conf has no interface specs, and just that. * Don't suggest clients set an explicit (static) default route. This will happen automatically. * Update manpage and html page Thanks to Itojun and some others for their inputs!
2001-02-18add & enable smb2wwwhubertf1-1/+2
2001-02-18Add smb2www V980804:hubertf6-0/+155
SMB2WWW, the gateway to Windows networking, is a Windows Network client that is accessible through a web browser. It is based on the samba package. Add this to your apache config: Alias /smb2www/images @PREFIX@/libexec/smb2www/images ScriptAlias /smb2www/ @PREFIX@/libexec/smb2www/cgi-bin/ AddHandler cgi-script .pl You can access the gateway at the following URL: http://localhost/smb2www/smb2www.pl To make modifications to the smb2www setup, edit @PREFIX@/libexec/smb2www/etc/smb2www.conf
2001-02-17fix spillover of COMMENT= onto next line.dmcmahill1-3/+2
2001-02-17 * update djbdns to 1.05:hubertf2-26/+27
20010206 internal: response_query() takes a class argument. internal: query_start() takes a class argument. internal: packetquery() takes a class argument. ui: tinydns et al., axfrdns, and dnscache repeat qclass * in response to bogus * queries. tnx Mike Batchelor. ui: axfrdns rejects queries for weird classes. ui: axfrdns uses query ID instead of ID 0 in the series of AXFR response messages between the SOAs, to support the AXFR client in BIND 9. ui: axfrdns sets AA in the series of AXFR response messages. 20010211 ui: servers print starting message. internal: some respond() declarations. version: djbdns 1.05. * minor corrections in Makefile, like use of ${DISTNAME} in some places instead of djbdns-version
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz306-307/+307
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-154/+156
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-14Update to 4.1.0. Major change: SSL support.wiz4-31/+7
2001-02-13build it with internal openssl. 9.1.1rc1 has issues with include search path.itojun1-3/+4
2001-02-11add & enable 6to4hubertf1-1/+2
2001-02-11Add 6to4-1.0, a script to setup automatic 6to4 IPv6 tunneling.hubertf10-0/+616
For easy IPv6 connectivity, do: * make install * cd /usr/pkg/etc * cp 6to4.conf-example 6to4.conf * in 6to4.conf, change "out_if" to match your outgoing interface: ppp0 if you're on a modem, else your ethernet card's interface. * 6to4 -v start * ping6 www.kame.net
2001-02-08Use NetBSD's curses if possible. Fix based on an idea by Julian Coleman.wiz3-10/+25
2001-02-08use 9.1.1rc1. we upgrade to release candidate for important fixesitojun3-154/+13
(change id 727 is very important). hack: package version number is set to 9.1.0.1, as 9.1.1rc1 is prior to 9.1.1. 729. [port] pthread_setconcurrency() needs to be called on Solaris. 727. [port] Work around OS bug where accept() succeeds but fails to fill in the peer address of the accepted connection, by treating it as an error rather than an assertion failure. [RT #809] 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver to return DNS_R_SERVFAIL. [RT #783] 720. [bug] Server could enter infinite loop in dispatch.c:do_cancel(). [RT #743] 719. [bug] Rapid reloads could trigger an assertion failure. [RT #743, #763] 717. [bug] Certain TKEY processing failure modes could reference an uninitialized variable, causing the server to crash. [RT #750] 716. [bug] The first line of a $INCLUDE master file was lost if an origin was specified. [RT #744] 715. [bug] Resolving some A6 chains could cause an assertion failure in adb.c. [RT #738] 711. [bug] The libisc and liblwres implementations of inet_ntop contained an off by one error. 706. [bug] Zones with an explicit "allow-update { none; };" were considered dynamic and therefore not reloaded on SIGHUP or "rndc reload". 700. [bug] $GENERATE range check was wrong. [RT #688] 698. [bug] Aborting nsupdate with ^C would lead to several race conditions. 699. [bug] The lexer mishandled empty quoted strings. [RT #694] 694. [bug] $GENERATE did not produce the last entry. [RT #682, #683] 693. [bug] An empty lwres statement in named.conf caused the server to crash while loading. 692. [bug] Deal with systems that have getaddrinfo() but not gai_strerror(). [RT #679] 691. [bug] Configuring per-view forwarders caused an assertion failure. [RT #675, #734]
2001-02-08Print 0 when the number of IRQs has become negative instead of nothing (whichbouyer1-2/+6
confuses mrtg).
2001-02-07Add and enable md-whois.agc1-1/+2
2001-02-07Initial import of md-whois, an improved whois client, into the NetBSDagc5-0/+30
packages collection. An improved whois client which attempts to find the correct server. If it can't guess, then it will default to whois.arin.net for IPv4 addresses, whois.6bone.net for IPv6 addresses, and whois.internic.net for domains. Package provided by "Jeremy C. Reed" <reed@reedmedia.net> in pkg/12117, modified by me to conform to pkgsrc conventions, and to pass pkglint.
2001-02-07Make this build on m68k.fredb3-14/+19
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz5-12/+24
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb7-20/+20
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron9-28/+28
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-04Install startup script without ".sh" extension because policy was changed.tron2-6/+6
2001-02-04Install startup script as "rtspd" again. The policy was changed.tron2-4/+4
2001-02-04Fix "Error: Destination host and port is proxy host and port." problemtron3-3/+16
which was caused by insufficient code to duplicate a "struct hostent". Bump version number to 1.0.0.0nb1.
2001-02-04Install startup script as "rtspd.sh" as most packages do.tron2-4/+4
2001-02-04Remove obsolete message.tron1-6/+0
2001-02-04Provide a new style startup script with backwards compatibility.tron1-5/+16
2001-02-04Replace monolithic old style startup script with two new style startuptron5-20/+61
scripts which include backward compatibility for pre 1.5 systems.
2001-02-04wrap long lineitojun1-2/+3
2001-02-04add rc.d/lwresditojun6-4/+46
2001-02-04use external openssl. support KAME link-local scopeid (interface name).itojun6-21/+99
to sync with net/bind9, patches/patch-a[bc] are renamed into patches-a[ij].
2001-02-04make PLIST_SRC into WRKDIR, not WRKSRCitojun1-2/+2
2001-02-04pkglint.itojun2-5/+5
2001-02-04update to 9.2.0s20010119. remove IGNORE.itojun12-172/+226
694. [bug] $GENERATE did not produce the last entry. [RT #682, #683] 693. [bug] An empty lwres statement in named.conf caused the server to crash while loading. 692. [bug] Deal with systems that have getaddrinfo() but not gai_strerror(). [RT #679] 691. [bug] Configuring per-view forwarders caused an assertion failure. [RT #675] 690. [func] $GENERATE now supports DNAME. [RT #654] 689. [doc] man pages are now installed. [RT #210] 688. [func] "make tags" now works on systems with the "Exuberant Ctags" etags.
2001-02-03upgrade to 0.91a. no changelog supplied on webpage.itojun3-9/+5
2001-02-03we don't have ocamlopt on non-i386 so don't try and use it on non-i386,dmcmahill1-2/+9
use ocamlc in that case. Fixes recently noted compile problems on alpha.
2001-02-01enable bind9-currentwiz1-2/+2
2001-02-01Judging from the alpha bulk build, this seems to want perl. Add USE_PERL5.wiz1-1/+3
2001-01-31Fix ELF run time library path.tron1-3/+5
2001-01-31make the rc.d script's name a bit more obvioushubertf2-4/+4
2001-01-31use MASTER_SITE_SOURCEFORGE for better reachabilityhubertf1-2/+2
2001-01-30Update to version 3.1.0.wrstuden8-46/+101
Also added support for regression testing. make test in package directory will run test suite. snmpd and snmptrapd need to already running, and t/startagent.pl needs to have correct values for SNMP v1 access.
2001-01-30Update "rp-pppoe" package to version 2.6. Changes since version 2.4:tron5-20/+15
- Code should now compile cleanly on Caldera and Slackware Linux - Fixed rp-pppoe.spec file to work on Mandrake and Red Hat. - Deleted some obsolete files - Fixed bug in Solaris/x86 port (thanks to Philippe Levan) - Made shell scripts nicer under Solaris (again, Philippe Levan) - Made adsl-status look under /var/run and /etc/ppp for PID files. Should fix problems with NetBSD. - Added PPPD_EXTRA to pppoe.conf; made the PID file depend on the config file name. This makes it easier to run multiple PPPoE sessions. - Tested for zero-length TCP option-length field, and for reverse-packing of type/code bitfields. Thanks to Robert Schlabbach for pointing out these problems. - Set umask to 077 in adsl-setup.in to protect created files like /etc/ppp/pap-secrets.
2001-01-30upgrade to 0.08. typo fixes in document only.itojun2-5/+5