]> mj.ucw.cz Git - ywho.git/blobdiff - ChangeLog
Bugfix.
[ywho.git] / ChangeLog
index 779e9935616ee048325f48ad0a0cb67030236ac2..ba3e1d98502247cc5b49fc727f7de1c9c593a88c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2003-01-13  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
+
+       * Released as version 1.11.
+
+       * ywho.c (LEFTSIZE): Forgot the old value of this constant when
+       changing design, causing incorrect truncation of long command lines.
+
+2002-07-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
+
+       * Released as version 1.10.
+
+       * ywho.c (solve): Rewritten the logic for determining commands
+       run by users. Session ID's are no longer honored as they change
+       within a single login session if you use some configurations of
+       GNU screen or OpenSSH with privilege separation. Now we use one
+       of maximum depth leaves in the process tree rooted at the login
+       process mentioned in utmp. Also, cleaned up rest of the solving
+       function, so it's less hairy.
+
+       * ywho.c: Renamed "usr" fields to "uid" and some other cleanups.
+
+       * ywho.c (readproc): Avoid using uninitialized memory if reading
+       of process status fails.
+
+       * ywho.c: Sanitized debugging dumps.
+
+2002-07-05  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
+
+       * ywho.c (readproc): Record names of swapped-out processes as well.
+
+       * Split the package to ywho and nwho.
+
+2001-02-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
+
+       * Released as version 1.9.
+
+       * ywho.c: Killed a Y2K bug. Lots of cosmetic changes.
+       (readutmp): Better formatting of tty names.
+
+       * nwho.c, nwhod.c, net.h: Pass longer tty names. Unfortunately
+       this required a change of packet format, hence addition of magic
+       numbers at the start of the packet.
+
 Sun Mar 28 22:39:37 1999  Martin Mares  <mj@albireo.ucw.cz>
 
        * ywho.c: Miscellaneous fixes based on bug reports and patch