]>
mj.ucw.cz Git - nwho.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Martin Mares [Fri, 9 Oct 2015 12:39:38 +0000 (14:39 +0200)]
Released as 1.14.
Martin Mares [Fri, 9 Oct 2015 12:37:55 +0000 (14:37 +0200)]
nwhod: Fixed an initialization bug in make_pkt()
Thanks to GCC warnings :)
Martin Mares [Tue, 5 Apr 2011 13:18:03 +0000 (15:18 +0200)]
Debian: Fixed Default-Start
Martin Mares [Fri, 31 Dec 2010 16:51:42 +0000 (17:51 +0100)]
Added a reminder
Martin Mares [Fri, 31 Dec 2010 16:44:33 +0000 (17:44 +0100)]
Fixed bug in release machinery
Martin Mares [Fri, 31 Dec 2010 16:44:43 +0000 (17:44 +0100)]
Added release target
Martin Mares [Fri, 31 Dec 2010 16:43:03 +0000 (17:43 +0100)]
More work on bringing the Debian packaging up to date
Revived default file and init script which got lost in the process
of repository conversions somehow.
Martin Mares [Fri, 31 Dec 2010 16:28:18 +0000 (17:28 +0100)]
Will release as version 1.13
Martin Mares [Fri, 31 Dec 2010 16:28:12 +0000 (17:28 +0100)]
Updated Debian packaging
Martin Mares [Fri, 31 Dec 2010 16:25:02 +0000 (17:25 +0100)]
make install: updated state directory name
Martin Mares [Fri, 31 Dec 2010 16:18:37 +0000 (17:18 +0100)]
nwho: Output is now sorted as specified by command-line options
Martin Mares [Fri, 31 Dec 2010 16:06:36 +0000 (17:06 +0100)]
Let nwho buffer all data in memory before printing it out
Martin Mares [Fri, 31 Dec 2010 15:59:13 +0000 (16:59 +0100)]
Turn on C99 and extra warnings
Martin Mares [Fri, 31 Dec 2010 15:56:08 +0000 (16:56 +0100)]
Let die() be shared between nwho and nwhod
Martin Mares [Fri, 31 Dec 2010 15:55:29 +0000 (16:55 +0100)]
More nwho_pkt_size()
Martin Mares [Fri, 31 Dec 2010 15:52:57 +0000 (16:52 +0100)]
Moved calculation of packet size to an extra function
Martin Mares [Fri, 31 Dec 2010 15:38:25 +0000 (16:38 +0100)]
Implemented --version
Martin Mares [Fri, 31 Dec 2010 15:35:00 +0000 (16:35 +0100)]
Renamed net.h to nwho.h
Martin Mares [Fri, 31 Dec 2010 15:30:39 +0000 (16:30 +0100)]
Moved gethostname() before fork()
Martin Mares [Fri, 31 Dec 2010 15:28:47 +0000 (16:28 +0100)]
Let save_pkt() calculates the packet length internally
Martin Mares [Fri, 31 Dec 2010 15:27:09 +0000 (16:27 +0100)]
Cleaned up parsing of packets
Martin Mares [Fri, 31 Dec 2010 15:19:25 +0000 (16:19 +0100)]
Avoid (quite improbable) buffer overflow
Martin Mares [Fri, 31 Dec 2010 15:18:00 +0000 (16:18 +0100)]
Fixed calculation of idle time (only atime should be used)
Martin Mares [Fri, 31 Dec 2010 15:13:05 +0000 (16:13 +0100)]
Better network error messages
Martin Mares [Fri, 31 Dec 2010 15:10:40 +0000 (16:10 +0100)]
gethostbyname() does not set errno
Martin Mares [Fri, 31 Dec 2010 15:09:49 +0000 (16:09 +0100)]
Moved fork after initialization
This way, errors are reported properly.
Martin Mares [Fri, 31 Dec 2010 15:05:58 +0000 (16:05 +0100)]
Killed another reference to <asm/types.h>
Martin Mares [Fri, 31 Dec 2010 15:05:04 +0000 (16:05 +0100)]
Use socklen_t properly
Squashes a compiler warning about different signedness.
Martin Mares [Fri, 31 Dec 2010 15:03:50 +0000 (16:03 +0100)]
Renamed rywho_pkt to nwho_pkt
Martin Mares [Fri, 31 Dec 2010 15:03:28 +0000 (16:03 +0100)]
Fixed an outdated reference to ywho in LSM
Martin Mares [Fri, 31 Dec 2010 15:02:15 +0000 (16:02 +0100)]
Removed license comments, it is sufficient to mention GPL in README
Martin Mares [Fri, 31 Dec 2010 15:01:31 +0000 (16:01 +0100)]
Updated copyright year
Martin Mares [Fri, 31 Dec 2010 15:00:34 +0000 (16:00 +0100)]
Use <inttypes.h> instead of <asm/types.h>
Martin Mares [Wed, 6 Nov 2002 15:47:10 +0000 (15:47 +0000)]
Added missing htons(), released as 1.12.
Martin Mares [Fri, 4 Oct 2002 12:22:58 +0000 (12:22 +0000)]
Oops.
Martin Mares [Fri, 4 Oct 2002 11:54:41 +0000 (11:54 +0000)]
Remember down servers for some time.
Martin Mares [Fri, 5 Jul 2002 23:17:09 +0000 (23:17 +0000)]
Updated debian package.
Martin Mares [Fri, 5 Jul 2002 23:14:00 +0000 (23:14 +0000)]
Added a LSM.
Martin Mares [Fri, 5 Jul 2002 23:12:44 +0000 (23:12 +0000)]
Released as version 1.10.
Martin Mares [Fri, 22 Mar 2002 21:16:32 +0000 (21:16 +0000)]
... and updated ChangeLog.
Martin Mares [Fri, 22 Mar 2002 21:16:15 +0000 (21:16 +0000)]
Finished the package.
Added proper daemonization code.
Martin Mares [Fri, 22 Mar 2002 20:20:16 +0000 (20:20 +0000)]
Split ywho and nwho.
Martin Mares [Wed, 7 Feb 2001 16:58:12 +0000 (16:58 +0000)]
Debian changelog fix...
Martin Mares [Tue, 6 Feb 2001 20:34:51 +0000 (20:34 +0000)]
See changelogs...
Martin Mares [Sun, 28 Mar 1999 22:01:51 +0000 (22:01 +0000)]
Added coupla lines of docs.
Martin Mares [Sun, 28 Mar 1999 20:57:39 +0000 (20:57 +0000)]
Added distribution rules.
Martin Mares [Sun, 28 Mar 1999 20:52:02 +0000 (20:52 +0000)]
Miscellaneous fixes from patrol and short.
Martin Mares [Fri, 8 Jan 1999 13:51:52 +0000 (13:51 +0000)]
Debianized...
Martin Mares [Fri, 8 Jan 1999 13:43:24 +0000 (13:43 +0000)]
Glibc portability checks.
Martin Mares [Tue, 18 Nov 1997 10:35:02 +0000 (10:35 +0000)]
Oops, forgot to commit recent changes...
Martin Mares [Tue, 30 Sep 1997 14:57:09 +0000 (14:57 +0000)]
Also showing number of logged-in users in nuptime.
Martin Mares [Tue, 30 Sep 1997 14:53:14 +0000 (14:53 +0000)]
Fixed a buglet.
Martin Mares [Sat, 27 Sep 1997 11:34:41 +0000 (11:34 +0000)]
Introduced the nwho service.
Martin Mares [Fri, 26 Sep 1997 20:25:30 +0000 (20:25 +0000)]
Initial revision