summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-08-23Make "samba reload" actually kick smbd like it's supposed to. Thanksjlam2-2/+4
again to Luke Mewburn <lukem@wasabisystems.com> for pointing this out.
2001-08-22Upgrade snort to 1.8.1. Changes:hubertf3-37/+50
* SNMP alerts * IDMEF XML output (the Silicon Defense plugin is integrated into the main codebase now) * Limited regex support in the rules language * New packet counters for stream4 and frag2 * New normalization mode for http_decode
2001-08-22Consolidate nmbd and smbd rc.d scripts into one "samba" script. Kindlyjlam10-122/+112
provided by Luke Mewburn <lukem@wasabisystems.com> with modifications by me to allow running on older NetBSD systems (so any errors in the script are mine alone).
2001-08-22regenwiz1-1/+2
2001-08-22Teach snort about our DLT_PPP_*hubertf1-0/+15
2001-08-21Add and enable penrh1-1/+2
2001-08-21Initial import of pen-0.2.0, a simple TCP load balancer and failoverrh6-0/+128
manager.
2001-08-20smbd responds to SIGHUP by reloading its configuration file, so addjlam2-2/+4
"reload" to the rc.d command listing. Noted by Luke Mewburn <lukem@wasabisystems.com>.
2001-08-20upgrade to 0.92a.itojun2-5/+5
* Changes in bgpd ** Fix "^$" community list bug. ** Below command's Address Family specific configurations are added nexthop-self route-reflector-client route-server-client soft-reconfiguration inbound * Changes in zebra ** Treat kernel type routes as EGP routes.
2001-08-19upgrade to zebra 0.92. see zebra-0.92/*/ChangeLog for detailed changes.itojun3-12/+7
2001-08-18Substitute for @ECHO@, too.jlam1-1/+2
2001-08-18Use ${name} instead of "slpd".jlam1-2/+2
2001-08-18Add net/openslp.jlam1-1/+2
2001-08-18Service Location Protocol is an IETF standards track protocol that providesjlam9-0/+363
a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. The OpenSLP project is an effort to develop an open-source implementation of Service Location Protocol suitable for commercial and non-commercial application.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+4
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-17Undo changes from previous patch from pkg/12921. The rc.d-style startupjlam2-4/+6
scripts need for the nmbd and smbd programs to always start in daemom-mode, which is why the "-D" flag was set via command_args in the scripts themselves. Any additional options should be passed in through the {nmbd,smbd}_flags settings in /etc/rc.conf. Add comments to reflect this in the scripts. The error reported by the PR author is most likely due to either installing these scripts with ".sh" extensions, which is not how these are installed into the ${PREFIX}/etc/rc.d and is definitely wrong, or in directly sourcing these files from an rc.local script, which is again, definitely wrong.
2001-08-17Add buildlink.mk provided by Stoned Elipot in pkg/13739.wiz1-0/+46
2001-08-14Add missing "-u" flag to ntpdate usage message. Culled from NetBSD-current.fredb2-1/+21
[Committed by Hubert Feyrer.]
2001-08-14Fix "file://" URI for documentation, and remove the comment about beingfredb2-4/+3
"under development".
2001-08-14Finally! NTP 4.1.0 is released. Very few changes from 4.0.99m-rc3 (excerptsfredb3-169/+168
from the "ChangeLog" file below). Also, this NetBSD package now installs the HTML docs into "/usr/pkg/share/doc/html". * ntpd/refclock_oncore.c (oncore_start): Set pps_enable=1, just like the atom driver does. From: reg@dwf.com * ntpd/refclock_nmea.c (nmea_ppsapi): Set pps_enable=1, just like the atom driver does. From: Scott Allendorf <sca@newton.physics.uiowa.edu> * ntpd/ntp_config.c (getconfig): CONF_CLOCK_PANIC was using the wrong config flag. From: <justin_forrester@hp.com>
2001-08-13sort.wiz1-2/+2
2001-08-13Add SUBDIR entry for cidr.nra1-1/+2
2001-08-13Add net/cidr. PR 13068 by Stoned Elipot.nra5-0/+56
RFC 1878 subnet calculator / helper
2001-08-09Upgrade arla to 0.35.5wennmach24-214/+276
Most important changes: o added user-land programs: kalog, aklog, arla-cli o improved user-land programs: vos, bos, pts, etc. o added man pages o security fix (in rx) o and tons of bug fixes I included a start script to be placed under /etc/rc.d.
2001-08-06Add version number to DEPENDS line.wiz1-2/+2
2001-08-06Add and enable pxerh1-1/+2
2001-08-06Initial import of pxe-1.2, a Preboot eXecution Environment (network boot)rh6-0/+66
daemon.
2001-08-03Add some patches from the net/samba package, and regenerate the old ones.jlam9-18/+63
2001-08-03Add and enable net/samba20.jlam1-1/+2
2001-08-03samba20 - 2.0.x release version of samba, the UNIX SMB serverjlam14-0/+1261
Samba 2.0.x (2.0.10) has functionality that is missing from the Samba 2.2.x releases, one of which is an operational "share modes" directive. According to the Samba mailing lists, there isn't a way in 2.2.x to do what "share modes = No" did in 2.0.x, so revive an older, stable release of Samba that does contain the missing functionality. Setting the share mode on a service is necessary only to get certain legacy MS-DOS applications working in a multi-user environment.
2001-08-03upgrade to 1.8p1.itojun3-28/+44
for list of changes, see http://www.snort.org/snort-files.htm default rule files are now named *.rules, not *-lib.
2001-08-03upgrade to 9.2.0b2. it has a couple of bugfixes since 9.2.0b1.itojun2-5/+5
2001-08-01Uses msgfmt to decide if it should build its own libintl, which failswiz1-1/+3
for some reason on 1.5.1. Add BUILD_USES_MSGFMT.
2001-07-30Attach yale-tftpd SUBDIR.nra1-1/+2
2001-07-30New package yale-tftpd version 3.0. PR 13177 by Stoned Elipot.nra8-0/+294
yale-tftpd is an improved (but slightly incompatible until you configure it) tftpd server. It has a powerful and configurable security setup and is well suited for people who want to boot network devices using their system as a TFTP server.
2001-07-30One file patch per patch file, and add RCS Id.wiz6-78/+89
2001-07-30Note this is the ADSL modem provided by British Telecom (among others)abs1-0/+2
2001-07-30the wi_ieee.h file is in dev/ic/wi_ieee.h in -currentlukem2-1/+88
2001-07-29Enable speedtouch (now BT is back)abs1-1/+2
2001-07-29Import speedtouch-21062001:abs9-0/+196
Driver for the ALCATEL SpeedTouch USB ADSL modem. It currently only supports PPPoA encapsulation.
2001-07-29add & enable agqthubertf1-1/+2
2001-07-29Add agqt-0.5:hubertf4-0/+51
This package consists of two programs, collectively termed "6's Spiffy AudioGalaxy Query Tool." AudioGalaxy is a Napster-like music sharing server accessible at http://www.audiogalaxy.com. The core program is the query tool itself, "ag." ag accepts an AudioGalaxy search query (that is, anything that you might type into AudioGalaxy's search engine), runs the query for you, selects the first couple of results returned by the search (the exact number of results selected per search is configurable) and queues them for download, using the "Choose Versions" feature of AudioGalaxy to try to get a minimum (also configurable) bitrate for your downloads.
2001-07-28Mark this package as *BSD specific.tron1-1/+3
2001-07-27Use buildlink.mk files for SOCKS optional support and mark asjlam1-5/+5
USE_BUILDLINK_ONLY.
2001-07-27Back out previous as unnecessary since libsocks4 is a static library.jlam1-3/+1
2001-07-27Set REPLACE_LIBNAMES_SED to replace -lsocks[^4] with -lsocks4.jlam1-1/+3
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam4-4/+8
installation directory in case the package isn't installed.
2001-07-26Don't workaround broken LDFLAGS setting in configure -- just fix itjlam3-4/+16
directly by patching the script. This causes LDFLAGS to be reset properly before checking for gettext(), which now succeeds and causes the locale files to be built. Remove USE_LIBINTL as unnecessary. Tested on NetBSD-1.5W/i386 and NetBSD-1.5.1/mac68k.
2001-07-26Add build time dependence on "perl" package because manual page won'ttron1-1/+3
be build otherwise.
2001-07-26Don't @dirdm include/SDL as this directory belongs to devel/SDLzuntum1-2/+1