]> mj.ucw.cz Git - nwho.git/log
nwho.git
16 months agoMake the systemd service be ordered after autofs.service, so that it is ordered befor... master
Vojtěch Káně [Wed, 16 Nov 2022 15:09:42 +0000 (16:09 +0100)]
Make the systemd service be ordered after autofs.service, so that it is ordered before it during shutdown

2 years agoDebian: Released new package
Martin Mares [Fri, 28 Jan 2022 16:13:58 +0000 (17:13 +0100)]
Debian: Released new package

2 years agoDebian: Fixed service dependency on network
Pavel 'LEdoian' Turinsky [Wed, 12 Jan 2022 13:33:17 +0000 (14:33 +0100)]
Debian: Fixed service dependency on network

4 years agomake release: Reorganized my directory structure
Martin Mares [Sun, 29 Mar 2020 20:47:27 +0000 (22:47 +0200)]
make release: Reorganized my directory structure

5 years agoFixup for the previous commit
Martin Mares [Sun, 4 Nov 2018 14:00:39 +0000 (15:00 +0100)]
Fixup for the previous commit

5 years agoFixed systemd service in server mode
Martin Mares [Sun, 4 Nov 2018 13:55:12 +0000 (14:55 +0100)]
Fixed systemd service in server mode

6 years agoReleased as version 1.15
Martin Mares [Thu, 15 Feb 2018 17:04:05 +0000 (18:04 +0100)]
Released as version 1.15

6 years agoImplemented non-daemonizing mode
Martin Mares [Thu, 15 Feb 2018 17:03:33 +0000 (18:03 +0100)]
Implemented non-daemonizing mode

6 years agoDebian: Packaging for Stretch
Martin Mares [Thu, 15 Feb 2018 17:00:51 +0000 (18:00 +0100)]
Debian: Packaging for Stretch

8 years agoReleased as 1.14. v1.14
Martin Mares [Fri, 9 Oct 2015 12:39:38 +0000 (14:39 +0200)]
Released as 1.14.

8 years agonwhod: Fixed an initialization bug in make_pkt()
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 :)

13 years agoDebian: Fixed Default-Start
Martin Mares [Tue, 5 Apr 2011 13:18:03 +0000 (15:18 +0200)]
Debian: Fixed Default-Start

13 years agoAdded a reminder
Martin Mares [Fri, 31 Dec 2010 16:51:42 +0000 (17:51 +0100)]
Added a reminder

13 years agoFixed bug in release machinery v1.13
Martin Mares [Fri, 31 Dec 2010 16:44:33 +0000 (17:44 +0100)]
Fixed bug in release machinery

13 years agoAdded release target
Martin Mares [Fri, 31 Dec 2010 16:44:43 +0000 (17:44 +0100)]
Added release target

13 years agoMore work on bringing the Debian packaging up to date
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.

13 years agoWill release as version 1.13
Martin Mares [Fri, 31 Dec 2010 16:28:18 +0000 (17:28 +0100)]
Will release as version 1.13

13 years agoUpdated Debian packaging
Martin Mares [Fri, 31 Dec 2010 16:28:12 +0000 (17:28 +0100)]
Updated Debian packaging

13 years agomake install: updated state directory name
Martin Mares [Fri, 31 Dec 2010 16:25:02 +0000 (17:25 +0100)]
make install: updated state directory name

13 years agonwho: Output is now sorted as specified by command-line options
Martin Mares [Fri, 31 Dec 2010 16:18:37 +0000 (17:18 +0100)]
nwho: Output is now sorted as specified by command-line options

13 years agoLet nwho buffer all data in memory before printing it out
Martin Mares [Fri, 31 Dec 2010 16:06:36 +0000 (17:06 +0100)]
Let nwho buffer all data in memory before printing it out

13 years agoTurn on C99 and extra warnings
Martin Mares [Fri, 31 Dec 2010 15:59:13 +0000 (16:59 +0100)]
Turn on C99 and extra warnings

13 years agoLet die() be shared between nwho and nwhod
Martin Mares [Fri, 31 Dec 2010 15:56:08 +0000 (16:56 +0100)]
Let die() be shared between nwho and nwhod

13 years agoMore nwho_pkt_size()
Martin Mares [Fri, 31 Dec 2010 15:55:29 +0000 (16:55 +0100)]
More nwho_pkt_size()

13 years agoMoved calculation of packet size to an extra function
Martin Mares [Fri, 31 Dec 2010 15:52:57 +0000 (16:52 +0100)]
Moved calculation of packet size to an extra function

13 years agoImplemented --version
Martin Mares [Fri, 31 Dec 2010 15:38:25 +0000 (16:38 +0100)]
Implemented --version

13 years agoRenamed net.h to nwho.h
Martin Mares [Fri, 31 Dec 2010 15:35:00 +0000 (16:35 +0100)]
Renamed net.h to nwho.h

13 years agoMoved gethostname() before fork()
Martin Mares [Fri, 31 Dec 2010 15:30:39 +0000 (16:30 +0100)]
Moved gethostname() before fork()

13 years agoLet save_pkt() calculates the packet length internally
Martin Mares [Fri, 31 Dec 2010 15:28:47 +0000 (16:28 +0100)]
Let save_pkt() calculates the packet length internally

13 years agoCleaned up parsing of packets
Martin Mares [Fri, 31 Dec 2010 15:27:09 +0000 (16:27 +0100)]
Cleaned up parsing of packets

13 years agoAvoid (quite improbable) buffer overflow
Martin Mares [Fri, 31 Dec 2010 15:19:25 +0000 (16:19 +0100)]
Avoid (quite improbable) buffer overflow

