summaryrefslogtreecommitdiffstats
path: root/qarsh.spec
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2006-08-03 14:48:40 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:46 -0400
commitd1b5e0346ac271397d4d1df2417c3378f46ef4cb (patch)
treec2a2dde809428605f4cafaa604483feec1f49df8 /qarsh.spec
parentc750cf3977831da3646bbfa0085147c27f4422ce (diff)
downloadqarsh-d1b5e0346ac271397d4d1df2417c3378f46ef4cb.tar.gz
qarsh-d1b5e0346ac271397d4d1df2417c3378f46ef4cb.tar.xz
qarsh-d1b5e0346ac271397d4d1df2417c3378f46ef4cb.zip
Add cookies to the heartbeat packet for added safety.v1.10-1
Two factors forced this change. 1. ports were being re-used so quickly that we could get lingering packets from past hosts when getting the btime for a new host. 2. We can't control which IP a btime response is sent from if a system has more than one interface. Adding a cookie allows us to know that a response came from whom we sent it.
Diffstat (limited to 'qarsh.spec')
-rw-r--r--qarsh.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/qarsh.spec b/qarsh.spec
index 21a0105..da03625 100644
--- a/qarsh.spec
+++ b/qarsh.spec
@@ -1,7 +1,7 @@
Summary: QA Remote Shell
Name: qarsh
-Version: 1.9
-Release: 2
+Version: 1.10
+Release: 1
Group: QA
License: GPL
Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -67,6 +67,9 @@ fi
%config /etc/xinetd.d/btimed
%changelog
+* Thu Aug 03 2006 Nathan Straz <nstraz@redhat.com> 1.10-1
+- Add cookies to the heartbeat packet.
+
* Thu Jun 08 2006 1.9-2
- Add some debugging messages to find the mysterious client rebooted bug.