1 2002-07-06 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
3 * Makefile: Split ywho and nwho. Released as version 1.10.
5 2002-03-22 Martin Mares <mj@ucw.cz>
7 * nwhod.c: Use a hard-coded port number instead of pondering on /etc/services.
9 * nwhod.c: Added proper daemonization.
11 2002-03-22 Martin Mares <mj@ucw.cz>
13 * Split ywho and nwho.
15 * net.h: State is now kept in /var/state/nwho.
17 2001-02-06 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
19 * Released as version 1.9.
21 * ywho.c: Killed a Y2K bug. Lots of cosmetic changes.
22 (readutmp): Better formatting of tty names.
24 * nwho.c, nwhod.c, net.h: Pass longer tty names. Unfortunately
25 this required a change of packet format, hence addition of magic
26 numbers at the start of the packet.
28 Sun Mar 28 22:39:37 1999 Martin Mares <mj@albireo.ucw.cz>
30 * ywho.c: Miscellaneous fixes based on bug reports and patch
31 fragments by Jan Kratochvil <short@ucw.cz> and Pavel Troller
32 <patrol@sinus.cz>. These include support for glibc wide utmp
33 records, dynamic listing sizing, /dev/pts, all-kernel-versions
34 CPU type formatter and several minor fixes not worth mentioning.
36 Fri Oct 2 23:33:13 1998 Martin Mares <mj@albireo.ucw.cz>
38 * ywho.c (readutmp): Idle time should be based on atime.
40 Fri Oct 17 18:14:18 1997 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
42 * nwho.c (show_users): Problems with long user names hopefully gone.
44 Tue Sep 30 16:52:44 1997 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
46 * nwho.c (scan): <= instead of < was causing invalid messages
47 about invalid records.
48 (show_uptime): Also shows number of users logged in.
50 Fri Sep 26 23:45:57 1997 Martin Mares <mj@albireo.mj.gts.cz>
52 * Added nwhod, nwho and nuptime. Released as version 1.8.
56 * 1.3 (16-09-96) - idle derived from atime instead of mtime.
57 * - displaying of current command fixed.
58 * 1.4 (09-05-97) - "mesg n" state now based on group write
59 * 1.5 (13-07-97) - correctly parses 2.1.X /proc/meminfo
60 * - source re-indented
61 * - fixed zombie detector
62 * - changed rules for kilo/mega/gigabyte printing
63 * 1.6 (29-07-97) - ignores unprintable characters in process cmdlines.
64 * 1.7 (01-09-97) - added missing newline in zombie detector.