History log of /freebsd-9.3-release/release/picobsd/tinyware/login/pico-login.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 211079 08-Aug-2010 gavin

Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c:

Correct the login.conf variable name used for obtaining the login prompt.

PR: conf/44717 (indirectly)
Spotted by: gcooper
MFC after: 1 week


# 211077 08-Aug-2010 gavin

Correct two error messages to match the failure they are reporting.

MFC after: 1 week


# 203876 14-Feb-2010 luigi

a minimal set of changes to adapt to the utmp->utmpx changes.
lastlog still not implemented, i am hoping that Ed or someone
has some idea on how to fix this, but it is really not important.


# 146187 13-May-2005 ume

NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines
NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special
for it, now.


# 104744 09-Oct-2002 alfred

de-__P()


# 94203 08-Apr-2002 ru

Align for const poisoning in -lutil.


# 94201 08-Apr-2002 ru

Synch with login/login.c,v 1.81: Switch to OpenPAM.


# 84605 06-Oct-2001 luigi

Fix a typo (missing "; at the end of a string)


# 84309 01-Oct-2001 luigi

Add customised version of login for picobsd images on -CURRENT.
This version is basically the same one as login.c 1.67, and does
not require the use of PAM.