summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2001-07-04symmetrical, not symetricalPeter Valchev
2001-07-03Use the 'welcome' variable from login.conf instead of hard-codingTodd C. Miller
/etc/motd.
2001-07-02Allows building w/o kerb supportTodd C. Miller
2001-07-02Fix building on non-kerberos systemsTodd C. Miller
2001-06-29Add back gettytab reading but use cget* instead of the obsolescent gtget*Todd C. Miller
2001-06-29uglyTheo de Raadt
2001-06-29We need telnet_net_write() even when AUTHENTICATION is not defined.Todd C. Miller
2001-06-29o We have uname(2)Todd C. Miller
o Include stdarg.h since we do varags stuff
2001-06-28Clariry, brevity and grammarTodd C. Miller
2001-06-28Remove tokenrandomnumber(), call arc4random() directly; markus@ OKTodd C. Miller
2001-06-27Document the -y flag:Hans Insulander
Makes telnetd not warn when a user is trying to login with cleartext passwords. (patch sent to heimdal developers)
2001-06-27more Xr misuseTheo de Raadt
2001-06-27incorrect .Xr useTheo de Raadt
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-26-DKRB5 makes this work much better...Hans Insulander
2001-06-26Lazy binding for shared libraries.Artur Grabowski
2001-06-26Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 andHans Insulander
login_krb5-or-pwd.
2001-06-26-Wall -Werror cleanupHans Insulander
2001-06-25Remove instance stuff now that su uses an explicit option to specifyTodd C. Miller
the invoking user.
2001-06-25#ifdef KRB4 -> #ifdef KRB524Hans Insulander
2001-06-25Don't do the root instance handling stuff; su no longer does it.Hans Insulander
2001-06-25Support su'ing with local root password or with a root instance.Hans Insulander
2001-06-25Lots 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-25millert didn't compile this.Hans Insulander
2001-06-25Set "login" and "notickets" BSD auth options. We don't need to getTodd C. Miller
a kerb ticket but we do need AFS tokens.
2001-06-25Add login_krb5-or-pwd.Hans Insulander
2001-06-25Support for checking local passwords, for login_krb5-or-pwd.Hans Insulander
Support the response protocol, used for terminal locking etc.
2001-06-25-Wall -WerrorHans Insulander
2001-06-25Move the password checking into a separare function to make the code moreHans Insulander
readable, and easier to extend.
2001-06-25Use getpass() to read password instead of libkrb5, just to make sure thatHans Insulander
login_krb5 _always_ behave like the other BSD Auth login scripts.
2001-06-25Build login_krb5 if KERBEROS5 is set.Hans Insulander
2001-06-25Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces.Hans Insulander
2001-06-25Make it clear that we're talking about KerberosIV here.Hans Insulander
Some more .Xr
2001-06-25close_log()Hans Insulander
2001-06-25Silently ignore -v options.Hans Insulander
2001-06-25Rework errrorhandling so that it syslogs any error, instead of writing themHans Insulander
to stderr.
2001-06-25Enable KerberosIV supportHans Insulander
2001-06-25BSD Auth login script for KerberosV. Written by me with assistance fromHans Insulander
millert@
2001-06-24bye byeHans Insulander
2001-06-24Update to reflect new names.Hans Insulander
2001-06-24Rename login_krb-or-pwd to login_krb4-or-pwdHans Insulander
2001-06-24Rename login_kerberos to login_krb4Hans Insulander
2001-06-23Update to reflect reality.Hans Insulander
2001-06-23Small nits from pjanzen.Hans Insulander
2001-06-23Don't lie about Kerberos and encryption.Hans Insulander
Result of a conversation with pjanzen@ ok deraadt@
2001-06-23Replace our telnetd with the one from heimdal-0.3f, with the following changes:Hans Insulander
- obvious buildsystem tweakes - our way to filter out bad environment variables
2001-06-23Update for heimdal-0.3fHans Insulander
2001-06-22Fix krb5 linking.Hans Insulander
My machine can now build statically with krb5 enabled.
2001-06-20Add an alarm to implement as timeout on the locked record.Todd C. Miller
2001-06-19Make gcc shut up about unused rcsids.Todd C. Miller