aboutsummaryrefslogtreecommitdiff
path: root/libexec/talkd
Commit message (Collapse)AuthorAgeFilesLines
...
* Save errno in signal handlerKris Kennaway2001-07-241-0/+2
| | | | | | | | Obtained from: OpenBSD MFC After: 1 week Notes: svn path=/head/; revision=80248
* Print the month number properlyBrian Somers2001-07-131-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=79674
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79529
* In the "Message from Talk_Daemon" announcement, print the date as wellDima Dorfman2001-06-071-2/+4
| | | | | | | | | as the current time. It's nice to know whether the talk request you see was sent just a few minutes ago (assuming you didn't hear the bell), or if it's been decaying for days (weeks?). Notes: svn path=/head/; revision=77862
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68949
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-281-0/+1
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50533
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
| | | | 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
* Fixed printf format errors.Bruce Evans1998-08-021-2/+2
| | | | Notes: svn path=/head/; revision=38024
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+4
| | | | Notes: svn path=/head/; revision=37262
* sprintf->snprintf paranoiaWarner Losh1997-12-241-4/+4
| | | | | | | Obtained from: OpenBSD (?) Notes: svn path=/head/; revision=31978
* Use err(3). Add protos for -Wall.Philippe Charnier1997-12-026-34/+73
| | | | Notes: svn path=/head/; revision=31491
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-226-6/+6
| | | | Notes: svn path=/head/; revision=22989
* Fix buffer overrun problem.Paul Traina1997-01-182-15/+24
| | | | | | | | | 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-146-6/+6
| | | | | | | | | | | 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-226-0/+11
| | | | Notes: svn path=/head/; revision=18471
* zap #include <sgtty.h>, it's not used.Peter Wemm1996-09-071-1/+0
| | | | Notes: svn path=/head/; revision=18094
* Here is a patch to talkd which makes it send the request to the tty withJordan K. Hubbard1996-03-241-5/+10
| | | | | | | | the lowest idle time. Submitted by: loodvrij@gridpoint.com (Bruce J. Keeler) Notes: svn path=/head/; revision=14783
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-9/+9
| | | | 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
* Implement security fix correctly: via isprint()Andrey A. Chernov1994-10-221-5/+8
| | | | Notes: svn path=/head/; revision=3793
* A nice little security fix. Things must be rough in moscow...Poul-Henning Kamp1994-10-221-0/+5
| | | | | | | Submitted by: dima@demos.su (Dima Ruban) Notes: svn path=/head/; revision=3791
* Update to new make macros and disable Kerberos because we haven't got itGarrett Wollman1994-08-051-1/+1
| | | | | | | set up right yet. Notes: svn path=/head/; revision=1875
* Reviewed by: phkPoul-Henning Kamp1994-07-241-1/+1
| | | | | | | changed ^G to \007 Notes: svn path=/head/; revision=1801
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-277-0/+907
Notes: svn path=/vendor/CSRG/dist/; revision=1592