summaryrefslogtreecommitdiffstats
path: root/term-utils/wall.c
Commit message (Expand)AuthorAgeFilesLines
* Remove isascii usageRosen Penev2019-08-081-1/+2
* wall: make sure ut_line is not emptyKarel Zak2019-06-061-4/+6
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* hardlink, wall: fix variable shadowingSami Kerola2019-02-181-6/+6
* wall: remove unnecessary warningKarel Zak2019-02-141-1/+0Star
* wall: make sure line is zero terminatedKarel Zak2018-10-031-1/+1
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* wall: don't use gid_t when allocate grounps arrayKarel Zak2017-06-141-1/+1
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* wall: fix OSX getgrouplist, gid_t* vs int*Karel Zak2017-06-141-1/+7
* wall: make sure with not referencing a null pointerKarel Zak2017-05-291-0/+3
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-6/+6
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* wall: remove unnecessary includeKarel Zak2016-12-081-1/+0Star
* login-utils: switch to utmpx.hRuediger Meier2016-12-071-4/+4
* wall: check -g GIDKarel Zak2016-12-021-1/+7
* wall: add --group optionJim Patterson2016-12-021-1/+75
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-071-2/+2
* wall: do not use a temporary file.Karel Zak2015-04-031-36/+80
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* Revert "wall: wrap message header when it exceeds 79 characters"Karel Zak2014-07-291-6/+1Star
* wall: wrap message header when it exceeds 79 charactersSami Kerola2014-07-281-1/+6
* wall: add fallback for failed sysconf()Karel Zak2014-07-171-0/+3
* wall: replace magic number by named valueSami Kerola2014-05-121-7/+8
* include/carefulputc: cleanup and add fputs_{quoted,nonblank}()Karel Zak2014-04-031-1/+1
* last, utmpdump, agetty, wall, write: avoid compatibility hacksSami Kerola2013-08-291-1/+1
* wall: line wrap at column 79 also when line has tab charsSami Kerola2013-08-291-0/+2
* wall: sync usage() with howto-usage-function.txtSami Kerola2013-08-291-11/+10Star
* wall: send message also to sessions opened by user 'sleeper'Sami Kerola2013-08-291-4/+1Star
* include: carefulput: print determined char when unprintable char is foundSami Kerola2013-08-231-1/+1
* wall: make banner sysvinit compatibleKarel Zak2013-08-131-16/+18
* wall: allow to specify <message> on command lineKarel Zak2013-08-131-31/+60
* various: fix variable and function declarations [smatch scan]Sami Kerola2013-04-091-5/+5
* wall: use xgethostname()Sami Kerola2013-03-041-4/+3Star
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* translation: unify file open error messagesSami Kerola2012-07-161-1/+1
* translation: unify stat error messagesSami Kerola2012-07-161-1/+1
* build: fix redundant redeclaration warningsSami Kerola2012-06-111-1/+0Star
* fileutils: xmkstemp() interface changeDave Reisner2012-06-021-1/+1
* include/c: move fallback for MAXHOSTNAMELEN to c.hKarel Zak2012-05-291-8/+0Star
* term-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-2/+2
* term-utils: verify writing to streams was successfulSami Kerola2012-04-041-1/+4
* fileutils: differentiate xmkstemp and xfmkstempSami Kerola2012-03-181-1/+1
* wall: use xmkstemp for temporary fileSami Kerola2012-03-181-14/+5Star
* wall: cleanup usage()Karel Zak2011-08-161-7/+8
* wall: cleanup mbufsize usageKarel Zak2011-04-121-7/+5Star
* wall: support --timeout switchSami Kerola2011-04-121-2/+11