Age | Commit message (Expand) | Author |
2012-06-01 | add a krb5-noverify option for login.conf that disables verification | David Gwynne |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2012-02-01 | improve synopsis markup of login_* utilities; use a more standard | Igor Sobrado |
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray |
2009-01-14 | context could be used after being freed by krb5_free_context; ok millert@ | Jacek Masiulaniec |
2008-04-24 | compare strings with reality for expected behavior; ok millert@ | Todd T. Fries |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-11-13 | handle asprintf() failure; from dhill@mindcry.org | Theo de Raadt |
2005-11-12 | use snprintf; ok cloder dhill@mindcry.org | Theo de Raadt |
2005-04-14 | mention kerberos(8) | Bjorn Sandell |
2005-04-13 | Do as login_krb5-or-pwd(8) says: "When root tries to login, | Bjorn Sandell |
2005-03-06 | don't use invokinguser if its empty | Bjorn Sandell |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-08-07 | krb4 bye bye. | Hans Insulander |
2003-07-25 | remove obsolete kerberosIV sections; | Jason McIntyre |
2003-07-16 | some minor DPADD changes | Theo de Raadt |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt |
2003-07-06 | bring protos into scope | Theo de Raadt |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-03 | Don't .Xr to kerberos 4 man pages | Hans Insulander |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-05-17 | Don't link with -lkrb -lkafs | Hans Insulander |
2003-05-13 | Disable krb524. | Hans Insulander |
2002-11-09 | SEE ALSO reordering. | Federico G. Schwindt |
2002-09-06 | ansi; ok millert pvalchev | Theo de Raadt |
2002-08-28 | o) start new sentence on a new line; | Mike Pechkin |
2002-06-06 | compatibilty -> compatibility | Aaron Campbell |
2002-05-30 | KNF | Theo de Raadt |
2002-05-22 | a bunch more strcpy -> strlcpy and sprintf -> snprintf | Theo de Raadt |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-03-05 | add -ldes linking | 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-11-13 | o) fix bogus .Xr usage; | Mike Pechkin |
2001-08-12 | some KNF | Todd C. Miller |
2001-07-19 | more places that need -lkafs | Theo de Raadt |
2001-07-08 | Remove extraneous .Pp after .Sh | Todd C. Miller |
2001-07-02 | Fix building on non-kerberos systems | Todd C. Miller |
2001-06-27 | more Xr misuse | Theo de Raadt |
2001-06-27 | incorrect .Xr use | Theo de Raadt |
2001-06-26 | -DKRB5 makes this work much better... | Hans Insulander |
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 | -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 | Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces. | Hans Insulander |