]> mj.ucw.cz Git - nwho.git/blob - ChangeLog
Moved calculation of packet size to an extra function
[nwho.git] / ChangeLog
1 2002-11-06  Martin Mares  <mj@ucw.cz>
2
3         * nwhod.c (net_init): Added missing htons() on port number.
4
5         * Released as version 1.12 (note that this version is incompatible
6         with 1.11 and 1.10 peers as they use the wrong port number unless
7         they run on big-endian machines).
8
9 2002-10-04  Martin Mares  <mj@ucw.cz>
10
11         * When a server stops responding, keep its record for a longer
12         time, but report the server as down. DEFAULT_DOWN_TIME and
13         DEFAULT_DEAD_TIME in net.h control the parameters. Requested
14         by Pavel Troller <patrol@sinus.cz>.
15
16         * Released as version 1.11.
17
18 2002-07-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
19
20         * Makefile: Split ywho and nwho. Released as version 1.10.
21
22 2002-03-22  Martin Mares  <mj@ucw.cz>
23
24         * nwhod.c: Use a hard-coded port number instead of pondering on /etc/services.
25
26         * nwhod.c: Added proper daemonization.
27
28 2002-03-22  Martin Mares  <mj@ucw.cz>
29
30         * Split ywho and nwho.
31
32         * net.h: State is now kept in /var/state/nwho.
33
34 2001-02-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
35
36         * Released as version 1.9.
37
38         * ywho.c: Killed a Y2K bug. Lots of cosmetic changes.
39         (readutmp): Better formatting of tty names.
40
41         * nwho.c, nwhod.c, net.h: Pass longer tty names. Unfortunately
42         this required a change of packet format, hence addition of magic
43         numbers at the start of the packet.
44
45 Sun Mar 28 22:39:37 1999  Martin Mares  <mj@albireo.ucw.cz>
46
47         * ywho.c: Miscellaneous fixes based on bug reports and patch
48         fragments by Jan Kratochvil <short@ucw.cz> and Pavel Troller
49         <patrol@sinus.cz>. These include support for glibc wide utmp
50         records, dynamic listing sizing, /dev/pts, all-kernel-versions
51         CPU type formatter and several minor fixes not worth mentioning.
52
53 Fri Oct  2 23:33:13 1998  Martin Mares  <mj@albireo.ucw.cz>
54
55         * ywho.c (readutmp): Idle time should be based on atime.
56
57 Fri Oct 17 18:14:18 1997  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
58
59         * nwho.c (show_users): Problems with long user names hopefully gone.
60
61 Tue Sep 30 16:52:44 1997  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
62
63         * nwho.c (scan): <= instead of < was causing invalid messages
64         about invalid records.
65         (show_uptime): Also shows number of users logged in.
66
67 Fri Sep 26 23:45:57 1997  Martin Mares  <mj@albireo.mj.gts.cz>
68
69         * Added nwhod, nwho and nuptime. Released as version 1.8.
70
71 Ancient history:
72
73  *      1.3 (16-09-96) - idle derived from atime instead of mtime.
74  *                     - displaying of current command fixed.
75  *      1.4 (09-05-97) - "mesg n" state now based on group write
76  *      1.5 (13-07-97) - correctly parses 2.1.X /proc/meminfo
77  *                     - source re-indented
78  *                     - fixed zombie detector
79  *                     - changed rules for kilo/mega/gigabyte printing
80  *      1.6 (29-07-97) - ignores unprintable characters in process cmdlines.
81  *      1.7 (01-09-97) - added missing newline in zombie detector.