Age | Commit message (Expand) | Author |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-08 | -Wall | Theo de Raadt |
2001-07-08 | cleanup and document login.conf variables | Todd C. Miller |
2001-07-08 | o make signal handler safe | Todd C. Miller |
2001-07-08 | BSD auth module for radius authentication, from BSDi. | Todd C. Miller |
2001-07-08 | Remove extraneous .Pp after .Sh | Todd C. Miller |
2001-07-04 | symmetrical, not symetrical | Peter Valchev |
2001-07-03 | Use the 'welcome' variable from login.conf instead of hard-coding | Todd C. Miller |
2001-07-02 | Allows building w/o kerb support | Todd C. Miller |
2001-07-02 | Fix building on non-kerberos systems | Todd C. Miller |
2001-06-29 | Add back gettytab reading but use cget* instead of the obsolescent gtget* | Todd C. Miller |
2001-06-29 | ugly | Theo de Raadt |
2001-06-29 | We need telnet_net_write() even when AUTHENTICATION is not defined. | Todd C. Miller |
2001-06-29 | o We have uname(2) | Todd C. Miller |
2001-06-28 | Clariry, brevity and grammar | Todd C. Miller |
2001-06-28 | Remove tokenrandomnumber(), call arc4random() directly; markus@ OK | Todd C. Miller |
2001-06-27 | Document the -y flag: | Hans Insulander |
2001-06-27 | more Xr misuse | Theo de Raadt |
2001-06-27 | incorrect .Xr use | Theo de Raadt |
2001-06-27 | UVM is no longer an option | Artur Grabowski |
2001-06-26 | -DKRB5 makes this work much better... | Hans Insulander |
2001-06-26 | Lazy binding for shared libraries. | Artur Grabowski |
2001-06-26 | Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 and | Hans Insulander |
2001-06-26 | -Wall -Werror cleanup | Hans Insulander |
2001-06-25 | Remove instance stuff now that su uses an explicit option to specify | Todd C. Miller |
2001-06-25 | #ifdef KRB4 -> #ifdef KRB524 | Hans Insulander |
2001-06-25 | Don't do the root instance handling stuff; su no longer does it. | 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 |
2001-06-25 | millert didn't compile this. | Hans Insulander |
2001-06-25 | Set "login" and "notickets" BSD auth options. We don't need to get | Todd C. Miller |
2001-06-25 | Add login_krb5-or-pwd. | Hans Insulander |
2001-06-25 | Support for checking local passwords, for login_krb5-or-pwd. | Hans Insulander |
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 |
2001-06-25 | Use getpass() to read password instead of libkrb5, just to make sure that | Hans Insulander |
2001-06-25 | Build login_krb5 if KERBEROS5 is set. | Hans Insulander |
2001-06-25 | Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces. | Hans Insulander |
2001-06-25 | Make it clear that we're talking about KerberosIV here. | 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 |
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 |
2001-06-24 | bye bye | Hans Insulander |
2001-06-24 | Update to reflect new names. | Hans Insulander |
2001-06-24 | Rename login_krb-or-pwd to login_krb4-or-pwd | Hans Insulander |
2001-06-24 | Rename login_kerberos to login_krb4 | Hans Insulander |
2001-06-23 | Update to reflect reality. | Hans Insulander |
2001-06-23 | Small nits from pjanzen. | Hans Insulander |