]> ruderich.org/simon Gitweb - wall-notify/wall-notify.git/log
wall-notify/wall-notify.git
9 years agofix -m option
Simon Ruderich [Sat, 17 May 2014 21:16:32 +0000 (23:16 +0200)]
fix -m option

9 years agoadd man page
Simon Ruderich [Sat, 17 May 2014 21:02:50 +0000 (23:02 +0200)]
add man page

9 years agofix indentation
Simon Ruderich [Sat, 17 May 2014 20:40:40 +0000 (22:40 +0200)]
fix indentation

9 years agoadd option -m to allow wall messages from normal users
Simon Ruderich [Sat, 17 May 2014 20:40:02 +0000 (22:40 +0200)]
add option -m to allow wall messages from normal users

Per default only messages from root are allowed.

9 years agouse getopt() to parse options
Simon Ruderich [Sat, 17 May 2014 20:30:38 +0000 (22:30 +0200)]
use getopt() to parse options

9 years agoREADME: add setgid utmp instructions
Simon Ruderich [Sat, 17 May 2014 19:32:25 +0000 (21:32 +0200)]
README: add setgid utmp instructions

9 years agofix -X option
Simon Ruderich [Fri, 16 May 2014 23:39:48 +0000 (01:39 +0200)]
fix -X option

"-X" was passed as first argument to execvp() instead of the program
name.

9 years agouse -X command line option to enable X11 support
Simon Ruderich [Thu, 15 May 2014 16:56:15 +0000 (18:56 +0200)]
use -X command line option to enable X11 support

9 years agodrop privileges when running as group utmp
Simon Ruderich [Thu, 15 May 2014 16:48:20 +0000 (18:48 +0200)]
drop privileges when running as group utmp

9 years agoexit if the current X11 session terminates
Simon Ruderich [Thu, 15 May 2014 16:37:25 +0000 (18:37 +0200)]
exit if the current X11 session terminates

9 years agocleanup argv passing to notification program
Simon Ruderich [Tue, 13 May 2014 23:04:56 +0000 (01:04 +0200)]
cleanup argv passing to notification program

9 years agomove usage display to separate function
Simon Ruderich [Tue, 13 May 2014 21:39:30 +0000 (23:39 +0200)]
move usage display to separate function

9 years agoconfigure.ac: remove AM_PROG_AR
Simon Ruderich [Mon, 12 May 2014 05:35:23 +0000 (07:35 +0200)]
configure.ac: remove AM_PROG_AR

Unused.

9 years agoREADME: mention missing support for OpenBSD
Simon Ruderich [Sun, 11 May 2014 15:32:14 +0000 (17:32 +0200)]
README: mention missing support for OpenBSD

9 years agofix login()/logout() on FreeBSD
Simon Ruderich [Sun, 11 May 2014 13:20:52 +0000 (15:20 +0200)]
fix login()/logout() on FreeBSD

9 years agouse double-fork for notification processes
Simon Ruderich [Sun, 11 May 2014 12:52:49 +0000 (14:52 +0200)]
use double-fork for notification processes

9 years agocontrol/message.sh: add
Simon Ruderich [Sun, 11 May 2014 14:27:15 +0000 (16:27 +0200)]
control/message.sh: add

9 years agoretrieve the full message with select(2)
Simon Ruderich [Sun, 11 May 2014 14:20:16 +0000 (16:20 +0200)]
retrieve the full message with select(2)

9 years agoREADME: fix typo in usage example
Simon Ruderich [Sun, 11 May 2014 13:21:40 +0000 (15:21 +0200)]
README: fix typo in usage example

9 years agoinitial commit
Simon Ruderich [Sun, 11 May 2014 11:57:16 +0000 (13:57 +0200)]
initial commit

First working version.