History log of /netbsd-src/libexec/talkd/process.c (Results 1 – 14 of 14)
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


# 129c516e 08-Jan-2007 christos <christos@NetBSD.org>

- use getnameinfo instead of gethostbyaddr
- add tsa2sa and use it


# 985ed5b7 01-Oct-2004 christos <christos@NetBSD.org>

PR/27097: John Klos: Talk daemon does not find additional ttys for
a particular user if the first tty is not writable. This broke in
revision 1.9 when it was strl'ified incorrectly (hi itojun). Thank

PR/27097: John Klos: Talk daemon does not find additional ttys for
a particular user if the first tty is not writable. This broke in
revision 1.9 when it was strl'ified incorrectly (hi itojun). Thanks
to enami for spotting this.

show more ...


# 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.


# f4a82bcf 17-May-2003 itojun <itojun@NetBSD.org>

strlcat is easier here


# 89b1e287 19-Sep-2002 itojun <itojun@NetBSD.org>

find_user() in process.c does an unbounded copy into a destination
buffer that is smaller in size than the source buffer.

also, there is no guarantee that any of the string components of
the request

find_user() in process.c does an unbounded copy into a destination
buffer that is smaller in size than the source buffer.

also, there is no guarantee that any of the string components of
the request packet are null terminated.

in some cases, not all elements of the response buffer are
explicitly set. specifically pad and addr. a talk client can spy to
see which host is talking to which host by sending out regular
packets, to which talkd responds without clearing the addr element.

from xs@kittenz.org

show more ...


# 7d62d2a1 20-Aug-2002 christos <christos@NetBSD.org>

utmpx support


# 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)


# 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


# 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