summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2010-04-06 13:19:47 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2010-04-06 13:19:47 +0200
commit5ee53f495ce575208d0e20382ad68e56dae76d94 (patch)
treee27e8eb3b314fd8949f9b1061c2d92e4faaee6da
parent50f38532db1d0fcd318a0d5a5dd023f2ae4a9f4e (diff)
downloadtsnif-5ee53f495ce575208d0e20382ad68e56dae76d94.tar.gz
tsnif-5ee53f495ce575208d0e20382ad68e56dae76d94.tar.xz
tsnif-5ee53f495ce575208d0e20382ad68e56dae76d94.zip
README file, update spec file
-rw-r--r--README50
-rw-r--r--package/rpm/tsnif.spec1
2 files changed, 51 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7f6db5b
--- /dev/null
+++ b/README
@@ -0,0 +1,50 @@
+
+tsnif - terminal sniffer/logger/replayer
+-------------------------------------------------------------------------
+
+The tsnif project allows to trace,store and replay data of any terminal
+in the system (virtual, serial, pseudo terminals).
+
+Due to the way the terminal works, such a terminal trace provides complete
+information of what happened on the terminal screen. The tsnif project makes
+it possible to display (real time) or replay (from the trace log) this
+information.
+
+The tsnif project consist of
+- kernel patch adding the possibility to get the terminal data
+- user space utilities that process terminal data
+ 'tsnif' - real time display
+ 'tsnifd' - terminal tracer daemon (TBD)
+ 'tsnif-replay' - replayer of the terminal data
+
+The usage of eg. pseudo terminals in applications like ssh/telnet/X terminals,
+makes the tsnif project quite attractive. It could be obviously used for
+various purposes. One of the most sane usage could be ssh access session
+monitoring of some guarded server. Any action on such a server through
+the ssh is then documented and could be replayed.
+
+
+Installation
+-------------------------------------------------------------------------
+
+As this is an early stage of the project the build should be as easy as:
+
+autoconf
+./configure
+make
+
+
+Documentation
+-------------------------------------------------------------------------
+
+nope... source ;) should not be that bad...
+
+
+Author
+-------------------------------------------------------------------------
+This package is Copyright (C) 2010 Jiri Olsa, and is being distributed
+under the terms of the GPLv3 license.
+
+You can contact me by email at jolsa@redhat.com
+
+The tsnif homepage is http://people.redhat.com/jolsa/tsnif
diff --git a/package/rpm/tsnif.spec b/package/rpm/tsnif.spec
index 1357c59..0da0299 100644
--- a/package/rpm/tsnif.spec
+++ b/package/rpm/tsnif.spec
@@ -35,6 +35,7 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc README
%{_bindir}/tsnif
+%{_bindir}/tsnifd
%{_bindir}/tsnif-replay
%changelog