summaryrefslogtreecommitdiff
path: root/libexec/talkd
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-03-17fix a few off-by-ones; from NetBSD; ok deraadt@Otto Moerbeek
2005-10-14Use queue macros instead of directly accessing fields. ok millert@ pat@Otto Moerbeek
2004-11-09Avoid use after free(), slight optimization. From Patrick Latifi.Otto Moerbeek
2004-08-08spacingTheo de Raadt
2004-03-10spacesTheo de Raadt
2004-03-10close file on error paths. from Patrick LatifiTed Unangst
2003-07-29spacesTheo de Raadt
2003-06-26simple protosTheo de Raadt
2003-06-11ansi cleanup; ok ian markusTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-25avoid size_t -> int conversion. style nit for sizeof(). David KrauseJun-ichiro itojun Hagino
2002-10-08sa_family on wire is network byteorder. from Alexander Yurchenko <grange@rt.m...Jun-ichiro itojun Hagino
2002-09-25- "resposne" is used without initialization, so zero-fillJun-ichiro itojun Hagino
2002-09-24Allocate vis_user on the stack instead of using malloc(). ThisTodd C. Miller
2002-09-06use socklen_t more; henning okTheo de Raadt
2002-07-07typos/grammar/better wordsJan-Uwe Finck
2002-07-03 add a missing newline to an error message.Vincent Labrecque
2002-06-21o Use *_FILENO defines instead of numbersTodd C. Miller
2002-05-22Fix last commit.Todd C. Miller
2002-05-22Fix some ut_line manipulation pointed out by Moritz Jodeit.Todd C. Miller
2002-05-22typo; moritz@jodeit.orgTheo de Raadt
2002-05-22whack sprintfTheo de Raadt
2002-05-22strlcpy sprinklingTheo de Raadt
2002-05-21KNFTheo de Raadt
2002-05-16KNFTheo de Raadt
2002-02-19Fix gethostname() usage.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-07kill more registers;Mike Pechkin
2001-07-08-WallTheo de Raadt
2001-01-11save_errno in signal handlerTheo de Raadt
2000-10-10need more size to big_buf for line termination (\r\n).Jun-ichiro itojun Hagino
2000-07-06use %s with fprintfTheo de Raadt
2000-03-28need an ntalkd man page, obviouslyTheo de Raadt
1999-11-29back out TAILQ_FOREACH - not portable, deraadt@David Leonard
1999-11-29use TAILQ_FOREACH, ok mickey@David Leonard
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1998-08-18TIOCNOTTY is the default in POSIX termios, no need to explicately ask for it.Todd C. Miller
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-08Force NUL termination of strings in request we get from client; okir@monad.sw...Todd C. Miller
1998-07-03S_IWGRPTheo de Raadt
1996-07-19Patch to catch non-printables in the announce stringTodd C. Miller
1996-07-18param.hTheo de Raadt
1996-07-18\007 instead of ^G; from phk@freebsd.orgTheo de Raadt
1996-07-18full hostnames; from cstruble@singularity.bevc.blacksburg.va.usTheo de Raadt
1996-07-17buffer overflow from dholland@hcs.HARVARD.EDU; could do with some cleanup?Theo de Raadt
1996-07-17buffer overflowTheo de Raadt
1996-07-15fix time differencies computations (orig from alan@parsys.co.uk, butMichael Shalayeff