| Age | Commit message (Expand) | Author | Files | Lines |
| 2001-07-09 | Comment out extraneous .Pp since the text it goes with is commented out. |  millert | 1 | -2/+2 |
| 2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu |  deraadt | 7 | -20/+20 |
| 2001-07-08 | -Wall |  deraadt | 15 | -60/+81 |
| 2001-07-08 | cleanup and document login.conf variables |  millert | 1 | -21/+52 |
| 2001-07-08 | o make signal handler safe |  millert | 1 | -62/+66 |
| 2001-07-08 | BSD auth module for radius authentication, from BSDi. |  millert | 5 | -2/+911 |
| 2001-07-08 | Remove extraneous .Pp after .Sh |  millert | 10 | -20/+10 |
| 2001-07-04 | symmetrical, not symetrical |  pvalchev | 1 | -1/+1 |
| 2001-07-03 | Use the 'welcome' variable from login.conf instead of hard-coding |  millert | 2 | -10/+18 |
| 2001-07-02 | Allows building w/o kerb support |  millert | 3 | -2/+12 |
| 2001-07-02 | Fix building on non-kerberos systems |  millert | 4 | -20/+64 |
| 2001-06-29 | Add back gettytab reading but use cget* instead of the obsolescent gtget* |  millert | 4 | -6/+50 |
| 2001-06-29 | ugly |  deraadt | 1 | -10/+9 |
| 2001-06-29 | We need telnet_net_write() even when AUTHENTICATION is not defined. |  millert | 1 | -2/+1 |
| 2001-06-29 | o We have uname(2) |  millert | 1 | -0/+6 |
| 2001-06-28 | Clariry, brevity and grammar |  millert | 1 | -5/+6 |
| 2001-06-28 | Remove tokenrandomnumber(), call arc4random() directly; markus@ OK |  millert | 1 | -19/+3 |
| 2001-06-27 | Document the -y flag: |  hin | 1 | -1/+5 |
| 2001-06-27 | more Xr misuse |  deraadt | 3 | -6/+6 |
| 2001-06-27 | incorrect .Xr use |  deraadt | 4 | -8/+8 |
| 2001-06-27 | UVM is no longer an option |  art | 2 | -34/+3 |
| 2001-06-26 | -DKRB5 makes this work much better... |  hin | 1 | -2/+2 |
| 2001-06-26 | Lazy binding for shared libraries. |  art | 1 | -2/+16 |
| 2001-06-26 | Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 and |  hin | 11 | -876/+336 |
| 2001-06-26 | -Wall -Werror cleanup |  hin | 4 | -4/+10 |
| 2001-06-25 | Remove instance stuff now that su uses an explicit option to specify |  millert | 3 | -27/+4 |
| 2001-06-25 | #ifdef KRB4 -> #ifdef KRB524 |  hin | 3 | -8/+8 |
| 2001-06-25 | Don't do the root instance handling stuff; su no longer does it. |  hin | 1 | -17/+3 |
| 2001-06-25 | Support su'ing with local root password or with a root instance. |  hin | 1 | -33/+20 |
| 2001-06-25 | Lots of changes and cleanup. |  hin | 1 | -96/+132 |
| 2001-06-25 | millert didn't compile this. |  hin | 1 | -4/+4 |
| 2001-06-25 | Set "login" and "notickets" BSD auth options. We don't need to get |  millert | 1 | -3/+5 |
| 2001-06-25 | Add login_krb5-or-pwd. |  hin | 3 | -2/+108 |
| 2001-06-25 | Support for checking local passwords, for login_krb5-or-pwd. |  hin | 1 | -5/+72 |
| 2001-06-25 | -Wall -Werror |  hin | 1 | -2/+2 |
| 2001-06-25 | Move the password checking into a separare function to make the code more |  hin | 1 | -58/+77 |
| 2001-06-25 | Use getpass() to read password instead of libkrb5, just to make sure that |  hin | 1 | -4/+10 |
| 2001-06-25 | Build login_krb5 if KERBEROS5 is set. |  hin | 1 | -1/+5 |
| 2001-06-25 | Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces. |  hin | 2 | -3/+89 |
| 2001-06-25 | Make it clear that we're talking about KerberosIV here. |  hin | 2 | -8/+12 |
| 2001-06-25 | close_log() |  hin | 1 | -1/+3 |
| 2001-06-25 | Silently ignore -v options. |  hin | 1 | -2/+5 |
| 2001-06-25 | Rework errrorhandling so that it syslogs any error, instead of writing them |  hin | 1 | -25/+53 |
| 2001-06-25 | Enable KerberosIV support |  hin | 1 | -1/+2 |
| 2001-06-25 | BSD Auth login script for KerberosV. Written by me with assistance from |  hin | 2 | -0/+265 |
| 2001-06-24 | bye bye |  hin | 1 | -6/+6 |
| 2001-06-24 | Update to reflect new names. |  hin | 2 | -4/+4 |
| 2001-06-24 | Rename login_krb-or-pwd to login_krb4-or-pwd |  hin | 3 | -8/+8 |
| 2001-06-24 | Rename login_kerberos to login_krb4 |  hin | 5 | -10/+10 |
| 2001-06-23 | Update to reflect reality. |  hin | 1 | -17/+10 |