History log of /netbsd/libexec/talkd/announce.c (Results 1 – 25 of 25)
Revision Date Author Comments
# 7056a591 16-Mar-2009 lukem <lukem@NetBSD.org>

fix WARNS=4 issues (const & type mismatches)


# 46067dc3 16-Mar-2009 lukem <lukem@NetBSD.org>

ANSI KNF


# c6b94776 04-Mar-2008 dholland <dholland@NetBSD.org>

'struct timezone' belongs in the dustbin of history.


# 769bcbf9 04-Mar-2008 dholland <dholland@NetBSD.org>

fix typo in comment


# 8e6ab883 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.


# 39d6020d 22-Apr-2003 itojun <itojun@NetBSD.org>

backout 1.18 and 1.19


# e2d8f394 22-Apr-2003 itojun <itojun@NetBSD.org>

free vis_user


# 75050608 22-Apr-2003 itojun <itojun@NetBSD.org>

malloc vis_user (why 1.6 branch has the fix already?)


# b39cb313 20-Nov-2002 itojun <itojun@NetBSD.org>

verify strvis() buffer length is enough. make sure string termination before
use. remove extra ntohs() which is not needed. from Charles Blundell


# d80101c9 25-Sep-2002 itojun <itojun@NetBSD.org>

Allocate vis_user on the stack instead of using malloc(). This
way we don't have to worry about malloc() failure. Also closes
a memory leak since vis_user was never free()d. Lack of malloc()
check

Allocate vis_user on the stack instead of using malloc(). This
way we don't have to worry about malloc() failure. Also closes
a memory leak since vis_user was never free()d. Lack of malloc()
checking pointed out by Peter Werner.
from openbsd

show more ...


# 96924d78 04-Mar-2002 enami <enami@NetBSD.org>

Lineup comment and remove unnecessary whitespaces.


# 71706b65 04-Mar-2002 enami <enami@NetBSD.org>

Use \a instead of embedding raw control-G character.


# 7781da70 17-Oct-2000 tv <tv@NetBSD.org>

Formatting nit: add a space.


# 4a32e44f 10-Oct-2000 itojun <itojun@NetBSD.org>

make sure big_buf is big enough to hold line terminations.
if all the lines have N_CHARS of characters, we will write up
N_CHARS * N_LINES + (3 + 2 * N_LINES) + 1
of bytes.


# 687403aa 04-Jul-1998 mrg <mrg@NetBSD.org>

- clean up some more cruft
- support "talkd -l" for extra (syslog(3)) logging
- fix error in previous announce.c change
- use getopt
- add (missing) -d and -l descriptions to man page


# 750ef3b2 03-Jul-1998 mrg <mrg@NetBSD.org>

- use S_IWGRP over 020
- KNF
- ensure we don't overflow a buffer (don't think it would anyway).
- favour snprintf over sprintf (and varargs versions)


# f604523f 01-Apr-1998 kleink <kleink@NetBSD.org>

Need <time.h> for localtime() prototype.


# 30b86603 29-Jun-1997 christos <christos@NetBSD.org>

- use ttymsg from libutil
- clean warnings
- PR/3778: Eric Fischer: talkd should find the least idle terminal


# 5a6c7829 29-Jun-1997 christos <christos@NetBSD.org>

Merge in lite-2


# c8b88b5d 17-Jul-1996 rat <rat@NetBSD.org>

Use snprintf(3) when printing into arrays allocated on the stack.
Patch submitted by David Holland <dholland@hcs.HARVARD.EDU>


# 788733b7 07-Jun-1995 cgd <cgd@NetBSD.org>

typeof(timeval.tv_sec) != time_t


# a59d6b2c 23-Dec-1994 cgd <cgd@NetBSD.org>

stdlib.h for protos


# e34b72b0 21-Dec-1994 glass <glass@NetBSD.org>

vis(3)ify remote user name. Fixes bug 589. Fix basically as submitted by matthew green


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources