| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22284, verified by myself. | |||
| 2003-05-17 | strlcat is easier here | itojun | |
| 2003-04-22 | backout 1.18 and 1.19 | itojun | |
| 2003-04-22 | free vis_user | itojun | |
| 2003-04-22 | malloc vis_user (why 1.6 branch has the fix already?) | itojun | |
| 2002-11-20 | verify strvis() buffer length is enough. make sure string termination before | itojun | |
| use. remove extra ntohs() which is not needed. from Charles Blundell | |||
| 2002-10-08 | sa_family on wire format is network byteorder | itojun | |
| from Alexander Yurchenko <grange@rt.mipt.ru> | |||
| 2002-09-25 | Allocate vis_user on the stack instead of using malloc(). This | itojun | |
| 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 | |||
| 2002-09-19 | find_user() in process.c does an unbounded copy into a destination | itojun | |
| 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 | |||
| 2002-09-19 | use NETBSDSRCDIR as appropriate | lukem | |
| 2002-08-20 | utmpx support | christos | |
| 2002-03-04 | Lineup comment and remove unnecessary whitespaces. | enami | |
| 2002-03-04 | Use \a instead of embedding raw control-G character. | enami | |
| 2001-09-27 | PR/5631: Rumi Szabolcs: Make talk work without COMPAT43 | christos | |
| 2001-04-04 | syslogd(8), not syslog(8). | wiz | |
| 2001-02-19 | convert to use getprogname() | cgd | |
| 2001-02-04 | fix nested extern | christos | |
| 2000-10-17 | Formatting nit: add a space. | tv | |
| 2000-10-10 | make sure big_buf is big enough to hold line terminations. | itojun | |
| if all the lines have N_CHARS of characters, we will write up N_CHARS * N_LINES + (3 + 2 * N_LINES) + 1 of bytes. | |||
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled | |
| so we shouldn't override it with versions in the manpages. Many more to come. | |||
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg | |
| - ensure hostname from gethostname() is nul-terminated in all cases - minor KNF - use MAXHOSTNAMELEN over various other values/defines - be safe will buffers that hold hostnames | |||
| 1998-07-04 | - clean up some more cruft | mrg | |
| - 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 | |||
| 1998-07-03 | - use S_IWGRP over 020 | mrg | |
| - KNF - ensure we don't overflow a buffer (don't think it would anyway). - favour snprintf over sprintf (and varargs versions) | |||
| 1998-04-01 | Need <time.h> for localtime() prototype. | kleink | |
| 1997-10-20 | Fix .Nm usage. | enami | |
| 1997-10-08 | merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec. | mrg | |
| 1997-07-06 | Use WARNS=1 | christos | |
| 1997-06-29 | Install as ntalkd | christos | |
| 1997-06-29 | We are not going to be running as root anymore, so no need to check for that. | christos | |
| 1997-06-29 | - use ttymsg from libutil | christos | |
| - clean warnings - PR/3778: Eric Fischer: talkd should find the least idle terminal | |||
| 1997-06-29 | Merge in lite-2 | christos | |
| 1997-01-29 | Doh! MAXHOSTNAMELEN, not MAXHOSTNAME | explorer | |
| 1997-01-29 | Allow local hostname to be longer than 32 characters, and make certain it will | explorer | |
| fit in the buffer space provided. Also, ensure null termination. | |||
| 1996-07-17 | Use snprintf(3) when printing into arrays allocated on the stack. | rat | |
| Patch submitted by David Holland <dholland@hcs.HARVARD.EDU> | |||
| 1995-06-07 | typeof(timeval.tv_sec) != time_t | cgd | |
| 1994-12-23 | stdlib.h for protos | cgd | |
| 1994-12-22 | specify man pages the new way. | cgd | |
| 1994-12-21 | vis(3)ify remote user name. Fixes bug 589. Fix basically as submitted by ↵ | glass | |
| matthew green | |||
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-08-01 | Add RCS indentifiers. | mycroft | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
