History log of /openbsd-src/usr.bin/login/Makefile (Results 1 – 21 of 21)
Revision Date Author Comments
# f1865ab9 16-Oct-2002 millert <millert@openbsd.org>

Remove the setuid bit from /usr/bin/login. If login is run by a user
with a non-zero euid, it will now exec "su -L -l". The only things
that need to do this are shells with a "login" builtin and th

Remove the setuid bit from /usr/bin/login. If login is run by a user
with a non-zero euid, it will now exec "su -L -l". The only things
that need to do this are shells with a "login" builtin and the emulation
that su(1) now does is good enough for this purpose.

show more ...


# d2508a71 25-Jun-2001 art <art@openbsd.org>

The need to to statically link this on alpha seemed to be
some kind of transient problem.


# 781e26c6 13-Jun-2001 millert <millert@openbsd.org>

Link login(1) static for now until a dynamic linking bug is fixed.


# 7170a04e 29-May-2001 millert <millert@openbsd.org>

Don't want -Wall


# 7c254f4b 29-May-2001 millert <millert@openbsd.org>

BSD auth support. k5login.c and klogin.c are no longer used but will
remain for the time being until Kerberos support is up to snuff.


# 63df7d05 25-May-2001 hin <hin@openbsd.org>

Correct and comment out krb5. This is not working at the moment, but we want
to use bsd_auth instead.


# ff60459d 03-Sep-2000 espie <espie@openbsd.org>

Boring... Add :L modifier to all tweakable variables tests.

Closes PR 1246


# f7f4f9ee 01-Mar-2000 deraadt <deraadt@openbsd.org>

order kerberos libraries properly


# 9ab58b20 26-Mar-1998 deraadt <deraadt@openbsd.org>

cleanup after art


# f81e8c44 26-Mar-1998 art <art@openbsd.org>

-Wall for suid-root.


# 1b14c926 26-Mar-1998 art <art@openbsd.org>

fix cleaning up of bad environment variables (LD_* and IFS),
-Wall cleanup and add ability to fetch AFS-tokens for those who
happen to have AFS.


# e189ddde 21-Sep-1997 deraadt <deraadt@openbsd.org>

$OpenBSD$


# 11ee01d8 19-Apr-1997 millert <millert@openbsd.org>

Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5. This allows
people to override those setting in /etc/mk.conf.


# 080654b9 26-Mar-1997 deraadt <deraadt@openbsd.org>

no libcrypt, fix DPADD


# 795845f6 09-Nov-1996 millert <millert@openbsd.org>

Adds support for logging and reporting on failed login attempts
via sparse file /var/log/failedlogin.


# ed3901d1 31-Jul-1996 deraadt <deraadt@openbsd.org>

login_fbtab() in libutil


# 4da772d9 31-Jul-1996 deraadt <deraadt@openbsd.org>

fbtab support from wietse


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# 58e54e46 15-Feb-1996 etheisen <etheisen@openbsd.org>

libcrypt no longer a link dependancy.


# 482f566f 16-Dec-1995 tholo <tholo@openbsd.org>

Make it possible to build without SKEY support
Add support for building with kerberosIV


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree