History log of /src/usr.bin/talk/get_names.c |
Revision | | Date | Author | Comments |
1.16 |
| 29-Dec-2012 |
christos | - use warn/err - if both users are on the same machine, use the loopback address. This allows us to use talkd from inetd listening only to the loopback.
|
1.15 |
| 06-Sep-2011 |
joerg | branches: 1.15.2; 1.15.8; ANSIfy + __dead
|
1.14 |
| 13-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wextra)
|
1.13 |
| 08-Jan-2007 |
christos | branches: 1.13.20; Introduce a TALKHOST environment variable to make talk work through NAT. From Anon Ymous.
|
1.12 |
| 17-Mar-2006 |
ginsbach | Fix Coverity issue 1564, resource leak, dynamically allocated storage not freed before function return.
|
1.11 |
| 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
1.10 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.9 |
| 06-Apr-2001 |
wiz | Negative exit code cleanup: Replace exit(-x) with exit(x). As seen on tech-userlevel.
|
1.8 |
| 03-Jul-2000 |
matt | Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, etc. as appropriate to get exit,srncmp,abs,abort,etc. Add -I${.CURDIR} to a few Makefiles
|
1.7 |
| 26-Jul-1998 |
mycroft | const poisoning.
|
1.6 |
| 06-Jul-1998 |
mrg | - use an array MAXHOSTNAMELEN+1 size to hold hostnames - 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
|
1.5 |
| 20-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register, convert select to fd_set
|
1.4 |
| 09-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.3 |
| 17-Apr-1994 |
deraadt | don't trounce on argv[1]
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 09-Dec-1994 |
jtc | imported from 4.4lite
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.13.20.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.15.8.1 |
| 25-Feb-2013 |
tls | resync with head
|
1.15.2.1 |
| 23-Jan-2013 |
yamt | sync with head
|