summaryrefslogtreecommitdiff
path: root/libexec/login_krb5
AgeCommit message (Expand)Author
2012-06-01add a krb5-noverify option for login.conf that disables verificationDavid Gwynne
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
2012-02-01improve synopsis markup of login_* utilities; use a more standardIgor Sobrado
2010-10-13The heimdal code switched to using DES from libcrypto when 0.7.2Jonathan Gray
2009-01-14context could be used after being freed by krb5_free_context; ok millert@Jacek Masiulaniec
2008-04-24compare strings with reality for expected behavior; ok millert@Todd T. Fries
2007-05-31convert to new .Dd format;Jason McIntyre
2005-11-13handle asprintf() failure; from dhill@mindcry.orgTheo de Raadt
2005-11-12use snprintf; ok cloder dhill@mindcry.orgTheo de Raadt
2005-04-14mention kerberos(8)Bjorn Sandell
2005-04-13Do as login_krb5-or-pwd(8) says: "When root tries to login,Bjorn Sandell
2005-03-06don't use invokinguser if its emptyBjorn Sandell
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
2003-08-07krb4 bye bye.Hans Insulander
2003-07-25remove obsolete kerberosIV sections;Jason McIntyre
2003-07-16some minor DPADD changesTheo de Raadt
2003-07-15stop using libcom_err, it is built into krb5Theo de Raadt
2003-07-06bring protos into scopeTheo de Raadt
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Don't .Xr to kerberos 4 man pagesHans Insulander
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-05-17Don't link with -lkrb -lkafsHans Insulander
2003-05-13Disable krb524.Hans Insulander
2002-11-09SEE ALSO reordering.Federico G. Schwindt
2002-09-06ansi; ok millert pvalchevTheo de Raadt
2002-08-28o) start new sentence on a new line;Mike Pechkin
2002-06-06compatibilty -> compatibilityAaron Campbell
2002-05-30KNFTheo de Raadt
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfTheo de Raadt
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-03-05add -ldes linkingTheo de Raadt
2002-02-27Small fix from Bjorn Sandell <biorn@dce.chalmers.se> that makes it compileHans Insulander
2002-02-06Fix for heimdal-0.4eHans Insulander
2001-11-13o) fix bogus .Xr usage;Mike Pechkin
2001-08-12some KNFTodd C. Miller
2001-07-19more places that need -lkafsTheo de Raadt
2001-07-08Remove extraneous .Pp after .ShTodd C. Miller
2001-07-02Fix building on non-kerberos systemsTodd C. Miller
2001-06-27more Xr misuseTheo de Raadt
2001-06-27incorrect .Xr useTheo de Raadt
2001-06-26-DKRB5 makes this work much better...Hans Insulander
2001-06-26Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 andHans Insulander
2001-06-25#ifdef KRB4 -> #ifdef KRB524Hans 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
2001-06-25Support for checking local passwords, for login_krb5-or-pwd.Hans Insulander
2001-06-25-Wall -WerrorHans Insulander
2001-06-25Move the password checking into a separare function to make the code moreHans Insulander
2001-06-25Use getpass() to read password instead of libkrb5, just to make sure thatHans Insulander
2001-06-25Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces.Hans Insulander