summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2001-07-09Comment out extraneous .Pp since the text it goes with is commented out.millert1-2/+2
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduderaadt7-20/+20
2001-07-08-Wallderaadt15-60/+81
2001-07-08cleanup and document login.conf variablesmillert1-21/+52
2001-07-08o make signal handler safemillert1-62/+66
2001-07-08BSD auth module for radius authentication, from BSDi.millert5-2/+911
2001-07-08Remove extraneous .Pp after .Shmillert10-20/+10
2001-07-04symmetrical, not symetricalpvalchev1-1/+1
2001-07-03Use the 'welcome' variable from login.conf instead of hard-codingmillert2-10/+18
2001-07-02Allows building w/o kerb supportmillert3-2/+12
2001-07-02Fix building on non-kerberos systemsmillert4-20/+64
2001-06-29Add back gettytab reading but use cget* instead of the obsolescent gtget*millert4-6/+50
2001-06-29uglyderaadt1-10/+9
2001-06-29We need telnet_net_write() even when AUTHENTICATION is not defined.millert1-2/+1
2001-06-29o We have uname(2)millert1-0/+6
2001-06-28Clariry, brevity and grammarmillert1-5/+6
2001-06-28Remove tokenrandomnumber(), call arc4random() directly; markus@ OKmillert1-19/+3
2001-06-27Document the -y flag:hin1-1/+5
2001-06-27more Xr misusederaadt3-6/+6
2001-06-27incorrect .Xr usederaadt4-8/+8
2001-06-27UVM is no longer an optionart2-34/+3
2001-06-26-DKRB5 makes this work much better...hin1-2/+2
2001-06-26Lazy binding for shared libraries.art1-2/+16
2001-06-26Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 andhin11-876/+336
2001-06-26-Wall -Werror cleanuphin4-4/+10
2001-06-25Remove instance stuff now that su uses an explicit option to specifymillert3-27/+4
2001-06-25#ifdef KRB4 -> #ifdef KRB524hin3-8/+8
2001-06-25Don't do the root instance handling stuff; su no longer does it.hin1-17/+3
2001-06-25Support su'ing with local root password or with a root instance.hin1-33/+20
2001-06-25Lots of changes and cleanup.hin1-96/+132
2001-06-25millert didn't compile this.hin1-4/+4
2001-06-25Set "login" and "notickets" BSD auth options. We don't need to getmillert1-3/+5
2001-06-25Add login_krb5-or-pwd.hin3-2/+108
2001-06-25Support for checking local passwords, for login_krb5-or-pwd.hin1-5/+72
2001-06-25-Wall -Werrorhin1-2/+2
2001-06-25Move the password checking into a separare function to make the code morehin1-58/+77
2001-06-25Use getpass() to read password instead of libkrb5, just to make sure thathin1-4/+10
2001-06-25Build login_krb5 if KERBEROS5 is set.hin1-1/+5
2001-06-25Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces.hin2-3/+89
2001-06-25Make it clear that we're talking about KerberosIV here.hin2-8/+12
2001-06-25close_log()hin1-1/+3
2001-06-25Silently ignore -v options.hin1-2/+5
2001-06-25Rework errrorhandling so that it syslogs any error, instead of writing themhin1-25/+53
2001-06-25Enable KerberosIV supporthin1-1/+2
2001-06-25BSD Auth login script for KerberosV. Written by me with assistance fromhin2-0/+265
2001-06-24bye byehin1-6/+6
2001-06-24Update to reflect new names.hin2-4/+4
2001-06-24Rename login_krb-or-pwd to login_krb4-or-pwdhin3-8/+8
2001-06-24Rename login_kerberos to login_krb4hin5-10/+10
2001-06-23Update to reflect reality.hin1-17/+10