Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-10-16 | man page bits for mail; it was ok millert@ | Martynas Venckus | |
2009-09-05 | - properly free fqdn if it gets reassigned due to multiple -h options | Tobias Stoeckmann | |
- fixed comment typos with input by and ok millert, otto | |||
2009-08-31 | also, like ssh, set up MAIL to the location we've just checked | Martynas Venckus | |
so that ksh could take advantage of it. ok millert@ | |||
2009-08-03 | properly pass SHELL from password file; not a login configuration | Martynas Venckus | |
variable (restores behavior pre-rev. 1.30). ok millert@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-02 | tweak the -LR options, after similar changes to tcpdrop(8); ok deraadt | Jason McIntyre | |
2007-03-26 | tidy up SYNOPSIS, options description, FILES, and usage(); | Jason McIntyre | |
from Igor Sobrado | |||
2005-06-02 | remove references to telnetd(8); | Jason McIntyre | |
ok deraadt@ | |||
2004-08-30 | For username foo.bar, don't treat "bar" as a kerberos instance, | Todd C. Miller | |
that was a kerb4'ism. OK deraadt@ | |||
2004-08-09 | Mention "setenv" login.conf capability so people can find it. | Todd C. Miller | |
2004-01-23 | Move a closefrom(2) into the block that execs su(1) where it can do the | Todd C. Miller | |
most good. There is already another closefrom(2) for the normal code path. Also remove a bogus comment. Discussed with deraadt@ | |||
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt | |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek | |
2003-08-12 | Clean up obsolete kerberos 4 stuff | Hans Insulander | |
ok millert@ | |||
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2002-10-16 | Remove the setuid bit from /usr/bin/login. If login is run by a user | Todd C. Miller | |
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. | |||
2002-07-02 | Kill setjmp/longjmp from a signal handler. All we really need is | Todd C. Miller | |
to use sigaction() w/o SA_RESTART to allow ^C to interrupt motd(). deraadt@ OK. | |||
2002-07-02 | KNF and signal race fixes; millert ok | Theo de Raadt | |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-03-30 | warn -> warnx, because we put the strerror() manually. | Vincent Labrecque | |
ok millert | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2002-01-06 | Do not allow root to login via an insecure tty even if the auth method | Todd C. Miller | |
does not use plaintext passwords due to the possibility of connection hijacking. This restores the pre-3.0 behavior and closes PR 2299. | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-12 | Sync usage message to man page | Todd C. Miller | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-06 | missing prototypes; ok millert | Peter Valchev | |
2001-06-28 | '/' can also be an instance separator (e.g. kerb5) | Todd C. Miller | |
2001-06-28 | No longer used now that we do BSD auth | Todd C. Miller | |
2001-06-25 | Add a "login" option to allow differentiation between authentication | Todd C. Miller | |
that creates a login session vs. a simple identity check. Gets passed as a -v option to the login scripts. To be used by kerberos to know when to create new tickets. | |||
2001-06-25 | The need to to statically link this on alpha seemed to be | Artur Grabowski | |
some kind of transient problem. | |||
2001-06-24 | When setting uid, set to 0 if rootlogin flag is set, regardless of | Todd C. Miller | |
pw_uid. Fixes problem with user.root instances not haveing uid 0 in kerberos. | |||
2001-06-19 | If we timeout during login and the user tried to login call badlogin() | Todd C. Miller | |
before exit. SUggested by <vii@users.sourceforge.net> Add some new login.conf variables: o login-timeout - login prompt timeout o login-tries - max login tries o login-backoff - number of attempts before backing off (and sleeping) | |||
2001-06-13 | Link login(1) static for now until a dynamic linking bug is fixed. | Todd C. Miller | |
2001-05-29 | Don't want -Wall | Todd C. Miller | |
2001-05-29 | BSD auth support. k5login.c and klogin.c are no longer used but will | Todd C. Miller | |
remain for the time being until Kerberos support is up to snuff. | |||
2001-05-25 | Correct and comment out krb5. This is not working at the moment, but we want | Hans Insulander | |
to use bsd_auth instead. | |||
2000-12-02 | Check for symlinks before overwriting kerberos ticket files. | Hans Insulander | |
While i'm at it, make sure not to use Kerberos at all if there is no local srvtab. Based on patch from Todd Miller. Reported by <jouko@solutions.fi>. | |||
2000-11-29 | document -u flag and environment variables | Todd C. Miller | |
2000-10-14 | Make empty passwords work again when login is compiled with kerberos support. | Miod Vallat | |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-09-04 | Check for account expiration before password expiration; | Todd C. Miller | |
sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-24 | Last change inadvertantly broke non-kerberos logins. It's not clear | Todd C. Miller | |
that the authok flag is really meaningful but keep it for now. | |||
2000-08-24 | Fix non-root kerberos logins broken after rev 1.29. That change was | Todd C. Miller | |
correct but it uncovered a bug that had thusfar stayed hidden due more to serendipity than anything else. Problem found by danh@openbsd.org |