Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-02 | Fix building on non-kerberos systems | Todd C. Miller | |
2001-06-27 | more Xr misuse | Theo de Raadt | |
2001-06-27 | incorrect .Xr use | Theo de Raadt | |
2001-06-26 | -DKRB5 makes this work much better... | Hans Insulander | |
2001-06-26 | Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 and | Hans Insulander | |
login_krb5-or-pwd. | |||
2001-06-25 | #ifdef KRB4 -> #ifdef KRB524 | Hans Insulander | |
2001-06-25 | Support su'ing with local root password or with a root instance. | Hans Insulander | |
2001-06-25 | Lots of changes and cleanup. | Hans Insulander | |
- Make a separate function for ticket storing. - Support challenge mode. - Use hints passed from login and su that this is a user actually logging in. This means login_krb5 and login_krb5-or-pwd is ready for prime-time. | |||
2001-06-25 | Support for checking local passwords, for login_krb5-or-pwd. | Hans Insulander | |
Support the response protocol, used for terminal locking etc. | |||
2001-06-25 | -Wall -Werror | Hans Insulander | |
2001-06-25 | Move the password checking into a separare function to make the code more | Hans Insulander | |
readable, and easier to extend. | |||
2001-06-25 | Use getpass() to read password instead of libkrb5, just to make sure that | Hans Insulander | |
login_krb5 _always_ behave like the other BSD Auth login scripts. | |||
2001-06-25 | Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces. | Hans Insulander | |
2001-06-25 | close_log() | Hans Insulander | |
2001-06-25 | Silently ignore -v options. | Hans Insulander | |
2001-06-25 | Rework errrorhandling so that it syslogs any error, instead of writing them | Hans Insulander | |
to stderr. | |||
2001-06-25 | Enable KerberosIV support | Hans Insulander | |
2001-06-25 | BSD Auth login script for KerberosV. Written by me with assistance from | Hans Insulander | |
millert@ |