summaryrefslogtreecommitdiffstats
path: root/libexec/getty/gettytab.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r323252:dab2017-09-251-0/+1
| | | | | | | | | | | | | Add a new getty/gettytab capability to generate an initial message dynamically. This modification adds a new gettytab(5) option (iM) to specify a program to run that will generate the initial (banner) message that is displayed before the login prompt. Such a capability is useful when dynamic information is needed in the banner message that cannot be supplied by the set of % substitution sequences available in the "im" option. Sponsored by: Dell EMC
* Remove the 3rd clause ("advertising clause") of the BSD license asbrueffer2014-02-171-5/+1
| | | | | | | permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp MFC after: 1 week
* Read gettytab(5) soon enough to fill in all necessary values.yar2003-06-101-0/+1
| | | | | | | | | Re-read gettytab(5) only if needed. This fixes bugs introduced as long ago as in getty/main.c rev.1.15. PR: bin/18181 MFC after: 1 month
* Add a new gettytab(5) option - `pl', which if set tells getty that the linesobomax2003-01-191-1/+1
| | | | | | | | | | in question is PPP-only line, i.e. no PPP-sequence detection is necessary and PPP login program referenced by `pp' should be started automatically instead of login(1) Feature suggested and sponsored by: United Networks of Ukraine No reply from: re MFC after: 2 weeks
* Add 'df' string to gettytab - the strftime(3) format for %dyar2001-06-071-0/+1
| | | | | | in the banner messages (of course, defaults to "%+"). Submitted by: Gleb Smirnoff <glebius@tak.estra.ru>
* Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open andnsayer2000-07-311-1/+2
| | | | | | | setting of CLOCAL. Necessary for 3 wire RS-232 setups with dumb terminals. PR: 5959
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add an 'al' (autologin username) capability to getty/gettytab. This is apeter1999-04-041-1/+2
| | | | | | | | | | damn useful thing for using with serial consoles in clusters etc or secure console locations. Using a custom gettytab entry for console with an entry like 'al=root' means that there is *always* a root login ready on the console. This should replace hacks like those which go with conserver etc. (This is a loaded gun, watch out for those feet!) Submitted by: "Andrew J. Korty" <ajk@purdue.edu>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Added:davidn1997-02-021-0/+8
| | | | | | | | | | | | ic=expect/send script modem init script ac=expect/send script modem answer script ct#val chat script timeout (seconds) rt#val recycle timeout (seconds) if 'ac' set dc#val debug bitmask for debugging chat scripts hw (boolean) enable crtscts handshaking if=path 'issue' file sent prior login prompt chat.c is a simplistic expect/send chat module.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Add a new 'de' capability, specifying a number of seconds to sleep beforemsmith1996-12-311-1/+2
| | | | | | | | | | | | | emitting the initial prompt. This is useful in a number of circumstances : - you have (a) stupid modem(s) that assert(s) DCD too soon. - you have dialin users with stupid diallers and poorly written chatscripts. (esp. some Winsock diallers) BSD/OS also has this capability. Submitted by: damian@cablenet.net (Damian Hamill)
* Add the >optional< ability to sense PPP link bringups and call an ↵pst1996-11-131-1/+2
| | | | authentication program
* Finally commit the changes that make getty(8) no longer depend on thejoerg1996-05-051-15/+33
| | | | | | | | | | | | COMPAT_43 cruft. This is supposedly the last core utility that has been using it! (So now, one should be able to remove this option from the config files. Be aware that the last officially released xterm however still requires it.) The getty has been running now for several weeks on my modem line, so i feel safe about it. Obtained from: mostly from the NetBSD vendor-branch
* Replace this with the 1.1.5.1 getty. David says that the 4.4 version is toojkh1994-08-261-7/+7
| | | | | broken to live. Submitted by: jkh
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+145
OpenPOWER on IntegriCloud