summaryrefslogtreecommitdiff
path: root/libexec/getty
AgeCommit message (Collapse)Author
2001-12-14PR/14941: David Querbach: add support for non-standard MS-Windows PPP client.christos
2001-11-10ANSI'ify.thorpej
2001-11-10Const'ify partab[].thorpej
2001-11-02Update to the new t_agetstr() API.christos
2001-04-04Lowercase getty in xref. Whitespace fixes.wiz
2001-02-19convert to use getprogname()cgd
2001-02-04remove redundant declschristos
fix nested extern
2001-01-10- don't use LOG_ODELAY; it's the defaultlukem
- use LOG_WARNING (instead of LOG_ERR) for non-fatal errors
2000-12-28Add new :cs: modifier to gettytab which clears the screen using thesommerfeld
appropriate control sequence from termcap (based on the terminal type listed in /etc/ttys for the line).
2000-11-07provide obvious example of line syntaxlukem
2000-10-08Clean-up of grotty SCCS workaround. It's now almost not grotty at all.bjh21
This is the last part of PR bin/10049.
2000-10-08Don't run over the end of the banner buffer if it ends with '%'.bjh21
From PR bin/10049
2000-09-19Use strlcpy/strlcat instead of strn* plus manual termination.mjl
Use sizeof() instead of hardcoded length. Clean up NULL vs 0 confusion. sizeof(char) is 1, really.
2000-09-04Change "Apart form" to "Apart from".garbled
2000-05-17Deal with PR 9427 - add wording to clarify what sending SIGHUP to init(8)fair
does and does not do. Also, while we're here, make the list of flags more readable.
2000-01-14Put RCS ID in the right place.ad
2000-01-14- Either QVT/Term or the NT 'clipboard' converts tabs to spaces. I pasted inad
some code via QVT/Term. Sigh. Fix it. - Teeny KNF nit.
2000-01-04Oops, fix previous.ad
2000-01-04Add two new capabilities to gettytab - idea from FreeBSD:ad
al - user to auto-login as if - banner file to display, like /etc/issue
1999-12-15add one byte to the username character array and make sure the stringdrochner
passed to "login" is '\0'-terminated
1999-03-22More 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.
1999-02-28sort SEE ALSO section by "sort | sort -n"msaitoh
1999-01-15Ensure that all of the initial message (im=) gets flushed to thekml
screen; previously, the last buffer worth of text would fail to be printed.
1999-01-15Add a "class" entry to ttyent. Closes PR#4638.tsarna
1998-12-12Document (or expand documentation about) the ability of getty(8) tofair
recognize a PPP bringup sequence and invoke something appropriate, per PR#6462
1998-11-14Grammar police: comprised of -> comprisingscottr
1998-10-12Add PPP autodetect, based on code from FreeBSD via OpenBSD.tsarna
1998-08-29Execute ttyaction on termination of rlogind/telnetd sessions.tsarna
Also, say a little bit about ttyaction in the getty and login manpages.
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
- 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-04-29fix bad .Xr referencesfair
1998-04-22Add note on how to re-read this file (via PR 5341 by David Brownlee)hubertf
1998-04-22Reference ttys(5). (David Brownlee, PR #5339)ross
1998-04-10Add .Xr ttyaction 3 per PR#4647fair
1998-03-30remove register.mrg
1998-03-28Add uugetty manpage link.cjs
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1998-01-06RCSID Police.perry
1997-11-18Const'ify some things, rename local puts() to xputs(), since it hasthorpej
a different prototype than the one in <stdio.h>
1997-10-20Fix .Nm usage.enami
1997-10-19Add uugetty capability.cjs
1997-10-08merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.mrg
1997-08-06set WARNS?=1mikel
1997-08-06use <sys/cdefs.h> __COPYRIGHT() and __RCSID() macrosmikel
prototype internal functions and eliminate old function declarations misc cleanup (gcc -Wall) and KNF
1997-08-06don't include <signal.h> twicemikel
1997-07-31clean up .Nm entries, and change a silly .Nm gettytab 5 to an .Xrperry
1997-07-14xref gethostname(3) and uname(3) instead of obsolete gethostname(2)mikel
and uname(2); some other minor cleanup
1997-04-29fix a couple of unlikely buffer overflows.tls
1997-03-08alternate -> alternative, per PR 2643mouse
1996-11-14After the chown(ttyn, 0, 0), call ttyaction(ttyn, "getty", "root")gwr
1996-09-27Don't truncate long hostnames.thorpej
From SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>, PR #2676.