summaryrefslogtreecommitdiff
path: root/net-mgmt
AgeCommit message (Collapse)Author
1997-04-18Import of the multi-router traffic grapher.James FitzGibbon
1997-04-13Change brian@awfulhak.demon.co.uk to brian@awfulhak.orgBrian Somers
1997-04-04Finish the update to wide-dhcp so that it compiles with theBrian Somers
new interface stuff and if_var.h Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161
1997-04-04Update wide-dhcp so that it compiles with the newBrian Somers
interface stuff (and if_var.h). Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161
1997-03-30Add install-man to INSTALL_TARGET rather than deal with it in post-installDavid E. O'Brien
target.
1997-03-30COMMENT should be one line and as short as possible and still be ableDavid E. O'Brien
to convey information. Need to package compressed manpages
1997-03-30Style fixes:David E. O'Brien
* CATEGORIES doens't have ``+'' anymore * manpages should be listed in MAN8 so they get compressed * use ${MKDIR} so parrent dirs get created if nessicary * blank likes around MAINTAINER * PKGNAME isn't needed when PKGNAME is same as DISTNAME
1997-03-30Import arpwatch version 2.0.1a1, a tool for monitoringBrian Somers
a network interface and maintaining a table of MAC addresses against IP numbers and host names.
1997-03-21Add .../bin/scottyPoul-Henning Kamp
1997-03-10Fix this so it will package. Also, instead of making "PLIST" fromSatoshi Asami
"PLIST.in", make "PLIST.tmp" from "PLIST". The difference is that we can now do a grep on PLIST on the entire ports tree to find what the scotty port installed.
1997-03-10Fix this so it will package. Also, instead of making "PLIST" fromSatoshi Asami
"PLIST.in", make "PLIST.tmp" from "PLIST". The difference is that we can now do a grep on PLIST on the entire ports tree to find what the scotty port installed.
1997-03-07Remember to change the Required line :)Gary Palmer
1997-03-07Try to bring this port up to date. Upgrade to 3.1.3, and untangle theGary Palmer
patches a bit (author incorporated a fair number of them, and made even more cross-platfrm portability improvements). I'll deal with any packaging changes tomorrow.
1997-03-06Improve the IP-discover application.Poul-Henning Kamp
Fix INADDR_LOOPBACK starvation. Don't react to pings that come back from another address than what we pinged.
1997-03-04Boldly venture into the realm of ports, abduct an old friend of minePoul-Henning Kamp
and patch it up a bit. Yes indeed, phk is back in the tcl+snmp arena. Update to 2.1.5, add the ability to probe several communities with the IP-discover function.
1997-03-03Interface load graphs now inherit SNMP properties from object.Poul-Henning Kamp
1997-03-03A better attempt to correct the host/net byteorder problems.Poul-Henning Kamp
1997-03-01ntohl() missing on result from gethostbyname()Poul-Henning Kamp
1997-01-19(1) This is a classic example of a "trivial fix" blowing up on one's faceSatoshi Asami
unless you test it, Brian. :) (Directory path prefix was wrong.) (2) Also, this patch modifies the same file as patch-af, so I combined those two (see handbook).
1997-01-18If a client suggests an IP that is different from the server-configBrian Somers
IP for that hardware-address, return a NAK rather than being silent. Reviewed by: None (trivial fix, discussed briefly with author & cc'd to hackers) Submitted by: Brian Somers <brian@awfulhak.demon.co.uk> Obtained from: Brian Somers <brian@awfulhak.demon.co.uk>
1996-12-28Ignore checksum of tzfile.h. Closes PR ports/2306.Satoshi Asami
Submitted by: sanpei@yy.cs.keio.ac.jp
1996-12-08No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE
RESTRICTED or BROKEN. Pointed-out by: asami
1996-12-07Now, string describing reason for defining these variables must be setMasafumi Max NAKANE
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
1996-12-03{CP} -> ${CP}.Satoshi Asami
1996-12-03Well, I know it doesn't make much sense to have something like "{RM}"Satoshi Asami
in there, but our make still isn't smart enough to figure out that it means "${RM}", David. :)
1996-12-01General Makefile cleanupDavid E. O'Brien
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
1996-12-01Cleaned up post-install target.David E. O'Brien
1996-11-22Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.Satoshi Asami
Maybe I should go to sleep.
1996-11-22Make this NO_PACKAGE, it asks too many questions.Satoshi Asami
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-10-10make package now works.Eric L. Hernes
some files are installed in .../$(uname -m)-$(uname)-$(uname -r)/..., so we've got to use the `construct a PLIST' trick. Pointed out by: Satoshi
1996-10-05Removed the version number.Masafumi Max NAKANE
Changed to make it better looking when doing make print-index.
1996-09-17upgrade to 2.1.3Eric L. Hernes
1996-08-18Make this work on -current post this change:Satoshi Asami
* davidg 96/06/12 19:54:21 * * Modified: sys/net if_ethersubr.c * sys/netinet if_ether.c * Log: * Keep ether_type in network order for BPF to be consistent with other * systems. Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
1996-07-10Make the depended library names match the directories.Satoshi Asami
1996-07-09It's net, not networking (which makes me wonder where I copied this from)Gary Palmer
1996-07-06The SNMP package from University of California at DavisGary Palmer
Ok'ed by: asami
1996-07-06Make this thing work with Microsoft network.Satoshi Asami
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
1996-06-07Upgrade to 2.0.2Gary Palmer
1996-05-30Remove all the unnecessary junk from MAKE_ENV, it is now set by +=.Satoshi Asami
1996-05-20Don't forget the -c flag to install and -f flag to gzip so that "makeSatoshi Asami
reinstall" works.
1996-05-20Add OSTYPE=`uname` to MAKE_ENV so straight sh/csh users can build this one.Satoshi Asami
Reported by: sanpei@yy.cs.keio.ac.jp
1996-05-04Re-import wide-dhcp to a more suitable location. Also change the portSatoshi Asami
to one that works. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
1995-11-27Change "networking" to "net".Satoshi Asami
1995-09-15Don't need the --with-tcl-include=... stuff, these should all be inSatoshi Asami
/usr/local because *_DEPENDS handles them. Reviewed by: Gennady Sorokopud <gena@NetVision.net.il>
1995-05-16Fix multi-line comments. Thanks, Jordan!Satoshi Asami
Pointed-out by: jkh
1995-04-24(1) Use PATCHFILES.Satoshi Asami
(2) Call scripts/untrue for all the Makefile.in's from pre-configure.
1995-04-18Whom: "gena" -> "Gennady Sorokopud <gena@netvision.net.il>"Satoshi Asami
1995-04-15Update of net Makefiles! Am I done? :)Satoshi Asami
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.