summaryrefslogtreecommitdiff
path: root/net-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clog is a program that logs all connections on your subnet. It uses theDavid E. O'Brien1997-11-055-0/+40
| | | | | | | | | pcap(3) packet capture library to log any SYN packets to a logfile. The output format is designed to be very easily parsed by various text processing tools. Notes: svn path=/head/; revision=8497
* tkined.sh.in was missing the "$*", which led to the misbehaviour,Andreas Klemm1997-10-141-1/+1
| | | | | | | | that tkined couldn't be called with an argument : tkined filename1 Reviewed by: agreed by phk Notes: svn path=/head/; revision=8265
* to allow arbitrary ${PREFIX}. sorry!Jun-ichiro itojun Hagino1997-10-071-3/+3
| | | | Notes: svn path=/head/; revision=8158
* choparp port.Jun-ichiro itojun Hagino1997-10-077-0/+121
| | | | | | | | small and simplified proxy arp daemon. Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=8157
* Change the cache file to /var/db/dhcp_cacheDavid E. O'Brien1997-10-062-2/+3
| | | | | | | Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br> Notes: svn path=/head/; revision=8142
* Move the client cache file from /etc to /var/tmp (which survies a reboot).David E. O'Brien1997-10-061-4/+16
| | | | | | | I'm don't really care where under /var it lives, but I do want it out of /etc. Notes: svn path=/head/; revision=8136
* Update to use ports tcl 8.0 / tk 8.0:Chris Timmons1997-08-271-4/+4
| | | | | | | | | | | patch-af is new to adjust configure in order to find the tcl/tk config files. Also adjust patch-aa which didn't completely reflect the previous upgrade to scotty-2.1.6 (version numbers off-by-one.) Notes: svn path=/head/; revision=7709
* Update to use ports tcl 8.0 / tk 8.0.Chris Timmons1997-08-271-5/+5
| | | | Notes: svn path=/head/; revision=7708
* Update PLIST (there were no changes really, just they insist on usingGary Palmer1997-08-051-375/+375
| | | | | | | | | the version number in directory names *sigh*) Reminded by: The Portmeister Notes: svn path=/head/; revision=7482
* While I'm here, update to 2.1.6. No major changes, seems primarily toGary Palmer1997-08-053-14/+4
| | | | | | | be for support of TCL 8. patch-ac is now part of the dist. Notes: svn path=/head/; revision=7477
* Correct comment in headerGary Palmer1997-08-051-2/+2
| | | | Notes: svn path=/head/; revision=7476
* Update to version 2.0.2 released.David E. O'Brien1997-08-014-6/+6
| | | | | | | Permission from: brian@awfulhak.org Notes: svn path=/head/; revision=7457
* Upgrade to 2.4.1James FitzGibbon1997-07-052-7/+8
| | | | Notes: svn path=/head/; revision=7215
* Add newline to end of fileGary Palmer1997-07-054-4/+4
| | | | | | | Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu> Notes: svn path=/head/; revision=7214
* Upgrade to ucd-snmp 3.2, and make it work on -current.Bill Fenner1997-07-0312-152/+240
| | | | Notes: svn path=/head/; revision=7202
* Make this one stop asking questions.James FitzGibbon1997-07-021-6/+13
| | | | | | | Locked-in-a-room,bound,gagged,and-beaten-up-by: Satoshi Notes: svn path=/head/; revision=7192
* Mark this broken for -current. (Even Peter can't get it to work.)Satoshi Asami1997-07-024-4/+24
| | | | Notes: svn path=/head/; revision=7185
* Oops, specify the path to the arpwatch binary.Brian Somers1997-07-012-2/+2
| | | | Notes: svn path=/head/; revision=7165
* Patch and add arp2ethers & ethercodes.dat installation.Brian Somers1997-07-018-12/+78
| | | | | | | | | | | Suggested by: neil.long@materials.oxford.ac.uk (Neil J Long) Add etc/rc.d/arpwatch.sh Don't mention arp.dat as an "installed" file - we may want this after pkg_delete. Notes: svn path=/head/; revision=7151
* Import of a perl5 interface to UCD's SNMP libraryJames FitzGibbon1997-06-276-0/+80
| | | | Notes: svn path=/head/; revision=7085
* Install libsnmp.a into ${PREFIX}/libJames FitzGibbon1997-06-264-0/+72
| | | | | | | | | | Install SNMP headers into ${PREFIX}/include/snmp Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RRS Text Relocation errors. PR: ports/3880 Notes: svn path=/head/; revision=7080
* Upgrade to v2.3James FitzGibbon1997-06-162-5/+5
| | | | Notes: svn path=/head/; revision=6970
* Add perl5.004 to BUILD_DEPENDSJames FitzGibbon1997-06-131-2/+3
| | | | | | | Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=6915
* Let the port's Makefile compress the man pages.Masafumi Max NAKANE1997-05-307-52/+76
| | | | | | | | | Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp respectively. Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6639
* Part 6/6 of the update:Masafumi Max NAKANE1997-05-301-0/+1
| | | | | | | | | Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6638
* Part 5/6 of the update:Masafumi Max NAKANE1997-05-301-2/+10
| | | | | | | | | | | | | | | | | | | | | | Remove dhcpdb.bind file if changed dhcpdb.pool file. If dhcpdb.pool file is changed and dhcpdb.bind file is not matched to new pool file, dhcp server(dhcps) can not run with some errors like this. * dhcps in free(): warning: modified (chunk-) pointer. * dhcps[25591]: hash_ins() with client identifier failed in read_bind_db() I fixed start-up script to remove dhcpdb.bind file when dhcpdb.pool file is newer than dhcpdb.bind. Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6637
* Part 4/6 of update:Masafumi Max NAKANE1997-05-301-7/+8
| | | | | | | | | | | | Unlink /etc/resolv.conf before recreate new one. If /etc/resolv.conf is symbolic link file, dhcpc with -r option overwrite symfile. Then unlink it berfore recreate. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6636
* Part 3/6 of update:Masafumi Max NAKANE1997-05-301-2/+17
| | | | | | | | | | | Append description into pkg/DESCR file. o CHECK_SUM error problem under 2.1.x FreeBSD box. o dhcps need dhcpdb.relay file without using dhcpdb.relay. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6635
* Part 2/6 of update:Masafumi Max NAKANE1997-05-301-5/+15
| | | | | | | | | Append description of dhcpc.interface.pid file to man page. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6634
* Part 1/6 of update:Masafumi Max NAKANE1997-05-301-0/+11
| | | | | | | | | | | Fix manpage files about path of dhcpdb.bind file. The dhcpdb.bind file is in /var/db/ under FreeBSD, not in /etc. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6633
* Update to 2.0.2a1Bill Fenner1997-05-286-20/+22
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6604
* Version 3.0 is denoted by 300000 now.Satoshi Asami1997-05-182-2/+2
| | | | Notes: svn path=/head/; revision=6483
* Make the port not IS_INTERACTIVE if PACKAGE_BUILDINGBill Fenner1997-05-174-8/+20
| | | | Notes: svn path=/head/; revision=6475
* Fix slipup in CATEGORIESJames FitzGibbon1997-05-051-2/+2
| | | | Notes: svn path=/head/; revision=6406
* Import of RAToolSet, a policy analysis tool suite for the Internet Routing ↵James FitzGibbon1997-05-055-0/+77
| | | | | | | | | Registry. Requested-by: Poul-Henning Kamp <phk@dk.tfs.com> Notes: svn path=/head/; revision=6404
* Upgrade to v2.2James FitzGibbon1997-04-252-4/+4
| | | | Notes: svn path=/head/; revision=6297
* Not that it matters much, but delete empty line between BUILD_DEPENDSSatoshi Asami1997-04-211-2/+1
| | | | | | | and RUN_DEPENDS. Notes: svn path=/head/; revision=6257
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Import of the multi-router traffic grapher.James FitzGibbon1997-04-185-0/+78
| | | | Notes: svn path=/head/; revision=6236
* Change brian@awfulhak.demon.co.uk to brian@awfulhak.orgBrian Somers1997-04-134-8/+8
| | | | Notes: svn path=/head/; revision=6202
* Finish the update to wide-dhcp so that it compiles with theBrian Somers1997-04-042-0/+53
| | | | | | | | | | | | new interface stuff and if_var.h Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161 Notes: svn path=/head/; revision=6129
* Update wide-dhcp so that it compiles with the newBrian Somers1997-04-049-51/+310
| | | | | | | | | | | | interface stuff (and if_var.h). Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161 Notes: svn path=/head/; revision=6128
* Add install-man to INSTALL_TARGET rather than deal with it in post-installDavid E. O'Brien1997-03-302-4/+4
| | | | | | | target. Notes: svn path=/head/; revision=6073
* COMMENT should be one line and as short as possible and still be ableDavid E. O'Brien1997-03-304-8/+6
| | | | | | | | to convey information. Need to package compressed manpages Notes: svn path=/head/; revision=6072
* Style fixes:David E. O'Brien1997-03-302-10/+16
| | | | | | | | | | | * 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 Notes: svn path=/head/; revision=6071
* Import arpwatch version 2.0.1a1, a tool for monitoringBrian Somers1997-03-3012-0/+176
| | | | | | | | a network interface and maintaining a table of MAC addresses against IP numbers and host names. Notes: svn path=/head/; revision=6070
* Add .../bin/scottyPoul-Henning Kamp1997-03-212-1/+10
| | | | Notes: svn path=/head/; revision=5979
* Fix this so it will package. Also, instead of making "PLIST" fromSatoshi Asami1997-03-101-0/+393
| | | | | | | | | "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. Notes: svn path=/head/; revision=5928
* Fix this so it will package. Also, instead of making "PLIST" fromSatoshi Asami1997-03-101-5/+6
| | | | | | | | | "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. Notes: svn path=/head/; revision=5927
* Remember to change the Required line :)Gary Palmer1997-03-074-8/+8
| | | | Notes: svn path=/head/; revision=5905