aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3/files
Commit message (Collapse)AuthorAgeFilesLines
* If you attempt to send an ICMP echo to a host on the same ethernetMark Linimon2004-02-131-0/+17
| | | | | | | | | | | | | | | | | | | | | subnet, and that host is down/turned off, the Tnm::icmp echo command will fail rather than return an unreachable indication on some occasions. This is because the nmicmpd program will occasionally get an EHOSTDOWN error when doing a sendto() when the ARP entry resolution times out. This is a problem since this API can support a list of hosts to send traffic to, and a single error as described will abort the entire operation. (The reviewer claims that he could not duplicate the problem, but that the patch seems like a good idea anyway.) PR: ports/24940 Submitted by: Louis Mamakos <louie@transsys.com> Reviewed by: Stefan Eßer <se@FreeBSD.org> Notes: svn path=/head/; revision=100831
* Revert to previous revision: the white-space problem had already beenStefan Eßer2003-12-091-1/+1
| | | | | | | fixed in the commited version ... Notes: svn path=/head/; revision=95436
* Fix white-space problem in patch.Stefan Eßer2003-12-091-1/+1
| | | | Notes: svn path=/head/; revision=95435
* Fix incompatibility with tcl-8.4 (Undefined symbol "TclpCreateDirectory").Stefan Eßer2003-12-091-0/+20
| | | | | | | | Based on a patch posted to a tkined mail list by Erik Schoenfelder <schoenfr@gaertner.de>. Notes: svn path=/head/; revision=95434
* A number of changes and fixes:Mikhail Teterin2001-03-124-20/+137
| | | | | | | | | | | | | | | | | | | | . build with or without TK (triggered by the NO_X knob) . build against TCL-8.3 -- with or without stubs . fix some bugs in the core Scotty code -- most notably a bug in the icmp-command implementation, where an off-by-one error in the argument processing loop resulted in random crashes; all this fixes are grouped into a single file patch-fixes . make scotty executable itself as small as it needs to be Approved by: maintainer Perhaps, some day the security officer will tell me what _exactly_ is wrong with regular Scotty (this one is beta of the new version), and I'll be able to freshen that one up too and remove the FORBIDDEN. Notes: svn path=/head/; revision=39680
* Development versioin of scotty3 (after repo-copy).Jun Kuriyama2000-07-145-35/+61
| | | | Notes: svn path=/head/; revision=30598
* Update to version 2.1.10.Steve Price1999-12-232-11/+9
| | | | | | | | PR: 10806 Submitted by: Dima Sivachecko <dima@Chg.RU> Notes: svn path=/head/; revision=23945
* Update to scotty 2.1.9Poul-Henning Kamp1998-12-182-10/+12
| | | | Notes: svn path=/head/; revision=15418
* Force 'sharedlibextension' to .soSteve Price1998-06-042-19/+28
| | | | | | | | | PR: 6809 Noticed by: Edwin Culp <eculp@ver1.telmex.net.mx> Suggested by: se Notes: svn path=/head/; revision=11250
* Update the version number a place I hadn't noticed it before.Poul-Henning Kamp1998-03-101-4/+4
| | | | Notes: svn path=/head/; revision=10097
* Update to version 2.1.8.Poul-Henning Kamp1998-02-121-9/+0
| | | | | | | Obtained from: David Pennell <dpennell@xyplex.com> Notes: svn path=/head/; revision=9689
* 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
* 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
* While I'm here, update to 2.1.6. No major changes, seems primarily toGary Palmer1997-08-051-10/+0
| | | | | | | be for support of TCL 8. patch-ac is now part of the dist. Notes: svn path=/head/; revision=7477
* Add .../bin/scottyPoul-Henning Kamp1997-03-211-1/+9
| | | | Notes: svn path=/head/; revision=5979
* Improve the IP-discover application.Poul-Henning Kamp1997-03-063-82/+42
| | | | | | | | | Fix INADDR_LOOPBACK starvation. Don't react to pings that come back from another address than what we pinged. Notes: svn path=/head/; revision=5897
* Boldly venture into the realm of ports, abduct an old friend of minePoul-Henning Kamp1997-03-042-24/+69
| | | | | | | | | | 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. Notes: svn path=/head/; revision=5843
* Interface load graphs now inherit SNMP properties from object.Poul-Henning Kamp1997-03-031-0/+15
| | | | Notes: svn path=/head/; revision=5817
* A better attempt to correct the host/net byteorder problems.Poul-Henning Kamp1997-03-031-16/+20
| | | | Notes: svn path=/head/; revision=5810
* ntohl() missing on result from gethostbyname()Poul-Henning Kamp1997-03-011-0/+20
| | | | Notes: svn path=/head/; revision=5780
* upgrade to 2.1.3Eric L. Hernes1996-09-171-56/+30
| | | | Notes: svn path=/head/; revision=3796
* Upgrade to 2.0.2Gary Palmer1996-06-071-0/+58
Notes: svn path=/head/; revision=3176