summaryrefslogtreecommitdiff
path: root/usr.bin/login
AgeCommit message (Expand)Author
2010-12-10stating that -f may be used by users is wrong, since that wouldMartynas Venckus
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-16man page bits for mail; it was ok millert@Martynas Venckus
2009-09-05- properly free fqdn if it gets reassigned due to multiple -h optionsTobias Stoeckmann
2009-08-31also, like ssh, set up MAIL to the location we've just checkedMartynas Venckus
2009-08-03properly pass SHELL from password file; not a login configurationMartynas Venckus
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-02tweak the -LR options, after similar changes to tcpdrop(8); ok deraadtJason McIntyre
2007-03-26tidy up SYNOPSIS, options description, FILES, and usage();Jason McIntyre
2005-06-02remove references to telnetd(8);Jason McIntyre
2004-08-30For username foo.bar, don't treat "bar" as a kerberos instance,Todd C. Miller
2004-08-09Mention "setenv" login.conf capability so people can find it.Todd C. Miller
2004-01-23Move a closefrom(2) into the block that execs su(1) where it can do theTodd C. Miller
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-08-12Clean up obsolete kerberos 4 stuffHans Insulander
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-03-11files with dead .Xr's;Jason McIntyre
2002-10-16Remove the setuid bit from /usr/bin/login. If login is run by a userTodd C. Miller
2002-07-02Kill setjmp/longjmp from a signal handler. All we really need isTodd C. Miller
2002-07-02KNF and signal race fixes; millert okTheo de Raadt
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-03-30 warn -> warnx, because we put the strerror() manually.Vincent Labrecque
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24fix the history refsMichael Shalayeff
2002-01-06Do not allow root to login via an insecure tty even if the auth methodTodd C. Miller
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-12Sync usage message to man pageTodd C. Miller
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-06missing prototypes; ok millertPeter Valchev
2001-06-28'/' can also be an instance separator (e.g. kerb5)Todd C. Miller
2001-06-28No longer used now that we do BSD authTodd C. Miller
2001-06-25Add a "login" option to allow differentiation between authenticationTodd C. Miller
2001-06-25The need to to statically link this on alpha seemed to beArtur Grabowski
2001-06-24When setting uid, set to 0 if rootlogin flag is set, regardless ofTodd C. Miller
2001-06-19If we timeout during login and the user tried to login call badlogin()Todd C. Miller
2001-06-13Link login(1) static for now until a dynamic linking bug is fixed.Todd C. Miller
2001-05-29Don't want -WallTodd C. Miller
2001-05-29BSD auth support. k5login.c and klogin.c are no longer used but willTodd C. Miller
2001-05-25Correct and comment out krb5. This is not working at the moment, but we wantHans Insulander
2000-12-02Check for symlinks before overwriting kerberos ticket files.Hans Insulander
2000-11-29document -u flag and environment variablesTodd C. Miller
2000-10-14Make empty passwords work again when login is compiled with kerberos support.Miod Vallat
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-04Check for account expiration before password expiration;Todd C. Miller
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-24Last change inadvertantly broke non-kerberos logins. It's not clearTodd C. Miller