13 years agoFixed calculation of idle time (only atime should be used)
Martin Mares [Fri, 31 Dec 2010 15:18:00 +0000 (16:18 +0100)]
Fixed calculation of idle time (only atime should be used)

13 years agoBetter network error messages
Martin Mares [Fri, 31 Dec 2010 15:13:05 +0000 (16:13 +0100)]
Better network error messages

13 years agogethostbyname() does not set errno
Martin Mares [Fri, 31 Dec 2010 15:10:40 +0000 (16:10 +0100)]
gethostbyname() does not set errno

13 years agoMoved fork after initialization
Martin Mares [Fri, 31 Dec 2010 15:09:49 +0000 (16:09 +0100)]
Moved fork after initialization

This way, errors are reported properly.

13 years agoKilled another reference to <asm/types.h>
Martin Mares [Fri, 31 Dec 2010 15:05:58 +0000 (16:05 +0100)]
Killed another reference to <asm/types.h>

13 years agoUse socklen_t properly
Martin Mares [Fri, 31 Dec 2010 15:05:04 +0000 (16:05 +0100)]
Use socklen_t properly

Squashes a compiler warning about different signedness.

13 years agoRenamed rywho_pkt to nwho_pkt
Martin Mares [Fri, 31 Dec 2010 15:03:50 +0000 (16:03 +0100)]
Renamed rywho_pkt to nwho_pkt

13 years agoFixed an outdated reference to ywho in LSM
Martin Mares [Fri, 31 Dec 2010 15:03:28 +0000 (16:03 +0100)]
Fixed an outdated reference to ywho in LSM

13 years agoRemoved license comments, it is sufficient to mention GPL in README
Martin Mares [Fri, 31 Dec 2010 15:02:15 +0000 (16:02 +0100)]
Removed license comments, it is sufficient to mention GPL in README

13 years agoUpdated copyright year
Martin Mares [Fri, 31 Dec 2010 15:01:31 +0000 (16:01 +0100)]
Updated copyright year

13 years agoUse <inttypes.h> instead of <asm/types.h>
Martin Mares [Fri, 31 Dec 2010 15:00:34 +0000 (16:00 +0100)]
Use <inttypes.h> instead of <asm/types.h>

21 years agoAdded missing htons(), released as 1.12.
Martin Mares [Wed, 6 Nov 2002 15:47:10 +0000 (15:47 +0000)]
Added missing htons(), released as 1.12.

21 years agoOops.
Martin Mares [Fri, 4 Oct 2002 12:22:58 +0000 (12:22 +0000)]
Oops.

21 years agoRemember down servers for some time.
Martin Mares [Fri, 4 Oct 2002 11:54:41 +0000 (11:54 +0000)]
Remember down servers for some time.

21 years agoUpdated debian package.
Martin Mares [Fri, 5 Jul 2002 23:17:09 +0000 (23:17 +0000)]
Updated debian package.

21 years agoAdded a LSM.
Martin Mares [Fri, 5 Jul 2002 23:14:00 +0000 (23:14 +0000)]
Added a LSM.

21 years agoReleased as version 1.10.
Martin Mares [Fri, 5 Jul 2002 23:12:44 +0000 (23:12 +0000)]
Released as version 1.10.

22 years ago... and updated ChangeLog.
Martin Mares [Fri, 22 Mar 2002 21:16:32 +0000 (21:16 +0000)]
... and updated ChangeLog.

22 years agoFinished the package.
Martin Mares [Fri, 22 Mar 2002 21:16:15 +0000 (21:16 +0000)]
Finished the package.

Added proper daemonization code.

22 years agoSplit ywho and nwho.
Martin Mares [Fri, 22 Mar 2002 20:20:16 +0000 (20:20 +0000)]
Split ywho and nwho.

23 years agoDebian changelog fix...
Martin Mares [Wed, 7 Feb 2001 16:58:12 +0000 (16:58 +0000)]
Debian changelog fix...

23 years agoSee changelogs...
Martin Mares [Tue, 6 Feb 2001 20:34:51 +0000 (20:34 +0000)]
See changelogs...

25 years agoAdded coupla lines of docs.
Martin Mares [Sun, 28 Mar 1999 22:01:51 +0000 (22:01 +0000)]
Added coupla lines of docs.

25 years agoAdded distribution rules.
Martin Mares [Sun, 28 Mar 1999 20:57:39 +0000 (20:57 +0000)]
Added distribution rules.

25 years agoMiscellaneous fixes from patrol and short.
Martin Mares [Sun, 28 Mar 1999 20:52:02 +0000 (20:52 +0000)]
Miscellaneous fixes from patrol and short.

25 years agoDebianized...
Martin Mares [Fri, 8 Jan 1999 13:51:52 +0000 (13:51 +0000)]
Debianized...

25 years agoGlibc portability checks.
Martin Mares [Fri, 8 Jan 1999 13:43:24 +0000 (13:43 +0000)]
Glibc portability checks.

26 years agoOops, forgot to commit recent changes...
Martin Mares [Tue, 18 Nov 1997 10:35:02 +0000 (10:35 +0000)]
Oops, forgot to commit recent changes...

26 years agoAlso showing number of logged-in users in nuptime.
Martin Mares [Tue, 30 Sep 1997 14:57:09 +0000 (14:57 +0000)]
Also showing number of logged-in users in nuptime.

26 years agoFixed a buglet.
Martin Mares [Tue, 30 Sep 1997 14:53:14 +0000 (14:53 +0000)]
Fixed a buglet.

26 years agoIntroduced the nwho service.
Martin Mares [Sat, 27 Sep 1997 11:34:41 +0000 (11:34 +0000)]
Introduced the nwho service.

26 years agoInitial revision
Martin Mares [Fri, 26 Sep 1997 20:25:30 +0000 (20:25 +0000)]
Initial revision