summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
1999-04-24Explain how to setup configuration files.tron2-2/+9
1999-04-24Compile correct default for configuration directory path into binaries.tron2-15/+64
1999-04-24Enable "radius" package.tron1-2/+2
1999-04-24Simplify handling of included patch files.tron1-7/+4
1999-04-24Remove unused "post-extract" target.tron1-6/+1
1999-04-24Use "INSTALL_TARGET" instead of custom "do-install" target and make suretron2-33/+13
that installing the package second time will work.
1999-04-24Comment out broken Kerberos IV support for now.tron1-8/+9
1999-04-24Handle extraction of unpacked tar archives much simpler.tron1-11/+9
1999-04-24Fix problem between radius server and BinTec routers.tron1-0/+20
1999-04-24Correct MD5 checksums.tron1-2/+2
1999-04-24Fix run time library search path.tron1-2/+2
1999-04-21Previous workaround for dynamically linking against libwrap but not usingabs3-59/+79
any functions does not appear to work anymore. Modify config to only use libwrap in for the snmpd agent (which fixes it in a more 'clean' fashion.
1999-04-20Sync contents of directory "share/doc/vnc" with reality.tron1-3/+6
1999-04-20Back out unintended commit.tron1-19/+16
1999-04-20Define deprecated "unix" symbol.tron2-16/+35
1999-04-17Add dependency on tcl.hubertf1-1/+3
1999-04-16Update to 5.1.1. Add patch to avoid bison.abs4-11/+22
1999-04-16Update dependence for "gtk+" package to version 1.2.1.tron2-4/+4
1999-04-16Update dependence for "glib" package to version 1.2.1.tron1-2/+2
1999-04-16Moved from patch-aa.hubertf1-0/+185
Do not pass -Wl,-R... to ld(1), only pass -R... (Should work with Solaris' /usr/ccs/bin/ld as well)
1999-04-16Only one file per patch (-> patch-ab)hubertf1-152/+1
1999-04-15Enter the next level of the GNOME adventure game:tron3-9/+9
Update "ORBit" package to version 0.4.3.
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron3-9/+6
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-04-14Fix bogus master site entry for "sunsite".tron1-2/+2
1999-04-14Fix elf handling in this pkg. (add some missing -lwrap's)garbled2-6/+26
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc5-21/+5
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1999-04-10Enable "ytalk" package.tron1-2/+2
1999-04-10New "ytalk" package supplied by Michael Santos in PR pkg/7323:tron5-0/+28
Multi-user replacement for UNIX talk.
1999-04-09s/DEPENDS/USE_PERL5/, pointed out by Christop Badurahubertf4-8/+8
1999-04-09Make the ${SAMBA_PRIVATE} directory owned by root, rather thanagc1-2/+2
${BINOWN}, for backwards compatibility, as suggested by Manuel (group ownership doesn't matter, since the directory is mode 700).
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc4-15/+15
1999-04-08Update to V2.3.1.hubertf2-4/+4
Mostly to fix the bug recently mentioned on bugtraq and which was also (first?) mentioned in http://rsync.samba.org/cgi-bin/rsync?findid=1706 . Numerous other changes, see http://samba.anu.edu.au/ftp/rsync/cvs.log
1999-04-07Make this package work on Solaris.agc2-3/+37
1999-04-07Add and enable libpcap.agc1-1/+2
1999-04-07Initial import of libpcap-0.4 (only for Solaris), a library providing aagc5-0/+39
system-independent interface for user-level packet capture.
1999-04-07Make this patch apply cleanly.agc1-8/+1
1999-04-07Change ${CHOWN} bin:bin to ${CHOWN} ${BINOWN}:${BINGRP}; pointed outbouyer1-2/+2
by Alistair G. Crooks.
1999-04-07Make this work on Solaris.agc1-7/+7
s/chown/${CHOWN}/g s/chmod/${CHMOD}/g s/root:wheel/${BINOWN}:${BINGRP}/g
1999-04-06add and enable dlinthubertf1-1/+2
1999-04-06DNS-Lint: Internet Domain Name System (DNS) error checking utilityhubertf6-0/+53
DNS administrators can use dlint to scan recursively through the domain records of the fully-qualified zone to get a report on any errors therein. You can scan a zone you own, or anyone else's zone on the Internet. dlint talks directly to a primary or secondary nameserver for the zone, to make sure it's working with up-to-date information.
1999-04-06add and enable upclienthubertf1-1/+2
1999-04-06Upclient is a program that keeps track of your serverhubertf10-0/+128
uptime, and lets you compare it with the uptime of other (similar) hosts. It consists of two parts, a client- and a serverpart. The client runs on your server and sends the uptime every few minutes to the server. The server collects all data in a table on this site.
1999-04-06Minor modifications to the English.agc1-1/+1
1999-04-05Update to 2.12.hubertf2-4/+4
Changes: Changed the way tcp connect() scan determines the results of a connect() call, got rid of the security warning message for people who are missing /dev/random and /dev/urandom due to complaints about the warning, eliminated pow() calls on Linux boxes, and fixed an RPM problem.
1999-04-05rcsid policehubertf1-0/+2
1999-04-05Update to V3.6.1, as sent in in PR 7322 by Greg A. Woods <woods@planix.com>hubertf5-62/+124
Changes: - 3.6.1 is a bugfix release - This package uses NetBSD's libwrap
1999-04-04Update "ORBit" package to version 0.4.2.tron7-54/+51
1999-04-04Don't require "." in PATH (which obviously didn't work anyways :-)hubertf2-3/+28
1999-04-04Fix for lame 1.3.3 install(1) which doesn't allow -c together with -d.hubertf2-1/+24
Pointed out in PR 7318 by Dave Burgess <burgess@cynjut.neonramp.com>