| Commit message (Expand) | Author | Age | Files | Lines |
* | manage spacing in a simpler way, removing some useless macros mandoc warns about |  schwarze | 2015-01-16 | 1 | -4/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 2 | -7/+6 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 1 | -5/+5 |
* | uucp cleansing |  tedu | 2014-03-17 | 1 | -4/+3 |
* | use the standardized names instead of S_IREAD and S_IWRITE |  deraadt | 2013-06-01 | 1 | -2/+2 |
* | stating that -f may be used by users is wrong, since that would |  martynas | 2010-12-10 | 1 | -4/+3 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 2 | -19/+2 |
* | man page bits for mail; it was ok millert@ |  martynas | 2009-10-16 | 1 | -2/+4 |
* | - properly free fqdn if it gets reassigned due to multiple -h options |  tobias | 2009-09-05 | 1 | -4/+5 |
* | also, like ssh, set up MAIL to the location we've just checked |  martynas | 2009-08-31 | 1 | -6/+8 |
* | properly pass SHELL from password file; not a login configuration |  martynas | 2009-08-03 | 1 | -3/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | tweak the -LR options, after similar changes to tcpdrop(8); ok deraadt |  jmc | 2007-04-02 | 2 | -11/+11 |
* | tidy up SYNOPSIS, options description, FILES, and usage(); |  jmc | 2007-03-26 | 2 | -11/+11 |
* | remove references to telnetd(8); |  jmc | 2005-06-02 | 1 | -9/+3 |
* | For username foo.bar, don't treat "bar" as a kerberos instance, |  millert | 2004-08-30 | 1 | -3/+3 |
* | Mention "setenv" login.conf capability so people can find it. |  millert | 2004-08-09 | 1 | -1/+7 |
* | Move a closefrom(2) into the block that execs su(1) where it can do the |  millert | 2004-01-23 | 1 | -8/+3 |
* | Use closefrom(); ok millert tedu |  deraadt | 2004-01-23 | 1 | -6/+4 |
* | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> |  otto | 2003-11-09 | 1 | -3/+3 |
* | Clean up obsolete kerberos 4 stuff |  hin | 2003-08-12 | 1 | -27/+2 |
* | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2003-06-17 | 1 | -9/+9 |
* | - section reorder |  jmc | 2003-06-10 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 3 | -19/+7 |
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. |  millert | 2003-06-03 | 1 | -23/+12 |
* | files with dead .Xr's; |  jmc | 2003-03-11 | 1 | -4/+4 |
* | Remove the setuid bit from /usr/bin/login. If login is run by a user |  millert | 2002-10-16 | 4 | -45/+74 |
* | Kill setjmp/longjmp from a signal handler. All we really need is |  millert | 2002-07-02 | 1 | -12/+17 |
* | KNF and signal race fixes; millert ok |  deraadt | 2002-07-02 | 2 | -79/+66 |
* | Kill/adjust r(login|exec)d? references now that those are no longer in |  millert | 2002-05-06 | 1 | -2/+2 |
* | warn -> warnx, because we put the strerror() manually. |  vincent | 2002-03-30 | 1 | -3/+3 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 2 | -21/+21 |
* | fix the history refs |  mickey | 2002-01-24 | 1 | -2/+2 |
* | Do not allow root to login via an insecure tty even if the auth method |  millert | 2002-01-06 | 1 | -8/+4 |
* | Powered by @mantoya. |  mpech | 2001-08-20 | 1 | -2/+2 |
* | Sync usage message to man page |  millert | 2001-08-12 | 1 | -3/+3 |
* | correct type on last arg to execl(); nordin@cse.ogi.edu |  deraadt | 2001-07-09 | 1 | -3/+3 |
* | missing prototypes; ok millert |  pvalchev | 2001-07-06 | 2 | -4/+8 |
* | '/' can also be an instance separator (e.g. kerb5) |  millert | 2001-06-28 | 1 | -4/+4 |
* | No longer used now that we do BSD auth |  millert | 2001-06-28 | 2 | -572/+0 |
* | Add a "login" option to allow differentiation between authentication |  millert | 2001-06-25 | 1 | -4/+5 |
* | The need to to statically link this on alpha seemed to be |  art | 2001-06-25 | 1 | -5/+1 |
* | When setting uid, set to 0 if rootlogin flag is set, regardless of |  millert | 2001-06-24 | 1 | -4/+3 |
* | If we timeout during login and the user tried to login call badlogin() |  millert | 2001-06-19 | 1 | -14/+25 |
* | Link login(1) static for now until a dynamic linking bug is fixed. |  millert | 2001-06-13 | 1 | -1/+5 |
* | Don't want -Wall |  millert | 2001-05-29 | 1 | -2/+1 |
* | BSD auth support. k5login.c and klogin.c are no longer used but will |  millert | 2001-05-29 | 3 | -351/+497 |
* | Correct and comment out krb5. This is not working at the moment, but we want |  hin | 2001-05-25 | 1 | -7/+9 |
* | Check for symlinks before overwriting kerberos ticket files. |  hin | 2000-12-02 | 1 | -7/+27 |
* | document -u flag and environment variables |  millert | 2000-11-29 | 1 | -4/+32 |