Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-01 | add a krb5-noverify option for login.conf that disables verification | David Gwynne | |
of the server against a local host keytab file when you're authing users with login_krb5. useful for when you need to auth users but dealing with the domain admins is painful... ok sthen@ jj@ millert@ | |||
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert | |
ok dcoppa@ jmc@ schwarze@. | |||
2012-02-01 | improve synopsis markup of login_* utilities; use a more standard | Igor Sobrado | |
phrasing when listing flags; add missing arguments to flags in the DESCRIPTION section of the manual page. use of .Li (literal text) macros and standard wording suggested by jmc@ ok jmc@ | |||
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray | |
was imported over four years ago, so we don't need to link libdes for kerberos anymore. ok mikeb@ deraadt@ | |||
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 | |
fine jmc@, ok beck@ | |||
2005-04-13 | Do as login_krb5-or-pwd(8) says: "When root tries to login, | Bjorn Sandell | |
login_krb5-or-pwd skips KerberosV authentication," ok beck@ some time ago | |||
2005-03-06 | don't use invokinguser if its empty | Bjorn Sandell | |
sync man page with reality spelling corrected by jmc@, ok beck@ | |||
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy | |
use more verbose warning options if desired. ok millert@, henning@, david@ | |||
2003-08-07 | krb4 bye bye. | Hans Insulander | |
2003-07-25 | remove obsolete kerberosIV sections; | Jason McIntyre | |
ok hin@ | |||
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 | |
where applicable. | |||
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 | |
o) don't use .Nm w/o argument in .SYNOPSIS; I waste time, when fixing already cleaned pages. :( one man ok@ | |||
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 | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
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 | |
when KRB524 is not defined. Closes PR #2305 | |||
2002-02-06 | Fix for heimdal-0.4e | Hans Insulander | |
2001-11-13 | o) fix bogus .Xr usage; | Mike Pechkin | |
o) start new sentence on a new line; o) don't use .Xr instead of .Pa tag; o) minimal -mdoc design fixes; millert@ ok; | |||
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 | |
login_krb5-or-pwd. | |||
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 | |
- 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-25 | Support for checking local passwords, for login_krb5-or-pwd. | Hans Insulander | |
Support the response protocol, used for terminal locking etc. | |||
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 | |
readable, and easier to extend. | |||
2001-06-25 | Use getpass() to read password instead of libkrb5, just to make sure that | Hans Insulander | |
login_krb5 _always_ behave like the other BSD Auth login scripts. | |||
2001-06-25 | Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces. | Hans Insulander | |