summaryrefslogtreecommitdiff
path: root/libexec/talkd
AgeCommit message (Expand)Author
2015-09-03Remove dead assignment; from Henning Petersen in PR 50196.dholland
2010-03-22Use .In instead of .Aq Pa for header files.joerg
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-03-16fix WARNS=4 issues (const & type mismatches)lukem
2009-03-16ANSI KNFlukem
2008-09-27Fix the Document Title of manual page so it our official name (ntalkd).reed
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-03-04y2038 fixes: time_t != long.dholland
2008-03-04'struct timezone' belongs in the dustbin of history.dholland
2008-03-04fix typo in commentdholland
2007-01-08- use getnameinfo instead of gethostbyaddrchristos
2006-03-17Fix three off-by-ones found by Coverity. CID 1444, 1445.elad
2004-10-01PR/27097: John Klos: Talk daemon does not find additional ttys forchristos
2004-03-24The MLINKS needs to come before .include <bsd.prog.mk>.he
2004-03-24Add FILES section to document where the daemon is.fair
2004-03-24Add man page link from talkd.8 to ntalkd.8 per PR 13433fair
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-17strlcat is easier hereitojun
2003-04-22backout 1.18 and 1.19itojun
2003-04-22free vis_useritojun
2003-04-22malloc vis_user (why 1.6 branch has the fix already?)itojun
2002-11-20verify strvis() buffer length is enough. make sure string termination beforeitojun
2002-10-08sa_family on wire format is network byteorderitojun
2002-09-25Allocate vis_user on the stack instead of using malloc(). Thisitojun
2002-09-19find_user() in process.c does an unbounded copy into a destinationitojun
2002-09-19use NETBSDSRCDIR as appropriatelukem
2002-08-20utmpx supportchristos
2002-03-04Lineup comment and remove unnecessary whitespaces.enami
2002-03-04Use \a instead of embedding raw control-G character.enami
2001-09-27PR/5631: Rumi Szabolcs: Make talk work without COMPAT43christos
2001-04-04syslogd(8), not syslog(8).wiz
2001-02-19convert to use getprogname()cgd
2001-02-04fix nested externchristos
2000-10-17Formatting nit: add a space.tv
2000-10-10make sure big_buf is big enough to hold line terminations.itojun
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-07-04- clean up some more cruftmrg
1998-07-03- use S_IWGRP over 020mrg
1998-04-01Need <time.h> for localtime() prototype.kleink
1997-10-20Fix .Nm usage.enami
1997-10-08merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.mrg
1997-07-06Use WARNS=1christos
1997-06-29Install as ntalkdchristos
1997-06-29We are not going to be running as root anymore, so no need to check for that.christos
1997-06-29- use ttymsg from libutilchristos
1997-06-29Merge in lite-2christos
1997-01-29Doh! MAXHOSTNAMELEN, not MAXHOSTNAMEexplorer
1997-01-29Allow local hostname to be longer than 32 characters, and make certain it willexplorer
1996-07-17Use snprintf(3) when printing into arrays allocated on the stack.rat