aboutsummaryrefslogtreecommitdiff
path: root/libexec/talkd/talkd.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: synch with HEAD:Dag-Erling Smørgrav2001-10-181-0/+2
| | | | | | | | - use ttymsg.h from wall(1) instead of rolling our own prototype - save errno in signal handler Notes: svn path=/stable/4/; revision=85104
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Ensure that things returned by gethostname() andBrian Somers1999-04-071-3/+4
| | | | | | | | | | | | | friends are terminated and allow for a maximum host name length of MAXHOSTNAMELEN - 1. Put parenthesis around sizeof args. Make some variables static. Fix telnetd -u (broken by my last commit) Prompted by: bde Notes: svn path=/head/; revision=45422
* Reviewed by: freebsd-current, freebsd-securityMatthew Dillon1998-12-011-1/+6
| | | | | | | | | Removed getuid() root check so ntalkd can be run from a tty sandbox. It isn't suid root anyway, who knows why the getuid() check was even in there in the first place! Notes: svn path=/head/; revision=41440
* Use err(3). Add protos for -Wall.Philippe Charnier1997-12-021-15/+17
| | | | Notes: svn path=/head/; revision=31491
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Fix buffer overrun problem.Paul Traina1997-01-181-1/+2
| | | | | | | | | Cannidate for: 2.2 [must] Obtained from: Lite/2 and BSDI's published patch Notes: svn path=/head/; revision=21838
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+2
| | | | Notes: svn path=/head/; revision=18471
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8870
* Fix hostnames >32 charsAndrey A. Chernov1994-12-151-1/+2
| | | | | | | Submitted by: cstruble@singularity.bevc.blacksburg.va.us Notes: svn path=/head/; revision=5111
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+127
Notes: svn path=/vendor/CSRG/dist/; revision=1592