History log of /freebsd/libexec/getty/main.c (Results 51 – 75 of 126)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/3.2.0
# 9e9a43bd 07-Apr-1999 Brian Somers <brian@FreeBSD.org>

Ensure that things returned by gethostname() and
friends are terminated and allow for a maximum
host name length of MAXHOSTNAMELEN - 1.
Put parenthesis around sizeof args.
Make some variables static.

Ensure that things returned by gethostname() and
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

show more ...


# 610b0299 04-Apr-1999 Peter Wemm <peter@FreeBSD.org>

Add an 'al' (autologin username) capability to getty/gettytab. This is a
damn useful thing for using with serial consoles in clusters etc or secure
console locations. Using a custom gettytab entry

Add an 'al' (autologin username) capability to getty/gettytab. This is a
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>

show more ...


# 23bc0584 09-Mar-1999 Brian Somers <brian@FreeBSD.org>

Set the CPU resource limit back to infinity before exec()ing PP.
PR: 10399


Revision tags: release/3.1.0, release/3.0.0, release/2.2.8
# 3a2d9231 09-Oct-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

This thing has its own puts function, so use it.
Submitted by: Matthew Jacob <mjacob@nas.nasa.gov>


Revision tags: release/2.2.7, release/2.2.6
# d748864d 21-Nov-1997 Philippe Charnier <charnier@FreeBSD.org>

Correct incompletes .Xrs. Remove duplicate #includes and unused variables.


Revision tags: release/2.2.5_cvs
# 33a0249f 02-Aug-1997 Bruce Evans <bde@FreeBSD.org>

Import Lite2's src/libexec, except for makekey (which was spammed
by a repository copy from 1.1.5 and patched back to Lite1) and
rbootd/bootdir/SYSHPBSD (which is binary). All changed files have
alr

Import Lite2's src/libexec, except for makekey (which was spammed
by a repository copy from 1.1.5 and patched back to Lite1) and
rbootd/bootdir/SYSHPBSD (which is binary). All changed files have
already left the vendor branch.

show more ...


# b84136c8 27-Jun-1997 Alexander Langer <alex@FreeBSD.org>

Removed unused variables.


# 85f5c850 03-Jun-1997 David Nugent <davidn@FreeBSD.org>

Reset alarm before invoking ppplogin.
PR: 3733
Reviewed by:
Submitted by: kfurge@worldnet.att.net
Obtained from:


Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs
# 9e522f7a 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 26015440 09-Feb-1997 David Nugent <davidn@FreeBSD.org>

Tidy-up modem-chat handling: ensure tty modes are restored to
'sane' standard (not raw) settings before abort/exiting; move
responsibility of setting raw mode for chat-handling out of
chat.c to avoid

Tidy-up modem-chat handling: ensure tty modes are restored to
'sane' standard (not raw) settings before abort/exiting; move
responsibility of setting raw mode for chat-handling out of
chat.c to avoid doing redundant tc{s,g}etattr()s; move DE
pause prior setting standard mode before issue/login prompt to
avoid echoing modem connect strings. Fixed up comment styles
in a couple of places.

show more ...


# c2efe923 07-Feb-1997 David Nugent <davidn@FreeBSD.org>

Increased username size to allow passing username:auth_method to
login.


Revision tags: release/2.1.6_cvs, release/2.1.6.1
# 635b1c49 02-Feb-1997 David Nugent <davidn@FreeBSD.org>

Make username size dependant on MAXLOGNAME in sys/param.h. Was
previously hard-coded at 16 characters (and possibly overflowing
the field when NUL terminating a username of exactly 16 characters
in l

Make username size dependant on MAXLOGNAME in sys/param.h. Was
previously hard-coded at 16 characters (and possibly overflowing
the field when NUL terminating a username of exactly 16 characters
in length).

show more ...


# fe552114 02-Feb-1997 David Nugent <davidn@FreeBSD.org>

Added:
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

Added:
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.

show more ...


# e91c4f7c 02-Feb-1997 David Nugent <davidn@FreeBSD.org>

Fix bug in %s, %m, %r and %v macros not displaying data.


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

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

Make the long-awaited change from $Id$ to $FreeBSD$

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.

show more ...


# b2a1dd44 31-Dec-1996 Mike Smith <msmith@FreeBSD.org>

Add a new 'de' capability, specifying a number of seconds to sleep before
emitting the initial prompt.

This is useful in a number of circumstances :
- you have (a) stupid modem(s) that assert(s) DC

Add a new 'de' capability, specifying a number of seconds to sleep before
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)

show more ...


# ee936a69 13-Nov-1996 Paul Traina <pst@FreeBSD.org>

Add the >optional< ability to sense PPP link bringups and call an authentication program


Revision tags: release/2.1.5_cvs
# 65fe4a53 07-May-1996 Andrey A. Chernov <ache@FreeBSD.org>

Replace non-POSIX speed setting by POSIX one


# cae66988 05-May-1996 Joerg Wunsch <joerg@FreeBSD.org>

Finally commit the changes that make getty(8) no longer depend on the
COMPAT_43 cruft. This is supposedly the last core utility that has
been using it! (So now, one should be able to remove this op

Finally commit the changes that make getty(8) no longer depend on the
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

show more ...


# 712c581c 13-Apr-1996 Joerg Wunsch <joerg@FreeBSD.org>

Import NetBSD's termios'ed getty into a vendor branch.

Obtained from: NetBSD 1.1R


Revision tags: release/2.1.0_cvs
# 6186bd5d 03-Aug-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

Back this change out. It's just not worth arguing over and any further emails
I get on this topic will go straight to /dev/null. This is absolutely the
last word on this topic you'll see from me.

Back this change out. It's just not worth arguing over and any further emails
I get on this topic will go straight to /dev/null. This is absolutely the
last word on this topic you'll see from me. Too much time has already been
wasted.

show more ...


# 4d7ccc95 01-Aug-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

A useful aid.. Add support for:

%r: current release
%m: machine architecture type (i386 for now)
%s: OS name (FreeBSD)

from uname() in banner string.


Revision tags: release/2.0.5_cvs
# 6c06b4e2 30-May-1995 Rodney W. Grimes <rgrimes@FreeBSD.org>

Remove trailing whitespace.


Revision tags: release/2.0
# 80226580 18-Sep-1994 David Greenman <dg@FreeBSD.org>

Fix from John Kohl:

/usr/libexec/getty doesn't properly interpret the '%d' escape. It tries
to use %P to get AM or PM, but instead all it gets is "P".

Submitted by: John Kohl


# dd3065a5 29-Aug-1994 Andrey A. Chernov <ache@FreeBSD.org>

Ignore SIGQUITs, cause getty dumps core on garbadge from modem line


123456