index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
login_krb5
/
login_krb5.c
Age
Commit message (
Expand
)
Author
2002-05-30
KNF
Theo de Raadt
2002-05-22
a bunch more strcpy -> strlcpy and sprintf -> snprintf
Theo de Raadt
2002-02-27
Small fix from Bjorn Sandell <biorn@dce.chalmers.se> that makes it compile
Hans Insulander
2002-02-06
Fix for heimdal-0.4e
Hans Insulander
2001-08-12
some KNF
Todd C. Miller
2001-06-26
Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 and
Hans Insulander
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
2001-06-25
Support for checking local passwords, for login_krb5-or-pwd.
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
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
BSD Auth login script for KerberosV. Written by me with assistance from
Hans Insulander